/*  
Theme Name: starksilvercreek
Description: Designed by Michael Jubel Hutagalung.
Version: 1.0
Author: Michael Jubel Hutagalung
Tags: thumbnails, newspaper, magazine, widgets, admin panel
*/

/*Copyright 2008, Michael Jubel Hutagalung
View detailed license info in license.txt file 


/* 
TABLE OF CONTENTS 

  HTML Elements
  Structure
  Navigation Bar
  Text
  Index Page
  Content Page
  Sidebar
  Form Elements  
  Comments
  Footer
  Clear

/* CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0; padding: 0; border: 0; outline: 0; font-weight: inherit; font-style: inherit; font-size: 100%;
	font-family: inherit; vertical-align: baseline;
}
/* remember to define focus styles! */
:focus { outline: 0; }
body {line-height: 1;	color: black; background: white; }
ol, ul { list-style: none;}

/* tables still need 'cellspacing="0"' in the markup */
table {	border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q {	quotes: "" "";}

/* HTML Elements */

* {
	margin:0;
	padding:0;
	}

body {
	font: 100% Arial, Helvetica;
        background: #702E06;
	color: #2D2D2D;
	}

p {	
	margin: 5px 0px 15px 0px;
	}

a:link, a:visited {
	color: #000000;
	text-decoration:none
	}

a:hover, a:active {
	color: #D17525;
	text-decoration:underline;
	}

a img {
	border:0;
	}

code {
	font: 1.0em 'Courier New', Courier, Fixed;
	background:#ececec;
	}	

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

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

starksip {
        font: 1.8em Arial;
        font-weight:bold;
        
}

blockquote {
	padding: 15px 20px 5px 20px;
	border-top: 2px solid #D17525;
	border-bottom: 2px solid #D17525;
	background: #FFE5A7;
	margin:15px 40px 15px 40px;
	font:.8em Arial;
line-height:1.5em;
	}

.pquote {
                        border: 0px;
			float: right;
			width: 8em;
			background: url(http://www.starksilvercreek.com/wordpress/wp-content/themes/starksilvercreek/images/openquote.gif) top left no-repeat;
			color: #030;
			font-size: 2em;
			line-height: 0.9;
			font-style: italic;
			padding: 0.5em;
			margin: 0;
		}
.pquoteleft {
                        border: 0px;
			float: left;
			width: 8em;
			background: url(http://www.starksilvercreek.com/wordpress/wp-content/themes/starksilvercreek/images/openquote.gif) top left no-repeat;
			color: #030;
			font-size: 2em;
			line-height: 0.9;
			font-style: italic;
			padding: 0.5em;
			margin: 0;
		}

.pquote p:first-letter {
			font-size: 1.5em;
                        font-weight: bold;
		}
.pquoteleft p:first-letter {
			font-size: 1.5em;
                        font-weight: bold;
		}

.recipe {
        font: 100% courier;
        background: 
        }

.featuredlisting {
        border: 5px solid #D17525;
        }

.sponsoredlink {
	padding: 10px 20px 5px 20px;
	border-top: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	background: #F3F3F3;
	margin:15px 20px 15px 20px;
        }

#review {
        float:right;
        width:200px;
        list-style:none;
	padding: 12px;
        margin:0px 0px 3px 10px;
	border-top: 3px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f3f3f3;
	font:.9em Arial;
	line-height:1.5em;
overflow: hidden;
clear: both;
display: block;
        }

#review-title  {
        margin:2px;
        padding:2px;
        text-align:center;
        border-bottom:2px solid #D17525;
        list-style:none;
        font:1.3em Arial;
        font-weight: bold;
        }

#review-heading {
        margin:1px;
        padding:1px;
        border-bottom:0px solid #ddd;
        list-style:none;
        text-indent:0em;
        padding-left:0em;
        font-weight:bold;
        }

#review-item  {
        margin:1px;
        padding:1px;
        border-bottom:1px solid #D17525;
        list-style:none;
        text-indent:0em;
        padding-left:0em;
        }

select {
	width: 130px;
	}	

strong {
    font-weight:bold;
}

em {
    font-style:italic;
}

/* Structure */


