/*
Theme Name: Charnu
Description: Charnu Winery Wordpress Theme.
Version: 0.1
Author: Bob Dye
Tags: custom header, fixed width, two columns, widgets
*/

/* Reset to known state */
@import "reset.css";

/* Class to automatically clear floats */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* IE needs special care */
.clearfix {display:inline-block;}
/* Hides from IE-mac \*/
.clearfix {display:block;}
/* End hide from IE-mac */

.clear {
	clear: both;
}

/* General styling */
body {
	margin: 0;
	padding: 0;
	line-height: 1.8em;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(/blog/wp-content/themes/charnu/images/header_bg.png) top left repeat-x;
}
	
h1 {
	font-size: 1.85em;
	font-weight: normal;
	margin: 0 0 30px 0;
	line-height: 1em;
}

h2 {
	font-size: 1.85em;
	font-weight: normal;
	line-height: 1.3em;
}

h3 {
	font-size: 1.4em;
	font-weight: normal;
	line-height: 1.8em;
	margin: 1.8em 0 0.6em 0;
}

h4 {
	font-size: 1.1em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0 0 20px 0;
}

input, textarea {
	background:#eeeeee;
	border-color: #AAAAAA #DDDDDD #DDDDDD #AAAAAA;
	border-style: solid;
	border-width: 1px;
	color: #444444;
	font-size: 1em;
}

select {
	width: 130px;
	}

ul {
	list-style: disc outside;
	}

ol {
	list-style: decimal outside;
	}

input:focus, textarea:focus {
	background: #FFFFFF;
	border-color: #777777 #CCCCCC #CCCCCC #777777;
}

.postmetadata, blockquote, strike {
	color: #777;
	}

small {
	font-size: 0.9em;
	line-height: 1.5em;
	}

strong {
	font-weight: bold;
	}
	
em {
	font-style: italic;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr, span.caps {
	border-bottom: none;
	line-height: 1em;
	text-transform: uppercase;
	letter-spacing: 1px;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	margin: 0 0 1.6em 1.6em;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 1.6em 1.6em 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

/* Overall Page Structure */
#page {
	min-width: 77.5em;
	max-width: 96em;
	margin: 0 auto;
}

* html #page {
	width: expression( this.clientWidth < 776 ? "775px" : "96em" );
}

a#logo {
	display: block;
	position: relative;
	width: 650px;
	height: 150px;
	padding: 15px 0 0 0;
	margin: 0 0 0 10px;
	text-decoration: none;
	font-size: 300%;
	line-height: 4em;
	color: #000;
}

a#logo span {
	display: block;
	width: 650px;
	height: 125px;
	position: absolute;
	top: 20px;
	left: 0;
	background: url(images/header_blog.jpg) no-repeat 0 0;
}

#main {
	position: relative;
	padding-right: 320px;
	background: url(/blog/wp-content/themes/charnu/images/sidebar_bg.png) top right repeat-y;
}

#content {
	padding: 2em 3em 1.8em 1em;
	margin: 0;
	min-height: 100em;
}

* html #content {
	height: expression( this.scrollHeight < 1001 ? "1000px" : "auto" );
}

#sidebar {
	position: absolute;
	top: 0;
	right: 0;
	width: 320px;
	float: right;
}

#footer {
	height: 35px;
	width: 943px;
	clear: both;
	margin: 0 0 0 10px;
	padding: 5px 4px 0 4px;
	border-top: 1px solid #ccc;
}

/* Header layout */
#nav {
	height: 35px;
	margin: 0;
	padding: 0 18px 0 8px;
}

#nav li {
	float:left;
	margin-left: 4em;
	padding-top: 9px;
}

#nav li a {
	display:block;
	text-align: center;
	font-size: 1.2em;
	line-height: 1.4em;
	text-decoration:none;
	text-transform:uppercase;
}

#nav li a:link, #nav li a:visited {
	color: #928b87;
}

#nav li a:hover, #nav li.active a:link, #nav li.active a:visited {
	color: #d4af37;
}

/* Content styling */
#content {
	font-size: 1.3em;
	line-height: 1.4em;
}

#content a {
	color: #5b0f0f;
	text-decoration: underline;
	font-weight: bold;
}

#content a:hover, #content a:focus, #content a:active {
	text-decoration: none;
}

