/************************************************

Site Design & Programming by
 _____ _          _____    _____                 
|_   _| |_ ___   |  _  |  |   __|___ ___ _ _ ___ 
  | | |   | -_|  |     |  |  |  |  _| . | | | . |
  |_| |_|_|___|  |__|__|  |_____|_| |___|___|  _|
                                            |_|
                                   www.agroup.com											 
											 
************************************************/


/*  
Theme adapted by The A Group for Godbeattv.com from Original Premium News
Theme URI: http://www.abelcreative.com.com/
Description: Original Premium News by Abel Creative
Version: 1.2.0
Author: Abel Creative
Author URI: http://www.woothemes.com/
*/

/*========= SETUP =========*/

@import url("../taglib/css/reset.css");

body{
	background: #000 url("../images/background_3.jpg") repeat-y center top;
	color: #000000;
	font: 0.8em Arial,Helvetica,Sans-Serif;
}
a{
	color: #ff7800;
	text-decoration: none;
	outline:none;
}
a:hover{
	text-decoration: underline;
}

h2 {
	font-size:21px;
}

h3 { 
	font-size:17px;
	color:#264274;
}

h4 {
	font-size:14px;
}

input,select,textarea{
	border: #999999 1px solid;
	font-size: 12px;
	padding: 2px;
}
select{
	padding: 0;
}
li{
	list-style: none;
}

/*========= LAYOUT =========*/

/*- top banner ad -*/

#top_banner {
	background:url("../images/black_bg_trans.png") repeat top left;
	width:960px;
	height:90px;
	text-align:center;
	padding:15px 0;
}

#top_banner #ad_top {
	margin: 0 auto;
	background-color:#000;
}

#page{
	/*background: #ffffff;
	opacity:.83;
	filter:alpha(opacity=83);
	-moz-opacity:0.83;*/
	margin: 0 auto;
	width: 960px;
}

.transparent_class {
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

/*--- Main Columns ---*/
#columns{
	width:930px;
	float:left;
	padding: 15px 15px 0 15px;
	background:url("../images/white_bg_trans.png") repeat top left;
}

#left_col {
	float:left;
	width:615px;
	overflow: hidden;
}

#left_col_my_vids {
	float:left;
	width:300px;
}

#right_col {
	float:right;
	overflow: hidden;
	width:300px;
}

#right_col_my_vids {
	float:right;
	width:615px;
}

/*========= HEADER =========*/

/*- Page Navigation -*/
#nav{
	background: #000000;
	height: 50px;
	padding: 4px 0 0;
}
#nav-left {
	float:left;
	display:inline;
	width:570px;
	}
#nav-right {
	float:right;
	display:inline;
	width:370px;
	}
#nav ul {
	position: relative;
    height: 26px;
    overflow: hidden;
	padding-left:10px;
}
#nav ul  li {
    float: left;
    list-style: none;
	font-weight:bold;
	font-size:14px;	
}
#nav ul  li.back {
    background-color: #333333;
    width: 9px;
    height: 30px;
    z-index: 8;
    position: absolute;
}
#nav ul  li a {
	text-decoration: none;
	color: #dddddd;
	outline: none;
	text-align: center;
	top: 6px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden;
	margin: auto 15px !important;
	margin: auto 7px;	
}
#nav ul  li a:hover, #nav ul  li a:active, #nav ul  li a:visited {
	border: none;
}      
/*- Category Navigation -*/
.nav2, .nav2 * {
	margin:0;
	padding:0;
	
}
.nav2 {
	height: 35px;
	border-bottom:3px solid #B3B3B3;
	font-weight:bold;
	font-size:15px;	
	position:relative;
}
.nav2 ul {
	background:#fff; /*IE6 needs this*/
	float: left;
	position:relative;
}
.nav2 li {
	line-height: 35px;
	float: left;
	list-style:none;
	z-index:999;
}
.nav2 li.current ul {
	z-index: 999;	
}
.nav2 li.sfHover ul,
ul.nav2 li:hover ul {
	z-index: 1000;
	background: #B3B3B3;
	color: #ffffff;
	text-decoration: none;		
}
.nav2 li li {
}
.nav2 a {
	color: #000000;
	display: block;
	padding: 0 12px;
}
.nav2 li ul {
	left:0;
	top:-999em;
	position:absolute;
	width:960px;
}
.nav2 li:hover,
.nav2 li.sfHover,
.nav2 li.current,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	color: #FF7800;
	text-decoration: none;
	background: #B3B3B3;
}
.nav2 a:hover, .nav2 a:active {
color:#2B3968;
}
.nav2 li.sfHover a,
.nav2 li.current a,
.nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	border-bottom: none;
}
.nav2 li li.current a {
	font-weight: bold;
}
.nav2 li li:hover,
.nav2 li li a:focus, .nav2 li li a:hover, .nav2 li li a:active {

}
.nav2 li:hover ul, /* pure CSS hover is removed below */
body .nav2 li.current ul, /* this must be more specific than the .superfish override below */
ul.nav2 li.sfHover ul {
	top:2.5em;
}

