/*
THEME NAME: CSC Theme 3
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Custom Theme for Concert Singers of Cary based on an intersection of Sandbox Theme and Blueprint Framwork
VERSION: 1.0
AUTHOR: Your friendly neighborhood baritone

*/
@import url('blueprint/screen.css');

/* Just some example content */
div.skip-link {
position:absolute;
right:1em;
top:1em;
}

/* =================================================================================== */

#menu_container {
position:relative;
/* height:56px; */
height: 56px;
background: #FFF;
width:100%;
}

#menu {
position:relative;
height:32px;
font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
text-transform:uppercase;
font-weight:bold;
background:#fff url(images/menu_bg.gif) repeat-x bottom left;
padding:0 0 0 20px;
/*border-bottom: 8px solid #886d53; */
border-bottom: 8px solid #900;

}

#menu ul{
margin:0;
padding:0;
list-style-type:none;
width:auto;
float:left;
margin-left: 255px;
}

#menu ul li {
display:block;
float:left;
margin:0 1px;
}

#menu ul li a {
display:block;
float:left;
/* color:#EAF3F8; */
color:#CCC;
text-decoration:none;
padding:0 0 0 20px;
height:32px;
}

#menu ul li a span {
padding:12px 20px 0 0;
height:21px;
float:left;
font-weight: normal;
/* font-family: "Myriad Pro", Helvetica, Arial, Verdana, sans-serif; */
}

#menu ul li a:hover {
color:#fff;
background:transparent url('images/menu_bg-OVER.gif') repeat-x bottom left;
}

#menu ul li a:hover span {
display:block;
width:auto;
cursor:pointer;
}
#menu ul li.current_page_item a,#menu ul li.current_page_item a:hover, #menu ul li.current_page_parent a, #menu ul li.current_page_parent a:hover{
color:#FFF;
/* background:#886d53 url(images/menu_left-ON.gif) no-repeat top left; */
background:#900 url('images/menu_left-ON.gif') no-repeat top left;
font-weight: bold;
line-height:275%;
padding:0 0 0 20px;

}

#menu ul li.current_page_item a span, #menu ul li.current_page_parent a span{
display:block;
padding:3px 20px 0 0;
width:auto;
background:#900 url('images/menu_right-ON.gif') no-repeat top right;
height:32px;
}



.entry-title,.entry-meta {
clear:both;
}

div#container,div#primary {
/* margin-top:2em; */
}

form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}
a {
color: #5e0702;
}
.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
text-align: center;
margin: 0;
padding: 0;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar h3 {
font-size:1.2em;
}

/*
div.sidebar input#s {
width:7em;
}
*/

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

/*div.sidebar ul ul {
margin:0 0 0 1em;
}*/

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}

input#author,input#email,input#url,div.navigation div {
width:50%;
}


div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}


/* Dave's modifications below */

/* Lose the underline on all the site headlines; they look like doody */
h1#blog-title span a{
display: block;
text-decoration: none;
position: absolute;
top: 0px;
/*float: left; */
text-align: left;
height: 200px;
width: 310px;
/*background: transparent url('images/csc_logo_callingcard5.png') no-repeat top left;*/
background: transparent;
}

.hentry a{
text-decoration: none;
}

/* css for 'pullquotes': very snazzy */
/* Credit to: http://www.pearsonified.com/2006/09/snazzy_pullquotes_for_your_blo.php */
blockquote.left {
   width: 210px;
   margin: 5px 15px 10px 0;
   padding: 5px 0;
   border: 3px double #5e0702;
   border-width: 3px 0;
   font-size: 1.25em;
   text-align: center;
   float: left;
   color: #5e0702;
}

blockquote.right {
   width: 210px;
   margin: 5px 0 5px 15px;
   padding: 5px 0;
   border: 3px double #5e0702;
   color: #5e0702;
   border-width: 3px 0;
   font-size: 1.25em;
   text-align: center;
   float: right;
}

blockquote.right p, blockquote.left p{
margin-bottom: 0;
}

/* lets obfuscate some email addresses */
span.hideemail { 
	unicode-bidi:bidi-override; 
	direction: rtl; }

span.displaynone {
display:none;
}

span.email{
}
/******************************/



/* let's define a look-and-feel */