#head {
	width:930px;
	margin:0px auto;
	margin-top:0px;
	padding:10px 5px 15px 5px;
	font-size:0.7em;
	background:#fff;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#page {
	width:920px;
	margin:0px auto;
	padding:10px;
	background:#eeeeee url(images/diag_stripe.gif);
	font-size:12px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#inner {
    margin:0;
    padding:0;
    background:url(images/left_stripe.gif) left repeat-y;
}

.left {
	float:left;
	}

.right {
	float:right;
	}


/* Navigation Bar*/
#navbar {
	margin:0 auto;
	padding:0px 10px 0px 10px;
	text-transform:uppercase;
	background:#333333 url(images/navbar.png);
	width:920px;
	font-size:10px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#page-bar {
	padding:0px;
	}

#page-bar ul {
	list-style: none;
	}

#page-bar li {
	float:left;
	list-style:none;
	cursor: pointer;
	display:block;
	border-right:1px solid #303030;
	}

#page-bar li:hover {
	background: #D17525;
	}

#page-bar a, #page-bar a:visited {
	margin: 0px;
	padding:7px 14px;
	font-weight:bold;
	color:#eeeeee;
	display:block;
	}

#page-bar a:hover {
	text-decoration:none;
	display:block;
	}

#page-bar p {
	margin:0;
	padding:0;
	}

#searchform {
	width:auto;
	float:left;
	text-align:right;
	padding:3px;
	margin-top:0px;
	}


/* Text*/

h1 {
	font:28px Arial;
	font-weight:bold;
	letter-spacing:-0.08em;
	}

h2 {
	font:25px Arial;
	font-weight:bold;
	}

h3 {
	font:14px Arial;
	margin-bottom:3px;
	color:#303030;
	font-weight:bold;
	}

h4 {
	font:16px Arial;
	font-weight:bold;
        color: #D17525;
        padding-bottom:10px;
	}

h3.cat_title, h3.cat_title a {
	color:#333333;
	letter-spacing:-0.05em;
	}

h3#respond {
	margin-top:0px;
	padding-top:20px;
	}

h3#comments {
	margin-top:32px;
	padding-left:0px;
	margin-bottom:15px;
	font:12px Arial;
	}

h3.authors {
	margin-top:15px;
	}

h6 {
	font:16px Arial;
	font-weight:bold;
        color: #D17525;
        padding-bottom:10px;
	}

/* Index Page*/

#logo {
	width:165px;
	height:90px;
	background:#fff;
	}

#tagline {
	margin-top:10px;
	color:#1d3566;
	font-weight:bold;
	}

#top {
	margin:0 auto;
	padding:0px 10px 0px 0px;
        background:#FFCE5B;
	width:930px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#headline {
	width:590px;
        height:240px;
        float:left;
	padding:0px 0px 0px 0px;
        font-size:12px;
	line-height:1.5em;
	margin:0;
	background:#000000;
	color:#fff;
	overflow:hidden;
	}

#headline a {
	color:#FFCE5B;
	}

#headline a:hover {
	color:#FFE5A7;
	}

#top div.label {
	font:14px Arial;
	font-weight:bold;
	text-transform:lowercase;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:0px;
	padding-top:15px;
	}

#headline div.title {
	font:26px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:1em;
	padding-bottom:5px;
	padding-top:5px;
        margin-top:0px;
	}

#headline div.meta {
	display:block;
	padding:4px 0px 4px 0px;
	color:#ececec;
	font-size:11px;
	}

#headline p {
	padding-bottom:25px;
	}

#featured {
	width:325px;
	float:right;
	padding:0px 0px 0px 5px;
	font-size:12px;
        background:#FFCE5B;
}

#featured li {
    list-style:none;
    width: 310px;
    height: 69px;
    margin-bottom:10px;
    padding-bottom:0px;
}

#featured .arthemia-carousel {
    overflow:hidden;
    width:325px;
}


#featured .info {
        margin-top:0px;
	padding-top:10px;
	/*float:right;*/
	/*width:203px;*/
	font-size:11px;
	}

#featured .meta {
	margin-top:5px;
        font-weight:normal;
        font-size:10px;
	}

#featured .title {
	font-weight:bold;
	}

