/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
html { margin:0; padding:0; }

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	text-align: center;
	background:#1a2f20 url('images/wallpaper_pattern.gif') repeat-y top center;
	font-family: 'Georgia', 'Times New Roman', serif;
	margin:0;
	padding:0;
	}
	
	a{
	color:#14572c;
	}
	
p { color:#3B604C; margin:0; font-size:12px; line-height:21px; }

#page {
	text-align: left;
	}

#header {
	/*background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;*/
	}

#headerimg 	{
	margin: 7px 9px 0;
	height: 192px;
	}
	
div#nav {
	background: transparent url('images/nav_bg.png') no-repeat left top;
	height:42px;
	margin:0 auto;
	overflow: hidden;
	padding: 0;
	width: 1012px;
	}
	
div#nav ul {
	height:34px;
	list-style-type: none;
	margin:0;
	overflow:hidden;
	padding:13px 0 0 45px;
	width:967px;
	}
	
div#nav ul li {
	background: transparent url('images/nav_list_icon.gif') no-repeat left 2px;
	float:left;
	margin:0;
	overflow: hidden;
	padding:0 10px 0 23px;
	}
	
div#nav ul li a {
	color:#fbdc8d;
	font-size:15px;
	}

div#nav ul li.none {
	background:none;
	padding:0 20px 0 0;
	}

div#nav ul li.first {
	background:none;
	padding:0 40px 0 0;
	}


div#nav ul li a.twitter {
display:block;
overflow:hidden;
height:0;
width:25px;
padding:25px 0 0 0;
background:url(images/twitter_new.png) top left no-repeat;
}

div#nav ul li a.facebook {
display:block;
overflow:hidden;
height:0;
width:25px;
padding:25px 0 0 0;
background:url(images/facebook_new.png) top left no-repeat;
}

div#nav ul li a.rss {
display:block;
overflow:hidden;
height:0;
width:25px;
padding:25px 0 0 0;
background:url(images/rss_new.png) top left no-repeat;
}

#content {
	float:left;
	font-size: 1.2em;
	margin:0;
	padding:0;
	width:654px;
	}

.widecolumn .entry p {
	color:#14572c;
	font-size: 14px;
	line-height: 21px;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}
	
.narrowcolumn .entry {
	left:0;
	padding:0px 20px 0 53px;
	top:90px;
	/*background:#FAEECC url(images/post_detail_header.gif) no-repeat scroll left top;*/
	}
	
.narrowcolumn .entry div {
	background:#faeecc;
	margin:0 0  0px 0;
	overflow:hidden;
	padding:0px 20px 0px 20px;
	width:580px;
	}
	
.narrowcolumn .entry div img.alignright {
	border:3px solid #e0b33b;
	margin:10px 10px 0 20px;
	padding:0;
	}
	
.narrowcolumn .entry div p {
	font-size:12px;
	line-height:21px;
	padding-bottom:15px;
	}
	
.narrowcolumn .entry div a {
	color:#14572c;
	font-weight:bold;
	text-decoration: underline;
	}
	
.narrowcolumn .entry div strong {
	font-weight:bold;
	line-height:21px;
	font-size:14px;
	}
	
.narrowcolumn .entry .entry_footer {
	background: transparent url('images/post_meta_footer.jpg') repeat-x left top;
	height:27px;
	margin:0;
	overflow:hidden;
	padding:10px 20px 0 20px;
	width:580px;
	}
	
.narrowcolumn .entry .entry_footer p {
	color:#14572c;
	font-size:12px;
	font-weight:bold;
	text-decoration:underline;
	}
	
.narrowcolumn .entry .entry_footer a {
	color:#14572c;
	font-size:12px;
	font-weight:normal;
	text-decoration: underline;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	/*border-left: 1px solid #ddd;*/
}

#footer {
	border: none;
	}

small {
	font-size: 1.1em;
	line-height: 1.5em;
	color:#FBDC8D;
	font-size:12px;
	font-weight:bold;
	padding-left:55px;
	}