#content a:visited {
	color: #b85b5a;
	}

#content  h2 a {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

#content  h2 a:visited, #content  h2 a:focus, #content  h2 a:active {
	color: #333333;
}

#content  h2 a:hover {
	color: #5b0f0f;
}

.post {
	margin: 0 0 3em 0;
	padding-bottom: 3em;
	border-bottom: 1px solid #b9774a;
	}

.widecolumn .post {
	border: none;
	}

.post hr {
	display: block;
	}

h1.pagetitle {
	padding-bottom: 0.4em;
	border-bottom: 1px solid #dddddd;
}

.headline_cont {
	margin-bottom: 2.2em;
}

.headline_cont h2 {
	margin: 0 0 0.1em 0;
}

.headline_cont .headline_meta {
	display: inline;
	font-size: 0.9em;
	line-height: 1.8em;
	color: #888888;
}

.headline_cont abbr {
	text-transform: none;
}

#content .headline_cont .headline_meta a {
	color: #888888;
	font-weight: normal;
	text-decoration: none;
}

#content .headline_cont .headline_meta a:hover {
	text-decoration: underline;
}

.entry {
	margin-bottom: 3em;
	}

.entry p {
	margin-bottom: 1.4em;
	}

.entry p.leadin {
	margin-bottom: 0.5em;
	}

.entry p.disclaimer {
	font-style: italic;
	}

.entry p.readmorelink {
	clear: both;
	text-align: right;
}

.entry p.readmorelink a {
	display: block;
	position: relative;
	width: 150px;
	height: 30px;
	float: right;
	color: #fff;
	border: none;
	background: #5b0f0f;
}

.entry p.readmorelink a:hover {
	background: #740001;
}

.entry p.readmorelink a span {
	display: block;
	position: absolute;
	width: 150px;
	height: 30px;
	top: 0;
	left: 0;
	background: #5b0f0f url(/blog/wp-content/themes/charnu/images/blog_sprite.png) -400px -300px;
}

.entry p.readmorelink a:hover span {
	background-position: -400px -330px;
}

entry p.tags a  {
	border: none;
	}

.entry li {
	line-height: 1.6em;
	margin-left: 0.6em;
	}

.entry li li {
	font-size: inherit;
	}

.entry ul {
	margin: 0 0 1.6em 1.6em;
	}

.entry ul ul, .entry ol ul {
	margin: 0 0 0 1.6em;
	}

html>body .entry ul li {
	list-style: square;
	}

.entry ol {
	padding: 0 0 1.6em 1.6em;
	margin: 0;
	}

.entry form {
	text-align:left;
	}

/* Post additional */
.postmetadata {
	clear: both;
	line-height: 1.4em;
	margin-bottom: 1.8em;
	background: #fee9a5;
	color: #000;
	overflow: hidden;
	zoom: 1; /* Work around IE double padding bug */
}

.postmetadata p {
  margin-bottom: 15px;
}

.post-author {
	float: left;
	height: 210px;
	width: 400px;
	padding: 15px 0 0 20px;
	overflow: hidden;
}

.post-author h4 {
	position: relative;
	width: 163px;
	height: 20px;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: normal;
}

.post-author h4 span {
	position: absolute;
	width: 163px;
	height: 20px;
	top: 0;
	left: 0;
	background: url(/blog/wp-content/themes/charnu/images/blog_sprite.png) -200px -380px;
}

.post-author img {
	float: left;
	margin: 0 15px 10px 0;
}

.post-tags {
	clear: both;
	border-top: 1px solid #7a3c17;
	padding-top: 10px;
	}

.postmetadata .social {
	float: right;
	width: 130px;
	height: 210px;
	padding: 15px 0 0 15px;
	background: #7a3c17;
}

.social h4 {
	position: relative;
	width: 56px;
	height: 20px;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: normal;
	color: #fff;
}

.social h4 span {
	position: absolute;
	width: 56px;
	height: 20px;
	background: url(/blog/wp-content/themes/charnu/images/blog_sprite.png) -363px -380px;
}

.postmetadata .social ul {
    list-style-type: none;
	margin: 0;
	padding: 0;
}

.postmetadata .social ul li {
	height: 48px;
	width: 48px;
	float: left;
	margin: 0 15px 15px 0;
}