.nav2 li:hover li ul,
.nav2 li.sfHover li ul {
	top:-999em;
}
.nav2 li li:hover ul, /* pure CSS hover is removed below */
ul.nav2 li li.sfHover ul {
	top:2.5em;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

#suckerfish ul.nav2.superfish li a {
	padding: 0 17px;
}


/*- Header -*/
#header{
  	background:url("../images/godbeat_logo_trans_purple.png") no-repeat top left;
	width:960px;
	height: 115px;
}

#suckerfish {
	background:url("../images/white_bg_trans.png") repeat top left;
}

/*- Logo -*/
#header h1{
	float: left;
	display:inline;	
}
#header h1 a{
	display: block;
	height: 90px;
	width: 344px;
	margin:5px 0 0 10px;
	text-indent:-3000px;
}

/*- RSS -*/

#rss {
float:right;
font-size:11px;
line-height:12px;
text-align:right;
width:265px;
padding:0;
margin:10px 15px 0 0;
}

#rss span {
float:right;
}

#rss span.feed_icon {
padding:4px 0 0 0;	
}

#rss span.feed_text {
padding:5px 4px 0 0;	
}

#rss span.feed_text a {
	color:#ccc;
}

/*- LOGIN AREA -*/

#login {
width:580px;
height:48px;
float:right;
color:#DDDDDD;
font-size:11px;
padding:15px 15px 0 0;
}

#login a {
color:#DDDDDD;
}

#login span.header_label {
letter-spacing:0;
text-transform:uppercase;
font-weight:bold;
float:right;
margin:4px 4px 0 10px;
}

#login input {
background:#333333;
border:1px solid #B3B3B3;
color:#B3B3B3;
float:right;
font-size:12px;
padding:1px 2px 1px 2px;
width:110px;
}

#btn_login {
height: 18px;
width: 63px;
background:url("../images/btn_login.png") no-repeat center top;
cursor:pointer;
float:right;
margin-left:10px;
padding:0;
border:none;
}

#btn_submit {
height: 22px;
width: 77px;
background:url("../images/btn_submit.png") no-repeat center top;
cursor:pointer;
border:none;
}

#btn_signup {
height: 18px;
width: 63px;
background:url("../images/btn_signup.png") no-repeat center top;
cursor:pointer;
float:right;
clear:both;
margin:8px 0 0 10px;
padding:0;
border:none;
}

#btn_signout {
height: 18px;
width: 63px;
background:url("../images/btn_signout.png") no-repeat center top;
cursor:pointer;
float:right;
clear:both;
margin:0 0 0 10px;
padding:0;
border:none;
}

#btn_upload {
height: 18px;
width: 63px;
background:url("../images/btn_upload.png") no-repeat center top;
cursor:pointer;
float:right;
clear:right;
margin:8px 0 0 10px;
padding:0;
border:none;
}

#login ul {
float:right;
margin-top:8px;
height:18px;
width:330px;
line-height:18px;
text-align:right;
}

#login ul li,
#login ul li a {
display:inline;
padding-left:5px;
color:#999;
}

/*- Logged-in User Options -*/

#logged_in {
	width:580px;
	height:48px;
	float:right;
	color:#DDDDDD;
	font-size:11px;
	padding:15px 15px 0 0;
}

#logged_in span {
	font-size:13px;
	color:#999;
	padding-right:5px;
	float:right;
}

#user {
	float:right;
	width:auto;
	margin:0 ;
}

#user li {
	display:block;
	float:right;
	padding-right:14px;
	background:url("../images/account_arrow.png") no-repeat top right;
	font-size:13px;
	color:#ff7800;
	font-weight:bold;
	cursor:pointer;
}

#user li:hover {
	text-decoration: none;
}

#user li:hover ul {
	display:block;
}

#user_options {
	display:none;
	width:95px;
	background-color:#333;
	border:1px solid #555;
	position:absolute;
	z-index:1000;
	margin:0;
	float:none;
	height:auto;
	line-height:auto;
	text-align:left;
}