h1, h2, h3 {
	font-family: 'Georgia', 'Times New Roman', serif;
	font-weight: bold;
	}

h1 {
	font-size: 5em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 24px;
	line-height:30px;
	}

div.post h2{
color:#fbdc8d;
margin:0;
padding:13px 0 13px 55px;
z-index:2;
}

div.post h2 a{
color:#fbdc8d;
}



h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	line-height:14px;
	}
	
#sidebar h4 {
	color:#e8c053;
	font-family: 'Times New Roman', 'Georgia', serif;
	font-size:14px;
	font-weight:bold;
	line-height:14px;
	margin:0;
	padding-bottom:0;
	text-transform:uppercase;
}

#sidebar p {
	color:#e8c053;
	font-family:'Georgia', 'Times New Roman', serif;
	font-size:12px;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color:#e8c053;
}

h1 a {
	background:transparent url('images/hts_logo.png') no-repeat left top;
	display:block;
	height:0;
	margin:0 auto;
	overflow:hidden;
	padding:100px 0 0 0;
	width:439px;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color:#3b604c;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.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: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font-family:'Georgia', 'Times New Roman', serif;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a{
color: #3B604C;
}

h2 a:hover, h3 a:hover {
	color: #147;
	text-decoration: none;
	}

a:hover {
	color: #3B604C;
	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 */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	left:0;
	margin: 0 auto;
	padding: 0 8px 15px 8px;
	position:relative;
	top:-16px;
	width: 960px;
	}

#page_top {
	background:transparent url('images/page_top_bg.gif') no-repeat left top;
	height:8px;
	margin:0;
	overflow:hidden;
	padding:0;
	width:960px;
	}
	
#page_footer {
	background:url('images/page_footer_bg.gif') no-repeat left top;
	display:block;
	font-size:0;
	height:6px;
	left:0;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	top:15px;
	width:960px;
	}

#header_wrapper {
	background:transparent url('images/top_wood_panel.png') repeat-x top left;
	margin:0;
	overflow:hidden;
	padding:20px 0 0 0;
	text-align: center;
	width:100%;
	}

#header {
	margin: 0 auto;
	overflow:hidden;
	padding: 0;
	position:relative;
	height: 100px;
	width: 960px;
	}
	
#header img {
	border:none;
	height:113px;
	left:327px;
	margin:0 auto;
	overflow:hidden;
	padding:0;
	position:absolute;
	top:0;
	width:267px;
	}
	
#headerimg {
	/*background:transparent url('images/lamp_and_light.png') no-repeat top center;*/
	margin: 0;
	height: 100px;
	}

.narrowcolumn {
	float:left;
	margin:0;
	padding:0;
	position:relative;
	width:640px;
	}

.widecolumn {
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 640px;
	}

.post {
position:relative;
top:-10px;
left:-34px;
margin:0;
padding-top:4px;
text-align: left;
width:681px;
	/*background:url(images/post_ribbon_red.png) left top no-repeat;*/

	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	font-size:12px;
	margin:0;
	overflow:hidden;
	padding: 0 0 0 55px;
	}

.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;
}

#footer {
	background:transparent url('images/footer_bg.png') repeat-x left top;
	height:50px;
	padding: 26px 0 16px 0;
	margin: 0 auto;
	width: 960px;
	clear: both;
	}

#footer p {
	color:#e8c053;
	font-size:10px;
	font-weight:bold;
	line-height: 16px;
	margin: 0;
	padding:0;
	text-align: center;
	}

#footer a {
	color:#e8c053;
	text-decoration: underline;
	}	
	
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 4px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	padding-left:20px;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* 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 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;
	overflow:hidden;
	padding: 0;
	width:279px;
	}

#sidebar ul li {
	height:auto;
	list-style-type: none;
	list-style-image: none;
	margin:0 0 15px 0;
	overflow:hidden;
	padding:0;
	width:279px;
	}

#sidebar ul p, #sidebar ul select {
	margin:0;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 0;
	padding: 0;
	text-align: center;
	}

