/*
Theme Name:  Carlsbad Coastal Winery
Theme URI:   http://www.50barrels.com
Description:  Carlsbad Coastal Winery website theme
Version: 1.0
Author: James Farthing
Author URI: http://www.jamesfarthing.com/
Tags: wine, carlsbad coastal winery, ccw

	Carlsbad Coastal Winery v1.0

	This theme was designed and built by James Farthing,
	whose site  you will find at http://www.jamesfarthing.com/

	The CSS, XHTML and design is copyright 2008 by 50Barrels, Inc.

*/

/* Begin Typography & Colors */
* { margin:0; padding:0; border:0; }
body { position:absolute; top:0px; left:50%; height:100%; width:1008px; margin-left:-504px; background:#aaa; }

#page { position:relative; top:0px; width:1008px; background:#fff; border-left:5px solid #000; border-right:5px solid #000; padding-bottom:50px; margin-bottom:-50px; height:auto !important; /* real browsers */ height:100%; /* IE6: treaded as min-height*/ min-height:100%; /* real browsers */ }

#header { position:relative; top:0px; left:0px; width:1008px; height:102px; background:#fff url(images/navBar.gif) repeat-x 0px 65px; }

#content {
	font-size: 1.2em
	}

.widecolumn .entry p {
	font-size: .6em; 
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 2em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer { position:relative; width:1008px; margin-top:0px; border-top:5px solid #d71851; text-align:center; }
.footShadow { position:relative; top:-12px; left:0px; width:1008px; height:8px; border-bottom:1px solid #666; background:url(images/footShadow.gif) repeat-x 0px 0px; }
#footer ul { list-style:none; }
#footer ul li { display:inline; font:normal 10px Arial, sans-serif; color:#999; margin:0px; }
#footer ul li a, #footer p a  { font:normal 10px Arial, sans-serif; color:#999; text-decoration:underline; }
#footer ul li a:hover, #footer p a:hover { color:#000; text-decoration:none; }
#footer p { font:normal 10px Arial, sans-serif; color:#999; }

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.6em;
	line-height: 1.5em;
	}

h1 { font:bold 24px "Myriad Pro", Arial, sans-serif; color:#a9b677; width:100%; border-bottom:1px solid #000; }
h2 { font:normal 16px "Myriad Pro", Arial, sans-serif; color:#79c; margin:10px 7px; }
h3 { font:bold 14px "Myriad Pro", Arial, sans-serif; color:#000; }

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.narrowcolumn { position:relative; float:left; top:0px; left:0px; min-height:600px; width:450px; margin-left:20px; margin-bottom:20px; z-index:60; }

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {
	margin: 30px 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}


/* End Structure */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */

#searchform  input { margin-left:10px; color: #7d626e; background: #fff; border: 1px solid #a9b677; text-align: left;	}
#sidebar #searchform #s { width: 120px; padding: 2px; }
#sidebar #searchsubmit { margin-left:0px; padding: 2px; border:none; background-color:#bbb; }

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select { color: #7d626e; background: #fff; border: 1px solid #a9b677; text-align: left;
	width: 130px;
	}

#commentform input { color: #7d626e; background: #fff; border: 1px solid #a9b677; text-align: left;
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {  background-color: #fff; border: 1px solid #a9b677; font: 12px Arial, sans-serif; color: #666; padding: 3px; width: 100%; }

#commentform #submit { text-align: center; background: #fff; border:1px solid #966; font:bold 12px Arial, sans-serif; color:#966; text-decoration:none;
	margin: 0;
	float: right;
	}
#commentform #submit:hover { color:#300; text-decoration:underline; }
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar { position:relative; float:left; top:20px; left:0px; width:200px; margin-left:0px; border-right:1px solid #aaa; }

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


#navigation { position:absolute; top:76px; left:240px; width:750px; z-index:110; }
.dropShadow { position:relative; top:102px; left:0px; width:1008px; height:8px; background:transparent url(images/navShadow.gif) repeat-x;  }
.grapes { position:absolute; top:0px; right:0px; height:215px; width:150px; background:url(images/grapes.jpg) no-repeat; z-index:50; }
.logo { position:absolute; top:6px; left:0px; width:200px; height:96px; background:url(images/logo.jpg) no-repeat; }
.display-date { position:absolute; top:50px; left:780px; font:normal 10px Arial, sans-serif; color:#aaa;}

.mainnav { width:100%; }
.mainnav li { float:left; list-style:none; font:normal 12px Arial, Helvetica, sans-serif; color:#fff; padding:0px 0px; margin:0px; }
.mainnav a { width:118px; height:34px; display:block; text-decoration:none; font-weight:bold; color:#fff; font-variant:small-caps; text-align:center; }
.mainnav a:hover { position:relative; top:-10px; padding-top:10px; text-decoration:none; text-align:center; color:#f9e719; background:transparent url(images/navBarBox.jpg) no-repeat 0px 0px; }

p { font:normal 12px Arial, sans-serif; color:#555; margin:10px 0px; line-height:16px; }
li { font:normal 12px Arial, sans-serif; color:#555; margin:6px 30px; line-height:16px; list-style:square; }
a { font:bold 12px Arial, sans-serif; color:#966; text-decoration:none; }
a:hover { color:#300; text-decoration:underline; }

#sidebar ul.sidenav { margin-left:50px; }
#sidebar ul.sidenav li { list-style:none; margin:2px 0px; color:#000; }
#sidebar ul.sidenav a { font:bold 12px Arial, sans-serif; color:#666; text-decoration:none; }
#sidebar ul.sidenav a:hover { color:#000; text-decoration:underline; }