/*
Theme Name: Urban Codemakers
Theme URI: http://urbancodemakers.org/
Description: Theme for Urban Codemakers Project
Author: Ben Grunfeld
Version: 1.0
Tags:
*/

/* Sidebar  Player*/
#playerProfile {
width: 305px;
height: 115px;
background-color: #808080;
}

#playerPic {
margin-top:20px;
float:left;
width:80px;
height:80px;
}

#playerInfo {
margin-top:20px;
margin-left:50px;
width:150px;
float:left;
color:white;
}

#playerInfo a {

}

#howToUC {
display:block;
margin-top:15px;
}

#howToUC  a{
display:block;
width: 305px;
height: 115px;
background-image:url('../images/how_to_badge.jpg');
background-repeat:no-repeat;
}

#currentIkontag {
display:block;
margin-top:15px;
}

#currentIkontag  a{
display:block;
width: 305px;
height: 115px;
background-image:url('../images/current_ikontag_badge.jpg');
background-repeat:no-repeat;
}

#sblogout {
display:block;
margin-top:15px;
width: 305px;
height: 115px;
background-color: #808080;
text-align:center;
}

#sblogout p {
padding-top:30px;
}

#sblogout a{
text-align:center;
margin-left:103px;
}

/* Sidebar Button Menu */

#buttonMenu {
display:block;
margin-top:15px;
width: 305px;
height: 115px;
background-color: #808080;
}

#sbmenu1 {
display: block;
width:305px;
height:45px;
}

#sbmenu2 {
display: block;
width:305px;
height:45px;
}

#sbmenu1 li{
display:block;
float:left;
}

#sbmenu1 a{
background-image:url('../images/navbutton.jpg');
margin-top:5px;
width:91px;
height:45px;
line-height: 45px;
display: block;
text-decoration:none;
text-align:center;
vertical-align:middle;
background-repeat:no-repeat;
font-size:11px;
}

#sbmenu1 a:hover {
background-position: 0 -45px;
color: white;
font-weight:bold;
}

.sbmenu {
margin-left:5px;
}

.sbmenu2 {
margin-left:11px;
}

#sbmenu2  li{
display: block;
float:left;
}

#sbmenu2 a{
margin-top:15px;
display: block;
width:91px;
height:45px;
line-height: 45px;
vertical-align:middle;
text-decoration:none;
text-align:center;
background-image:url('../images/navbutton.jpg');
background-repeat:no-repeat;
font-size:11px;
}

#sbmenu2 a:hover {
background-position: 0 -45px;
color: white;
font-weight:bold;
font-size:+1;
}