#featured .divider {
	margin-left:95px;
	}

#headline a img, #featured a img {
	margin-top:0px;
    }

#featured a {
	color:#D17525;
	}

#featured a:hover {
	color:#fff;
        background:#D17525;
        text-decoration:none;
	}

#featured a img {
	border:2px solid #fff;
	margin-right:10px;
	}

#headline a img {
	border:3px solid #fff;
	margin-right:15px;
	}

#single_head {
	width:195px;
	float:left;
	padding:15px 12px 20px 25px;
	margin:0;
	background:#D17525;
	color:#fff;
	}
#single_head img {
	border:3px solid #fff;
	}

#single_desc {
	width:675px;
	float:right;
	padding:0px 10px 5px 10px;
        font-size:12px;
	line-height:1.5em; 
	}

#single_desc div.title {
	font:25px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
	line-height:0.9em;
	display:block;
	padding-bottom:5px;
	padding-top:10px;
	}

#single_desc div.meta {
	display:block;
	padding-bottom:3px;
	font-size:10px;
	}

#single_desc p {
	margin:0px;
	padding-bottom:10px;
	}

#single_desc a {
	color:#000000;
	}

#single_desc a:hover {
	color:#808080;
	}

#middlesub {
	margin:0 auto;
	padding:0px 10px 0px 10px;
	background:#fff;
	width:920px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}


#middle {
	margin:0 auto;
	padding:0px 10px 2px 10px;
	background:#fff;
	width:920px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}
    
.category {
	width:164px;
	float:left;
	border-top:8px solid #333333;
	margin:0px;
	padding:2px 10px 5px 10px;
	background:#fff;
        cursor:pointer;
	}

.subcategory {
	width:164px;
	float:left;
	border-top:2px solid #333333;
	margin:0px;
	padding:2px 10px 5px 10px;
	background:#fff;
        cursor:pointer;
	}

.category p {
	margin:0;
        font-size:11px;
	}


.category span.cat_title, #front-popular h3, #front-list .cat_title, #gallery h3 {
	text-transform:lowercase;
	margin:0;
	font-weight:bold;
	font-size:16px;
	letter-spacing:-0.05em;
	}

.subcategory {
	text-transform:lowercase;
	margin:0;
	font-weight:normal;
	font-size:12px;
	letter-spacing:-0.05em;
	}

#front-list .cat_title {
	font-size:14px;
        margin-bottom:5px;
	}

#front-popular h3 {
	color:#fff;
	}

.more-link {
	display:block;
	margin:0px 10px;
	}

.category a {
	color:#333333;
	display:block;
	background:none;
	}

.category a:hover {
	background:none;
	color:#fff;
	text-decoration:none;
	}

#bottom {
	width: 920px;
	}

#bottom-left {
	float:left;
	}

#bottom-left .meta, #content.archive .meta {
	font-size:11px;
	}

#front-list {
	width:570px;
	padding:10px;
	background:#fff;
        font-family:Georgia;
        font-size:1.35em;
        line-height:1.5em;
	margin-bottom:10px;
	border-top:1px solid #ececec;
    }

#front-list blockquote {
	padding: 0px 10px 0 10px;
	}

#front-list .title {
	font:25px Arial;
	font-weight:bold;
	letter-spacing:-0.05em;
        line-height:1.1em;
	}

.review-title .review-heading .review-item {
   list-style:none;
}

#front-list img.alignright {
	border:1px solid #ccc;
        padding:2px;
        margin: 5px 0px 5px 10px;
        }

#front-list img.alignleft {
	border:1px solid #ccc;
        padding:2px;
        margin: 5px 10px 5px 0px;
        }

#front-list img {
	border:1px solid #ccc;
        padding:2px;
        margin: 2px 0px 5px 0px;
        }

#front-list .title a {color:#000000;}
#front-list .title a:hover {color:#D17525;text-decoration:none}

#front-list .divider {
	margin-left:216px;
	margin-top:0px;
	margin-bottom:0px;
	}

.tag-title {
          font-size:10px;
          font-family:Arial;
          color:#FFF;
          background-color:#D17525;
          padding-left:5px;
          padding-right:5px;
          padding-top:0px;
          padding:bottom:2px;
          text-transform:uppercase;
           }

