/*
Theme Name: New River Winery
Theme URI: http://www.newriverwinery.com
Description: A theme by <a href="http://www.maximumconfusion.net">Derek Leek</a>.
Version: 1
Author: Derek Leek
Author URI: http://www.maximumconfusion.net

*/

*{
	margin:0;
	padding:0;
}
html, body, #wrapper{
	height: 100%;
}
body > #wrapper {
	height: auto;
	min-height: 100%;
}
body{
	background: #65665d url(images/bg-top.png) top repeat-x;
	margin:0;
	padding:0;
	font: 80%/150% "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
}
a {
	color: #633;
	text-decoration: none;
}
a:visited {
	color: #633;
	text-decoration: none;
}
a:hover {
	color: #633;
	text-decoration: underline;
}
p{
	margin-bottom:1em;
}
ol{
	padding:10px 0 10px 30px;
	margin:0;
	line-height:110%;
}
ol li{
	/*background:url(images/arrow2.png) no-repeat;*/
	padding: 0px 0px 10px 0px;
}
.searchform{
	margin:0px;
	padding:0px;
}
#page{
	margin:0 auto;
	width:980px;
	padding-top:20px;
	background:#eef3e0 url(images/bg-middle.png) top no-repeat;
	padding-bottom:325px;
}
#header{
	width:980px;
	height:150px;
	margin:0 auto;
	position:relative;
}
#headerimg{
	/*position:relative;
	background:url(images/logo.png) top no-repeat;
	width:249px;
	height:173px;
	margin-left:20px;*/
}
#headerimg .home-link a{
	position:absolute;
	width:249px;
	height:147px;
	text-decoration:none;
}
#headerimg .home-link a span{
	visibility:hidden;
}
#headerimg .links{
	position:absolute;
	bottom:0;
	right:8px;
	margin-bottom:-3px;
	width:105px;
	height:26px;
	z-index:1;
	color:#fff;
	text-align:right;
}
#headerimg .links a{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
}
#headerimg .links a:visited{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-size:12px;
}
#headerimg .links a:hover{
	color:#fff;
	text-decoration:underline;
	text-transform:uppercase;
	font-size:12px;
}
#nav{
	list-style: none;
	margin: 0px;
	position: absolute;
	float:right;
	right: 20px;
	bottom: 10px;
}
#nav li{
	float: left;
	margin-left: 5px;
}
#nav a{
	color: #000;
	text-decoration: none;
	padding: 7px 10px;
	font:17px/100% Georgia, "Times New Roman", Times, serif;
	display: block;
}
#nav a:visited{
	color: #000;
	text-decoration: none;
}
#nav a:hover{
	color: #000;
	text-decoration:underline;
}
#navsm{
	list-style:none;
	margin:0px;
	position:absolute;
	float:right;
	right:5px;
	bottom:43px;
}
#navsm li{
	float:left;
	margin-left:5px;
}
#navsm a{
	color:#036;
	text-decoration:none;
	padding:5px;
	font:bold 13px/100% "Trebuchet MS", Arial, Helvetica, sans-serif;
	display:block;
}
#navsm a:visited{
	color:#036;
	text-decoration:none;
}
#navsm a:hover{
	color:#036;
	text-decoration:underline;
}
#searchform{
	position:absolute;
	top:0;
	right:0;
	background: #036 url(images/bgsearch.png) top repeat-x;
	width:180px;
	padding:5px 0 5px 6px;
	float:right;
}
#searchform #s{
	width: 100px;
	height: 15px;
	padding:0;
	border: 1px solid #333;
	background: #eee;
	vertical-align: middle;
}
#searchform #searchsubmit{
	background:url(images/bgsearch.png) bottom repeat-x;
	border:none;
	width:25px;
	height:20px;
	font:bold 10px Arial, Helvetica, sans-serif;
	color:#fff;
	vertical-align:middle;
	cursor:pointer;
}
#searchform label{
	font-size: 12px;
	color: #fff;
}
#content{
	background:#eef3e0;
	float:left;
	margin:0;
	padding:0 30px 20px 30px;
	width:600px;
	text-align:justify;
}
#content-sec{
	background:#fff;
	float:right;
	margin:0;
	padding:0 30px 20px 30px;
	width:760px;
	text-align:justify;
}
#calendar{
	background:#fff;
	float:left;
	margin:0;
	padding:0 30px 20px 30px;
	width:920px;
	text-align:justify;
}
.post{
	clear:both;
}
.post-date{
	float:right;
	text-align:right;
}
.post-title{
	float:left;
	width:600px;
}
.post-title h2{
	padding-bottom:5px;
	border-bottom:1px #333 solid;
	color:#633;
}
.post-title-sec{
	float:left;
	width:660px;
}
.post-title-sec h2{
	padding-bottom:5px;
	border-bottom:1px #333 solid;
	color:#633;
}
.entry{
	clear:both;
	padding-top:10px;
}
.post-cat{
	/*background: url(images/mini-category.gif) no-repeat left center;
	padding-left: 18px;*/
	float:left;
	font-size:95%;
	color:#633;
}
.post-comments{
	/*background: url(images/mini-comments.gif) no-repeat left center;
	padding-left: 18px;*/
	float:right;
	font-size:95%;
}
.post-cat a, .post-cat a:visited{
	color:#633;
}
.post-comments a, .post-comments a:visited{
	color:#633;
}
.post-content{
	clear:both;
	padding-top:10px;
}
.navigation{
	clear:both;
	padding:10px 0px;
}
.navigation a, .navigation a:visited{
	color:#633;
}
.previous-entries{
	float:left;
	padding-left:35px;
	background: url(images/arrow_left.png) no-repeat left center;
}
.next-entries{
	float:right;
	padding-right:35px;
	background: url(images/arrow_right.png) no-repeat right center;
}
.recent-posts{
	list-style:none;
	padding:5px 10px 0 10px;
	margin:0;
	line-height:110%;
}
.recent-posts li{
	background:url(images/paper.png) center left no-repeat;
	padding: 7px 0 7px 20px;
	border-bottom:1px #999 dashed;
}
.archives{
	list-style:none;
	padding:5px 10px 0 10px;
	margin:0;
	line-height:110%;
}
.archives li{
	background:url(images/arrow2.png) center left no-repeat;
	padding:7px 0 7px 25px;
	border-bottom:1px #999 dashed;
}
.menu-pages{
	list-style:none;
	padding:0 0 0 10px;
	margin:0;
	line-height:110%;
}
.menu-pages li{
	background:url(images/arrow2.png) no-repeat;
	padding: 0px 0px 10px 25px;
}
.learn{
	list-style:none;
	padding:0 0 0 20px;
	margin:0;
	line-height:110%;
}
.learn li{
	background:url(images/arrow.png) no-repeat;
	padding: 0px 0px 10px 20px;
}
#view-all {
	float:right;
	position:relative;
	z-index:2;
	font: normal 85%/100% "Trebuchet MS", Tahoma, Arial;
	padding:0 10px 25px 0;
}
.widget{
	padding-bottom:20px;
}
#sidebar {
	float:right;
	padding:0 20px 20px 0;
	width:300px;
	background-color:#eef3e0;
}
#sidebar ul{
	list-style-type: none;
	margin:0;
	padding:0 10px 0 10px;
}
#sidebar ul li{
	padding:5px 0 5px 0;
	border-bottom:1px #333 dashed;
}
#sidebar .title{
	font: normal 135%/100% "Trebuchet MS", Tahoma, Arial;
	color: #fff;
	padding:10px 0 10px 10px;
	width:290px;
	background-color:#333;
}
#comments, #respond {
	border-bottom: 1px dotted #333;
	padding-bottom: 5px;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
}
.commentlist li{
	padding: 5px 10px;
	position: relative;
}
.commentlist .avatar {
	position: absolute;
	top: 5px;
	right: 5px;
	border: solid 1px #ededed;
	padding: 1px;
	background: #999;
}
.commentlist .alt {
	background: #ebebeb;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 120%;
	color:#f30;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 87%;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	font-weight: bold;
	color: #666666;
	font-size: 100%;
}
#commentform input{
	width: 298px;
	background:#ebebeb;
	border: 1px solid #333;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 593px;
	height: 115px;
	background:#ebebeb;
	border: 1px solid #333;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #fff;
}
#commentform #submit{
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #333;
	border: none;
	float:right;
	width: 144px;
	height: 29px;
	cursor:pointer;
	border:1px solid #333;
}
#footer{
	position:relative;
	margin-top:-325px;
	height:325px;
	clear:both;
	padding-top:40px;
}	
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix{
	height: 1%;
}
.clearfix{
	display: block;
}
/* End hide from IE-mac */
#foot{
	width:980px;
	margin:0 auto;
	color:#000;
	padding:20px 0 0 0;
	height:325px;
	background:#65665d url(images/footer-top.png) top no-repeat;

}
#foot .left-col{
	width:290px;
	float:left;
	padding-left:30px;
}
#foot .middle-col{
	width:300px;
	float:left;
	padding-right:19px;
	padding-left:19px;
}
#foot .right-col{
	width:300px;
	float:right;
	padding-right:20px;
}
#foot .bottom{
	position:relative;
	width:980px;
	height:65px;
	margin-top:35px;
	background-color:#515151;
	color:#000;
}
#foot .left{
	float:left;
	font-size:12px;
	font-weight:bold;
	padding:28px 0 20px 20px;
	color:#000;
}
#foot h5 {
	font:normal 135%/100% "Trebuchet MS", Tahoma, Arial;
	color:#000;
	margin:10px 0 0 0;
}
#foot h6 {
	font:normal 135%/100% "Trebuchet MS", Tahoma, Arial;
	color:#000;
	margin:10px;
}
#footernav{
	list-style:none;
	margin:0;
}
#footernav li{
	float:left;
	margin-right:8px;
}
#footernav a{
	color: #fff;
	text-decoration: none;
	font:12px bold "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
}
#footernav a:visited{
	color: #fff;
	text-decoration: none;
}
#footernav a:hover{
	color: #fff;
	text-decoration:underline;
}
#foot .right{
	float:right;
	font-size:12px;
	padding-right:10px;
	color:#fff;
}
#foot .right h4{
	font:normal 125% "Trebuchet MS", Tahoma, Arial;
	color:#fff;
	padding-top:10px;
}
#footerimg{
	background:#515151 url(images/logo_umcsm.png) no-repeat left center;
	padding-left:50px;
	height:65px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	display:block;
	border:none;
	height:0;
}
#copy{
	font-size:11px;
	font-style:italic;
}
.style1{
	font-size:16px;
	color:#fff;
	padding-top:5px;
}