#user_options li {
	display:block;
	float:none;
	background:none;
}

#user_options li a {
	display:block;
	width:81px;
	padding:0 7px;
	height:27px;
	font-size:12px;
	line-height:27px;
	text-decoration:none;
	border-bottom:1px solid #444;
}

#user_options li a.bottom {
	border-bottom:none;
}

#user_options li a:hover{
	text-decoration:underline;
	background-color:#444;
}

/*- Video Uploader -*/

#video_uploader {
	padding:10px;
	background-color:#E9EAEC;
	margin-top:10px;
	text-align:center;
}

#about_uploading {
	width:573px;
	padding:10px;
	background-color:#E9EAEC;
	margin-top:20px;
	float:left;
}

#about_uploading p {
	margin:10px 0;
}

#about_uploading ul {
	margin:20px;
}

#about_uploading ul li {
	list-style:disc !important;
	list-style-position:inside !important;
	margin:5px 0;
}

#about_uploading ul li ul {
	margin:0;
}

#about_uploading ul li ul li {
	list-style:circle !important;
	list-style-position:inside !important;
	margin-left:20px;
}

/*- My Videos Area -*/

#uploader {
	height:56px;
	background-color:#e9eaec;
	color:#555;
	padding:10px;
	margin: 10px;
}

#my_videobox {
	width: 613px;
	background-color:#ddd;
	border:1px solid #C0C0C0;
	padding: 0;
	float:left;
	margin-bottom:15px;
}

#my_videos_container {
	margin: 10px 0 0 0;
	background:url("../images/my_videos_bg.png") repeat-y center top;
}

div.my_video {
	height:67px;
	padding:8px 10px;
}

div.my_video div.vid_thumb {
	float:left;
	width:90px;
	height:67px;
}

div.my_video div.vid_title {
	margin-top:4px;
	width:360px;
}

div.my_video div.vid_facets {
	float:left;
	margin-left:8px;
	width:360px;
}

div.my_video div.rating {
	width:auto;
	margin:0;
}

.my_vid_controls {
	float:right;
	margin-top:20px;
}

div.my_video button {
	width:50px;  
	padding:5px; 
	margin-right:6px;
	font-size:0.8em;
	background:url(../images/button-bg.gif) repeat-x; 
	border:1px solid #adadad!important;
	border-left-color:#ececec!important; 
	border-top-color:#ececec!important;
	cursor:pointer;
}

#right_col #about_uploading {
	width: 278px;
	background-color:#DDDDDD;
	border:1px solid #C0C0C0;
	margin:0 0 20px 0;
	padding:10px;
	float:right;
}

#right_col #about_uploading p {
	margin:10px 0;
}

#right_col #about_uploading ul {
	margin:15px 0 15px 10px;
}

#right_col #about_uploading ul li {
	list-style:disc !important;
	list-style-position:inside !important;
	margin:5px 0;
}

#right_col #about_uploading ul li ul {
	margin:0;
}

#right_col #about_uploading ul li ul li {
	list-style:circle !important;
	list-style-position:inside !important;
	margin-left:20px;
}

.vid_controls {
	background:#DDD;
	border-color: #C0C0C0 #C0C0C0;
	border-style:none solid solid;
	border-width:0 1px 1px;
	width: 278px;
	padding:0 10px;
	overflow:auto;
	float:right;
	margin-bottom:15px;
}

#left_col_my_vids div.vid_controls p {
	font-size:0.9em;
	margin:0 0 10px 0;
	float:left;
}

#left_col_my_vids div.vid_controls ul {
	float:left;
	margin:10px 0 10px -5px;
}

#left_col_my_vids div.vid_controls ul li {
	display:inline;
}

#left_col_my_vids div.vid_controls ul li a {
	display:block;
	float:left;
	width:77px;
	padding:5px;
	border:1px solid #C0C0C0;
	margin-left:5px;
}

#left_col_my_vids div.vid_controls ul li a.selected {
	border:1px solid #ff9900;
	background-color:#fccc9f;
}

#left_col_my_vids form.godbeat_form label {
	display:block;
	width:auto;
	text-align:left;
}

#left_col_my_vids form.godbeat_form label span {
	width:auto;
}

#left_col_my_vids form.godbeat_form input {
	width:268px;
}

#left_col_my_vids form.godbeat_form textarea {
	width:268px;
	height:143px;
}