div#header {
/* border: 1px solid #000000; */
height:150px;
/* background: #FFF url('images/20years.jpg')  450px 70px no-repeat;*/
background: #FFF url('images/20years.jpg')  360px 35px no-repeat;
background: transparent url('/images/hdr-bg1.jpg') no-repeat bottom right;
text-align: left;
}

body {
/* background:#000000 url('images/cscbackground.jpg') 0 0 no-repeat fixed; */
/*background:#000000 url('images/cscbackground_1.jpg') 0 0 no-repeat fixed;*/
/* background:#000000 url('images/main_background_dimmed.jpg') 0 0 no-repeat fixed; */
background:#000000 url('images/bg3.jpg') 0 0 no-repeat fixed;
/* border: 1px solid #000000; */
/* padding: 0 50px;  */
padding: 0;
/* height: 100%; */
}
body.single table.announcement {
display: none;
}
.container {width:990px;margin:0 auto;}
.container {min-width:990px;}
/*.container {width:1200px;margin:0 auto;}*/


div#wrapper {
/* background:#000000 url('images/cscbackground_overlay_5.jpg') 0 0 no-repeat fixed; */
/* background:#000000 url('images/main_background_overlay_3.jpg') 0 0 no-repeat fixed; */
background:#FFFFFF;
/* border: 1px solid #1C131B; */
}



H1#blog-title{
display: block;
position: absolute;
top: 0px;
/*float: left; */
text-align: left;
height: 200px;
width: 310px;
/*background: transparent url('images/csc_logo_callingcard5.png') no-repeat top left;*/
background: transparent url('images/csc_logo_callingcard6_small.png') no-repeat top left;
Z-INDEX: 2;
margin-left: -35px;
}
/*======================*/

H1#blog-title span {
}



/*======================*/
.skip-link {
display: none;
}

div#searchbox {
clear: both;
float: right;
width: 230px;
height: 35px;
/* margin: -63px 5px 0 0; */
}

div#searchbox input#s{
position: relative;
top: -12px;
width: 175px;
height: 26px;
/* background: url('images/input_bg.gif') repeat-x top; */
}

div#searchbox form input.button{
margin: 5px 0 0 0;
}

/***/
div#nav-above.navigation  {
display: none; 
}

div#breadcrumbdiv{
display: none; 
}

body {
/* font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; */
font-family:Georgia, Serif;
}

H1, H2, H2.entry-title a , H3{
font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
color: #3E0502; 
margin-bottom: 0;
}

p a, a.more-link {
font-weight: bold;
color: #000;
}

p a:hover {
text-decoration: underline;
}

div#blog-description {
position: absolute;
top: 120px;
margin-left: 485px;
width: 446px;
height: 100px;
display: none;
}

/***/

div#donatepaypal{
margin: 20px 0 0 20px;

}

div.textwidget {
padding-left: 10px;
}


.sidebar h3 {
text-align: center;
border-top: dotted 1px #5e0702;
border-bottom: dotted 1px #5e0702;
line-height: 1.5em;
font-weight: bold;
}

#primary ul li ul li{
list-style: none;
}

div.avatar_container {
display: none;
}

form p, label, input {
margin: 0;
padding: 0;
}
.sidebar ul li{
/* padding: 0 10px 0 10px; */
padding: 0 10px 0 10px;

}

.sidebar p{
/* padding: 10px 10px 0 10px;   */
}

#sidebar-login p{
padding: 0 0 0 5px;
margin: 0;
text-align: left;
}

#sidebar-login ul.sidebarlogin_otherlinks li{
text-align: left;
padding: 0;
}

#sidebar-login ul.sidebarlogin_otherlinks li a{
color: #000;
font-weight: bold;
text-decoration: none;
}

#sidebar-login ul.pagenav{
margin-top: 10px;
}
#sidebar-login ul.pagenav li.page_item a{
text-decoration: none;
font-weight: bold;
color: #000;
}



#sidebar-login ul.pagenav li.page_item{
text-align: left;
padding: 0;
}

#sidebar-login p, label, input.mid{
font-size: 12px;
font-weight: normal;
}

#sidebar-login input.mid{
width: 135px
}

#sidebar-login p.rememberme {
padding: 0 0 5px 10px;
}

#sidebar-login p.submit{
padding: 0 0 5px 10px;
}

#wp-submit {
}

/***/

