/* CSS Styles by Dan Evans 2007 for QuentinM.com*/


/******Global Styles******/

a img
   {
   border:none;
   }

.childscontainer ul
{
list-style:none;
}

body
{
background-color:#000000;
}

#page
{
margin:0px auto 0 auto;
width:720px;
}

a
{
color:#96a835;
}

a:hover
{
text-decoration:none;
}

a:visted
{
text-decoration:none;
}

/******Header Styles******/

#header
{
width:750px;
height:30px;
text-align:left;
background: url(http://www.quentinmccuiston.com/assets/templates/quentinm/images/header_bar.jpg) bottom no-repeat;
}

#header a
{
text-decoration:none;
font-family:serif;
font-size:20px;
color:white;
}

#header a:hover
{
text-decoration:none;
font-family:serif;
font-size:20px;
color:#d5e2f1;
}

.reeltitles
{
width:100px;
position:relative;
left:130px;
}

/******Content Styles******/

#player, #player2
{
width:300px;
margin:0px auto 0px auto;
}

#longtitle
{
text-align:center;
font-size:18px;
padding:0px;
margin:10px 0px 20px; 0px;
}

#content
{
width:570px;
font-family:verdana, sans-serif;
color:#eeeeee;
font-weight:bold;
font-size:12px;
}

.childscontainer li
{
float:right;
margin:0px 70px 0px 0px;
width:170px;
height:170px;
}

/******Sidebar Styles******/

#sidebar .active
{
display:none;
}

#sidebar
{
position:relative;
top:18px;
float:right;
}

#sidebar ul
{
list-style:none;
margin:0px;
padding:0px;
}

#dropmenu ul a
{
list-style:none;
}

#dropmenu li
{
list-style:none;
margin:0px;
padding:0px;
}

#sidebar li a
{
color:#eeeeee;
font-family:verdana, sans-serif;
font-size:20px;
text-decoration:none;
}

#dropmenu ul li
{
margin:0px;
padding:0px;
text-align:center;
background: url(http://www.quentinmccuiston.com/assets/templates/quentinm/images/button.jpg) center no-repeat;
width:129px;
height:90px;
}

/*
#dropmenu ul li:hover
{
margin:0px;
padding:0px;
text-align:center;
background: url(http://www.quentinmccuiston.com/assets/templates/quentinm/images/button_hover.jpg) center no-repeat;
width:129px;
height:90px;
}
*/

#dropmenu ul li a
{
position:relative;
top:15px;
}

#dropmenu ul li a:hover
{
position:relative;
top:15px;
text-decoration:underline;
}


/******Footer Styles******/

#footer a
{
color:black;
}

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

#footer a:visted
{
color:black;
}

#footer
{
position:relative;
right:50px;
margin-top:10px;
height:30px;
width:750px;
background: url(http://www.quentinmccuiston.com/assets/templates/quentinm/images/header_bar.jpg) top no-repeat;
float:right;
}


/******Contact Form******/

.contact_image
{
float:right;
margin-right:80px;
}

#cfname, #cfEmail, #cfRegarding, #cfMessage, cfContact
{
margin-bottom:5px;
}

#EmailForm
{
margin-left:60px;
width:180px;
}

