/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/* -- GENERAL REDECLARATIONS -- */

html				{height: 100%;}
* 					{margin:0; padding:0;}

body 				{
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#000000;
	font-size:11px;
	line-height: 15px;
	background-color: #fff;
	background-image: url(../images/bg-strip.png);
	background-repeat: repeat;
}


a				{outline: none;}
a:link 			{color:#D7A259; text-decoration:underline;}
a:visited 		{color:#000000; text-decoration:underline;}
a:hover 		{color:#000000; text-decoration:none;}
a:active 		{color:#4A575F; text-decoration:none;}

ul, ol	 		{margin:0 0 10px 25px;}
dl 					{margin:0 0 10px;}
dt 					{font-weight:bold;}
dd					{margin:0 0 3px 10px;}
p 					{margin:0 0 15px;}
h1{font-size:24px;padding-bottom: 8px;padding-top:12px;font-weight:bold;}
h2{font-size:20px;padding-bottom: 3px;padding-top:14px;font-weight:bold;}
h3{font-size:17px;padding-bottom: 3px;padding-top:10px;font-weight:bold;}
h4{font-size:14px;padding-bottom: 2px;padding-top:4px;font-weight:bold;}
h5{font-size:12px;padding-bottom: 2px;padding-top:4px;font-weight:bold;}
h6{font-size:12px;padding-bottom: 2px;padding-top:4px;font-weight:normal;font-style:italic;}
h1, h2, h3,h4,h5,h6{ color:#000000;}

hr 					{border-style: none; border-bottom: 1px dashed #e3e3e5; color: #fff; background-color: #fff;}
					/*color and background color should be the same as the background color of the div it is contained within*/
img 				{border:none;}
acronym			{border-bottom: 1px dotted;}
blockquote 	{margin:0 25px 20px 25px; font-style:italic;}

i, em, b, strong{font-family: Georgia, "Times New Roman", Times, serif;color:#000000;}


h1.pageheading	{border-bottom: 1px dotted #A4A7A7;padding-bottom: 10px;}

.clr {clear:both;}
.right {float: right;}
.left {float: left;}
.rightimage {float: right; margin: 0 0 10px 10px;}
.leftimage {float: left; margin: 0 10px 10px 0;}

#content-side p.join {margin-top: 12px;}
#content-side p.parrot {margin-top: 200px;}
#content-side a.makers-mates-button {
	display: block;
	width: 133px;
	height: 186px;
	border: 0px solid red;
}

/*NAVIGATION*/
#nav {
	float: left;
	height: 31px;
	width: 805px;
	margin-left: 16px;
	background-color: #4A575F;
}

.menu {
	margin: 0;
	padding: 0;
	list-style: none;
	background-color: #4A555B;
}
.menu li { padding: 0; margin: 0; height: 31px; margin-right: 1em; list-style: none; background-repeat: no-repeat; }
.menu li a, .menu li a:visited {
	display: block;
	text-decoration: none;
	text-indent: -1000px;
	height: 31px;
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.welcome {background-image: url(../images/nav/welcome_btn_o.jpg); width: 115px;}
.welcome a {background-image: url(../images/nav/welcome_btn.jpg);}
.wines {background-image: url(../images/nav/wines_btn_o.jpg); width:120px;}
.wines a {background-image: url(../images/nav/wines_btn.jpg);}
.news {background-image: url(../images/nav/news_btn_o.jpg); width:167px;}
.news a {background-image: url(../images/nav/news_btn.jpg);}
.winemaker {background-image:url(../images/nav/winemaker_btn_o.jpg); width:130px;}
.winemaker a {background-image:url(../images/nav/winemaker_btn.jpg);}
.benson {background-image:url(../images/nav/benson_btn_0.jpg); width:131px;}
.benson a {background-image: url(../images/nav/benson_btn.jpg);}
.contact {background-image: url(../images/nav/contact_btn_o.jpg); width:142px;}
.contact a {background-image: url(../images/nav/contact_btn.jpg);}

ul.menu li a:hover {background: none;} 
.menu li {
	float: left;
	margin: 0px;
	padding: 0px;
} 
.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}



/* Page */

#wrapper {
	width: 836px;
	text-align: left;
	background-color: #FFF;
	background-image: url(../images/bg02.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* Header */

#header {
	width: 805px;
	height: 118px;
	background-color: #FFF;
	background-image: url(../images/header02.jpg);
	background-repeat: no-repeat;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 16px;
	float: left;
}

#header h1 {
	margin: 0;
	margin-top: 57px;
	margin-right: 40px;
	float: right;
	text-transform: lowercase;
	text-align: center;
	font-weight: normal;
	font-style: italic;
	color: #9C9C9C;
}

#header h1 a {
	display: block;
	width: 215px;
	height: 110px;
	text-indent: -9000px;
	background: url("../images/logo.gif") no-repeat center center;
}

/* Content */

#content {
	/*float: right;*/
	width: 787px;
	float: left;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 33px;
	background-repeat: repeat-y;
	background-position: 580px top;
}

.content-main {
	width: 610px;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.content-main p, .content-main ul, .content-main ol {
	line-height: 180%;
}
#content-side p {
	margin: 0px;
	padding: 0px;
}




#content-side {
	float: right;
	width: 129px;
	/*border-left: 1px dotted #DBDBDB;*/
	text-align: center;
	background-image: url(../images/side-bar.gif);
	background-repeat: no-repeat;
	padding-right: 2px;
	background-position: top;
	height: 540px;
	padding-left: 2px;
}

/* Footer */

#footer {
	position: relative;
	width: 836px;
	height: 34px;
	padding-top: 30px;
	text-align: center;
	background-color: #fff;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	float: left;
}
#image-changer {
	width: 805px;
	margin-left: 16px;
	height: 120px;
	float: left;
	background-image: url(../images/door.jpg);
}


#footer p {
	font-size: 10px;
	margin: 0;
	color: #8D8B8B;
}

/*Overrides for modified news module*/
td.post_title {
	padding-top: 10px;
	font-size: 16px;
	border-bottom: 0px;
}

td.post_short {
	border-bottom: 1px solid #dddddd;
}

td.post_short a.more-button,
td.post_short a.back-button {
	font-size: 13px;
}