.postmetadata .social ul li a {
	display: block;
	height: 48px;
	width: 48px;
	border: none;
	background-color: #7a3c17;
	background-image: url(/blog/wp-content/themes/charnu/images/blog_sprite.png);
}
.postmetadata .social ul li.twitter a {
	background-position: -540px -410px;
}
.postmetadata .social ul li.digg a {
	background-position: -440px -410px;
}
.postmetadata .social ul li.delicious a {
	background-position: -490px -410px;
}
.postmetadata .social ul li.su a {
	background-position: -590px -410px;
}

.postmetadata a {
	color: #723c17;
}

.narrowcolumn .postmetadata a.comments {
	float:right;
	}

.call_to_subscribe {
	width: 100%;
}

.call_to_subscribe .padding {
	padding: 1em 2em 1em 2em;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

/* Trackback styling */
dl#trackback_list {
	padding: 0;
	border-top: 1px dotted #bbbbbb;
	}

dl#trackback_list dt, dl#trackback_list dd {
	padding: 0 1.1em;
	}

dl#trackback_list dt { 
	padding-top: 1.2em;
}

dl#trackback_list dt a { 
	line-height: 1.6em;
}

dl#trackback_list dd { 
	line-height: 1.9em;
	color: #888888;
}

/* Comments Styling */
#comments {
	margin-bottom: 2em;
}

.comments-title {
	font-size: 0.9em;
	line-height: 1.8em;
	margin: 4.5em 0 0 0;
	padding: 0 0 0.3em 1em;
	border-bottom: 1px solid #b07147;
}

.comments-title span {
	font-size: 2.4em;
	line-height: 1em;
}

.comments-title a:link, .comments-title a:visited {
	text-decoration: underline;
}


ol#comment-list {
	padding: 0;
	margin: 0 0 2em 0;
	list-style: none;
	}

ol#comment-list li { 
	position: relative;
	padding-bottom: 10px;
	margin: 0;
	border-bottom: 1px solid #b07147;
	zoom: 1; /* Work around IE double padding bug */
}

ol#comment-list li:last-child { 
	border: none;
}

ol#comment-list li .comment-body { 
	padding: 30px 0 0 100px;
}

ol#comment-list li img.avatar { 
	position: absolute;
	top: 10px;
	left: 0;
}

ol#comment-list li .comment-author { 
	margin-bottom: 2em;
}

ol#comment-list li .comment-author cite.fn { 
	padding: 0.2em 1.6em;
	color: #fff;
	font-style: normal;
	background: #7a3c17;
}

ol#comment-list li .comment-author cite.fn a { 
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

ol#comment-list li .comment-datetime { 
	padding: 0.2em 1.6em;
	background: #fee38a;
	color: #5b0f0f;
	text-decoration: none;
	font-weight: normal;
}

ol#comment-list li .reply { 
	margin-top: 2em;
	overflow: hidden;
}

#content a.comment-reply-link {
	float: right;
	display: block;
	position: relative;
	width: 100px;
	height: 30px;
}

#content a.comment-reply-link span {
	display: block;
	position: absolute;
	width: 100px;
	height: 30px;
	background: transparent url(/blog/wp-content/themes/charnu/images/blog_sprite.png) -100px -380px;
}

#content a.comment-reply-link:hover span {
	background-position: -100px -410px;
}


ol#comment-list ul.children {
	padding: 1em 0 0 70px;
	list-style: none;
}

ol#comment-list li ul.children li { 
	padding: 10px;
	background: #fee9a5;
	border-top: 1px solid #b07147;
	border-bottom: none;
}

ol#comment-list li ul.children li img.avatar { 
	left: 10px;
}

ol#comment-list li ul.children li .comment-body { 
	padding: 30px 0 0 110px;
}

#commentform {
	width: 560px;
	margin: 5px 10px 0 0;
	}

#commentform p {
	line-height: 1.4em;
	margin-bottom: 1em;
}

#commentform p input {
	padding: 2px;
	}

#commentform p textarea {
	display: block;
	width: 550px;
	padding: 4px;
	margin: 0;
	border-bottom: 1px solid #bbbbbb;
	}

