@import url('meyer-reset.css');
@import url('text-reset.css');

/* @group Text General
--------------------------------------  */
body {
        margin: 0;
        padding: 0;
        font-family: Verdana, Arial, sans-serif;
        font-size: 12px;
        line-height: 1.5;
        text-align: center;
        background: #630000 url(../images/body-bg.png);
}

p {
        font-size: 12px;
        line-height: 1.5;
        margin:0.64em 0 0.7em;
        }

li {
        font-size: 11px;
        line-height: 1.3em;
        }        
        
h1, h2, h3, h4, h5, h6 {font-weight: bold; line-height: 1.5em;}
h1        {font-size: 30px;}
h2        {font-size: 26px;}
h3        {font-size: 18px;}
h4 {
	font-size:12px;
	line-height:0.64em;
}

.col h3 {
	background: #630000 url(../images/title-bg.png) repeat-x;
	margin: 0 -10px 10px;
	padding: 3px 10px;
	font-size: 14px;
}

.col h4 {
	font-weight: bold;
	font-size: 12px;
}

.col a,
.col a:visited {
	color:  #fff;
}

strong, .bold, .strong {
        font-weight: bold;
 }        
 
i, em, .italics {
        font-style:italic;
 }
 
ol, ul {
        list-style: decimal inside;
        margin-bottom: 10px;
        margin-left: 5px;
}

ul {
        list-style: none;
}

.col ul {
        margin-left: 0;
        padding-left: 5px;
}

ul.catcom { margin-left: -2.4em; }

fieldset {
	border: solid 1px #999;
}

pre {
        font-family: monospace;
        font-size: 11px;
        line-height: normal;
        white-space: pre;
        margin: 11px;
}

sup {
        font-size: 10px;
        vertical-align: super;
        font-weight: bold;
}

a, a:visited {
	color:#8E0306;
	font-weight:bold;
	text-decoration:none;
}

 
a:hover,
a:active,
a:focus {
 text-decoration: underline;
 }
 
hr.section,
.hidden {
        display: none;
} 

.clear {
        clear: both;
}


blockquote {
	padding: 10px 15px;
	border: solid 1px #444;
	background: #999;
	margin: 10px;
}
 
 /* @end */

/* @group Structure
------------------------  */
#container-outer {
        background: url(../images/contain-outer-bg.png) top center repeat-y;
}

#story-contain-outer {
background: url(../images/contain-outer-wide-bg.png) top center repeat-y;
}

#container {
        clear: both;
        width: 961px;
        margin: 0 auto;
        text-align: left;
        position: relative;
}

#head {
		width: 960px;
		height: 170px;
        background: url(../images/header.jpg) top center no-repeat;
        position: relative;
}

#head h1 {
		margin: 0;
		padding: 0;
}

#head h1 a,
#head h1 a:visited,
#head h1 a:hover {
		height: 125px;
		display: block;
		width: 100%;
		text-indent: -9000px;
		text-decoration: none;
}

#head h2 {
		color: #999;
		font-size: 13px;
		position: absolute;
		width: 480px;
		top: 125px;
		left: 50px;
		font-weight: normal;
		text-align: center;
}

#columns {
        padding: 0 5px 30px;
}

#col1 {
		float: left;
		width: 550px;
		margin-left: 0px;
        background: url(../images/col1-bg.jpg) top left no-repeat; background-color: #adadad;
        
}

#story_col1 {
        float:left;
        position:relative;
        width:750px;
        background: url(../images/wide-col1-bg.png) top left no-repeat; background-color: #adadad;
}

#col2 {
        width:  200px;
        padding-top: 144px;
        float: left;
        padding-bottom: 60px;
        margin-left: 1px;
        background: url(../images/col2-bg.jpg) top right no-repeat;
        color: #999;
}

#col3 {
        width:  200px;
        padding-top: 80px;
        float: right;
        padding-bottom: 60px;
        margin-right: 0px;
        background: url(../images/col3-bg.jpg) top left no-repeat;
        color: #999;
}

.sideblock, .adblock {
	margin: 0 10px 25px 10px;
}

.adblock_content,
.adblock_content a {
	text-align: center;
}

.adblock_content .adspot {
	margin: 5px auto;
}

#footer {
	padding: 15px 30px;
	background: #000;
	color: #999;
	margin: 0 1px;
}

#footer p {
	text-align: center;
}

/* @end */

/* @group Comments
-------------------------- */
.comment-item {
	margin-top: 5px;
	margin-left: 5px;
}

.comment-item .comment-item {
	margin-left: 15px;
}

.comment-body {
	background: #858585;
	padding: 5px;
}

.comment-item h4 {
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 0;
}

.comment-item .sig {
	font-style: italic;
	font-size: 11px;
}

.comment-foot {
	font-weight: bold;
	font-size: 11px;
}

.cbar {
	background:#757575 none repeat scroll 0 0;
	margin:0;
	padding:4px;
}


.cbar p {
	margin: 0;
	padding: 0;
}

.cbar span.cct {
	font-weight: bold
}

/* @end */

/* @group Misc Specifics
-------------------------- */
.content_pad {
	padding: 20px;
}

.next_prev {

	margin: 15px 20px 5px;
	width: 90%;
}

.next_prev a {
	font-size: 14px;
	font-weight: bold;
}

.story_template .footline {
	display: none;
}

.story_template #tags {
	padding: 5px 25px;
}


/* @end */

/* @group Blog Entry
-------------------------- */
.entry,
.content-pad {
	padding: 25px 25px 0
}

.entry .footline a,
.entry .footline a:visited {
	font-weight: bold;
}

.entry h3 {
	margin: 0;
	font-size: 20px;
	line-height: 1.25em;
	margin-bottom: 5px;
}

.entry h4.byline {
	font-size: 12px;
	font-weight: normal;
	color: #666;	
	margin-bottom: 0;
	margin-top: 0;
}


/* @end */

/* @group Clearfix
---------------------------  */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* @end */

