/* BASE CSS */


html, body {
	background-color: #D7CFC5;
	color: #342B1F;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

body.editor {
	color: #342B1F;
	background-color: #f4f0eb;
}



h1 {
	font-size: 20px;
	font-weight: bold;
	line-height: 22px;
	color: #6B0041;
	margin-bottom: 10px;
}

h3 {
	color: #342B1F;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 10px;
}

h4 {
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 10px;
}

img { 
	border: none;
}

a {
	color: #6B0041;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #688547;
	
}

hr {
	height: 1px;
	border: 0px;
	color: #D6D1CB;
	background-color: #D6D1CB;
	margin: 10px 0px;
}

div.hr {
	height: 1px;
	background-color: #D6D1CB;
	margin: 10px 0px;
}

div.hr hr {
        display: none;
	margin: 0px;
}

.green, #leftcontent b {
	color: #6E8B4C;
}

.blue, .blue a, .social_links, .social_links a {
	color: #233876;
}

.blue a:hover, .social_links a:hover {
	color: #000000;
}

.social_links {
	line-height: 14px;
}

.social_links img {
	vertical-align: middle;
}

.social_links img {
	margin: 2px 0px 2px 0px;
}

#home .social_links img {
	margin: 0px 0px 0px 5px;
}

.photo {
	background-color: #D6D1CB;
	padding: 8px;
	margin-bottom: 12px;
}

.cl {
	clear: left;
}

.cr {
	clear: right;
}

.cb {
	clear: both;
}

tr.alternate {
	background-color: #e8e1db;
}

/* FORM CSS */                      

input {
	font-family: Arial, Helvetica, sans-serif;
}

fieldset {
	border: 0px;
}
 
legend {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
 
fieldset td {
	padding: 2px 4px;
}
 
.button {
	border: 0px;   
	background-color: #6E8B4C; 
	background-image: url('http://speedy-d.arescdn.com/images/temeculawines_new/button_bg.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	color: #FFFFFF;
	font-size: 11px;
	padding: 3px 5px;
	text-transform: uppercase;
}

#admin-buttons input.button {
	width: 175px;
	text-align:center;
}

.alert, .red {
	color: #FF0000;
}

.morelink {
	color: #423c34;
}
/* LAYOUT CSS */

#header_container {
	width: 100%;
	height: 242px;
	background-image: url('http://speedy-b.arescdn.com/images/temeculawines_new/header_bg.gif');
	background-position: bottom center;
	background-repeat: no-repeat;
}

#header_container.home {
	height: 362px;
}

#header_inner {
	position: relative;
	width: 956px;
	height: 242px;
	margin: 0px auto;
	background-position: 18px 60px;
	background-repeat: no-repeat;
}

.home #header_inner {
	height: 362px;
}

#header_mask {
	width: 956px;
	height: 242px;
	background-image: url('http://speedy-a.arescdn.com/images/temeculawines_new/header_mask.png');
	background-repeat: no-repeat;
}

.home #header_mask {
	height: 362px;
	background-image: url('http://speedy-a.arescdn.com/images/temeculawines_new/header_mask_home.png');
}

#logo {
	position: absolute;
	top: 13px;
	left: 21px;
}

#search_box {
	position: absolute;
	top: 69px;
	left: 750px;
	width: 177px;
	height: 23px;
	/*background-color: #C1BAB1;*/
	background-color: #201b14;
	opacity: 0.50;
	filter: alpha(opacity=50);
}

#search {
	position: absolute;
	top: 69px;
	left: 750px;
	width: 177px;
	height: 23px;
}

#search .inputbox {
	width: 153px;
	height: 23px;
	padding: 5px 3px 0px 5px;
	border: 0px;
	background-color: transparent;
	color: #FFFFFF;
	font-size: 11px;
	line-height: 12px;
	float: left;
}

#content_container {
	width: 100%;
	background-image: url('http://speedy-d.arescdn.com/images/temeculawines_new/content_bg.gif');
	background-position: top center;
	background-repeat: repeat-y;
}

#content_inner {
	margin: 0px auto;
	width: 900px;
	padding: 15px 0px;
	background-color: #F4F0EB;
}

