/*
Theme Name: 5trails
Theme URI: http://5trailswinery.com/
Description: % Trails Winery theme for Wordpress.
Version 1.0
Author: Jean Bierman (David & Associates)
Author URI: http://www.teamdavid.com
*/

/* Global Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,th,td { 
	padding: 0;
	margin: 0;
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset,img { 
	border: 0;
	}
address,caption,cite,code,dfn,em,strong,th,var {
	font-weight: normal;
	font-style: normal;
	}
ol,ul {
	list-style: none;
	}
caption,th {
	text-align: left;
	}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 100%;
	}
q:before,q:after {
	content:'';
	}
abbr,acronym { border: 0;
	}
a {
	border: 0;
}
/* end Global Reset */


/* Page */

.clear {
	clear: both;
}

body {
	background-color: #333333;
	color: #FFFFFF;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#wrapper {
	width: 960px;
	background-image: url(images/bkgd_wordflow2.gif);
	background-repeat: repeat-y;
	background-color: #000000;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#menubar {
	float: left;
	width: 220px;
	margin: 0px;
}

.title h2 {
	font-size: 1.2em;
	font-weight: bold;
	padding-top: 3px;
	padding-bottom: 3px;
	text-transform: uppercase;
}

.openscroll {
	width: 30px;
	float: left;
}

#tag {
	padding: 15px;
	width: 710px;
}
#footer {
	background-color: #333333;
	padding-top: 3px;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666;
	text-align: right;
}
#header {
	padding: 0px;
	height: 158px;
	width: 740px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 220px;
	background-color: #000;
	background-image: url(images/header_photoblog.jpg);
	background-repeat: no-repeat;
}
#secmenu {
	background-color: #ffcc00;
	width: 715px;
	margin-left: 220px;
	font-size: 1.1em;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#secmenu ul li {
	display: inline;
	list-style-type: none;
}
#secmenu a {
	text-decoration: none;
	color: #000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
#secmenu a:hover {
	color: #FFF;
	background-color: #000;
}
#content {
	background-repeat: no-repeat;
	height: 100%;
	width: 710px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 30px;
	background-color: #fff7d3;
	margin-left: 220px;
	color: #333;
	margin-bottom: 80px;
	line-height: 150%;
	background-position: -150px 100px;
}
.crumbs {
	font-size: 0.8em;
	color: #000;
}
#content h2 {
	font-size: 2em;
	font-weight: normal;
	color: #B9102A;
	padding: 20px 0 10px 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
#content h2 a{
	font-size: 1em;
	font-weight: normal;
	color: #B9102A;
	padding-top: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
}

#sidebar {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin-left: 20px;
	width: 160px;
}
div.hr {
	height: 100px;
	background-attachment: scroll;
	background-image: url(images/vinedivider.gif);
	background-repeat: no-repeat;
	background-position: center;
}
#commentsection {
	background-color: #EFE9C5;
	padding: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
div.hr hr {
  display: none;
}

.sidebartitle h3 {
	text-transform: uppercase;
	color: #FFF;
	background-color: #900;
	padding: 5px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-weight: bold;
}
.sidebartitle h6 {
	padding: 5px 10px;
	text-decoration: none;	
}#comments, #respond {
	font-size: 1em;
	color: #900;
	font-weight: bold;
	padding-bottom: 10px;
}