#sidebar #searchform #s {
	background:transparent url('images/search_field.png') no-repeat left top;
	float:left;
	height:25px;
	margin:0;
	overflow:hidden;
	width: 182px;
	padding: 0;
}

#s input, #searchsubmit input {
	background:none;
	border:none;
	color:#66876c;
	float:left;
	font-family:"Georgia", "Times New Roman", serif;
	font-size:12px;
	height:21px;
	padding:4px 5px 0 11px;
	width:166px;
	}	

#sidebar #searchsubmit {
	background:transparent url('images/search_button.png') no-repeat left top;
	float:left;
	height:25px;
	margin:0;
	overflow:hidden;
	width: 77px;
	padding: 0;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
	
.search {
	background:transparent url('images/search_tout_bg.jpg') no-repeat left top;
	color:#e8c053;
	height:57px;
	margin:0;
	overflow:hidden;
	padding:10px 0 0 10px;
	width:270px;
	}
	
#searchform, #searchform div {
	overflow:hidden;
	}
	
#searchform div {
	margin:0;
	overflow:hidden;
	padding-top:9px;
	width:259px;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 0;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	float:left;
	padding: 4px 0 10px 0;
	left:0px;
	margin:0;
	position:relative;
	top:0;
	width:279px;
	}

#sidebar form {
	margin: 0;
	overflow:hidden;
	width:259px;
	}
/* 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;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	padding: 0 14px 0 24px;
	color:#14572C;
	}
	
.navigation a{
color:#14572C;
}
	
	
/* End Various Tags & Classes*/



/* Captions */

.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	background:none !important;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border:3px solid #FBDC8D;
}

.wp-caption p.wp-caption-text {
    font-weight:bold;
	font-size: 11px;
	line-height: 14px;
	padding:3px 0;
	margin: 0;
	/*background:#14572C;*/
	color:#14572C;
}
/* End captions */

/* feature post */
#feature_post {
	background:transparent url('images/feature_post_bg2.png') no-repeat left top;
	height:204px;
	left:-34px;
	margin:0;
	padding:16px 33px 16px 34px;
	position:relative;
	top:0px;
	width:617px;
	}
	
#feature_post h2 {
	color:#fbdc8d;
	font-size:22px;
	line-height:28px;
	margin:0;
	}
	
#feature_post h2 a { color:#fbdc8d; text-decoration:underline; }

#feature_post p { 
	color:#fbdc8d; 
	font-size:12px;
	line-height:19px;
	padding:5px 0 0 20px;
	}
	
#feature_post img {
	border:3px solid #fbdc8d;
	float:right;
	margin:0;
	padding:0;
	}
	
/* home_articles list */
ul#home_articles { 
	list-style-type:none;
	margin:0;
	padding:6px 0 0 20px;
	width:620px;
	overflow:hidden;
	}

ul#home_articles li {
	background-color:#faeecc;
	height:102px;
	margin:0 0 0 0;
	padding:0px 0 0 0;
	position:relative;
	}
	
ul#home_articles li span {
	background:url('images/dashed_border_bg.gif') repeat-x left 9px;
	display:block;
	height:22px;
	margin:0;
	overflow:hidden;
	padding:0;
	width:477px;
	}
	
ul#home_articles li img {
	border:3px solid #fbdc8d;
	float:left;
	}
	
ul#home_articles li h4 {
	font-size:14px;
	font-weight:bold;
	margin:0;
	}
	
ul#home_articles li h4 a { background-color:#faeecc; color:#14572c; padding-right:5px; text-decoration:underline; }

ul#home_articles li div {
	float:left;
	height:84px;
	margin:0;
	overflow:hidden;
	padding:0 0 0 10px;
	width:610px;
}

ul#home_articles li div div {
	float:left;
	margin:0;
	overflow:hidden;
	padding:0 20px 0 10px;
	width:477px;
	}
	
ul#home_articles li p {
	color:#3b604c;
	padding:2px 0 0 0;
	}
	
ul#home_articles li div.more_ribbon {
	background:transparent url('images/side_ribbon.png') no-repeat right top;
	height:18px;
	left:557px;
	position:absolute;
	top:0px;
	padding:2px 6px 0 0;
	width:60px;
	}
	