#content {
	width: 703px;
	float: right;
}

#home #content {
	width: 511px;
	font-size: 13px;
	line-height: 20px;
}

#rightcontent {
	width: 177px;
	float: right;
	margin-left: 25px;
	padding-top: 5px;
}

#leftcontent {
	width: 177px;
	float: left;
	text-transform: uppercase;
	padding-top: 3px;
	color: #6E6358;
}

#home #leftcontent {
	width: 366px;
}

#leftcontent .box, #rightcontent .box {
	width: 161px;
	background-color: #D6D1CB;
	padding: 8px;
	margin-bottom: 12px;
}

.box {
	background-color: #D6D1CB;
	padding: 8px;
	margin-bottom: 12px;
}

#leftcontent .upcoming_events {
	float: right;
	height: 234px;
	overflow: hidden;
}

#leftcontent .upcoming_events p {
	margin-bottom: 5px;
}

#leftcontent .upcoming_events div {
	width: 149px;
	height: 187px;
	padding: 6px;
	background-color: #A59C93;
	color: #FFFFFF;
	font-size: 15px;
	text-transform: none;
	overflow: hidden;
}

#leftcontent .upcoming_events div b {
	color: #6B0041;
}

#leftcontent .upcoming_events div p {
	font-size: 11px;
}

#leftcontent .upcoming_events div p a {
	color: #FFFFFF;
}

#leftcontent .upcoming_events div p img {
	vertical-align: middle;
}

#leftcontent .emailbox {
	float: left;
	width: 135px;
	height: 15px;
	padding: 3px 5px;
	border: 0px;
	background-color: #9A9086;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
}

#leftcontent p {
	font-size: 10px;
	line-height: 15px;
}

.image_border {
	border: solid 8px #D6D1CB;
	margin-bottom: 5px;
}

.content_image {
	float: left;
	text-align: center;
	margin: 0px 17px 17px 0px;
	font-size: 13px;
	font-weight: bold;
}

.content_image_last {
	float: left;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

#footer_container {
	width: 100%;
	background-image: url('http://speedy-a.arescdn.com/images/temeculawines_new/footer_bg.gif');
	background-position: top center;
	background-repeat: no-repeat;
}

#footer_inner {
	margin: 0px auto;
	width: 900px;
	text-align: right;
	padding-top: 10px;
	color: #938E86;
}

#footer_inner a {
	color: #938E86;
}

/* NAVIGATION CSS */

#nav {
	position: absolute;
	top: 215px;
	left: 26px;
	padding: 0px;
}

.home #nav {
	top: 335px;
}

#nav li {
	list-style: none;
	float: left;
	margin-left: 8px;
}

#nav li a {
	color: #B4B0A7;
	display: block;
	height: 27px;
	text-indent: -9999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

#nav li a:hover, #nav li.active a {
	background-position: 0px -27px !important;
}

#nav a.home {
	background-image: url('http://speedy-c.arescdn.com/images/temeculawines_new/nav_home.png');
	width: 64px;
}

#nav a.wineries-vineyards {
	background-image: url('http://speedy-a.arescdn.com/images/temeculawines_new/nav_wineries_vineyards.png');
	width: 174px;
}

#nav a.about-us {
	background-image: url('http://speedy-d.arescdn.com/images/temeculawines_new/nav_about_us.png');
	width: 90px;
}

#nav a.plan-your-trip {
	background-image: url('http://speedy-b.arescdn.com/images/temeculawines_new/nav_plan_your_trip.png');
	width: 129px;
}

#nav a.partners-links {
	background-image: url('http://speedy-a.arescdn.com/images/temeculawines_new/nav_partners_links.png');
	width: 144px;
}

#nav a.events {
	background-image: url('http://speedy-a.arescdn.com/images/temeculawines_new/nav_events.png');
	width: 72px;
}

#nav a.media {
	background-image: url('http://speedy-d.arescdn.com/images/temeculawines_new/nav_media.png');
	width: 64px;
}

#nav a.contact-us {
	background-image: url('http://speedy-c.arescdn.com/images/temeculawines_new/nav_contact_us.png');
	width: 106px;
}

