/*
Theme Name: Yarra Valley
*/

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

body {
	background: url(assets/images/gradient_bg.png) repeat-x #FFF;
	color: #666;
	font-family: Georgia;
	font-size: 12px;
	line-height: 1.4;
	font-family: "Lucida Sans", "Lucida Grande", Sans-serif;
}

h1, h2, h3 {
	font-family: "Lucida Sans", "Lucida Grande", Sans-serif;
}
h2{
	font-size:17px;
	font-weight:normal;
	font-style:italic;
}
.post h2 {
	font-size:22px;
	_font-size:19px;
	*font-size:19px;
	margin-bottom: 18px;
}
a {
	text-decoration: none;
	color: #666633;
}

a:hover {
	color:#3f4b01;
	text-decoration: underline;
}

p {
	margin: 10px 0 0 0;
}

#container {
	margin: 0 auto;
	width: 960px;
	background: #FFF;
}

/* ---- HEADER -------------------------------------------------------- */

#header {
	background: url(assets/images/logo_header.png) no-repeat;
	background-position: center;
	height: 150px;
}

#feature {
	float: left;
	margin: 0 0 0 6px;
}
#rotating_photo{
	float:left;
	clear:none;
	width:753px;
	height:197px;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	position: relative;
	
}
#rotating_photo img{
	border: 0;
	display: none;
	position: absolute;
	top: 0;
	left: 0;
}

/* ---- CONTENT -------------------------------------------------------- */

#content {
	padding: 20px;
	_padding: 15px;
	float: left;
	clear:none;
	width: 532px;
	_width:530px;
	font-size: 13px;
	position:relative;
	z-index:10;
}
.post{
	padding-bottom:30px;
}
.post li{
	list-style-type: disc;
	margin-left: 10px;
	left: 10px;
}
.featured{
	padding-bottom:30px;
}
.subfeatured{
	width:238px;
	float:left;
	padding: 10px;
	background:url(assets/images/yrrml_12.jpg) repeat-x top;
	border-right:8px solid #FFFFFF;
}
#featuring_header{
	background:url(assets/images/yrrml_03.jpg) no-repeat 10px 0px #3f4b01;
	width:565px;
	height:20px;
	margin:-20px -20px 20px -20px;
	_margin:-15px -15px 15px -15px;
}
#title_header{
	background:#3f4b01;
	width:545px;
	height:17px;
	margin:-15px -15px 15px -15px;
	padding: 3px 0px 0px 20px;
}
#title_header h3{
	font-size:11px;
	font-weight:normal;
	color:#FFFFFF;
	text-transform:uppercase;
	font-style:italic;
}
#inside{
	background:url(assets/images/yrrml_10.jpg) no-repeat 0px 10px;
	width:530px;
	border-top:1px solid  #cecece;
	height:40px;
}
.more{
	float:right;
	clear:both;
}

#archive_entry{
	border-bottom:1px solid  #cecece;
	padding-bottom:20px;
	margin-bottom:20px;
}
/* ---- LEFT SIDEBAR -------------------------------------------------------- */

#left_sidebar {
	width: 188px;
	float: left;
	margin: 0 0 0 6px;
	background: url(assets/images/sidebar_bg.png) repeat #c5d2a7;
	color: #666633;
	clear: none;
	font-family: Arial;
	position:relative;
	z-index:20;
}

.sidebar_text {
	padding: 15px 10px;
	float:left;
	clear:both;
	width:168px;
}

ul#left_menu li {
	margin: 0 0 10px 0;
}

input#s {
	border: none;
	padding: 3px;
	width: 130px;
	color: #666;
}

input#searchsubmit {
	background: url(assets/images/button_green.png) no-repeat;
	border: none;
	height: 22px;
	width: 22px;
	vertical-align: middle;
}
#enews{
	background: url(assets/images/enews_03.jpg) top no-repeat #5c7420;
	padding:130px 10px 10px 10px;
	color:#FFFFFF;
}
#enews form{
}
#left_footer{
	background: url(assets/images/enews_05.jpg) repeat-x;
	height:96px;
}
#enews input{
	width:160px;
	_display:block;
}

span.label,span.spacer,span.multiple span {width:100px;float:left;} 
span.multiple {float:left;} 
span.button {padding:0px; margin-top:5px;} 
div.clear {clear:both;padding-top:5px;} 

/* ---- MENU -------------------------------------------------------- */


#nav, #nav ul{ /* all lists */
	font-family: "Lucida Sans", "Lucida Grande", Sans-serif;
	padding: 0;
		margin: 0;
		list-style: none;
		float : left;
		width: 188px;
		font-size:11px;
	}
	#nav_right{
		padding-bottom:10px;
	}
	
	#nav li{ /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width: 188px;
	}
	
	#nav li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 188px;
		margin-top : -24px;
		z-index:100;
		background:#c5d2a7;
	}
	
	
	#nav li ul ul{ /* third-and-above-level lists */
		left: -999em;
	}
	
	#nav li a {
		width: 168px;
		display : block;
		text-decoration : none;
		padding : 5px 10px 5px 10px;
	}
	#nav_right li a  {
		width: 158px;
		display : block;
		text-decoration : none;
		padding : 5px 10px 5px 20px;
	}
	
	#nav li a:hover{
		color : white;
		background-color : #3f4b01;
	}
	
	#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
		left: -999em;
	}
	
	#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul{ /* lists nested under hovered list items */
		left: auto;
	}



/* ---- RIGHT SIDEBAR -------------------------------------------------------- */

#right_sidebar {
	font-family: "Lucida Sans", "Lucida Grande", Sans-serif;
	width: 186px;
	float: right;
	clear:none;
	margin: 0 6px 0 0;
	/*background: url(assets/images/sidebar_bg.png) repeat ;*/
		background:#b2b2aa;
	color: #666633;
	font-family: Arial;
	font-size:11px;
}

ul#right_menu {
	margin: 0 0 0 10px;
}

ul#right_menu li {
	margin: 0 0 10px 0;
}
ul#nav_right li ul li a{
	width: 156px;
	font-family: "Lucida Sans", "Lucida Grande", Sans-serif;
}
#nav_right h2{
	padding:15px 10px 5px 10px;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
}
ul#nav_right li ul li a:hover{
		background-color : #3f4b01;
		color : white;
}
/* ---- FOOTER -------------------------------------------------------- */

#footer {
	margin: 0 7px;
	clear: both;
	_float:left;
	background: url(assets/images/footer.jpg) top no-repeat;
	padding: 120px 0 0 0;
}
#footer_content{
	float:left;
	clear:both;
	padding: 0 0 0 196px;
	background: url(assets/images/footer2.jpg) bottom no-repeat #d2ccb2;
	width:751px;
}

ul#footer1{
	float: left;
	width: 170px;
	margin-right: 60px;
	padding:15px 0px 15px 0px;
}

ul#footer1 li{
	margin: 0 0 0px 0;
}
ul#footer1 li a{
	display:block;
	padding:2px;
	font-weight:bold;
}
ul#footer1 li ul{
	padding:0px 0px 5px 10px;
}
ul#footer1 li ul li a{
	font-weight:normal;
}