.author {
	font-size:11px;
	font-weight:bold;
	}

.meta {
	color:#9E9E9E;
        font-family:arial;
	font-weight:bold;
	}

.meta a:link {color:#000000;}
.meta a:active {color:#000000;}
.meta a:visited {color:#000000;}
.meta a:hover {color:#D17525;text-decoration:none;}

.inverse a:link {color:#065D8F;}
.inverse a:active {color:#065D8F;}
.inverse a:visited {color:#065D8F;}
.inverse a:hover {color:#fff;background:#D17525;text-decoration:none;}

.front-list .p img {
	border:10px solid #fff;
	}

#headline p, #featured p {
	margin:0;
	}

#paged-list {
	width:570px;
	padding:0px 10px;
	background:#fff;
        font-family:Georgia;
	font-size:1.25em;
	line-height:1.50em;
	border-top:1px solid #ececec;
	}

#paged-list .title a {color:#000000;}
#paged-list .title a:hover {color:#D17525;text-decoration:none;}

#paged-list .clearfloat {
	background:url(images/dots_content.gif) repeat-x bottom;
        padding-bottom:1px;
	}

.onecolumn {
	line-height:1.40em;
	padding:10px 0px;
	margin:0;
	}

.onecolumn img {
	float:left;
	margin:7px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox {
	width:275px;
	line-height:1.40em;
	padding:10px 0px;
	margin:0;
        font-size:.85em;
        font-family:arial;
	}

.archive .tanbox {
	width:570px;
	background:url(images/dots_content.gif) repeat-x bottom;
        padding-bottom:1px;
	}

.tanbox img {
	float:left;
	margin:5px 10px 10px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox span.title a {
	font:14px Arial;
	font-weight:bold;
        color:#000000;
	}

.tanbox span.title-archive a {
	font:18px Arial;
	font-weight:bold;
        color:#000000;
	}

.onecolumn span.title a {
	font:14px Arial;
	font-weight:bold;
        color:#000000;
	}

.onecolumn span.title-frontpage a {
	font:18px Arial;
	font-weight:bold;
        color:#000000
	}

.tanbox span.title, span.title-archive a {color:#000000;}
.tanbox span.title, span.title-archive a:hover {color:#D17525;text-decoration:none}

.onecolumn span.title-frontpage a {color:#000000;}
.onecolumn span.title-frontpage a:hover {color:#D17525;text-decoration:none}

.tanbox p, .onecolumn p {
	margin:5px 0px 13px 0px;
	}	

#navigation {
	padding:15px 10px;
	background:#fff;
	font-size:12px;
	text-align:center;
	width:550px;
	}


/* Content Page*/

#content {
	width:570px;
	background:#fff;
	padding:10px;
	float:left;
	border-top:1px solid #ececec;
        font-family:georgia;
        font-size:1.35em;
        line-height:1.50em;
        color:#000;
	}

.breadcrumb {font-family:arial; line-height:1.0em;}

.post p {
	margin-top:0px;
	}

.post .clearfloat {
	border-bottom:1px solid #e2e2e2;
	}

.entry ul, .post ol, #front-list ul, #front-list ol {
	margin-bottom:15px;
	}

.entry .wp-caption {
	margin: 10px 0px 15px 0px;
}

#content h2.title {
	letter-spacing:-0.05em;
         line-height:1.1em;
	border-bottom:0px solid #e2e2e2;
	margin-bottom:5px;
	padding:0px 0px;
	color:#000000;
	}

.entry ul li, #front-list ul li {
	list-style:square;
	margin-left:30px;
	}

.entry ol li, #front-list ol li {	
	list-style:decimal;
	margin-left:30px;
	}

.entry ol li ul li, #front-list ol li ul li {	
	list-style:square;
	margin-left:20px;
        padding-left:1em;
        margin:0;
	}

.entry img, .entry a img, .post img, .post a img {
	border:1px solid #ccc;
	margin:3px 0px 10px 0px;
	padding:2px;
	}

.entry img.alignright, .entry a img.alignright, .post img.alignright, .post a img.alignright {
	margin:3px 0px 10px 10px;
	}

.entry img.alignleft, .entry a img.alignleft, .post img.alignleft, .post a img.alignleft {
	margin:3px 10px 10px 0px;
	}

.entry .ngg-singlepic {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:5px auto 10px auto;
	padding:2px;
	position:relative;
}

.entry .ngg-left {
	border:1px solid #ccc;
	margin:5px 20px 10px 0px;
	padding:2px;
	}

.entry .ngg-right {
	border:1px solid #ccc;
	margin:5px 0px 10px 20px;
	padding:2px;
	}

#front-list .ngg-singlepic {
	background-color:#FFFFFF;
	border:1px solid #A9A9A9;
	display:block;  
	margin:5px 0px 0px 5px;
	padding:2px;
	position:relative;
}
#front-list .ngg-left {
	border:1px solid #ccc;
	margin:10px 20px 10px 0px;
	}

#front-list .ngg-right {
	border:1px solid #ccc;
	margin:10px 0px 10px 20px;
	}

#front-list .ngg-center {
  	margin-left: auto !important;
        margin-right: auto !important;
        margin-top: 10px;
}