ul#home_articles li div.more_ribbon a { color:#fdf4dd; float:right; font-size:12px line-height:21px; }

/* home_article_large */
div.home_article_large {
	margin:0;
	overflow:hidden;
	padding:1px 0 0 20px;
	width:620px;
	}
	
div.home_article_large div {
	background-color:#faeecc;
	margin:0px 0 0 0;
	overflow:hidden;
	padding:8px 8px 27px 8px;
	width:604px;
	}

div.home_article_large div.margtop8 {
	background-color:#faeecc;
	margin:8px 0 0 0;
	overflow:hidden;
	padding:8px 8px 27px 8px;
	width:604px;
	}
	
div.home_article_large div div {
	background:#faeecc url('images/brown_divider.gif') repeat-x left bottom;
	margin:0;
	overflow:hidden;
	padding:0 0 15px 2px;
	}
	
div.home_article_large h4 {
	font-size:18px;
	font-weight:bold;
	margin:0;
	padding-bottom:12px;
	padding-left:2px;
	color:#14572c; 
	}
	
div.home_article_large h4 a { 
	background-color:#faeecc; 
	color:#14572c; 
	padding-right:5px; 
	text-decoration:underline; 
	}
	
div.home_article_large img {
	margin:0;
	overflow:hidden;
	padding:0 0 23px 0;
	}

div.home_article_large p { padding-bottom:15px; padding-left:2px; }

/* sidebar tout */
div.sidebar_tout {
	margin:0 0 4px 0;
	overflow:hidden;
	padding:0;
	width:280px;
	}
	
div.sidebar_tout div {
	background:#faeecc url('images/competition_tout_header.jpg') no-repeat left top;
	/*height:42px;*/
	margin:0;
	overflow:hidden;
	padding:6px 0 6px 10px;
	width:270px;	
	}
	
#sidebar div.sidebar_tout div ul {
	height:auto;
	margin:0;
	overflow:hidden;
	padding:0;
	}
	
#sidebar div.sidebar_tout div ul li {
	float:left;
	margin:0;
	overflow:hidden;
	padding:0 5px 0 0;
	width:auto;
	}
	
div.sidebar_tout div ul li.last a {
	border:none;
	}
	
div.sidebar_tout div ul li a {
	border-right:1px solid #ffe9ab;
	color:#ffe9ab;
	font-size:10px;
	margin:0;
	overflow:hidden;
	padding:0 5px 0 0;
	}
	
div.sidebar_tout div.small_tout_header {
	background:#faeecc url('images/small_tout_header.jpg') no-repeat left top;
	height:20px;
	overflow:hidden;
	padding:10px 0 0 10px;
	width:270px;	
	}
	
div.sidebar_tout div.small_tout_header div {
	background:none;
	height:14px;
	padding:0;
	}
	
div.sidebar_tout div.small_tout_header div h4 {
	float:left;
	width:177px;
	}
	
div.sidebar_tout div.small_tout_header div a {
	color:#ffffff;
	font-size:11px;
	font-style:italic;
	line-height:14px;
	text-decoration:underline;
	}

div.sidebar_tout div#flickr_container {	
	background-color:#66876c;
	background-image:none;
	height:auto;
	margin:0;
	overflow:hidden;
	padding:18px;
	}
	
div.sidebar_tout div h4 {
	padding-bottom:9px;
	}
	
div.sidebar_tout img {
	border:2px solid #e8c053;
	display:block;
	font-size:0;
	margin:0;
	overflow:hidden;
	padding:0;
	}
	
div.sidebar_tout p, div.sidebar_tout div a {
	color:#e8c053;
	line-height:21px;
	margin:0;
	font-size:14px;
	}
	
div.sidebar_tout span {
	background:#faeecc url('images/competition_tout_footer.jpg') no-repeat left top;
	display:block;
	height:21px;
	line-height:12px;
	margin:0;
	overflow:hidden;
	padding:7px 10px 0 0;
	width:270px;
	}
	
