/* GENERAL STYLES */

body {
padding: 0;
margin: 0;
background: url(images/bg_head.png) repeat-x #111;
color: #222;
font-size: 12px;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
width: 775px;
padding: 10px;
margin: 0 auto;
border: 0px solid #fff;
}
h1 {
margin-top: 0;
font-size: 1.2em;
}
h2 {
font-size: 1.1em;
}


/* PAGE HEADER & LOGOS */
#header {
padding-bottom: 3px;
}
#logo {
height: 39px;
}

/* MAIN CONTENT */

#content {
padding: 10px 7px 10px 7px;
background: #fff;
}

.home2#content {
background: url(images/front_bg.gif) no-repeat center top #fff;
}

#content a {
color: #666;
}
#content a:hover {
color: #999;
text-decoration: none;
}

.page_title {
font-family: Georgia, Arial, Helvetica, sans-serif;
font-size: 1.7em;
border-bottom: 1px solid #999;
}

/* NAVIGATION */

#nav
{
font-family: Georgia, Arial, Helvetica, sans-serif;
margin: 0 auto;
width: auto;
border-bottom: 1px solid #ddd;
}

#navlist
{
width: auto;
text-align: right;
margin: 0 auto;
padding: 0;
text-indent: 0;
list-style-type: none;
}

#navlist li
{
padding: 0;
margin: 0;
text-indent: 0;
display: inline;
}

#navlist li a
{
letter-spacing: -0.5px;
text-decoration: none;
color: #ccc;
font-size: 18px;
padding: 0 2px;

}

#navlist li a:hover
{
color: #fc6;
border-top: #ccc;
border-top: 2px solid #eee;
}


#navlist li a#active
{
color: #fc6; /*fc6*/
border-top: 2px solid #eee;
}



/* FOOTER */

#footer {
padding-top: 5px;
margin-top: 3px;
padding-bottom: 5px;
border-top: 1px solid #ccc;
font-size: 0.8em;
text-align: left;
color: #ccc;
}
#footer a {
color: #CCC;
text-decoration: underline;
}
#footer a:hover {
color: #FFF;
text-decoration: none;
}
#footer_credits {
float: right;
}

/* VIDEOPLAYER / WATCH */

#video_title {
margin: 0 auto;
text-align: left;
width: 498px;
padding-bottom: 4px;
font-size: 1.2em;
font-weight: bold;
}
#video_details {
margin: 6px 0 10px 0;
text-align: left;
width: 486px;
border: 1px solid #777;
padding: 6px;
}
.comment {
margin: 6px 0 10px 0;
text-align: left;
width: 486px;
border: 1px solid #777;
padding: 6px;
}
#comment_add {
margin: 6px 0 10px 0;
text-align: left;
width: 486px;
border: 1px solid #777;
padding: 6px;
}
#comment_clicktoview {
margin: 6px 0 10px 0;
text-align: left;
width: 486px;
border: 1px solid #777;
padding: 6px;
cursor: pointer;
font-weight: bold;
}
#comment_clicktoview:hover {
text-decoration: underline;
color: #666;
}
#comment_form_title {
cursor: pointer;
font-weight: bold;
}
#comment_form_title:hover {
text-decoration: underline;
color: #666;
}

/* ABOUT PAGE */

#about_content {
overflow: auto;
}
#about_team {
float: right;
width: 120px;
padding: 5px;
background: #D2D2D2;
border: 1px solid #111;
}
#about_team a {
color: #000;
}
#about_team a:hover {
text-decoration: none;
}