.tools a img {
	border:1px solid #ccc;
	margin:0 10px 5px 0;
	padding:2px;
	}

.pagelink {
        border: 3px solid #ccc;
        padding: 10px 0 10px 0;
        margin: 25px;
        height: auto;
        font-size: 10pt;
        font-weight: bold;
        text-align: center;
        }

.entry a:link {
        color:#065d8f;
	text-decoration:none;
	}

.entry a:visited {
        color:#065d8f;
	text-decoration:none;
	}

.entry a:hover, .entry a:active {
	color:#D17525;
	text-decoration:underline;
	}

.post .ads {
	margin-top:10px;
	}

#stats {
	margin-bottom:15px;
	padding:2px 2px 5px 2px;
	font:11px Arial;
	display:block;
	border-bottom:1px solid #e2e2e2;
	font-weight:bold;
	}

span#map {
	font-size:11px;
	}

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

img .alignright, a img.alignright {
	padding: 2px;
	margin: 5px 0 5px 7px;
	display: inline;
}

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

.alignright {
	float: right;
}

.alignleft {
	float: left
}


#bio {
    padding:10px;
    background:#efefef;
    margin:5px 0px 20px 0px;
}
#bio p {
    margin:0;
    padding:0px 0px 10px 0px;
}

#bio .avatar {
	border:1px solid #ccc;
	margin:0px 10px 2px 0;
	float:left;
	padding:2px;
	width:80px;
	height:80px;
	}


/* Sidebar*/
#sidebar {
	width:320px;
	float:right;
	margin:0px 0px 0px 0px;
	overflow:hidden;
	}

.spoiler { 	
	padding:0px 12px 12px 12px;
	background:#fff;
	border-top:1px solid #ececec;
	margin-bottom:12px; 	
	overflow:hidden;
}

.spoiler img {
	border:1px solid #ccc;
	padding:2px;
	margin-right:10px;

	margin-bottom:5px;
	}


.spoiler h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
   	font-weight:bold; 	
	color:#fff; 	
	margin:0px 0px 8px 0px; 	
	padding:3px 10px;
	border-bottom:1px solid #ececec;}

.spoiler h3 a {
	color:#fff;
	text-decoration:none;
	}


.spoiler p {
	margin:0;
	color:#6d6d6d;
	}

.spoiler p a:active, a:link, a:visited {color:#065d8f;}
.spoiler p a:hover {color:#D17525;}

.spoiler a:hover {color:#D17525}

.spoiler h4 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
        font-weight:bold;
	margin-bottom:5px;
	}

.spoiler h4 a {
	color:#333333;
	}

#sidebar {
    font-size:11px;
}

#sidebar h3 {
	font:12px Arial, Helvetica, Verdana, Sans-Serif;
	font-weight:bold;
	background:#303030;
	color:#fff;
	margin:10px 0px 5px 0px;
	padding:3px 10px;
	}

#sidebar-top, #sidebar-bottom {
	width:300px;
	float:right;
	padding:0px 10px 10px 10px;
	background:#fff;
	border-top:1px solid #ececec;
	}

