/*
THEME NAME: Barn Dinners
THEME URI: http://www.barndinners.com
DESCRIPTION: For use on <a href="http://www.barndinners.com/">Barn Dinners site</a>
VERSION: 1.0
AUTHOR: Sean A Sullivan
AUTHOR URI: http://www.seanasullivan.com
Tags: onepress

TEMPLATE: onepress
*/

@import url('../onepress/op-layout.css');
@import url('../onepress/widgets.css');
@import url('../onepress/navigation.css');

a,
a:link,
a:visited,
a:hover {
	text-decoration:none;
	color:#0066CC;
	font-weight:bold;
}

html {background-color: #424242;}
body {background: #424242 url('./images/bg.gif') top left no-repeat;}

div#page { 
	background:#f5f5f5;
	border-right:#875c82 solid 1px;
	border-left:#875c82 solid 1px;
	border-bottom:#875c82 solid 1px;
}

.display {margin:0px; padding:0px;}

div#main_wrap{margin:0px;}
div#main{padding:5px;}

div#sidebar_wrap {
	margin:0px;
	float:right;
	background:url(./images/sidebar_bg.gif) top right no-repeat;
	padding: 5px;
}

div#sidebar{
	width: 255px;
}

div#content {padding:0px;}


div.post{
	padding: 0 5px;
}

/*div#main object {border:1px};*/

/*
 * Header
 */

#header { background:url(./images/header_bg.jpg); } 
#headerimg { background:url(./images/logo.gif) top center no-repeat; } 

#headerimg h1 a span,
#headerimg div.description{
	display :none;
}
#headerimg h1 a, #headerimg h1 a:visited, #headerimg h1 a:hover { color: #941515;}

div#headerimg h1 a{
	display:block;
	height: 186px;
	width:960px;
}
div#headerimg{ height: 186px; width:960px; }

/*
 * Navigation
 */

div#op_navigation{
	border-color:#875c82 !important; background:#f5dbf2;
	position:relative;
	left:0;
	top:0;
	border-bottom:solid 1px;
	border-top:solid 1px;
}

/* top level menu item color */
div#op_navigation ul li a, div#op_navigation ul li a:visited, div#op_navigation ul li a:hover { 
	color: #000; 
	font-size:93%;
	line-height:1.70em;
}

div#op_navigation ul li a{
	font-weight: bold;
	background:none;
	border:none;
	padding: 2px 10px;
}

div#op_navigation ul li a:hover{
	background:none;
	border-bottom: solid 2px;
	padding-bottom:0;
}

/* level 1 drop down styling */
div#op_navigation ul li ul {
	border-color:#875c82 !important;
	background-color:#F5DBF2 !important;
}

div#op_navigation ul li ul li a:hover{
	background: #ccc;
}

/* width of drop down menus, change here if you need to adjust the size */
div#op_navigation ul li ul, div#op_navigation ul li ul li {	width: 10em }



/*
 * Class for sidebars
 */
div#sidebar,div#sidebar2{
	height: 100%;
}

/* 
 * Featured post carousel 
 */
div#feature{
	background: #e3e3e3;
}

/* featured post header color */
div#feature ul#features h2 a { color:#fff }

/* Content post header color */
.post h2,.post h2 a {font-family:Georgia, "Times New Roman", Times, serif;color:#000;font-size:24px;letter-spacing:0;margin-bottom:1px;margin-left:0; font-weight:normal;}

/* Content post byline */
.post small {font-family: Lucida Grande, Arial, Verdana, Sans Serif; font-size:11px; letter-spacing:1px;}
.post small a {color:#941515;}

/* Content Post */
div.post_content { margin-top:8px;}
div.post_content p {font-family: Arial, Helvetica, sans-serif; font-size:13px; letter-spacing:0.5px; line-height:16px;}

/* Content Post Meta Data */
.postmetadata, .postmetadata a {font-family: Arial, Helvetica, sans-serif; font-size:10px; text-decoration:none; text-transform:uppercase;}

/* 
 * Widgets 
 */
.widgettitle, .widgettitle a{font-family: Georgia, "Times New Roman", Times, serif;font-size:18px; letter-spacing:0px; font-weight:normal;color:#000; border-bottom:#875c82 solid 1px}

.widget a{font-weight:normal;}
.widget img{border:#875c82 solid 1px; margin-left:5px; margin-right:5px;text-align:center;}
.widget ul{margin-left:18px;}

.widget_flickr p{font-size: 10px; text-align:right;}

/*
 * Sidebar
 */
div#sidebar .widget a:hover{font-weight:bold;}

div#sidebar ul li{
	list-style-type: none;
}

/*
 * Search
 */

#searchform input { 
	font-family: Verdana; 
	font-size: 77%; 
	color: #999; 
}

#searchform input.submit { 
	color: #000; 
}

#tag_cloud a {
	text-transform:uppercase;
}

.wp-caption {
   border: 1px solid #ddd;
   background-color: #f3f3f3;
}

/*
 * Footer
 */
div#footer { 

}

#footer p.signature {
	font-size:85%;
	margin-bottom:0;
	opacity:0.65;
	padding:5px;
	text-align:center;
}

div#column_wrap.layout2 div.order1{ border-right: 1px dotted #000; }
div#column_wrap.layout3 div.order1,
div#column_wrap.layout3 div.order2{ border-right: 1px dotted #000; }