/*========= VIDEOS (FRONT-PAGE) =========*/

/*- Video Search -*/

#search_box {
float:left;
width:300px;
margin:0 0 20px 0;
}

#search_bar {
margin:0 auto; 
text-align:center;
}

#search_box input {
background:#fff;
color:#000;
border:0;
font-size:14px;
line-height:14px;
width:212px;
margin:1px 1px 1px 5px;
padding:5px 2px 5px 5px;
float:left;
}

#search_box ul {
width:228px;
height:29px;
float:left;
}

#search_box ul li {
display:inline;
}

#search_box ul li a{
display:block;
height:29px;
text-decoration:none;
color:#666;
}

#search_box ul li.searchbar_left {
background:url("../images/seachbar_left.png") no-repeat left top;
width:228px;
height:29px;
float:left;
}

/*#search_box ul li.searchbar_mid {
background:url("../images/seachbar_mid.png") no-repeat left top;
width:102px;
height:21px;
padding:8px 0 0 7px;
float:left;
text-align:left;
font-size:0.95em;
}*/

#btn_search {
height: 29px;
width: 72px;
background:url("../images/btn_search.png") no-repeat center top;
cursor:pointer;
float:left;
margin:0;
padding:0;
border:none;
}


/*- large bar for search page -*/

#search_box_large {
float:left;
width:592px;
background-color:#ddd;
border:1px solid #C0C0C0;
margin:0 0 15px 0;
padding:10px;
}

#search_bar_large {
margin:0 auto; 
width:416px;
text-align:center;
}

#search_box_large input {
background:#fff;
color:#000;
border:0;
font-size:14px;
line-height:14px;
width:328px;
margin:1px 1px 1px 5px;
padding:5px 2px 5px 5px;
float:left;
}

#search_box_large ul {
width:344px;
height:29px;
float:left;
}

#search_box_large ul li {
display:inline;
}

#search_box_large ul li a{
display:block;
height:29px;
text-decoration:none;
color:#666;
}

#search_box_large ul li.searchbar_left {
background:url("../images/seachbar_left.png") no-repeat left top;
width:344px;
height:29px;
float:left;
}


/*- FEATURED VIDEO AREA -*/

#featured {
	background-color:#1e1e1e;
	border:1px solid #C0C0C0;
	float:left;
	width:612px;
	margin-bottom:16px;
}

#right_col_my_vids #featured {
	background:#DDD;
	border-color: #C0C0C0 #C0C0C0;
	border-style:none solid solid;
	border-width:0 1px 1px;
}

#featured_player {
	float:left;
}

#right_col_my_vids #featured_player {
	margin-bottom:15px;
}

.featured_thumbs_pager {
	width:36px;
	height:100px;
	text-align:center;
	float:left;
}

.featured_thumbs_pager img {
	margin-top:50px;
}

#featured_thumbs_container {
	width:530px;
	height:100px;
	float:left;
	text-align:center;
	padding:10px 5px;
	overflow:hidden;
}

.featured_thumb {
	width:80px;
	height:93px;
	text-align:center;
	margin-right:10px;
	overflow:hidden;
	float:left;
}

.featured_thumb img {
/*	margin:5px 0; */
	margin: 0
	display: block;
}

.featured_thumb a {
	font-weight:bold;
	font-size:11px;
	display: block;
	margin-top: 5px;
}

.featured_thumb a.img {
	display: table-cell;
	height: 60px;
	background-color: #000;
	vertical-align: middle;
}

/*- FEATURED "STATIONS" AREA -*/

.station {
	background-color:#ddd;
	border:1px solid #C0C0C0;
	float:left;
	width:612px;
	height:220px;
	margin:10px 0 10px 0;
}

.station_header {
	width:592px;
	height:40px;
	padding:0 10px;
	background:#555;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:40px;
	letter-spacing:-1px;
	float:left;
}

.station_vid {
	width:140px;
	height:166px;
	margin:11px 0 0 10px;
	overflow:hidden;
	float:left;
}

.station_vid .vid_thumb {
	margin-bottom: 6px;
}	

.station_vid p.title {
	float:left;
	line-height:16px;
	height:32px;
	margin-bottom:3px;
	overflow:hidden;
}

.station_vid div.rating {
	margin:0 0 2px 0;
	width:140px;
}

/*- MAIN VIDEO CONTENT AREA -*/

.videoTabs {
border-bottom:1px solid #C0C0C0;
height:31px;
width:614px;
float:left;
}