#sidebar-bottom, #sidebar-middle {
	margin-top:10px;
	}

#sidebar-middle {
	width:320px;
	float:right;
	}

#sidebar-left {
	width:135px;
	padding:0px 10px 10px 10px;
	float:left;
	background:#fff;
	border-top:1px solid #ececec;
	}

#sidebar-right {
	width:135px;
	padding:0px 10px 10px 10px;
	float:right;
	background:#fff;
	border-top:1px solid #ececec;
	}

#sidebar-right-ad {
	width:160px;
	padding:0px 0px 0px 0px;
	float:right;
	background:#fff;
	border-top:0px solid #ececec;
	}

#sidebar li {
	list-style:none;
	border-bottom:1px dotted #bbbbbb;
	display:block;
	padding:2px 0px 2px 13px;
	background:url(images/sub.png) no-repeat 0 0px;
	}

#sidebar li ul li {
	border-bottom:0px;
	}

#sidebar-ads {
	width:300px;
	float:right;
	margin-bottom:10px;
	padding:10px;
	background:#fff;
	}

#sidebar h3 img { margin-top:1px; }



/* Form Elements */

select {
	border:1px solid #333333;
	width:100%
	}
	
.submitbutton {
	padding: 2px 5px;
	border:1px solid #aaa;
	background:#fff;
	font-size:11px;
	color:#591500;
	cursor: pointer;
	}

.submitbutton:hover {
    background:#D17525;
    color:#fff;
    }
    
.field {
	padding: 1px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background:#fff;
	font-size:11px;
	}

#search .searchbutton {
	padding: 1px;
	border:1px solid #333333;
	background:#fff;
	font-size:11px;
	}

#commentform input {
	width: 140px;
	margin: 5px 5px 0px 0;
	}

#commentform {
        font-family:Arial;
        font-size:.85em;
        }

#commentform textarea {
font-family:arial;
	width: 99%;
	margin-top:5px;
	border-top:1px solid #bbbbbb;
	border-left:1px solid #bbbbbb;
	border-right:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	}

/* Comments*/

#comment { width:590px;	background:#fff; }

div#cancel-comment-reply { font-weight:bold; }

#comments ul.commentlist { margin-top:20px; list-style:none; }

#comments ul.commentlist blockquote { background:#ededed; }
    
#comments .clearfloat { background:none; font-family:arial;}

#comments div.navigation { padding:5px 0px 20px 0px; font-weight:bold; }

ul.commentlist li.pingback, ul.commentlist li.trackback { display:none; }
ul.commentlist li.comment { color:#4d4d4d; padding: 11px 14px 11px 14px; background:#f2f2f2; list-style:none; margin-bottom:10px; font-size:12px; line-height:18px; border-bottom: 1px solid #dcdbd7;font-family:"Verdana";}
ul.commentlist li.comment h3#respond { background:#fff; margin-top:15px; }
ul.commentlist li.comment img.avatar { border:1px solid #ccc; margin:0px 0px 13px 13px; float:right; padding:2px; width:45px; height:45px; }	
ul.commentlist li.comment cite { color:#313228; font-weight:bold; font-size:14px; }
ul.commentlist li.comment div.comment-meta { font-size:10px; margin-top:0px; }
ul.commentlist li.comment div.comment-meta a { color:#4d4d4d; text-decoration:none; }
ul.commentlist li.comment a { text-decoration:underline; }
ul.commentlist li.comment cite a { text-decoration:none; }
ul.commentlist li.comment div.reply { clear:both; display:block; }
ul.commentlist li.comment div.reply a { text-decoration:none; font-weight:bold; }
ul.commentlist li.comment p { margin:15px 0px; padding:0;  }
ul.commentlist li.comment blockquote { width:380px; }

ul.children li.comment { margin-top:15px; color:#4d4d4d; padding: 12px 12px 12px 12px; background:#fff; border:none; list-style:none; margin-bottom:0px; font-size:11px; }

ul.commentlist li.depth-1, ul.children li.depth-3, ul.children li.depth-5, ul.children li.depth-7, ul.children li.depth-9 { background:#f2f2f2; }
ul.children li.depth-2, ul.children li.depth-4, ul.children li.depth-6, ul.children li.depth-8, ul.children li.depth-10 { background:#fff; }

#respond textarea { width:99%; font-size:13px; }
#respond label { font-weight:bold; }
#respond a {text-decoration:none; }
#respond h3 {margin-top:15px; }

li.comment div#respond h3 { display:none; }

/* Footer*/

#gallery {
	font-size:11px;
	color:#333;
	width: 925px;
	background:#FFCE5B;
	margin: 0 auto;
	padding:15px 0px 15px 15px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#gallery #random {
    float:right;
    width:613px;
}

#gallery #random img {
    padding:2px;
    border:1px solid #FFE5A7;
    margin-right:16px;
    margin-bottom:15px; 
    background:#FFE5A7;
}
#gallery #video {
    float:left;
    width:281px;
    padding-right:15px;
    border-right:1px solid #FFE5A7;
}

#gallery h3 {
    display:block;
    padding-bottom:5px;

}
#front-popular {
	font-size:11px;
	color:#fff;
	width: 910px;
	background:#D17525;
	margin: 0 auto;
	padding:15px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#recentpost, #mostcommented {
	width:276px;
        height:180px;
	float:left;
	padding:0px 20px 0px 0px;
	border-right:1px solid #FF9C47;
	}

#mostcommented {
	margin-left:20px;
	}

#recent_comments {
	width:276px;
	float:right;
	padding:0px;
	}

