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

body{
	background-image: url(../_images/myleene/band.gif);
}

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

#schedule-left{
	width: 360px;
	padding-right: 30px;
	float: left;
}

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

#biography-left{
	width: 450px;
	padding-right: 30px;
	float: left;
}

#biography-right{
	width: 289px;
	float: left;
}

#news-left{
	width: 460px;
	padding-right: 40px;
	float: left;
}

#news-left ul{
	list-style:disc;
	padding-left: 15px;
}

#news-left ul li{
	margin-bottom: 10px;
}

#sidebar{
	width: 200px;
	float: left;
}

#sidebar ul {
	margin: 0px 0px 15px 0px;
	padding: 0px
}

#sidebar li {
	width:180px;
	border-bottom:1px dashed #e5e5e5;
	padding:2px;
	margin-bottom:2px;
}

#sidebar li a {
	color: #563783;
	text-decoration:none;
	display:block;
}
#sidebar li a:hover {
	color: #9475bd;
	text-decoration:none;
}

#blog-left{
	width: 460px;
	padding-right: 20px;
	float: left;
}

#sidebar-blog{
	width: 265px !important;
	float: right;
} 


h2 {
margin:5px 0px 5px 0px;
font: 0.8em arial, helvetica, sans-serif;
font-weight: bold;
letter-spacing: 0.5px;
}

a:link {color:#6a4d8e; text-decoration: underline;}
a:visited {color:#6a4d8e; text-decoration: underline;}
a:visited:hover {color:#8f70b8; text-decoration: none;}
a:hover {color:#8f70b8; text-decoration: underline;}
a:active {color:#8f70b8; text-decoration: none;}

/*-----------------
NEWS
WP Theme
------------------*/

.post {
	margin-left:10px;
	margin-bottom:15px;
}

.post h2 {
	font-size: 1.4em;
	color: #9475bd;
	font-weight:normal;
	font-weight: bold;
	margin-bottom:5px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-transform:uppercase;
	font-size: 1.4em;
	color: #4592b7;
	margin-bottom:10px;
	margin-top:15px;
}

h3.seraphim {
	margin-left:30px;
}

.post .pinfo {
	height:50px;
	font-size:11px;
}

.post .pinfo-blog {
	font-size:1.1em;
	margin: 10px 0px 10px 0px;
}

.post .date {
	float:left;
	width:39px;
	height:43px;
	background:url(/_images/myleene/date.gif) no-repeat;
}


.post .month {
	text-transform:uppercase;
	color:#FFFFFF;
	width:39px;
	text-align:center;
}

.post .day {
	width:39px;
	color:#9475bd;
	font-size:18px;
	margin-top:5px;
	text-align:center;
}

.post .nf {
	float:left;
	margin-left:10px;
	color: #999999;
}

.post .nf-blog {
	margin-left:10px;
	color: #999999;
}

.post em {
	font-style:italic;
}

.post .text {
	margin:10px;
	color: #333333;
}

.post .tags {
margin:10px;
text-align: center;
}

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

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

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

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

#myleene_navigation a:hover{
background-position:top left;
}
.myleene_biography{
background-image:url(../_images/myleene/myleene_biography.gif);
width:87px;
}

.myleene_news{
background-image:url(../_images/myleene/myleene_news.gif);
width:87px;
}

.myleene_schedule{
background-image:url(../_images/myleene/myleene_schedule.gif);
width:87px;
}

.myleene_blog{
background-image:url(../_images/myleene/myleene_blog.gif);
width:87px;
}

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