.videoTabs_sm {
border-bottom:1px solid #C0C0C0;
height:31px;
width:300px;
float:left;
}

#right_col_my_vids .videoTabs_sm {
	width:614px;
}

.idTabs {
font-size:13px;
height:30px;
letter-spacing:-1px;
}

.idTabs li {
float:left;
font-size:13px;
line-height:30px;
}

.idTabs .selected {
background:#DDD;
border-color:#C0C0C0 #C0C0C0 #DDDDDD;
border-style:solid;
border-width:1px;
color:#373737;
text-decoration:none;
}

.idTabs li span,
.idTabs li a {
background:#EEE;
border-color:#b7b7b7 #b7b7b7;
border-style:solid solid none;
border-width:1px 1px 0;
color:#999;
display:block;
font-weight:bold;
margin:0 3px 0 0;
padding:0 10px;
}

.idTabs li a:hover {
text-decoration:none;
color:#373737;
}

#videobox {
background:#DDD;
border-color: #C0C0C0 #C0C0C0;
border-style:none solid solid;
border-width:0 1px 1px;
width: 612px;
margin-bottom:15px;
float:left;
}

#videobox_small {
background:#DDD;
border-color: #C0C0C0 #C0C0C0;
border-style:none solid solid;
border-width:0 1px 1px;
width: 298px;
height:205px;
overflow:auto;
float:right;
margin-bottom:15px;
}

#videobox_small p {
	text-align: center;
	font-weight: bold;
	margin: 1em 0;
}

#video_detail_container {
background:#DDD;
border:1px solid #C0C0C0;
width: 612px;
padding:10px 0;
margin-bottom:15px;
float:left;
}	

/* videos pager */

div.vids_pager {
	height:36px;
	line-height:36px;
	background-color:#e9eaec;
	color:#555;
	padding:0 10px;
	font-size:12px;
	text-align:center;
	margin: 10px;
}	

div.vid_nav ul,
div.vid_nav li {
	margin: 0;
	display: inline;
	font-size: 12px;
	list-style:none;
}

#videobox div.vid_nav ul {
	float:right;
}

#videobox_small div.vid_nav {
	position:relative;
}

#videobox_small div.vid_nav li.prev {
	float:left;
	padding-right:3px;
	position:absolute;
	left:1em;
}

#videobox_small div.vid_nav li.next {
	float:right;
	padding-left:3px;
	position:absolute;
	right:1em;
}



div.vid_nav a {
	text-decoration: none;
	display: inline;
	padding: 3px 6px;
	line-height:12px;
	color:#555;
}

div.vid_nav a:hover {
	background-color: #999;
	color:#fff;
	text-decoration:none;
}

div.vid_nav li a.current {
	background-color: #555;
	color:#fff;
	text-decoration:none;
}	

	
/* video listing */

#videos_container {
	margin: 10px 0 0 0;
	background:url("../images/videos_bg.png") repeat-y center top;
}	

div .video {
	height:104px;
	
	padding:8px 15px;
	overflow:hidden;
}

.vid_thumb {
	float:left;
	width:140px;
	height:104px;
	background-color:#000;
	overflow:hidden;
}

.vid_title {
	float:left;
	font-size:1.05em;
	margin:0 0 6px 8px;
	width:324px;
	max-height:32px;
	overflow:hidden;
	line-height:16px;
}

.vid_desc {
	float:left;
	font-family:0.95em;
	width:324px;
	max-height:45px;
	overflow:hidden;
	line-height:15px;
	margin:0 0 5px 8px;
}

p.vid_views {
	float:left;
	margin:0 10px 0 8px;
	line-height:18px;
}

p.vid_comments {
	float:left;
	margin:0 0 0 8px;
	line-height:18px;
}

.vid_author {
	float:right;
	width:105px;
	height:104px;
	text-align:center;
}

.vid_author .avatar {
	margin:15px 0 10px 0;
}

.vid_author p {
	font-size:0.93em;
}

/* SMALL video listing */

#videos_small_header {
	width:278px;
	background:#555;
	border:1px solid #C0C0C0;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	line-height:30px;
	letter-spacing:-1px;
	padding:0 10px;
	margin-bottom:3px;
	float:left;
}

#videos_container_small {
	background:url("../images/videos_bg_sm.png") repeat-y center top;
}	

div .video_small {
	height:58px;
	padding:10px;
}

.vid_thumb_small {
	float:left;
	width:80px;
	height:58px;
	overflow:hidden;
}

