/* CSS Document */
/*

Theme Name: Silver Stage
Description: A custom wordpress theme for The Silver Center for the Arts
Version: 1.0
Author: Kim Accorsi
Author URL: http://www.kimaccorsi.com


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }


/* The below restores some sensible defaults */
strong, dt, th { font-weight: bold; }
em { font-style: italic; }
ol, ul, li { list-style: none; }
h1, h2, h3, h4, h5 { font-weight: bold; }
a { outline: none; } /* Gets rid of Firefox's dotted borders */
a img { border: none; } /* Gets rid of IE's blue borders */

img { vertical-align: middle; -ms-interpolation-mode: bicubic; }
.cb { clear: both; }
hr { display: none; }

.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
.clearfix { display: inline-block;}
html[xmlns] .clearfix { display: block;}
* html .clearfix { height: 1%; }
.myclear {clear:all;}

body { text-shadow: 0 0 0 #000; opacity: : .99; } /* Sharper type in Safari, Firefox, Opera */
img { -ms-interpolation-mode: bicubic; } /* IE7 fix for image scaling */
img { behavior:url(../iepngfix.htc); } /* Angus Turnbulls png behaviour support for ie - http://www.twinhelix.com/css/iepngfix/ */
/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/*Begin primary styles 
*/

/* = Base Colors
------------------------*/
body { color: #333; }
h2, h3 { color: #153330; } 
a { color: #5a857c; text-decoration:none; }
a:hover { color: #5a857c;text-decoration:underline; }


/* = Typography
------------------------*/
body, p, li, dt, dd, th, td, label, input, textarea, select {  font-family: Arial, Verdana, sans-serif;list-style:none; }
dt, th, label, ul.menu li, textarea, input, div#footer, legend, select { font-family: Arial, sans-serif; }


body { font-size: 62.5%; }
p, li, dt, dd, th, td { vertical-align: top; }
p, ul, ol, dd, table, fieldet, address { margin: 0 0 20px 0; }
 h2, h3, h4, h5, h6 {font-family:'Droid Sans', Arial, sans-serif;}
h1 { font-size: 2em; font-weight: normal; line-height: 1.25em;} /*  display at 24px (24 / 12 = 2em) */
h2 { font-size: 2.2em; line-height: 1.15em; padding-bottom: 5px; margin: 0 0 5px;  font-variant: small-caps; font-weight: normal; } /* 24px / 40px */
div.col-9 h2 {width:400px;}
h3 { font-size: 2em; line-height: 1.11em; margin: 0 0 10px; font-variant: small-caps; font-weight: normal; } /* 18px / 20px */
h3 a {color:#153330;text-decoration:none;}
h3 a:hover {text-decoration:none;color:#5a8f7c;}
h2 a {color:#153330;text-decoration:none;}
h2 a:hover {text-decoration:none;color:#578f7c;}
blockquote {margin:25px;color:#5a8f7c;font-style:italic;padding:5px;font-family:'Droid Sans', Arial, sans-serif;font-size:1.2em;}
div#content span.pages, span.current {float:right;font-size:1.2em;padding:10px 0 0 0;margin:10px 5px 0 0;}
#sidebar h3 {margin:20px 0 8px 0;}
#sidebar h3:first-child {margin:0 0 8px 0;}
#sidebar div.sep {border-top:1px dotted #cac9c7;padding:0;margin:-10px 0 10px 0;}
#sidebar p.comment-num {padding-left:70px;}

h4, th, dt, label, legend { letter-spacing: 1px; text-transform: uppercase; } 

p, li, dd, td, textarea, input, select { font-size: 1.3em; line-height: 1.54em; }
p small { font-size: 0.85em; }
h4, th, dt, legend, label { font-size: 1.1em; line-height: 1.82em; margin: 0; }
h4, thead th, dt { color: #1a1a1a; font-weight: bold; }
h4 { font-size: 1.2em; line-height: 1.67em; }

ul li { list-style: disc; margin: 0 0 0 16px; }
ol li { list-style: decimal; margin: 0 0 0 30px; }

.lead { font-size: 1.5em; line-height: 1.33em; }
.section-divide { clear: both; height: 0; margin: 20px 10px; border-bottom: 1px solid #cac9c7 }
#content img {padding:5px;background-color:#fff;border:1px solid #cac9c7;margin:0 6px 6px 6px} 
#content img.clean {padding:5px;background-color:#f1f0ee;border:none; margin:0 6px 6px 6px;} 

#content ul {padding:0 15px;}
img.photo { margin: -1px 0 10px -1px; padding: 5px; background-color: #fff; border: 1px solid #cac9c7; }
div.frame { margin: -1px 0 10px -1px; padding: 5px; background-color: #fff; border: 1px solid #cac9c7; }
div.cat-post-item img.wp-post-image {float:left;padding:0;border: 1px solid #cac9c7;}

div.cat-post-item h3 a {color:#004600;text-decoration:none;}
div.cat-post-item a {font-size:1.3em;}





/* = Layout
------------------------*/

body {text-align: center; background: #c9dfdd url(images/seats.jpg) top center repeat-x; }
div.container { width: 960px; margin:20px auto; text-align: left;-moz-box-shadow: 5px 5px 5px #666;
-webkit-box-shadow: 5px 5px 5px #666;box-shadow: 5px 5px 5px #666; }
div.wrapper {width: 900px; margin: 0 auto; padding: 0; text-align: left;}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 { float: left; margin: 0 10px; padding: 0 10px; display: inline; }

.col-1 { width: 35px; }
.col-2 { width: 110px; }
.col-3 { width: 185px; }
.col-4 { width: 260px; }
.col-5 { width: 335px; }
.col-6 { width: 410px;}
.col-7 { width: 485px; }
.col-8 { width: 560px; }
.col-9 { width: 633px; border-left:1px solid #cac9c7;padding:0 0 0 20px;} /*reduced to allow for 1px border*/
.col-10 { width: 710px; }
.col-11 { width: 785px; }
.col-12 { width: 860px; }


div#content { background: #fff; padding-bottom: 20px;}
div#content div.wrapper { padding: 30px 30px 0; }
div.content-top { }
div#content div.post {margin:0 0 25px 0;border-bottom:1px dotted #cac9c7;padding:0 0 10px 0;}
div#content div.narrowpost {margin:0 0 -15px 0; border-bottom:1px dotted #cac9c7;padding:0;}
div.tickets {float:right;width:200px;font-family:'Droid Sans', Arial, sans-serif;font-size:1.4em;background:#fff url(images/ernie.png) top left no-repeat;padding:0 0 0 30px;}

div#footer { clear: both; padding-top: 10px; background: #153330; behavior:url(../iepngfix.htc); }
div#footer div.footerthis {min-height:55px;padding:4px;font-family:Arial,sans-serif;font-size:1.3em;line-height:1.6em;}
div#footer div.footerthis img {padding:5px 5px 5px 0;float:left;}


div#headercontainer { background: #fff url(images/header-bg.jpg) top right no-repeat; }
div#headercontainer div.wrapper { height: 130px; padding-top: 10px; position: relative; }
div#headercontainer div.branding { position: absolute; left: 8px; top: 38px; }
div#headercontainer div.branding a { display: block; width: 239px; height: 204px; text-indent: -9999px; background: transparent url(images/logo.png) 0 0 no-repeat; behavior:url(iepngfix.htc); }
div#headercontainer p { z-index: 7; position:absolute; top:10px; right: 2px; height: 24px; border: none; padding: 3px 0 0 0; margin: 0; text-indent: 10px; font-size:2.3em;font-family:'Droid Sans', Arial, sans-serif;float:right;color:#242815;}
div#headercontainer div.textwidget { z-index: 7; position:absolute; top:10px; right: 2px; height: 24px; border: none; padding: 3px 0 0 0; margin: 0; text-indent: 10px; font-size:2.3em;font-family:'Droid Sans', Arial, sans-serif;float:right;color:#242815}
div#headercontainer img {padding: 0 0 15px 40px;}
div#headercontainer span {position:absolute;top:48px; right:2px;float:right;}
div#headercontainer span img {padding:2px;}

div.entry img {float:left;padding:0 0 200px 0;}

div.menu { clear: both; float: left; margin: 0; width: 960px; background: #153330;}
.ie7 div.menu {margin: 0 0 0 -30px;}
div.menu ul li { list-style: none; margin: 0; padding: 0 2px 0 0; height: 40px; line-height: 40px; float: left; }
div.menu ul li a { float: left; width: 150px; height: 40px; line-height: 40px; text-align: center; font-size: 0.90em; letter-spacing: 1px; text-transform: uppercase; text-decoration: none;color:#fff; }
div.menu ul li a:hover { color: #c9dfdd; }
ul.col-4 li {list-style:none;}
p.more a{padding:5px;background:#004600; float:right;color:#fff;text-decoration:none;-moz-border-radius:5px;
border-radius:5px;}
p.more a:hover {background:#fff;color:#153330;}

div.menu ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	margin:34px 0 0 0;
	/*float: left;*/
	width: 200px;
	padding:7px 0 0 0;
	z-index: 99999;
	background:#153330;
	
	
}

.ie7 div.menu ul ul {box-shadow: 0px 3px 3px rgba(0,0,0,0.2);-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);display:none;position:absolute;margin:34px 0 0 -150px;
	width: 200px;
	padding:7px 0 0 0;
	z-index: 99999;
	background:#153330;
	
	
}
div.menu ul ul li {
	min-width: 200px;
}
div.menu ul ul ul {
	left: 100%;
	top: 0;
}
div.menu ul ul a {
	/*background: #c8c1af;*/
	line-height: 1.0em;
	padding: 0 0 5px 10px;
	width: 190px;
	height: auto;
text-align:left;
font-size:0.7em;
}

div.menu ul ul :hover > a {
	background: #c9dfdd;
	color: #153330;
      padding: 5px 0 5px 10px;
}
div.menu ul li:hover > ul {
	display: block;
}
div.menu ul li.current_page_item > a,
div.menu ul li.current-menu-ancestor > a,
div.menu ul li.current-menu-item > a,
div.menu ul li.current-menu-parent > a {
	color: #fff;
}


div#sidebar {}
div#sidebar ul.related-posts {margin:0;padding:0;}
div#sidebar ul.related-posts li {list-style:none;margin:0;padding:0 0 6px 0;min-height:60px; width:165px;}
div#sidebar img {float:left;margin:0 3px 0 0;padding:3px;}
div#sidebar ul li a {color:#153330;}


/* Home page */
div#featured {background:#e8eaea url(images/overlay.png) 0 0 repeat;margin:-37px 0 0 -30px;padding:10px 0 5px 0;height:290px;width:960px;-moz-box-shadow: 0px 2px 2px #ccc;
-webkit-box-shadow: 0px 2px 2px #ccc;box-shadow: 0px 2px 2px #ccc; }
div.slider {margin:20px 35px;background:#fff;padding:10px;width:830px;text-align:center;}
.ie7 div.slider {margin:30px 35px 20px 35px;}

div.quarter p {margin:4px 0 0 175px;}
div.quarter img {float:left;}

/* Forms */
.blur { color: #999; }
form fieldset { background: transparent url(images/features-bg.png) 0 0 repeat; padding: 10px; }
form legend { display: none; border: 1px solid #ccc; padding: 0 10px; background-color: #fff; }
form input.textfield, textarea.textfield { margin: 0 0 10px -1px; padding: 4px 0; text-indent: 4px; border: 1px solid #d1d1d1; width: 100%; background: #fff url(images/text-input-bg.gif) 0 0 repeat-x; }
form textarea.textfield { padding: 4px 0 4px 4px; text-indent: 0; }

/*form#newsletter-form label { display: none; }*/

form.display-form fieldset { background: none; padding: 0; margin-bottom: 10px; }
form.display-form input.textfield,
form.display-form textarea.textfield { margin-bottom: 0; }
form.display-form select { width: 80%; }

table.form-table { border-collapse: separate; border-spacing: 2px; width: 100%; }
table.form-table td, table.form-table th { font-size: 1em; padding: 5px 10px; margin: 5px; background: transparent url(../images/features-bg.png) 0 0 repeat; }
table.form-table td span.label { font-size: 1.3em; }
table.form-table td p { margin-bottom: 10px; }
table.form-table th { width: 110px; background: transparent url(images/features-head-bg.png) 0 0 repeat; }
table.form-table tr#fm-message td { padding-right: 14px; } /* counter the 4px added to the textarea width */

textarea#message { height: 200px; }
form.display-form p.form-submit { padding-left: 142px; height: 34px; }
div.captcha-image { float: left; width: 180px; margin: 0 10px 5px 0; }
div.captcha-verify { padding-top: 5px; }
div.captcha-verify label { font-weight: bold; }

textarea#termstext { font-family: Courier; font-size: 12px; line-height: 16px; margin-bottom: 10px; }
span.flag img { margin-right: 10px; }

label.required { color: #c60000; }





/* Tables */
table.display-table { border-collapse: separate; width: 100%; border-spacing: 2px; }
table.display-table td,
table.display-table th { padding: 5px 10px; margin: 5px; background: transparent url(images/features-bg.png) 0 0 repeat; }
table.display-table thead th { background: transparent url(images/features-head-bg.png) 0 0 repeat; } 


div#footer p {color: #fff;  }

div#footer h3 {color:#fff;}
div#footer ul li {list-style-type:none;color:#fff;margin:0;padding:0;}
div#footer p.copyright { float: left; }
div#footer a { color: #fff; text-decoration: none; }
div#footer h3 a:hover {text-decoration:none;}
div#footer a:hover { text-decoration: underline; }





div.main-features ul { float: left; width: 260px; }
div.main-features ul.last { float: right; }
div.main-features ul li,
div.features li { list-style: none; margin: 2px 0 0; padding: 4px 10px; background: transparent url(../images/features-bg.png) 0 0 repeat; }
div.features h4 { padding: 5px 10px; background: transparent url(images/features-head-bg.png) 0 0 repeat; }

/*comment styling*/
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #cac9c7;
	padding: 10px 0 0;
}
.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}
.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}
.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}
.commentmetadata{
	font-size: 12px;
}
.comments-template p.nocomments{
	padding: 0;
}
.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
/*meta*/
p.post-meta {color:#153330;padding:0;margin:0 0 25px 2px;font-family:'Droid Sans', Arial, sans-serif;font-size:1.6em;}
p.metadate {padding:0;font-style:italic;font-size:1.2em;}
span.tweetshare{float:right;padding:0;margin:0;}


/*default editor styling*/
img.centered {display:block;margin:auto;}
img.alignright {float:right;margin:0 0 0 15px;border:1px solid #cac9c7;}
img.alignleft {float:left;margin:0 15px 0 0;}