div.sidebar_tout span a {
	color:#14572c;
	float:right;
	font-size:10px;
	font-weight:bold;
	line-height:10px;
	}
	
	
#twitter_div{
margin:0;
padding:0;
}	
	
ul#twitter_update_list {
	margin:0;
	overflow:hidden;
	list-style-type:none;
	padding:1px 0 0 0;
	width:280px;
	}
	
ul#twitter_update_list li {
	/*background:#66876c url('images/tweet_footer.gif') no-repeat left bottom;*/
	background:#66876c;
	color:#ffe9ab;
	font-size:12px;
	margin:0;
	overflow:hidden;
	padding:10px;
	width:260px;
	}

ul#twitter_update_list li a {	
	color:#e8c053;
	text-decoration:underline;
	}
	
ul#latest_reviews {
	margin:0;
	overflow:hidden;
	list-style-type:none;
	padding:0 16px 0 5px;
	width:258px;
	}
	
ul#latest_reviews li {
	background:#fff url('images/reviews_list_icon.gif') no-repeat left 14px;
	border-bottom:1px dotted #1a2f20;
	color:#0d4e18;
	font-family:"Georgia", "Times New Roman", serif;
	font-size:12px;
	line-height:17px;
    margin:0;
    overflow:hidden;
    padding:10px 10px 10px 19px;
    width:245px;
 	}
 	
ul#latest_reviews li.last_review { border:none; }
	
/* newsletter tout */
div#newsletter_tout {
	background:transparent url('images/newsletter_tout_bg.jpg') no-repeat left top;
	height:101px;
	left:-4px;
	margin:0 0 4px 0;
	overflow:0;
	padding:0 35px 0 35px;
	position:relative;
	top:0;
	width:218px;
	}
	
div#newsletter_tout h4 {
	color:#e8c053;
	display:block;
	font-family:"Times New Roman", "Georgia", serif;
	font-size:16px;
	height:25px;
	padding-top:8px;
	text-align:center;
	width:218px;
	}
	
div#newsletter_tout p {
	color:#14572c;
	display:block;
	font-family:"Times New Roman", "Georgia", serif;
	font-size:16px;
	font-weight:bold;
	padding-bottom:8px;
	padding-top:3px;
	text-align:center;
	width:218px;
	}
	
div#newsletter_tout ul {
	height:25px;
	margin:0;
	overflow:0;
	padding:4px 0 0 60px;
	width:95px;
	}
	
div#newsletter_tout ul li {
	float:left;
	margin:0;
	overflow:hidden;
	padding:0;
	width:35px;
	}

div#newsletter_tout ul li.last {
	width:25px;
	}
	
div#newsletter_tout ul li a#twitter {
	background:transparent url('images/twitter_icon.jpg') no-repeat left top;
	display:block;
	height:0;
	margin:0;
	overflow:hidden;
	padding:25px 0 0 0;
	width:25px;
	}
	
div#newsletter_tout ul li a#facebook {
	background:transparent url('images/facebook_icon.jpg') no-repeat left top;
	display:block;
	height:0;
	margin:0;
	overflow:hidden;
	padding:25px 0 0 0;
	width:25px;
	}
	
div#newsletter_tout ul li a#rss {
	background:transparent url('images/rss_icon.jpg') no-repeat left top;
	display:block;
	height:0;
	margin:0;
	overflow:hidden;
	padding:25px 0 0 0;
	width:25px;
	}
	
div#search_field {
	background:transparent url('images/input_small.png') no-repeat left top;
	display:block;
	float:left;
	height:25px;
	margin:0;
	overflow:hidden;
	padding:0 0 10px 0;
	width:172px;
	}
	
div#search_field input {
	background:none;
	border:none;
	color:#66876c;
	font-family:"Georgia", "Times New Roman", serif;
	font-size:12px;
	padding:5px 5px 0 10px;
	width:157px;
	}
	
div#search_submit_button {
	background:transparent url('images/search_submit_button.png') no-repeat left top;
	float:left;
	height:25px;
	margin:0;
	overflow:hidden;
	padding:0;
	width:43px;
	}
	
