/*
JackAss Screen.css
By: Drew Hornbein
www.dhornbein.com
dhornbein@gmail.com
*/
/* color theme
background: #1A1A1A
White: #FFFFFF
mid grey: #808080
navigation text: #4D6767
sub head: #A3D7DD
*/

body {
background:#1A1A1A;
color: #666;
font-family:Georgia, "Times New Roman", Times, serif;
text-align:center;
}

h1 {color:black;font-size:1.8em;margin-bottom:0.5em;font-weight:normal;}
h2 {color:#808080;font-family: Arial,Helvetica,sans-serif;font-size:1.5em;line-height:1.1em;font-weight:normal;}
h3 {color:#444;font-size:1.4em;line-height:1.4em;font-weight:normal;}
h4 {color:inherit;font-size:1.15em;font-weight:normal;}


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

a:hover {
color:#808080;
}

.left{float:left;}
.right{float:right;}
.clear{clear: both;}

#wrapper {
background: white;
margin:0 auto;
text-align:left;
width:900px;
}

/************ Unique items *************/

#header {
height: 533px;
}

#nav {
background:black none repeat scroll 0 0;
float:left;
padding:10px;
width:880px;
}

#nav li {
float:left;
list-style:none;
font-size: 1.5em;
padding:10px 5pt 10px 0;
text-transform: capitalize;
}

#nav li a {
color: #4D6767;
}

#nav li a:hover {
color: #A3D7DD;
}

#nav_active {
border-bottom: 1px dotted #A3D7DD;
color: #A3D7DD;
}

.ad_space {	
background: #999;
padding:10px;
text-align:center;
width:200px;
}

#footer {
background: #797979;
color: black;
font-family: Arial,Helvetica,sans-serif;
padding: 10px;
text-transform: uppercase;
font-size:18px;
}

#footer p {
margin-top: 10px;
}

#footer a {
color: white;
}

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

/******************** main style ***************************/

.page {
display:block;
float:left;
padding:10px 0;
}

.page p {
font-size:1.25em;
line-height:1.25em;
padding-bottom: 1em;
}

.page .artical_date {font-size: 100%;}

.page hr {
border-color: #DDD;
border-style: solid;
border-width: 1px 0 0 0;
clear: both;
}

.page .col_one {
border-right: 1px solid #DDD;
}

/*************** layout *********************/

.col_one,.col_two,.col_onetwo{
display:inline;
float:left;
}

.col_one {
padding: 0 10px;
width:620px;
}

.col_two {
padding-left:10px;
width:240px;
}

.col_onetwo {
padding: 0 10px;
width:880px;
}

html body span.clear {
clear: both;
display: block;
margin:0;
overflow: hidden;
}