#recentpost a, #mostcommented a, #recent_comments a {
	color:#fff;
	}

#recentpost ul, #mostcommented ul, #recent_comments ul {
	margin-top:5px;
	}

#recentpost li, #mostcommented li, #recent_comments li {
	list-style:none;
        border-bottom: 1px dotted #FF9C47;
        padding-top:1px;
	}

#recentpost ul li a, #mostcommented ul li a, #recent_comments ul li a {
	padding:5px;
	display:block;
	text-decoration:none;
	}

#recentpost ul li a:hover, #mostcommented ul li a:hover, #recent_comments ul li a:hover {
	background:#591500;
	color:#fff;
	}

#recentpost ul li:first-child, #mostcommented ul li:first-child, #recent_comments ul li:first-child {
	background:none;
	}

#footer {
	margin: 0 auto;
	width: 920px;
	font-size:10px;
	background:#FFCE5B;
	color:#333333;
	padding:5px 10px;
	border-left:5px solid #fff;
	border-right:5px solid #fff;
	}

#footer a:hover {
	color:#fff;
	}

/* Float Properties*/

.clearfloat:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	}

.clearfloat {
	display: inline-block;
	}


/* Hides from IE-mac \*/
* html .clearfloat {
	height:1%;
	}

*+html .clearfloat {
	height:1%;
	}

.clearfloat {
	display:block;
	}

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

.wp-caption {
	border: 2px solid #ddd;
	text-align: center;
        font-family:arial;
        font-size:.85em;
	background-color: #f3f3f3;
	padding: 2px;
	margin: 15px;
        margin-bottom:2px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
        margin: 5px 5px 0px 5px;
	padding: 0px;
	border: 1px;
}

.wp-caption.alignright img {
        margin: 5px 0px 0px 0px;
	padding: 0px;
	border: 1px;
}

.wp-caption.alignleft img {
        margin: 5px 0px 0px 0px;
	padding: 0px;
	border: 1px;
}

.wp-caption.alignright {
	margin: 0px 0px 5px 10px;
}

.wp-caption.alignleft {
	margin: 0px 10px 5px 0px;
}

#front-list .wp-caption.alignleft {
	margin: 5px 10px 5px 0px;
}

#front-list .wp-caption.alignright {
	margin: 5px 0px 5px 10px;
}

#front-list .wp-caption {
	margin: 5px 0px 5px 0px;
}

.wp-caption p, .wp-caption-text {
	font-size: .90em;
	line-height: 1.25em;
	padding: 2px 4px 5px 4px;
	margin: 2px;
        text-align:center;      
}

/* End captions */

/* Single Post Footer Items Formatting */