.vid_title_small {
	width:193px;
	max-height:45px;
	float:left;
	font-size:12px;
	margin:0 0 0 5px;
	overflow:hidden;
	line-height:15px;
}

.vid_desc_small {
	width:193px;
	float:left;
	margin:0 0 3px 5px;
	font-size:11px;
}

#this_user .vid_title_small {
	width:175px;
	max-height:16px;
	float:left;
	font-size:12px;
	margin:0 0 0 5px;
	overflow:hidden;
}

#this_user .vid_desc_small {
	width:175px;
	float:left;
	margin:0 0 3px 5px;
	font-size:11px;
}

div.video_small div.rating {
	margin:0 0 0 5px;
}


/* station video listing */

#stationbox {
	background:#DDD;
	border:1px solid #C0C0C0;
	width: 612px;
	margin-bottom:15px;
	float:left;
}

#station_container {
	background:url("../images/videos_bg.png") repeat-y center top;
}

.vid_title_station {
	float:left;
	font-size:14px;
	margin:0 0 10px 8px;
	width:430px;
	max-height:32px;
	overflow:hidden;
	line-height:16px;
}

.vid_desc_station {
	float:left;
	width:430px;
	margin:0 0 10px 8px;
	max-height:32px;
	overflow:hidden;
	line-height:16px;
}

p.vid_views_station {
	float:left;
	margin:0 10px 0 8px;
	line-height:20px;
}

p.vid_comments_station {
	float:left;
	margin:0 0 0 8px;
	line-height:20px;
}


/*- Inner Pages -*/

#pg_header {
	background:#555;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:40px;
	letter-spacing:-1px;
	float:left;
	width: 595px;
	padding:0 10px;
}

#full_pg_header {
	text-transform: uppercase;
	background:#555;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:40px;
	letter-spacing:-1px;
	float:left;
	width: 930px;
	padding:0 15px;
	text-transform:uppercase;
}

#full_pg_header a.go_back {
	font-size:12px;
	font-weight:normal;
	letter-spacing:normal;
	float:right;
	cursor:pointer;
	text-transform:none;
}

#content {
	width: 593px;
	background-color:#ddd;
	border:1px solid #C0C0C0;
	padding: 0 10px 10px 10px;
	float:left;
	margin-bottom:15px;
}

#content p {
	margin:10px 0;
}

#join_blurb {
	width:573px;
	padding:10px;
	background-color:#E9EAEC;
	margin:0 0 20px 0;
	float:left;
}

#join_blurb p {
	margin:10px 0 0 0;
}

#video_detail {
	width: 595px;
	padding: 0 10px;
}

#video_player {
	width:592px;
	float:left;
}

p.desc {
	float:left;
	margin:10px 0;
	width: 593px
}

.rating {
	width:175px;
	height:20px;
	line-height:20px;
	float:left;
	margin-top:10px;
}

div.vid_facets .rating {
	width:auto;
	margin:0 0 0 8px;
}

.rating ul {
	float:left;
	margin:3px 5px 0 0;
}

.rating ul li {
	display:inline;
	float:left;
}

#rate {
	position: absolute;
	display: none;
	background-color:#ddd;
	z-index: 100;
	margin: 0;
}

#rate ul li {
	cursor: pointer;
}

/* -----disabled rating system for users not logged in----- */

.rating ul li {
	display:block;
	float:left;
	width:12px;
	height:12px;
	margin-right:1px !important;
	background:url("../images/star_blank.png") no-repeat top center;
	text-indent:-4000px;
	outline:none;
}

.rating ul li.star_half {
	background:url("../images/star_half.png") no-repeat top center;
}

.rating ul li.star_filled {
	background:url("../images/star_filled.png") no-repeat top center;
}

/* -----enabled rating system for logged in users-------- */

.rating ul li a{
	display:block;
	float:left;
	width:12px;
	height:12px;
	margin-right:1px !important;
	background:url("../images/star_blank.png") no-repeat top center;
	text-indent:-4000px;
	outline:none;
}

.rating ul li.star_filled a {
	background:url("../images/star_filled.png") no-repeat top center;
}

#rate_message {
	position: absolute;
	top: -500px;
	left: -500px;
	border: 1px solid #aaa;
	background-color:#fff;
	padding: 0.5em;
}

#share_this {
	font-size:0.92em;
	margin:5px 0 0 0;
	float:left;
}

#share_this img {
	float:left;
}

#share_this a.share_this_label {
	float:left;
	line-height:16px;
	padding:0 0 0 3px;
}

