/*
Theme Name: SFARS
Theme URI: http://sfars.com
Description: The Wordpress adaptation of the SFARS site. Coded by Tom Maitland (auroracoded.com.au)
Version: 2.8

*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

body {
	margin:30px 0 20px 0;
	font-family:Tahoma, Geneva, sans-serif;
	color:#000;
	font-size:13px;
}
#main {
	margin:auto;
}

#banner {
	background:url(images/header2.gif) no-repeat top center;
	height:95px;
	text-align:top;
}
#banner h1 {
	color:#FFF;
	font-size:16px;
	font-weight:bold;
	text-align:left;
	padding-left:315px;
	margin-top:-40px;
}
#left-border {
	background:url(images/border_left_background.gif) top right repeat-y;
	width:20px;
	vertical-align:top;
	text-align:right;
}
#nav {
	background:url(images/nav.gif) no-repeat right top #F7C239 ;
	width:204px;
	min-height:450px;
	vertical-align:top;
	border-right:1px solid #000;
}
#right-border {
	vertical-align:top;
	text-align:right;
	background:url(images/border_right_background.gif) repeat-y top right;
	width:18px;
}

#nav ul {
	width:194px;
	padding:60px 0 0 10px;
}
#nav li {
	list-style: none; 
    background-color:none; 
    text-align: left; 
    margin: 0;
	border-top:1px solid #942D19; 

}
#nav li a {
  display: block; 
  text-decoration: none; 
  padding: 7px 0 7px 5px; 
  color:#000;
  font-weight:bold;
  font-size:12px;
}
#nav li a:hover {
	background-color:#FFF;
	color:#942D19;
}
#nav li.current_page_item a {
	background:#FFFF89;
	color:#942D19;
}
#content {
	background:url(images/contentbg.jpg) bottom right no-repeat #fff;
	vertical-align:top;
	padding:10px;
}
#nav-bottom {
	background:url(images/navbottom.jpg) repeat-x bottom #F7C239;
	height:130px;
}
#footer {
	background:#34713C;
	border:1px solid #000;
	color:#fff;
	font-size:10px;
	height:10px;
	padding:5px;
	vertical-align:middle;
}

/*TYPOGRAPHY*/
p {
	margin: 0px;
	padding-bottom: 0.8em;
	font-size:13px;
	color:#000;
}
h1 {
	font-size:20px;
	color:#912711;
	font-weight:bold;
	margin-bottom:15px;
}
h2 {
	font-size:14px;
	color:#912711;
	font-weight:bold;
	margin-bottom:10px;
}
h3 {
	font-size:13px;
	color:#912711;
	font-weight:bold;
	margin-bottom:10px;
}
h4 {
	color:#000;
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
}
a {
	color:#912711;
	text-decoration:underline;
}
a:hover {
	color:#004F04;
	/*background:#D1F5D3;*/
}
#content img {
	padding:5px;
	border:0;
}
img {border:0; background:none}
a:hover img {background:none;}
hr {
        color: #912711;
        height: 1px;
}
ul li {
	list-style:outside circle;
	margin:5px 0 5px 0;
	font-size:13px;
}
ol li {
	list-style:decimal outside;
	margin:5px 0 5px 0;
	font-size:13px;
}
ol, ul {
	padding:10px 0 10px 30px;
}
ul.stars li {
	list-style:url(images/star.gif);
}

.sweep {clear:both; height:15px;}