/*CSS Styles by Dan Evans (c)2010 for
Chapter 2 Studios http://www.chapter2studios.com
*/

/******Global*/

/*
{
border: 1px solid gray;
}
*/

*{
margin:0px;
padding:0px;
}

#content li{
margin:.25em 0px 0px 2em;
}

p{
margin-top:1em;
}

a:hover{
color:red;
}

a{
color:#000000;
}

html{
font-family:verdana, sans-serif;
background:#dde4e9;
}

#wrapper{
position:relative;
width:980px;
margin:0px auto;
}

/******Header*/

.screen{
position:relative;
background: url('/assets/templates/c2s_v3/images/c2s_v3_top.jpg') no-repeat;
height:515px;
}

.noscreen{
position:relative;
background: url('/assets/templates/c2s_v3/images/c2s_v3_top.jpg') no-repeat;
height:270px;
}


/******Top and Side Navigation*/

#navlinks{
float:left;
position:relative;
margin-top:115px;
margin-left:173px;
text-transform:lowercase;
width:640px;
}

#navlinks a:visited{
color:#ffffff;
}

#navlinks a{
text-decoration:none;
font-size:14px;
font-weight:bold;
color:#ffffff;
}

#navlinks li{
padding:7px;
float:left;
list-style:none;
}

#navlinks .active{
padding:8px;
background:#939393;
}

#navlinks a:hover{
background:#939393;
}

#littlebox li.menulevel1{
list-style:none;
margin:10px 0px 0px 10px;
}

/******Screen*/

#screen{
float:left;
position:relative;
margin:8px 0px 0px 173px;
width:640px;
height:360px;
background:#000000;
}

/******Middle*/

#middle1{
position:relative;
background: url('/assets/templates/c2s_v3/images/c2s_v3_middle1.jpg') no-repeat;
height:55px;
}

#middle1 h1{
float:left;
position:relative;
margin-left:50px;
padding:0px 5px;
background:#939393;
font-size:30px;
font-weight:normal;
color:#ffffff;
}

#content{
background: url('/assets/templates/c2s_v3/images/c2s_v3_middle2.jpg') repeat;
float:left;
position:relative;
width:980px;
}

#bigbox{
bottom:15px;
float:left;
position:relative;
margin-left:20px;
width:583px;
}

#littlebox{
font-size:11px;
bottom:5px;
float:left;
margin-left:25px;
width:330px;
}

#footer{
float:left;
position:relative;
width:980px;
height:50px;
padding-top:20px;
background: url('/assets/templates/c2s_v3/images/c2s_v3_bottom.jpg') no-repeat;
}

