/*---:[ Set 7: image of concert crowd into a dark blue/black background ]:---*/
body.custom { background: #00000c url('images/bg-concertcrowd1.jpg') 50% 0 no-repeat; background-attachment: fixed; }
.custom #container { margin-top: 1.25em; margin-bottom: 2em; border: 0.5em solid #555555; }
	.custom #page { background: #fff; }
/*---:[ end Set 7 ]:---*/


/*---:[ Hide closed comment notice on single post pages]:---*/ 
.comments_closed p { display: none; } 

/*---:[ Hide link to comments/closed comment notice on excerpts]:---*/ 
.format_text .to_comments {display: none; }



/*---:[ Main Body Font Size changed from 62.5 to 64.5% ]:---*/
body { background: #fff; color: #111; font-size: 64.5%; }
* { padding: 0; margin: 0; }
/*---:[ END Main Body Font Size changed from 62.5 to 64.5% ]:---*/

/*---:[ Sidebar Headline Font]:---*/
.sidebar h3 {
font-size:1.41em;
line-height:1.25em;
margin-bottom:0.563em;}
/*---:[ END Sidebar Headline Font]:---*/


/*---:[ Remove Double-Line Border at Top Of Footer ]:---*/
#footer { color: #888; border-top: 0px double #ddd; text-align: right; clear: both; }
/*---:[ END Remove Double-Line Border at Top Of Footer ]:---*/


/*---:[colorize the teaser content]:---*/
.custom .teaser .format_teaser { background-color: #eeeeee ;}
/*---:[END colorize the teaser content]:---*/


/*space between widget list items*/
.custom li.widget ul li { margin-bottom: .85em ; }
/*END space between widget list items*/

/*space between widgets*/
.custom li.widget {margin-bottom: .1em;}
/*END space between widget list items*/

/*header padding space*/
#header {
padding-bottom:0.75em;
padding-top:1.3em;
}
/*END header padding space*/

/*Reduce the bottom margin of headline area*/
.custom .headline_area {
margin-bottom:1.1em;
}
/*END Reduce the bottom margin of headline area*/


/*Remove double line border at bottom of header*/
.custom #header {
background: #33332f;
border-bottom:0 double #DDDDDD;
clear:both;
}
/*END Remove double line border at bottom of header*/






