/* culture shock: purgatory shuffle by pogy366 - Sept. 2005 */

/******* structure and layout *******/

/**This is the right side of the layout and beneath the image.**/
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 9pt; 
color: #eeeeee; 
background: #161B13;
margin:0 0 0 0;
padding:0 0 0 0;
background: #000000 url(http://mediacrash.com/media/images/headereyes.jpg) no-repeat;
background-position:0px 3px;
}


/* This had + 90 added to the width */
.wrap {
position:relative;
/* width:870px; */
width: 95%;
margin:188px 0 0 0;
padding:0 0 0 0;
text-align:left;
}

.pagetitle {
position:absolute;
clear:both;
top:34px;
left:0;
width:200px;
margin:-160px 0 0 22px;
padding:0 0 0 0;
text-align:left;
line-height:.6em;
background:transparent;
}

/* This had + 90 added to the width */
/* this is for the page header but not the page links. */
.header {
position:relative;
clear:none;
/* width:859px; */
width: 99%;
margin:0 0 0 0;
padding:0 5px 1px 5px;
text-align:left;
font-size:8pt;
border-top:1px solid #67738D;
border-bottom:1px solid #67738D;
border-right:1px solid #67738D;
letter-spacing:.3em;
background:#454E61;
}

/* This is for the news section on the right */
.news {
position:relative;
float:right;
margin:-1px 0 5px 5px;
padding:0 5px 10px 10px;
width:240px;
/*background:#67738D;*/
background:#404040;
text-align:left;
color:#CBD5EA;
font-size:8pt;
border:1px solid #67738D;
border-top:none;
}


/** This is for the content where the main stuff is written. **/
/* This had + 90 added to the width */
.left_content {
position:relative;
margin:6px 0 0 12px;
padding:0 0 0 0;
/* width:590px; */
width: 68%;
background:#000000;
/*text-align:left; */
text-align:justify;
color:#eeeeee;
font-size:9pt;
line-height:1.7em;
}

/******* top navigation *******/
#nav ul{
padding:0 0 0 0;
margin:0 0 0 0;
white-space: nowrap;
color:#ffffff;
float:left;
width:100%;
background:transparent;
list-style:none;
}

#nav ul li{
display:inline;
list-style:none;
}

#nav ul li a{
margin: 0 0 0 0;
padding: .1em 4em .1em .6em;
background-color: #454E61;
color: #CED6E2;
text-decoration:none;
float: left;
border-left:1px solid #454E61;
border-right:1px solid #454E61;
}

#nav ul li a:hover{
background-color: #555E72;
color: #cccc99;
text-decoration:none;
border-left:1px solid #67738D;
border-right:1px solid #67738D;
}

#nav a.nav, #nav a.nav:hover {
background-color: #67738D;
color: #000000;
text-decoration:none;
}



/******* fonts and colors *******/

a {
color:#CCD8F2;
text-decoration:underline;
}

a:hover {
color:#999999;
text-decoration:none;
}

a:visited {
color:#999999;
text-decoration:underline;
}

#news a {
color:#eeeeee;
text-decoration:underline;
}

#news a:hover {
color:#cccccc;
text-decoration:none;
}

#pagetitle {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:28pt;
color:#CCCC99;
letter-spacing:-.1em;
}

.pagedescription {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9pt;
color:#ffffff;
letter-spacing:.2em;
}

.right_title {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
color:#CCCC99;
letter-spacing:.2em;
text-transform:uppercase;
}

.left_title {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
font-weight:bold;
color:#CCCC99;
letter-spacing:.2em;
text-transform:uppercase;
}


/******* workarounds and hacks *******/
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

