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

/******Global*/

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

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

#content li{
margin:2px 0px 0px 10px;
}

#googleads{
width:468px;
margin:0 auto 10px auto;
}

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*/

#top.singlebox{
position:relative;
background: url('/assets/templates/c2s_v3/images/c2s_v3_top_singlebox.jpg') no-repeat;
height:290px;
}


/******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;
}

/******Middle*/

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

.pagenumbers{
text-align:center;
}

.thumbs p{
margin:0px;
padding:0px;
}

.thumbscontainer{
float:left;
position:relative;
}

#bigbox{
bottom:15px;
position:relative;
bottom:110px;
margin:0px auto;
width:583px;
}

/******Bottom */
#bottom{
position:relative;
bottom:80px;
float:left;
width:980px;
height:85px;
background: url('/assets/templates/c2s_v3/images/c2s_v3_bottom_singlebox.jpg') no-repeat;
}

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

#footer{
position:relative;
bottom:80px;
float:left;
width:980px;
height:50px;
}

/******Forms*/

.email_lawrence{
width:200px;
}

.email_lawrence .button{
cursor:pointer;
border:none;
width:101px;
height:26px;
background-image: url('/assets/images/lwl_sendbutton.png');
}

#EmailForm fieldset{
float:left;
border:none;
}