div#search_submit_button input { 
	background:none; 
	border:none; 
	cursor:pointer;
	display:block;
	height:25px;
	left:-34px;
	position:relative;
	top:34px;
	width:43px;
	}

/* post title container */
div#post_title_container {
	left:0px;
	margin:0;
	overflow:hidden;
	padding:0;
	position:relative;
	top:0;
	width:681px;
	z-index:999;
	}

	
div#post_title_header {
	background:transparent url('images/post_title_header.png') no-repeat left top;
	height:29px;
	margin:0;
	overflow:hidden;
	padding:0;
	width:681px;
	}
	
div#post_title_footer {
	background:transparent url('images/post_title_footer2.png') no-repeat left top;
	height:59px;
	margin:0;
	overflow:hidden;
	padding:0;
	width:681px;
	}

div#post_title_container h2 {
	display:block;
	font-size:20px;
	font-weight:bold;
	line-height:20px;
	margin:0;
	overflow:hidden;
	padding:0px 0 0 55px;
	width:573px;
	}
	
div#post_title_container p.postmetadata {
	color:#FBDC8D;
	font-size:12px;
	line-height:17px;
	padding:0px 0 0 58px;
	width:573px;
	}
	
div#post_title_container p.postmetadata a {
	color:#FBDC8D;
	font-weight:bold;
	}

div#post_title_body {
	margin:0;
	overflow:hidden;
	padding:0;
	width:681px;
	background:transparent url('images/post_title_body.png') repeat-y left top;
	}
	
div#post_title_body div {
	margin:0;
	overflow:hidden;
	padding:0;
	}

#wp_email_capture{
padding:0;
margin:0;
}

p a, p a:hover{
color:#3B604C;
text-decoration:underline;
}

p.pbold{
font-weight:bold;
}

.ribbon_cont {
	position:relative;
	top:-10px;
	left:-34px;
	margin:10px 0 0 0;
	padding-top:4px;
	text-align: justify;
	width:681px;
	height:68px;
	background:url(images/post_ribbon_red.png) left top no-repeat;
	overflow:hidden;
	}


div.ribbon_cont h2{
color:#fbdc8d;
margin:0;
padding:12px 0 16px 55px;
z-index:2;
}

div.venue_state_cont{
overflow:hidden;
width:611px;
padding:0 0 10px 0;
margin:4px 0 4px 0;
background:url(images/venue_state_cont_bg.gif) left top no-repeat;
}

div.venue_state_cont h3{
margin:10px 0 0px 0;
padding:0;
font-size:1.4em;
}

div.venue_state_cont ul{
list-style-type:none;
padding:0;
margin:0;
}

div.venue_state_cont ul li{
width:596px;
height:20px;
color:#3B604C;
padding:10px 0 0 0;
margin:0;
font-size:1em;
/*background:url(images/venues_list_divider.gif) left top repeat-x;*/
}

div.venue_state_cont ul li.first{
background:none;
}

div.venue_state_cont ul li a.title{
width:450px;
float:left;
background:url(images/venues_list_icon.gif) left 2px no-repeat;
padding-left:20px;
color:#3B604C;
}

div.venue_state_cont ul li a.website{
float:left;
width:120px;
color:#3B604C;
padding:0;
margin:0;
text-align:right;
}

div.venue_state_cont ul li a.website:hover, div.venue_state_cont ul li a.title:hover{
color:#3B604C;
}

#latest_reviews a{
color:#3B604C;
}

span.button input.button{
background:transparent url(images/search_submit_button.png) no-repeat left top;
display:block;
overflow:hidden;
height:25px;
padding:0px 0 0 0;
width:43px;
text-indent: -9999px;
border:0;
font-size: 0;
line-height: 25px;
}

div.home_article_large div div div.movie_cont{
padding:0 20px 20px 20px;
overflow:hidden;
}

/*
div.post p.postmetadata, div.post p.alt{
padding:0 0 0 55px;
}

div.post p.alt{
padding:

*/


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

