/*
Theme Name: OEC
Theme URI: http://orbostexhibitioncentre.org
Description: a theme for Orbost Exhibition Centre
Version: 2.8
Author: tundraproductions
Author URI: http://tundraproductions.com.au
Tags: wood, design, art, craft
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/***GENERAL STYLES***/

body {font-family:Tahoma, Geneva, Verdana;
background-color: #191919;
background-image: url(images/body-background.jpg);
background-repeat: repeat-y;
background-attachment: scroll;
background-position: center center;
}

#wrap {
background:transparent url('images/bg1.png') repeat-y;
background-color:#5a110f;
color:#BE8C4A;
width: 960px;
margin:0 auto;
}
a {text-decoration:none;
color:#BE8C4A;
}
input, textarea {
	background-color:#E7DBAF;
}
img.alignleft {
	margin:2px 10px 0 0;
	padding:2px;
	border:1px solid #5c4525;
	float:left;
}
/***HEADER STYLES***/
#header {
	height:92px;
	margin:40px 0px 20px 0px;
}
#logo {
	background:url('images/orbostlogo.png') no-repeat;
	float:left;
	width:411px;
	height:67px;
	margin:25px 0 0 32px;
}
ul#topNav {
	background: url('images/headerbuttonbg.png') no-repeat;
	float:right;
	letter-spacing:1px;
	font-size:15px;
	margin:28px 35px 0 0;
	width:445px;
	height:67px;
}
ul#topNav li {
	float:left;
	display:inline;
	margin:21px 0 0 26px;
}
ul#topNav li a{
	color:#E7DBAF;
}
ul#topNav li.current_page_item a {
	border-bottom:solid 2px #BE8C4A;
}

/***FEATURED STYLES***/
#featured_section {
	background:url('images/frame.png') no-repeat;
	width:886px;
	height:437px;
	margin:0 auto;
	color:#5c4525;
}
.slideshow {
float:left;
width:352px;
height:276px;
overflow:hidden;
cursor:pointer;
margin:76px 0px 0px 98px !important;
}
.fs_text {
float:left;
width:339px;
height:312px;
margin:58px 0 0 0;
font-size:14px;
padding:0 0 0 18px;
}
.fs_text h2 {
	color:#5c4525;
	font-size:22px;
	padding:14px 18px 5px 0;
}
.fs_text p {
color:#0D121F;
line-height:21px;
padding:9px 18px 9px 0;
}
.fs_text a {
	color:#5c4525;
}
h3#tagline {
	font-size:26px;
	width:830px;
	height:169px;
	color:#e0d090;
	line-height:45px;
	font-weight:normal;
	margin:auto auto 35px 65px;
}

.front-columns {
	background:transparent url('images/woodgrain01.png') no-repeat;
	width:260px;
	height:238px;
	float:left;
	line-height:20px;
	margin:0 0 0 44px;
}
.front-columns p {
padding:8px 12px 0 22px;
color:#0D121F;
	font-size:14px;
}
.front-columns h2 {
	padding:18px 12px 0 22px;
	color:#5c4525;
	font-size:22px;
	font-weight:600;
}
.front-columns a {
	color:#5c4525;
}
/***SIDEBAR STYLES***/
#sidebar {
	float:right;
	display:inline;
	width:220px;
	margin: 40px 54px 0 0 !important;
}
#sidebar p {
	font-size:14px;
	line-height:18px;
	color:#e0d090;
	width:220px;
	padding:0 0 18px 0;
}
.sidebar_box {
	color:#5c4525;
	padding:6px 0;
	width:auto;
	height:auto;
	font-size:14px;
	line-height:18px;
}
.sidebar_box ul {
	padding:6px 2px 2px 16px;
color:#0D121F;
	font-size:14px;
}
.sidebar_box ul  ul {
	padding:2px 0 0 8px;
}
.sidebar_box ul li {
color:#0D121F;
padding:0 0 2px 2px;
}
.sidebar_box ul li.current_page_item a {
	border-bottom:solid 1px #BE8C4A;
}
.sidebar_box ul li.current_page_item ul  a {
	border-style:none;
}
.sidebar_box a {
	color:#5c4525;
}
.sidebar_box a:hover {
	color:#2F200C;
}
.sidebar_box ul  ul li a:hover {
	border-bottom:solid 1px #BE8C4A;
}
.sidebar_box ul li.current_page_item a {
	color:#2F200C;
}
.sidebar_box_top {
	background:transparent url('images/woodgraintop.png') no-repeat scroll;
	width:220px;
	height:28px;
}
.sidebar_box_top h2 {
	color:#5c4525;
	padding:6px 0 0 12px;
	font-size:22px;
}
.sidebar_box_middle {
	background:transparent url('images/woodgrainmiddle.png') repeat-y scroll;
	width:220px;
	height:auto;
}
.sidebar_box_bottom {
	background:transparent url('images/woodgrainbottom.png') no-repeat scroll;
	width:220px;
	height:28px;
}
.sidebar_box_search {
	color:#5c4525;
	padding:12px 0 0 12px;
}

/***PAGE CONTENT***/
#page_content {
	float:left;
	display:inline;
	width:580px;
	height:100%;
	margin:0 0 0 54px;
}
#page_content p {
	color:#e0d090;
	font-size:14px;
	letter-spacing:1px;
	line-height:18px;
	padding-bottom:14px;
}
#page_content h2 {
	color:#e0d090;
	font-size:26px;
	line-height:45px;
}
#page_content a {
	color:#BE8C4A;
}
#page_content a:hover {
	color:#e0d090;
}
#page_content ul, ol {
	padding:0 0 16px 18px;
}
#page_content ul li {
        list-style-type:square;
		list-style-position:inside;
		padding:0 0 8px 0;
}
#page_content ol li {
        list-style-type:decimal;
		list-style-position:inside;
		padding:0 0 8px 0;
}
.contact_form {
	float:left;
	width:360px;
	height:auto;
}
.contact_form  textarea {
	overflow:hidden;
	}
.address_box {
	float:right;
	width:220px;
	height:auto;
}
.woodbg {
	background:url('images/framewoodbg.png') no-repeat scroll;
	width:580px;
	height:252px;
}
.woodbg_events {
	background:url('images/framewoodbg_events.jpg') repeat-y scroll;
	width:580px;
	height:auto;
}
#bottom-nav ul {
	float:left;
	width:auto;
	padding: 8px 0 0 45px;
}
#bottom-nav ul li {
	float:left;
	margin-right:8px;
	display:inline;
}
#bottom-nav ul li a {
	color:#E7DBAF;
}
#bottom-nav ul li.current_page_item a {
	color:#EFD468;
}
/***FOOTER STYLES***/
#footer {
clear:both;
	background:url('images/footerbuttonbg.png') no-repeat;
	width:911px;
	height:98px;
	margin:35px 0 0 25px;
}
#footer p {
	font-size:12px;
	line-height:14px;
	color:#E7DBAF;
	margin:12px 20px;
}
.footer-left {
float:left;
height:80px;
width:75%;
margin: 8px 0 0 12px;
text-align:left;
}
.footer-left img {
margin: 4px 4px 0 8px;
}
.footer-left span {
text-transform:uppercase;
font-size:14px:
line-height:14px;
}
.footer-right {
float:right;
display:inline;
height:80px;
width:auto;
margin: 8px 8px 0 8px;
text-align:right;
}

.mbworks {
float:right;
background:transparent url('images/mbworks.png') no-repeat scroll;
width:100px;
height:16px;
margin:5px 35px 10px 0;
}