#views {
	float:right;
	text-align:right;
	line-height:20px;
	margin:10px 5px 0 0;
}

#flag_video {
	float:right;
	font-size:0.92em;
	text-align:right;
	margin:5px 5px 0 0;
}

#flag_video #vid_admin {
	text-align: left;
	background-color: #eee;
	border: 1px solid #aaa;
	position: absolute;
	padding: 1em;
	margin: -2em 0 0 -1em;
	display: none;
	z-index: 100;
}

#flag_video #vid_admin li {
	padding: 0.5em 0;
}

#authorbox {
	width: 278px;
	background-color:#DDDDDD;
	border:1px solid #C0C0C0;
	margin-bottom:15px;
	padding:10px;
	float:right;
}

#errorbox {
	width:592px;
	background-color:#DDDDDD;
	border:1px solid #C0C0C0;
	margin-bottom:15px;
	padding:10px;
	float:left;
}

.savebox {
	width: 278px;
	background-color:#ddd;
	border:1px solid #c0c0c0;
	margin-bottom:15px;
	padding:10px;
	float:right;
}

div.savebox a {
	font-size:12px;
	line-height:24px;
	cursor:pointer;
}

div.savebox button {
	height: 24px;
	width: 100px;
	background:url("../images/btn_save_changes.png") no-repeat center top;
	cursor:pointer;
	text-indent:-4000px;
	outline:none;
	border:none;
	float:left;
}

div.savebox span {
	float:left;
	margin:0 0 0 5px;
}

#avatar {
	width:68px;
	height:50px;
	text-align:center;
	float:left;
}

#author_info {
	width:200px;
	overflow:hidden;
	padding:0 0 0 10px;
	float:left;
}

#author_info p {
	color:#666;
}

#author_info h3 a:hover {
	text-decoration:none;
}

.upload_date {
	font-size:12px;
	color:#666;
}

#full_description {
	width:278px;
	margin-top:10px;
	float:left;
}

#full_description p {
	margin-bottom:10px;
}

#full_description strong {
	font-size:0.95em;
}

#full_description img {
	float:left;
	margin-right:2px;
}

/*--------- comments ----------*/
 


#comments_header {
	width:592px;
	margin:10px 0 0 -10px;
	background-color:#b6b7b8;
	padding:10px;
	float:left;
}

#comments_header h4 {
	color:#fff;
	font-size:17px;
	line-height:17px;
	text-transform:uppercase;
	letter-spacing:-1px;
	float:left;
}

#comments_header #add_comment_button {
	width:96px;
	height:18px;
	background:url("../images/add_comment_btn.png") no-repeat top center;
	text-indent:-4000px;
	cursor:pointer;
	outline:none;
	margin:0;
	padding:0;
	float:right;
	border:none;
}

#comments_header #log_in_to_add {
	float: right;
	color: #fff;
	font-weight: bold;
}
	
#add_comment {
	width:592px;
	float:left;
	margin-top:10px;
}

#add_comment textarea {
	width:300px;
	height:70px;
	float:left;
	margin:0;
}

#comment_rules {
	width:275px;
	margin:0 0 15px 10px;
	float:left;
}

#add_comment button.submit_btn {
	float:left;
	margin-left:10px;
	border:1px solid #999999;
	font-size:12px;
	padding:2px;
}

#add_comment button.cancel_btn {
	float:left;
	margin-left:5px;
	border:1px solid #999999;
	font-size:12px;
	padding:2px;
}

#comments {
	width:592px;
	float:left;
}	

#comments ul {
	float:left;
	width:592px;
}

#comments li {
	float:left;
	width:592px;
	padding-bottom:15px;
	margin-top:20px;
	border-bottom:1px solid #C0C0C0;
	position: relative;
}

#comments li img {
	float:left;
	margin:0 10px 5px 0;
}		

div.comment {
	width:516px;
	float:right;
}

p.comment_author {
	font-weight:bold;
	margin-bottom:5px;
}

span.comment_date {
	font-weight:normal;
	color:#666;
}

span.comment_flag {
	float:right;
	font-size:11px;
	font-weight:normal;
}

#comments_footer {
	background-color: #B6B7B8;
	color: #fff;
	width: 592px;
	float: left;
	margin:10px 0 -10px -10px;
	padding: 5px 10px;
	font-weight: bold;
}

#comments_footer a {
	display: block;
	float: right;
	color: #fff;
}

#comments_footer img {
	float: right;
	margin-right: 5.5em;
	visibility: hidden;
}