#commentform .comment-info label {
	display: block;
	width: 5em;
	float: left;
	padding: 2px 0 1px 10px;
	background: #5b0f0f;
	color: #fff;
	}

#commentform input {
	width: 270px;
	padding: 2px;
	margin: 0;
	}
	
#commentform p.comment_box label {
	display: block;
	width: 540px;
	padding-left: 20px;
	margin: 0;
	background: #5b0f0f;
	color: #fff;
}
	
#respond {
	padding: 1em;
	background: #fee9a5;
	border: 1px solid #b07147;
	overflow:hidden;
}
	
#respond h3 {
	margin-top: 0;
}

#commentform p.allowedhtml {
	background:#ececec;
	border-color: #bbbbbb;
	border-style: none dotted dotted dotted;
	border-width: 0 0.1em 0.1em 0.1em;
	font-size: 0.8em;
	padding: 0.6em 0.4em;
	margin-top: 0;
	width: 100%;
}

#commentform #submit {
	display: block;
	position: relative;
	width: 100px;
	height: 30px;
	background: transparent url(/blog/wp-content/themes/charnu/images/blog_sprite.png) 0 -380px;
	color: transparent;
	border: none;
	cursor: pointer;
}

#commentform #submit:hover {
	background-position: 0 -410px;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentmetadata {
	font-weight: normal;
	}

/* Footer Styling */
#footer p {
	margin: 0;
	font-size: 1.1em;
	color:#666;
}

#footer a.sitemap {
	float: right;
	font-size: 1.1em;
	color:#666;
	text-decoration: underline;
}

/* Sidebar styling */
#sidebar {
	color: #fff;
	background: #5B0F0F;
	}

#sidebar h2 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 0 0.6em 0;
	text-transform: uppercase;
	}
	
#sidebar a:link, #sidebar a:visited {
	color: #fff;
}
	
#sidebar a:hover {
	border-bottom: 1px dotted #fff;
}

li.widget, div.widget {
	font-size: 1.3em;
	line-height: 1.4em;
}

#sidebar form {
	margin: 0;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	padding: 1em 1em 1em 3em;
	}

#sidebar ul li.widget h2, #sidebar ul li.widget a {
	color: #c46565;
}

#sidebar ul li.widget:hover h2, #sidebar ul li.widget:hover a {
	color: #fff;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 0;
	color: #b07147;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

#sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 0 0 3px 0;
	padding: 0;
	}

/* Subscribe */
ul#social {
	border-bottom: 1px solid #8f2c2a;
}

ul#social li {
	height: 74px;
	margin: 0;
	padding: 0;
}

ul#social li a {
	display: block;
	position: relative;
	height: 54px;
	padding: 20px 0 0 30px;
	font-size: 1.5em;
}

ul#social li a:hover {
	border: none;
}

ul#social li a span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 74px;
	width: 320px;
	background-image: url(/blog/wp-content/themes/charnu/images/blog_sprite.png);
}

ul#social li#link-rss a span {
	background-position: 0 0;
}
ul#social li#link-email a span {
	background-position: 0 -74px;
}
ul#social li#link-facebook a span {
	background-position: 0 -148px;
}
ul#social li#link-twitter a span {
	background-position: 0 -222px;
}
ul#social li#link-rss a:hover span {
	background-position: -320px 0;
}
ul#social li#link-email a:hover span {
	background-position: -320px -74px;
}
ul#social li#link-facebook a:hover span {
	background-position: -320px -148px;
}
ul#social li#link-twitter a:hover span {
	background-position: -320px -222px;
}

ul#social li a:hover {
	background: #f3f3f3;
	color: inherit;
}

ul#social li a img {
	display: block;
	float: left;
	height: 28px;
	width: 28px;
	margin-right: 1em;
}

ul#social li a span span {
	display: inline;
	font-size: 1em;
	text-transform: uppercase;
}

#subscribebyemail {
	margin-bottom: 8em;
}

#subscribebyemail label {
	float: left;
}

#subscribebyemail #email {
	float: left;
	width: 25em;
	padding: 0.25em;
	margin: 0 0 26px 5px;
}
	