#nav a.weddings {
	background-image: url('http://speedy-a.arescdn.com/images/temeculawines_new/nav_weddings.png');
	width: 94px;
}

#subnav {
	padding: 0px;
	margin: 0px;
}

#subnav li {
	list-style: none;
	font-size: 11px;
}

#subnav li a {
	display: block;
	width: 149px;
	line-height: 17px;
	padding: 3px 6px;
	background-color: #688547;
	background-image: url('http://speedy-b.arescdn.com/images/temeculawines_new/subnav_bg.gif');
	background-repeat: repeat-x;
	color: #FFFFFF;
	border-top: 1px solid #415727;
}

#subnav li.active a, #subnav li a:hover {
	background-color: #6B0041;
	background-image: url('http://speedy-a.arescdn.com/images/temeculawines_new/subnav_bg_on.gif');
}

div.odd {
	background-color: #E5E0DB;
}

/* ADMIN CSS */

#admin .button {
	margin: 3px 6px 3px 0px;
}

#admin .admin_table {
	width: 100%;
}

#admin .admin_table td {
	padding-right: 4px;
}

/* WINERY LISTINGS CSS */

.winery_listing {
	width: 325px;
	float: left;
	display: inline;
	margin: 0px 25px 20px 0px;
	font-size: 11px;
	line-height: 15px;
	color: #6E6358;
}

.winery_listing .winery_thumbnail {
	background-color: #D6D1CB;
	padding: 8px;
	float: left;
	display: inline;
	margin: 0px 10px 0px 0px;
}

.winery_listing b a {
	color: #342B1F;
}

.winery_listing a img {
	vertical-align: middle;
}

#winery #description {
	float: left;
	width: 315px;
}

#winery .box, #winery .photo {
	float: right;
	width: 349px;
}

#winery table td {
	padding: 2px 8px 2px 0px;
}

#winery table td b {
	color: #3E611B;
	white-space: nowrap;
}

/* VINEYARD STYLES */

#vineyard_listings div {
	padding: 12px 10px;
	color: #6E6358;
}


#vineyard_listings h3 {
	margin-bottom: 0px;
}

#vineyard_listings b {
	color: #3E611B;
}

/* PLAN YOUR TRIP STYLES */

#plan_your_trip div {
	padding: 12px 10px 12px 10px;
}


#plan_your_trip img {
	float: right;
	background-color: #D6D1CB;
	padding: 8px;
	margin: 0px 0px 12px 12px;
}

#plan_your_trip div.odd img {
	background-color: #F4F0EB;
}

/* COUPON/EVENTS/PRESS RELEASES/PARTNERS & LINKS STYLES */

#coupons div {
	padding: 12px 10px 0 10px;
	color: #6E6358;
}

#coupons div.coupon {
	padding: 0;
	float: left;
	width: 50%;
}

#coupons h2 {
	margin-top: 20px;
	padding-bottom: 4px;
}

#coupons h3 {
	margin-bottom: 0px;
	color: #6B0041;
}

#coupons h4 {
	color: #6c894a;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 0px;
}

#coupons img {
	float: right;
}

#coupons p.terms {
	font-size: 11px;
	line-height: 13px;
	font-style: italic;
}

#events div {
	padding: 12px 10px;
}

#events h3 {
	margin-bottom: 0px;
	color: #6B0041;
}

#events h4 {
	color: #6c894a;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 0px;
}

#events i {
	color: #6E6358;
}

#events img {
	float: right;
}

/* GALLERY STYLES */

.gallery {
	padding: 0px;
	margin: 0px;
}

.gallery td {
	width: 145px;
	text-align: center;
	padding: 0px 7px 17px 0px;
}

.gallery table {
	background-color: #FAF8F6;
	border: 1px solid #C1BAB1;
	width: 138px;
	height: 138px;
}

.gallery td table td {
	padding: 2px;
	width: 137px;
	height: 137px;
	vertical-align: middle;
}

.gallery img {
	padding: 0px;
	margin: 0px;
}

/* MEETING SPACES */
.meeting-space {
	margin-bottom: 15px;
}

