/*  
Theme Name: BMSC
Theme URI: http://www.bmsc.asn.au/
Description: Template created by The Globecast for BMSC.
Version: 1.0
Author: Tom Johns
Author URI: http://www.theglobecast.com/

*/


body {
	font: 0.8em Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: #3C657B;

}

h1 {
	display: block;
	border-bottom: 2px dashed #FFFFFF;
	margin-top: 0px;
	padding-top: 0px;
}

h2 {
color: FFFFFF;
padding-bottom: 0px;
margin-bottom: 0px;
}

h3 {
color: #FFFFFF;
}

h3 a:link, h3 a:visited {
color: #FFFFFF;
}

h2 a:link, h3 a:visited, h2 a:visited {
color: #FFFFFF;
text-decoration:none;
}

h4 a:link, a:visited {
color: #3C657B;
}

#sidebar {
	width: 140px;
	position: absolute;
	top: 115px;
	background: #C7D5D5;
	left: 0px;
}

#sidebar ul{
	padding: 0px;
	margin: 0px;
	list-style: none;
	border-top: 1px solid #000000;
	display: block;
}

#sidebar ul li a, #sidebar ul li a:link {
	display: block;
	color:#000000;
	background: #C7D5D5;
	padding-left: 5px;
	text-decoration: none;
	font-size: 0.9em;
	font-variant: small-caps;
	border-bottom: 1px solid #000000;
}

#sidebar ul li a:hover {
	color: #FFFFFF;
	background: #000000 url(/wp-content/themes/BMSC/images/current.gif) no-repeat right center;
}



#content {
	left: 145px;
	top: 115px;
	position: absolute;
	padding-left: 10px;
	padding-right: 10px;
	color: #FFFFFF;

}

#header {
	background: #C7D5D5;
	background-image: url(/wp-content/themes/BMSC/images/headerright.jpg);
	background-position: right;
	background-repeat: no-repeat;

}

#about {
	position: absolute;
	top: 0px;
	left: 239px;
	height: 93px;
	vertical-align: 50%;
	font-size: 1.1em;
	font-style: italic;
	padding: 10px;
	width: 804px;

}

#footer {
	display: block;
	bottom: 0px;
	background: #C7D5D5;
	text-align: center;
	font-size: 0.8em;
	position: fixed;
	width: 100%;

}

.byline{
font-size: 0.8em;
padding-top: 0px;
margin-top: 0px;
}

.post a:link, .post a:visited {
color: #FFFFFF;
text-decoration: underline;
}


