/* 
culture shock: gothic twitch v1.0
pogy366: http://www.raykdesign.net
Oct. 2005 
*/

/* general page structure and layout */
body {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.8em; 
color:#000000; 
margin:20px 0 0 0;
padding:0 0 0 0;
background:#ffffff;
text-align:center;
}

.top {
margin:0 auto;
padding:0 0 0 0;
width:780px;
height:45px;
background:#ffffff url(img/header_bg.jpg) no-repeat;
}

.page_wrap {
margin:0 auto;
padding:0 0 0 0;
width:780px;
background:#ffffff url(img/page_bg.jpg);
text-align:center;
}

.header {
position:relative;
margin:5px 50px 0 41px;
padding:0 0 0 10px;
width:686px;
height:50px;
background:#d5dbd2;
text-align:left;
color:#616161;
font-size:.9em;
border-top:2px solid #d5dbd2;
border-bottom:2px solid #d5dbd2;
}

.container {
position:relative;
margin:20px 50px 5px 50px;
padding:0 0 0 0;
width:680px;
background:#d5dbd2;
text-align:left;
}

.container_wide {
position:relative;
margin:20px 50px 5px 50px;
padding:0 0 0 0;
width:680px;
background:#d5dbd2;
text-align:left;
}

.left_nav {
position:relative;
float:left;
margin:0 10px 0 5px;
padding:0 0 0 0;
width:200px;
background:#e2e5e0;
}

.left_nav h2 { font-size: 1em; margin: 0 0 0 5px; }

.left_nav_top {
position:relative;
margin:0 0 0 0;
padding:0 0 0 0;
width:200px;
height:28px;
background:#e2e5e0 url(img/left_nav_bg_top.jpg) no-repeat;
}

.left_nav_bottom {
position:relative;
margin:0 0 0 0;
padding:0 0 0 0;
width:200px;
height:28px;
background:#e2e5e0 url(img/left_nav_bg_bottom.jpg) no-repeat;
}

.bottom {
margin:0 auto;
padding:0 0 0 0;
width:780px;
background:#ffffff url(img/footer_bg.jpg) no-repeat top;
}

.footer {
position:relative;
margin:0 0 0 0;
padding:50px 0 0 0;
width:780px;
font-family:"Courier New", Courier, mono;
font-size:.8em;
background:transparent;
text-align:center;
}

/* lists */
#nav ul {
margin:10px 0 10px 1px;
padding:0 0 0 0;
background:transparent;
}

#nav li {
list-style-type: none;
background:transparent;
color: #daa520;
text-align:left;
padding:0 0 0 0;
border-top:1px solid #e2e5e0;
border-bottom:1px solid #e2e5e0;
margin-bottom:1px;
}

#nav li a {
font-family:Georgia, "Times New Roman", Times, serif;
font-size:.9em;
color: #000000;
text-decoration: none;
display: block;
padding:0 0 0 15px;
border-top:1px solid #e2e5e0;
border-bottom:1px solid #e2e5e0;
}

#nav li a:hover {
background:#d5dbd2;
color: #000000;
border-top:1px solid #b3c0aa;
border-bottom:1px solid #b3c0aa;
}

#nav li a:hover:after {
/* this puts that little characters after the left navigation links on hover */
background:#d5dbd2;
color: #b3c0aa;
content: "\002B";
}

#nav h2 a {
color:#000000;
font-size: 1em;
font-weight:bold;
padding:0 0 0 0;
margin:0 0 0 5px;
text-decoration: none;
}

.container li, .container_wide li {
list-style-type: none;
background: none;
color: #000;
text-align:left;
padding:0 0 0 0;
margin: 0 0 1px 10px;
}

.container li a, .container_wide li a {
list-style-type: none;
background: #e3e5e0;
color: #660000;
text-align:left;
padding:2px;
margin: 0 0 0 0;
text-decoration: none;
}

/* fonts */
h1 {
color:#711f1f;
font-size:2.5em;
letter-spacing:.5em;
text-transform:lowercase;
margin:0 0 0 0;
padding:0 0 0 0;
}

h2, h2 a {
color:#000000;
font-size:1.2em;
text-transform:capitalize;
font-weight:bold;
padding:0 0 0 0;
margin:0 0 -6px 0;
text-decoration: none;
}

h3 {
color:#000000;
font-size:1.1em;
text-transform:capitalize;
font-weight:bold;
padding:0 0 0 0;
margin:0 0 -8px 0;
}

a {
color:#8c2c2c;
text-decoration: none;
}

a:hover {
color:#818181;
text-decoration:none;
}

p { text-align: justify; padding: 0 5px 0 5px;}
.container_wide p { text-align: justify; padding: 0 15px 0 10px;}

blockquote { width: 85%; color: #444; border-top: #e3e5e0 2px solid; border-bottom: #e3e5e0 2px solid; font-style: italic; padding: 5px; }

/* workarounds and hacks */
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.clearfix {display: inline-table;}

.alignleft { 
    float: left; 
    margin: 0 7px 0 0;
    border: #61574a 3px double; 
}

.alignright { 
    float: right; 
    margin: 0 0 0 7px;
    border: #61574a 3px double; 
}


/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