/* RSS Feed Widget */
.sidebar ul li ul{
padding-top: 10px;
}
.widget_rss  ul li {
padding-left: 0px;
}
.widget_rss h3 a {

text-decoration: none;
font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
color: #3e0502;
margin-bottom: 0pt;
}

.rsswidget img {
margin-bottom: -2px;
}


.entry-date {
color: #AAAAAA;
margin-bottom: 10px;
}

abbr.published{
text-decoration: none;
}

.entry-meta{
display: none;
}


/* FOOTER SIDEBARS */
div#footer{
height: 275px;
margin: 50px 0 0 0;

}

#footer ul li {
list-style: none;
}

#footer-sidebar1 ul li {
display: inline;
list-style: none;
margin: 0 50px 0 50px;
}
#footer-sidebar1 ul li img{
vertical-align: top;
}
#footer-sidebar1 {
clear: both;
width: 100%;
height: 175px;
background: #FFFFFF;
padding-top: 75px;
}

#footer-sidebar2 {
clear: both;
width: 100%;
height: 75px;
background: #3E0502;
height: 125px;
border-left: 1px solid #000;
border-bottom: 1px solid #000;
}


#footer-sidebar3 {
clear: both;
width: 100%;
height: 75px;
}

div#contactinfo{
display:block;
margin-left: auto;
margin-right: auto;
padding: 0;
padding-top: 25px;
width: 400px;
color: #FFF;
}

div#contactinfo div.name {
font-size: 2em;
font-weight: bold;
float: left;
text-align: right;
width: 200px;

}
div#contactinfo div.name a{
text-decoration: none;
}

div#contactinfo div.address{
text-align: left;
float: left;
border-left: solid 3px #FFF;
width: 150px;
margin: 10px 0 0 15px;
padding: 0 0 0 10px;
}

div#contactinfo a{
color: #FFF;
}

div#contactinfo p a{
padding-left: 20px;
text-decoration: underline;
/* background: transparent url('images/email_icon.gif') no-repeat bottom left; */
font-weight: bold;
}

span.edit-link {
display: none;
}
div#header-sidebar{
position: relative;
text-align: center;
left: 310px;
width: 625px;
}

div#header-sidebar table{
}

div#header-sidebar table tr td.right{
text-align: right;
}

div#header-sidebar ul li{
list-style: none;
}

div#header-sidebar ul li a{
text-decoration: none;
color: #5e0702;
font-size: 1em;
font-weight: bold;
}

.post {
/* border: 1px solid #5e0702; */
margin: 0 0 15px 15px;
padding: 0 10px 10px 10px;
}

.post p{
font-size: 1.1em;
}

div.clear {
line-height: 1px;
clear: both;
}


/* new clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

#primary.sidebar {
margin: 0 15px 0 0;
}

#secondary.sidebar {
margin: 0 15px 0 0;
}

#secondary.sidebar li#text-8{
display: none;
}

.donations #secondary.sidebar li#text-8{
display: block;
}


p.indent {
text-indent: 25px;
}

p.justify {
text-align: justify;
}

.text {
margin-top: 10px;
}

h3.collapse{
background: transparent url('/images/collapse.jpg') no-repeat bottom right;
padding-bottom: 10px;
}
div.collapse img{
width: 20px;
height: 20px;
}

div#widget-about{
clear: both;
margin-top: 10px;
}

#featured h3.entry-title {
display: none;
}

#nav-above, #nav-below {
display: none;
}
#featured table {
margin: 0;
padding: 0;
}

#featured li {
padding: 0;
margin: 0;
}

ul#featured li a {
text-decoration: none;
font-weight: bold;
color: #550000;
}

#featured table {
/* border: double 3px #5e0702; */
/* background: #FFF; */
/* margin: 5px 0 5px 0; */
}

#featured table tr  td{
vertical-align: top;
}

.home div.showcase{
text-align: left;
font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
background: #FFFFFF;
padding-left: 5px;
}

.single div.showcase-wrap {
display: none;
}

div.showcase table .announcement {
font-weight: bold;
/* border-left: 1px dotted #5e0702; */
padding: 0 0 5px 0;
margin: 0;
text-indent: 0;
}

div.showcase p {
padding-top: 5px;
}

