/*
Theme Name: Curious Wines
Theme URI: http://sabrinadent.com/
Description: Custom theme for Curious Wines.
Version: 1
Author: Sabrina Dent and Katherine Nolan
Author URI: http://sabrinadent.com/
*/


.entry p a:visited {
	color: #8B0354;
	}
#headright {background: url('/images/layout/blog_header2.png') no-repeat top right;}
#headleft {padding-bottom:2px;}


.post {padding:0 20px 5px 15px;background: url('/images/layout/breadcrumb-shadow.jpg') repeat-x top left;margin:20px 0;}
.post h2 {font-size:18px;}
.post h2 a {color:#333;font-size:18px;}
.post h2 a:hover {color:#8B0354;}
#contentpage {padding-top:10px;padding-right:10px;}
.post p.subhead {padding-bottom:15px;margin:0;color:#777;}
div.tags {height:28px;}
div.tags p {padding:7px 0;margin:0;}
div.tags p.bookmark {float:right; margin-right:12px;padding-left:40px;background: url('/images/layout/bookmark.png') no-repeat;}
#leftbar h2 {padding:0;margin-left:0;}
#leftbar ul li a {color:#8B0354;}
#leftbar li {padding-bottom:3px;;}
#leftbar li.widget_categories {background: url('/images/layout/blog_categories.png') no-repeat;}
#leftbar li.widget_categories h2 {visibility:hidden;line-height:25px;}
#leftbar li.widget_recent_entries {background: url('/images/layout/blog_recentposts.png') no-repeat;}
#leftbar li.widget_recent_entries h2 {visibility:hidden;line-height:25px;}
#leftbar li.widget_recent_comments {background: url('/images/layout/blog_recentcomments.png') no-repeat;}
#leftbar li.widget_recent_comments h2 {visibility:hidden;line-height:25px;}
#leftbar li.widget_tag_cloud {background: url('/images/layout/blog_tags.png') no-repeat;}
#leftbar li.widget_tag_cloud h2 {visibility:hidden;line-height:25px;}
#leftbar li#text-275152222 {clear:both;background: url('/images/layout/blog_rss.png') no-repeat;}
#leftbar li#text-275152222 h2 {visibility:hidden;line-height:25px;}
#leftbar li#text-276248261 {background: url('/images/layout/blog_ad.png') no-repeat;}
#leftbar li#text-276248261 h2 {visibility:hidden;line-height:25px;}
#leftbar li#text-276248261 {background: url('/images/layout/blog_ad.png') no-repeat;}
#leftbar li#text-276248261 h2 {visibility:hidden;line-height:25px;}
#leftbar li#text-277860391 {background: url('/images/layout/blog_tweet.png') no-repeat;}
#leftbar li#text-277860391 h2 {visibility:hidden;line-height:25px;}
#leftbar li#text-277860392 {background: url('/images/layout/blog_shop.png') no-repeat;}
#leftbar li#text-277860392 h2 {visibility:hidden;line-height:25px;}

#leftbar .featured {width:150px;height:auto;font-size:120%;text-align:left;}

.textwidget {text-align:left;padding:30px 0 10px 0;}

#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 */

.post {
	margin: 0 0 40px;
	}

.post hr {
	display: block;
	}


.postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	margin: 30px 0;
	}

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

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

.postmetadata {
	clear: both;
}




/* 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. */



.entry li {
	margin: 2px 0 3px 10px;
	}

.entry 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;
	}



/* Begin Comments*/
#comments {padding:1px 10px 10px 10px;margin-top:30px;background-color:#eff7df;}
#comments img {float:left;margin-right:10px;}
#comments ul {list-style-type:none;margin-left:0;padding-left:0;}
#comments li {padding:12px;background-color:#fff;border:3px solid #b3de48;line-height:140%;margin:10px;}
/* End Comments */




/* 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; }