.relatedposts {
	padding: 10px 10px 1px 10px;
	border-top: 3px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f3f3f3;
	font-size:.80em;
        font-family:Arial;
	line-height:1.5em;
	margin:15px 25px 10px 25px;
	}

.subscribebox {
	padding: 10px 10px 10px 10px;
	border-top: 3px solid #D17525;
	border-bottom: 1px solid #D17525;
	background: #f3f3f3;
	font:.75em Arial;
        font-weight:normal;
	line-height:1.35em;
	margin:25px 25px 5px 25px;
	}

.audiobox {
	padding: 5px 5px 2px 0px;
        width:250px;
        float:left;
	border-top: 3px solid #D17525;
	border-bottom: 1px solid #D17525;
	background: #f3f3f3;
	font:.75em Arial;
        font-weight:bold;
	margin:15px 15px 2px 0px;
	}


.reviewheaderbox {
	padding: 5px 10px 5px 10px;
	border-top: 3px solid #D17525;
	border-bottom: 2px solid #ddd;
	background: #f3f3f3;
	font:11pt Arial;
	line-height:1.4em;
	margin:5px 25px 15px 25px;
	}

.reviewheaderbox-wine {
        min-height:100px;
	padding: 5px 10px 5px 10px;
	border-top: 3px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #f3f3f3;
	font:10pt Arial;
	line-height:1.25em;
	margin:5px 25px 15px 25px;
	}

/* End related posts */



#myGallery
{
width: 300px !important;
height: 200px !important;
}



#tweets
.created_at {font-size:.9em;}
.tweet-text {font-size:1.1em;}

#profile {float:right;margin:2px;}

#tweets2
.created_at {font-size:.9em;}
.tweet-text {font-size:1.1em;}

#profile2 {float:right;margin:2px;}

.formbutton{
cursor:pointer;
border:outset 1px #ccc;
background:#999;
color:#666;
font-weight:bold;
padding: 1px 2px;
background:url(images/formbg.gif) repeat-x left top;
}


.gallery-caption {
       font-family: Arial;
       font-size: .75em;
       line-height: 1.1em;
       }


/* IntenseDebate Comments */

#idc-container-parent #idc-container {
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
padding: 2px;
font: 10pt Arial;
}

#idc-container-parent #idc-container .idc-new h3 {
background-color: #f0f0f0;
padding: 10px 15px;
width: auto;
font-size: 14px;
font-weight:bold;
}

#idc-container-parent #idc-container .idc-cover h3 {
font-size: 14px;
font-weight:bold;
line-height: 1.3em;
}

#idc-container-parent #idc-container  .idc-ctools {
display: none;
}

#idc-container-parent #idc-container .idc-c .idc-c-h .idc-i {
background: #CCC;
border-top: 1px solid #CCC;
color: #591500;
}

#idc-container-parent #idc-container .idc-c .idc-c-t {
background: #f0f0f0;
padding:10px;
}


#idc-container-parent #idc-container .idc-head h3 {
font-size: 14px;
font-weight:bold;
line-height: 1.3em;
}



/* Theater Guide */

.onecolumn-theater {
        font-size:.85em;
	line-height:1.50em;
	padding:10px 0px;
	margin:0;
        font-family:Arial;
	}

.onecolumn-theater img {
	float:left;
	margin:8px 10px 7px 0px;
	border:1px solid #ccc;
	padding:2px;
	}

.tanbox-theater {
	width:275px;
	line-height:1.35em;
	padding:10px 0px;
	margin:0;
        font-size:.80em;
        font-family:Arial;
	}

.theater-spacing {
        margin:1px;
        }

.theater-spacing a:hover {color:#D17525;}

.tanbox-theater span.title a {color:#000000;}
.tanbox-theater span.title a:hover {color:#D17525;}

.tanbox  a {color:#065D8F;}
.tanbox  a:hover {color:#D17525;}

/* Read More link */

.read-more {
        font-family:Arial;
        font-weight:bold;
        font-size:14px;
        text-align:right;
        margin-right:10px;
        margin-bottom:10px;
        }

.read-more a {color:#D17525;}
.read-more a:hover {color:#fff;background:#D17525;text-decoration:none;}