.meeting-space h3 {
	color: #6B0041;
	margin-bottom: 0px;
	font-size: 15px;
	padding-left: 5px;
}

.meeting-space table {
	margin-bottom: 10px;
	width: 500px;
}

.meeting-space td, .meeting-space th {
	padding: 0px 5px 0px 5px;
}

.meeting-space td.green {
	font-weight: bold;
	width: 50px;
}


.meeting-space th {
	text-align: left;
	background-color: #FFF;
}

.meeting-space .facility {
	width: 200px;
}

.meeting-space .sqft {
	text-align: right;
	width: 35px;
}

.meeting-space .capacity {
	text-align: right;
	width: 35px;
}

table.awards {
	white-space: nowrap;
}

table.awards h3 {
	color: #6B0041;
	margin: 15px 0px 0px 0px;
	font-size: 15px;
}

table.awards td {
	padding-left:5px;
}

/* WEATHER CHANNEL ELEMENT */

#weather {
	margin-top: 12px;
	border: 8px solid  #D6D1CB;
	width: 338px;
	padding: 6px;
	background-color: #F4F0EB;
	font-size: 11px;
	line-height: 15px;
	text-transform: none;
}

#weather_icon {
	width: 75px;
	text-align: center;
	float: right;
	margin-top: -3px;
	
}

#weather a {
	float: right;
	margin: 10px 5px 0px 15px;
}

/* ORDER FORM CSS */

.orderform {
	margin-bottom: 20px;
	width: 550px;
}

.orderform td {
	vertical-align: top;
	padding: 0px 3px 5px 0px;
}

.orderform .desc {
	text-align: left;
	width: 65%;
}

.orderform .price, .orderform .qty {
	padding-right: 15px;
}

.orderform img {
	padding-right: 5px;
}

.orderform .price, .orderform .qty, .orderform .subtotal {
	text-align: right;
}

.ordertable {
	width: 550px;
}

.ordertable td {
	padding: 0px 4px 5px 0px;
}

.ordertable label {
	white-space: nowrap;
}


/* DATE PICKER CSS */

/* the div that holds the date picker calendar */
.dpDiv {
	}


/* the table (within the div) that holds the date picker calendar */
.dpTable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #505050;
	background-color: #ece9d8;
	border: 1px solid #AAAAAA;
	}


/* a table row that holds date numbers (either blank or 1-31) */
.dpTR {
	}


/* the top table row that holds the month, year, and forward/backward buttons */
.dpTitleTR {
	}


/* the second table row, that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTR {
	}


/* the bottom table row, that has the "This Month" and "Close" buttons */
.dpTodayButtonTR {
	}


/* a table cell that holds a date number (either blank or 1-31) */
.dpTD {
	border: 1px solid #ece9d8;
	}


/* a table cell that holds a highlighted day (usually either today's date or the current date field value) */
.dpDayHighlightTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	}


/* the date number table cell that the mouse pointer is currently over (you can use contrasting colors to make it apparent which cell is being hovered over) */
.dpTDHover {
	background-color: #aca998;
	border: 1px solid #888888;
	cursor: pointer;
	color: red;
	}


/* the table cell that holds the name of the month and the year */
.dpTitleTD {
	}


/* a table cell that holds one of the forward/backward buttons */
.dpButtonTD {
	}


/* the table cell that holds the "This Month" or "Close" button at the bottom */
.dpTodayButtonTD {
	}


/* a table cell that holds the names of days of the week (Mo, Tu, We, etc.) */
.dpDayTD {
	background-color: #CCCCCC;
	border: 1px solid #AAAAAA;
	color: white;
	}


/* additional style information for the text that indicates the month and year */
.dpTitleText {
	font-size: 12px;
	color: gray;
	font-weight: bold;
	}


/* additional style information for the cell that holds a highlighted day (usually either today's date or the current date field value) */ 
.dpDayHighlight {
	color: 4060ff;
	font-weight: bold;
	}


/* the forward/backward buttons at the top */
.dpButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	padding: 0px;
	}


/* the "This Month" and "Close" buttons at the bottom */
.dpTodayButton {
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: gray;
	background: #d8e8ff;
	font-weight: bold;
	}


