/*
 * Myleene Stylesheet for Myleene Klass
 * http://www.myleeneklass.co.uk
 * Written by John Stewart - http://www.jstewartdesign.com
*/

body{
	background-image: url(../_images/community/band.gif);
	background-repeat: repeat-x;
	background-color: #222222;
}

#center-image{
background-image: url(../_images/community/band_main.gif);
background-repeat: no-repeat;
width: 765px;
min-height: 233px;
height: auto !important;
height: 233px;
margin: 0 auto;
}

.error{
color:#CC0000;
font-weight: bold;
}

.online-icon{
width: 215px;
float: left;
margin-right: 60px;
}

#online-icon-end{
width: 215px;
float: left;
}

#competition{
width: 650px;
margin: 0 auto;
padding: 15px 0px 0px 0px;
}

#competition-left{
width: 240px;
padding-right: 30px;
float: left;
}

#competition-right{
width: 360px;
float: left;
}


.more{
background-color: #e8e8e8;
color: #000000;
font-size: 1.1em;
font-weight: bold;
padding: 4px 8px 6px 8px;
float: right;
margin-right: 6px;
}

a:link {color:#056931; text-decoration: underline;}
a:visited {color:#056931; text-decoration: underline;}
a:visited:hover {color:#0d8f46; text-decoration: none;}
a:hover {color:#0d8f46; text-decoration: underline;}
a:active {color:#0d8f46; text-decoration: none;}

/*--------------
MAIN NAVIGATION
CSS Rollovers
------------------*/

#community_navigation{
padding:0px 0px 0px 0px;
margin: 165px 0px 2px 0px;
overflow: hidden;
float: left;
width:291px;
}

#community_navigation li{
margin:0px;
padding:0px;
float: left;
display:inline;
}

#community_navigation a {
background-position:bottom left;
height:29px;
display:block;
outline:none;
text-decoration:none;
text-indent:-5000px;
}

#community_navigation a:hover{
background-position:top left;
}

.community_online{
background-image:url(../_images/community/community_online.gif);
width:84px;
}

.community_comps{
background-image:url(../_images/community/community_comps.gif);
width:112px;
}

.community_forum{
background-image:url(../_images/community/community_forum.gif);
width:95px;
}

#community_navigation li a.selected{
background-position: top left !important;
}