#comments_footer.wait a {
	display: none;
}

#comments_footer.wait img {
	visibility: visible;
}

/*========= SIDEBAR =========*/

#right_col h2 {
	display:inline;
	float:right;
}

#right_col h2.join_godbeat a {
	display:block;
	width:300px;
	height:88px;
	background:url("../images/create_station_btn.png") no-repeat top center;
	text-indent:-3000px;
	margin:0 0 15px 0;
}

#sidebar_rec_ad {
	width:300px;
	height:250px;
	margin-bottom:20px;
	float:right;
}

#sidebar_rec3to1_ad {
	width:300px;
	height:100px;
	margin-bottom:15px;
	float:right;
}

#social_media {
	margin-bottom:25px;
	float:right;
}

#social_media p {
	padding-bottom:10px;
}

#social_media ul {
	width:300px;
	margin:0 auto;
}

#social_media ul li {
	display:inline;
	padding:0;
	margin:0;
	width:58px;
	height:58px;
	margin-right:2px;
	float:left;
}

#social_media ul li a {
	display:block;
	width:58px;
	height:58px;
	cursor:pointer;
	float:left;
	text-indent:-4000px;
	border:none;
	outline:none;
}

#social_media ul li.godbeat {
	background:url("../images/social_media_godbeat.png") no-repeat top center;
}

#social_media ul li.twitter {
	background:url("../images/Twitter.png") no-repeat top center;
}

#social_media ul li.facebook {
	background:url("../images/Facebook.png") no-repeat top center;
}

#social_media ul li.social_media_flickr {
	background:url("../images/Flickr.png") no-repeat top center;
}

#social_media ul li.myspace {
	background:url("../images/Myspace.png") no-repeat top center;
}

#small_ads {
	width:300px;
	margin:0 auto;
	padding-bottom:15px;
	float:right;
}

.sidebar_rec {
	margin:0 0 8px 0;
	float:left;
}

.sidebar_square {
	margin:0 8px 8px 0;
	float:left;
}

.advertise_here {
	float:left;
}


/*========= FOOTER =========*/

#footer {
	background:url("../images/black_bg_trans.png") repeat top left;
	clear: both;
	color: #b3b3b3;
	height: 135px;
	font-size:11px;
	padding: 20px 50px;
}

#footer h3 {
	color:#b3b3b3;
}

#footer img {
	float:right;
	margin-bottom:20px;
}
	
.godbeat_links {
	width:120px;
	height:110px;
	padding:0 10px 0 0;
	float:left;
	border-left:1px dotted #666;
}

.godbeat_links h3 {
	font-size:12px;
	font-weight:bold;
	margin:0 0 10px 15px;
}

.godbeat_links p {
	margin:0 0 4px 15px;
}

p.copyright {
	float:right;
	text-align:right;
	line-height:18px;
	clear:right;
}

#footer a{
	color: #b3b3b3;
}
#footer img {
	vertical-align:middle;
}

.errmsg {
	color: #f00 !important;
	font-weight: bold !important;
	margin-top:10px;
}

#status_message {
	padding: 0 1em 0 70px;
	line-height: 70px;
	background: #fff url('../images/icon-info.png') no-repeat 10px 10px;
	margin-top:10px;
}

/* Admin
******************************************/

a.admin {
	color: #f00;
	font-weight: bold;
}

span.flagged {
	color: #f00;
	font-weight: bold;
}

#comments li.flagged {
	background-color:#FFBFBF;
}

/* Thumbnail vertical centering
******************************************/

.vid_thumb a,
.vid_thumb_small a {
	display: table-cell;
	background-color: #000;
	vertical-align: middle;
}

.vid_thumb a img,
.vid_thumb_small a img {
	display: block;
}

div#videobox_small div.video_small div.vid_thumb_small a {
	width:80px;
	height: 60px;
}

div#my_videos_container div.my_video div.vid_thumb a {
	width:88px;
	height: 68px;
}

div.station_vid div.vid_thumb a,
div#videos_container div.video div.vid_thumb a,
div#station_container div.video div.vid_thumb a {
	width:140px;
	height: 104px;
}

/* SWF ad onclick override
***********************************/

#top_banner div,
#sidebar_rec_ad div,
.sidebar_rec div,
.sidebar_square div {
	z-index: 10;
}

a.swfclick {
	display: block;
	position: absolute;
	background: transparent url("/taglib/images/blank.gif") top left;
	cursor: pointer;
	z-index: 20;
}