#subscribebyemail #submit {
	display: block;
	width: 100px;
	height: 30px;
	clear: both;
	margin: 0 0 0 100px;
	padding: 0;
	border: none;
	background: url(/blog/wp-content/themes/charnu/images/blog_sprite.png) -550px -300px;
	text-indent: -9999px;
	font-size: 0px; /* Work around IE problems */
	line-height: 0px;
	}
	
#subscribebyemail #submit:hover {
	background-position: -550px -330px;
	}

/* Search Form */
#sidebar form#searchform {
	margin-top: 1em;;
}

#searchform label {
	display: none;
}

#sidebar #searchform #s {
	width: 14em;
	float: left;
	padding: 2px;
	margin-right: 4px;
	}

#sidebar #searchsubmit {
	display: block;
	float: left;
	width: 60px;
	height: 23px;
	background: #8f2c2a url(/blog/wp-content/themes/charnu/images/blog_sprite.png) -550px -360px;
	border: none;
	text-indent: -9999px;
	font-size: 0px; /* Work around IE problems */
	line-height: 0px;
}

/* Recent posts */
li#recent-posts-2 h2{
	width: 120px;
	height: 20px;
	font-size: 1.1em;
	text-indent: -9999px;
	background: url(/blog/wp-content/themes/charnu/images/blog_sprite.png) -200px -400px;
}

li#recent-posts-2:hover h2{
	background-position: -200px -420px;
}

/* Category List */
li#categories-394624531{
	padding: 1em 3em 3em 3em;
}

li#categories-394624531 ul li.cat-item{
	margin-top: 0.6em;
}

/* Archives List */
li#archives-2 h2{
	width: 84px;
	height: 20px;
	font-size: 1.1em;
	text-indent: -9999px;
	background: url(/blog/wp-content/themes/charnu/images/blog_sprite.png) -320px -400px;
}

li#archives-2:hover h2{
	background-position: -320px -420px;
}

/* Blogroll */
#sidebar li#linkcat-2{
	width: 250px;
	height: 25px;
	padding: 0 1em 0 3em;
	overflow: hidden;
}

#sidebar li#linkcat-2:hover{
	overflow: visible;
}

li#linkcat-2 h2{
	width: 250px;
	height: 25px;
	margin: 0;
	font-size: 1.1em;
	text-indent: -9999px;
	background: url(/blog/wp-content/themes/charnu/images/blog_sprite.png) 0 -440px;
}

li#linkcat-2 ul{
	width: 250px;
	margin: 0;
	background: #740001;
	border: 1px solid #8f2c2c;
	border-width: 0 1px 1px 1px;
}

li#linkcat-2 ul a:link, li#linkcat-2 ul a:visited {
	display: block;
	width: 230px;
	padding: 2px 10px;
}

li#linkcat-2 ul a:hover, li#linkcat-2 ul a:active {
	background: #8f2c2c;
	border: none;
}

/* Begin Various Tags & Classes */
.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

#content.narrowcolumn .navigation {
	display: block;
	padding: 1.1em;
	font-size: 1em;
	line-height: 2.2em;
	letter-spacing: 2px;
	color: #666666;
	text-transform: uppercase;
	}

#content.narrowcolumn .navigation a {
	display: block;
	position: relative;
	width: 160px;
	height: 30px;
	padding: 5px 20px;
	border: none;
	font-size: 1.3em;
	line-height: 1.8em;
	letter-spacing: normal;
	text-transform: none;
	font-weight: normal;
	}

#content.narrowcolumn .navigation  p a span {
	display: block;
	position: absolute;
	width: 200px;
	height: 40px;
	top: 0;
	left: 0;
	background-color: #5b0f0f;
	background-image: url(/blog/wp-content/themes/charnu/images/blog_sprite.png);
}

#content.narrowcolumn .navigation  p.previous a span {
	background-position: 0 -300px;
}

#content.narrowcolumn .navigation  p.previous a:hover span {
	background-position: 0 -340px;
}

#content.narrowcolumn .navigation  p.next a span {
	background-position: -200px -300px;
}

#content.narrowcolumn .navigation  p.next a:hover span {
	background-position: -200px -340px;
}

/* 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;
}

/* 404 Error */
#error-page p {
	margin-top: 1em;
}

#error-page ul {
	margin-top: 1em;
	padding: 0 0 0 1.6em;
	list-style: disc;
}

#error-page ul li {
	margin: 0.5em 0 0 1em;
}
