/* reset */
* {
	margin: 0;
	padding: 0;
}

/* render html5 elements as block */
header, footer, section, aside, nav, article {
	display: block;
}

body {
	line-height: 1;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 14px;
	line-height: 18px;
	background-color: #000000;
	background-image: url(../images/color_bar_background.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
	
/* layout */

header {
	width: 650px;
	margin: 0px auto;
	display: block;
	text-align: center;
}
#logo {
	padding: 20px;
}
	
#main{
	background-color: #FFFFFF;
	-webkit-box-shadow: 3px 3px 7px #333333;
	-moz-box-shadow: 3px 3px 7px #333333;
	-moz-border-radius-bottomleft: 0.8em;
	-webkit-border-bottom-left-radius: 0.8em;
	-moz-border-radius-bottomright: 0.8em;
	-webkit-border-bottom-right-radius: 0.8em;
	clear: both;
}
#container {
	float: left;
	margin: 0 -240px 0 0;
	width: 680px;
}

#content {
	margin: 0 220px 0 20px;
}

#sidebar {
	float: right;
	overflow: hidden;
	width: 220px;
	margin-top: 20px;
}

.menu, #main, #wrapper {
	margin: 0 auto;
	width: 940px;
}

#wrapper {
	padding: 0 20px;
}

#bg{
	background-image: url(../images/color_bar_bottom.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-attachment: fixed;
}

.footer-segment {
	float: left;
	margin-right: 20px;
	width: 210px;
}

/* basics */

h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
	clear: both;
	color: #602C17;
}

a {
	color:#602C17;
}

a:hover {
	color: #4C4743;
}
	
hr {
	background-color: #E7E7E7;
	border: 0;
	height: 1px;
	margin-bottom: 18px;
	clear: both;
}

p {
	margin-bottom: 18px;
}

li {
	padding-left: 5px;
}

/* nav */

nav {
	background: #602C17;
	margin: 0 auto;
	width: 940px;
	display: block;
	float: left;
	-moz-border-radius-topleft: 0.8em;
	-webkit-border-top-left-radius: 0.8em;
        -moz-border-radius-topright: 0.8em;
	-webkit-border-top-right-radius: 0.8em;
}

nav .menu {
	font-size: 16px;
	font-weight: bold;
	margin-left: 12px;
}

nav .menu ul {
	list-style: none;
	margin: 0;
}

nav .menu li {
	float: left;
	position: relative;
}

nav .menu a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding: 0 10px;
	line-height: 38px;
}

nav .menu a:hover {
	color: #00FF00;
}

/* nav 1-level dropdowns */

nav .menu li ul { 
	display: none; 
}

nav .menu ul li a {
	display: block;
	text-decoration: none;
	color: #E4D3CD;
	background: #602C17;
	margin-left: 1px;
	white-space: nowrap;
}
nav .menu ul li a:hover { 
	background: #602C17; 
}

nav .menu li:hover ul {
	display: block;
	position: absolute;
}

nav .menu li:hover li {
	float: none;
	font-size: 11px;
}
nav .menu li:hover a { 
	background: #602C17; 
}

nav .menu li:hover li a:hover { 
	background: #602C17; 
}
/* main content */

#main {
	overflow: hidden;
	padding: 10px 0 0 0;
}

#content {
	width: 680px;
	margin-bottom: 20px;
	color: #444;
	font-size: 16px;
	line-height: 24px;
	border-right: 1px #602C17 solid;
}

article {
	padding: 10px;
}

article img {
	border: none;
	-webkit-box-shadow: 3px 3px 7px #777;
	-moz-box-shadow: 3px 3px 7px #777;
}

#content p,
#content ul,
#content ol,
#content hr {
	margin-bottom: 24px;
}


#content h2 {
	color: #602C17;
	margin: 0 0 20px 0;
}

/* sidebar and footer widget blocks */

aside h3 {
	font-size: 18px;
	line-height: 1.5em;
}

aside ul {
	list-style: square inside;
	margin-bottom: 20px;
}

footer {
	clear:both;
	text-align: center;
}

#footer-area {
	margin-top: -4px;
	padding: 18px 0;
	overflow: hidden;
	color: #FFFFFF;
}

.error {
	color: #FF0000;
}
#schedule li {
	list-style-type: none;
}
#follow li {
	list-style-type: none;
}
#follow img {
	border: 2px solid #FFFFFF;
}

#follow img:hover{
	border: 2px solid #00FF00;
}

#hits h6{
	font-style: normal;
	color: #999999;
}

#credits a{
	text-decoration: none;
	font-weight: bold;
}
#credits a:hover{
	text-decoration: none;
	color: #00FF00;
	font-weight: bold;
}
#footer-area a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer-area a:hover {
	color: #00FF00;
	text-decoration: none;
}
#new_vid {
	margin-bottom: 10px;
}
#allvids{

}
.thumbnail {
	float: left;
	width: 120px;
	height: 130px;
	margin: 0px;
	padding: 2px;
	font-size: 12px;
	line-height: 1em;
	text-align: center;
}
.thumbnail a {
	text-decoration: none;
}
#youtube p {
	margin-bottom: 0px;
}
#vidnav {
	width:640px;
	margin-bottom: 30px;
}
#prev {
	float:left;
	width:33%;
}
#subscribe {
	float:left;
	width:33%;
	text-align: center;
}
#next {
	float:left;
	width:33%;
	text-align: right;
}