/*
Theme Name: Hudson Valley Wine and Food Fest 2009
Description: This theme is a custom theme created for Grape Events Partners LLC and the Hudson Valley Wine and Food Fest
Version: 1.0
Author: Jennifer Cristaldi
Author URI: http://www.hudsonvalleywinefest.com
*/

h1, h2, h3, h4, h5, h6, blockquote, p, form{
	margin: 0;
	padding: 0;
	}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	padding: 0 0 10px 0;
	}

body {
	background: #6B5673 url("images/confetti.gif") repeat-x;
	color: black;
	text-align: center;
	vertical-align:top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	}
a:link, a:visited {
	text-decoration: none;
	color: #c60;
	}
a:hover {
	text-decoration: underline;
	color: #fc3;
	}
	
p {
	padding: 10px 0 0 0;
	}
	
#wrapper {
	width: 971px;
	background: #fff;
	margin: auto;
	text-align: center;
 	}
#frame {
 	float: left;
 	width: 971px;
 	background: #fff;	
 	border: 2px solid #fc3;
 	text-align: left;
 	}

#header {
	width: 100%;
	padding: 5px 0 10px 0;
	clear: both;
	background: #6a7356 url("images/blog_header.jpg") no-repeat bottom left;
	height: 255px;
	border-left: 2px solid #fc3;
	border-right: 2px solid #fc3;
	text-align:center;
	}
	
#topmenu{
	margin: 0 auto;
	width: 971px;
	text-align: center;
	vertical-align: top;
}

#topmenu ul{
	float: left;
	list-style-type: none;
	margin: 0 auto 0 auto;
	padding: 0;
	background: #6a7356;
	width: 100%;
	text-align: center;	
	border-top: 2px solid #fc3;
	border-left: 2px solid #fc3;
	border-right: 2px solid #fc3;
}

#topmenu ul li{
	float: left;
	margin: 0 1px 0 0;
	text-align: center;
}

#topmenu ul li a{
	display: block;
	padding: 10px 20px 0 20px;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: large;
	text-transform: capitalize;
	text-decoration: none;
	color: #B1C08F;
}

#topmenu ul li a:hover{
	text-decoration: underline;
	color: white;
}


#topborder {
	float: left;
	width: 100%;
	background: #fc3;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	height: 35px;
	color: #c60;
	border-left: 2px solid #fc3;
	border-right: 2px solid #fc3;
	text-align: left;
	}

#container {
	float: left;
	width: 600px;
	padding: 0 10px 0 10px;
	}

.post {
	padding: 20px 0 10px 0;
	}
	
.post h2{
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 18px;
	}

.entry {
	line-height:18px;
	}
	
p.postmetadata {
	border-top: 1px solid #fc3;
	margin: 10px 0 20px 0;
	}

.navigation {
	padding: 10px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	}

.sidebar {
	float: left;
	width: 339px;
	margin: 0 10px 0 0;
	border-right: 1px solid #fc3;
	background: #fff;
	}
.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 10px;
	}

.sidebar ul li {
	padding: 10px 0 10px 0;
	}
	
.sidebar ul li h2 {
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: 14px;
	}

.sidebar ul ul li {
	padding: 0;
	line-height: 24px;
	}
	

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}

#footer {
	clear: both;
	float: left;
	width: 975px;
	padding: 10px 0 0 0;
	text-align: center;
	}

#footer p {
	line-height: 18px;
	}
#bottom {
	margin: 5px auto 0px;
	color: #fc3;
	font-family: Tahoma, "Lucida Grande", Arial, sans-serif;
	font-size: small;
	}
#bottom ul {
	height: 15px;
	list-style:none;
	width: 100%;
	margin: 0px 0px 0px -25px;
	padding: 5px;
	}
#bottom ul li {
	display: inline;
	}
#bottom ul li a,  #bottom ul li a:active, #bottom ul li a:visited {
	text-decoration:none;
	color: #fc3;
	padding: 5px 15px 5px 15px;
	}
#bottom ul li a:hover {
	color:#c60;
	}
/* Contact Form */

.contactform { 

	margin-left:0;

}



.contactform li { 

	list-style-type:none; 

}



.contactform li label { 

	display:block; 

}



.contactform li input[type="text"] {

	width:530px;

	margin-bottom:15px;

	border:1px #ddd solid;

	padding:3px;

	font-family:"Lucida Grande";

	color:#333;

}



.contactform li textarea{

	width:530px;

	height:100px;

	margin-bottom:15px;

	border:1px #ddd solid;

	padding:3px;

	font-family:"Lucida Grande";

	color:#333;

}



.contactform li button{	

	float:right;

	font-weight:bold;	

	background:#f8f8f8;

}



p.error{

	padding: 10px;

	background: #ffffe0;

	border: 1px solid #e6db55;

}

span.error{color:red;}