div.showcase p img, div.showcase p a img {
background: #FFFFFF;
padding: 0;
margin: 0 10px 0 0;;
/* border: 1px solid #5e0702; */
}

ul.performance-links li{
display: inline;
list-style: none;
}

ul.performance-links li a.mlink{
padding-right: 2px;
padding-left: 2px;
border-right: 1px solid #5e0702;
}

.home div.performance-menu{
display: inline;
text-align: left;
font-size: 10px;
}

div.showcase div.clear{
margin: 0 0 15px 0;
}

h3.announcement {
font-size: 14px;
padding: 0;
margin: 0;
color: #5e0702;
text-align: left;
/* background:  #F3DAA5; */
border: none; 
}

}

div#primary{
/* background: transparent url('/images/hr1.jpg') no-repeat bottom center; */
}

div#donatepaypal {
text-align: center;
margin-left: auto;
margin-right: auto;
}

div.entry-date {
display: none;
}

div#formersite{
margin-left: 730px;
margin-top:0px;
}

blockquote a {
color: #5e0702;
}

span.toplink  a.toplink{
font-size: .95em;
color: #5e0702;
font-weight: bold;
}
.auditions ul li a{
color: #5e0702;
font-weight: bold;
}

.calendar h2.entry-title{
margin-left: 15px;
}

.viewcart {
display: none;
}

.tickets .viewcart, .merchandise .viewcart{
text-align: center;
display: block;
}

.tickets .viewcart form{
margin: 10px 0 10px 0;
}

.purchase_tickets {
display: none;
}
.tickets .purchase_tickets {
display: block;
}



.ticket_block{
/* border: 1px dotted #5e0702; */
border-top: 1px dotted #5e0702;
border-bottom: 1px dotted #5e0702;
margin: 5px 0 5px 0;
padding: 10px;
/* width: 535px;
height: 300px; */
}

form.paypal {
display: inline !important;
}

.login .sidebar, .login #searchbox{
display: none;
}

.login div#content{
padding-left: 15px;
}

.denied div#content{
padding-left: 15px;
}

p.disclaimer {
font-size: 80%;
}

#footer p.disclaimer{
color: #CCC;
}

#subnav_wrapper{
padding: 5px 0 30px 0;

}
ul.subnav{
	margin: 0;
	padding:0;
	list-style-type:none;
	display:block;
	font:bold 12px Helvetica, Verdana, Arial, sans-serif;
	line-height:165%;
	width:200px;
}

ul.subnav li{
	margin: 0;
	padding: 2px 0 2px 0;
	/* border-top:1px solid #4D0000; */
	border-bottom:1px solid #6D0B11;
}

ul.subnav li a{
	display:block;
	text-decoration:none;
	/* color:#CCC;
	background:#600; */
	
	color:#000;
	background:#FFF;
	
	padding:0 0 0 10px;
	width:180px;
}

ul.subnav li a:hover{
	background:#900 url("images/submenu_arrow.gif") no-repeat 0 9px;
	color:#FFF;
}
ul.subnav li.current_page_item a, ul.subnav li.current_page_item a:hover{
	/* background:#933 url("images/submenu_arrow.gif") no-repeat 0 9px;*/
	background:#900 url("images/submenu_arrow.gif") no-repeat 0 9px;
	color:#FFF;
}




#primary h3.pagename a {
	text-decoration: none !important;
}

div.entry-content a{
/* color: #5e0702; */
color: #900;
font-weight: bold;
text-decoration: none;
border-bottom: dotted 1px;
}
div.entry-content a:hover{
color: #5e0702;
border-bottom: solid 1px;
}
a.inpage{
position: relative;
top: -75px;
}

#handelpromo {
font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
background: #FFF url('images/snow_ornament.gif') bottom right no-repeat;
padding: 0px 75px 0 10px;
margin: 0px 0 0 0;
font-size: 14px;
height: 75px;
border: 5px #900 solid;
}
#handelpromo p{
margin: 5px 0 0 0;
}
ul.memberlinks {
width: 100%;
margin-bottom: 10px!important;
}
ul.memberlinks li {
text-align: center;
padding: 0;
margin: 0;
}

.hidden {
display: none;
}


div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}


div.sociable ul li a{
	text-decoration: none;
	border-bottom: none;
}
div.sociable ul li a:hover{
	text-decoration: none;
	border-bottom: none;
}