/*
------------------------------------------------------------------------
Theme Name:    Video
Theme URI:     http://quommunication.com/
Description:   A new kind of WordPress theme. For comments, questions or problems visit the <a href="http://quommunication.com/forum" title="Quommunication Forum">Quommunication Forum</a>!
Version:       1.3
Author:        Quommunication
Author URI:    http://quommunication.com/
------------------------------------------------------------------------

Support:       support@quommunication.com
Updated:       June 21 2008
Copyright:     (c) 2008 Quommunication

All rights reserved.
*/

#footerlinks{margin: 0px 0px 0px 230px;}

a.squarebutton{
background: transparent url('http://www.videooptimize.tv/wp-content/images/blackbuttonleft.jpg') no-repeat top left;
display: block;
float: left;
font: normal 20px Arial; /* Change 12px as desired */
line-height: 31px; /* This value + 5px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 23px) */
height: 39px; /* Height of button background height */
padding-left: 9px; /* Width of left menu image */
text-decoration: none;
}

a:link.squarebutton, a:visited.squarebutton, a:active.squarebutton{
color: #ffffff; /*button text color*/
}

a.squarebutton span{
background: transparent url('http://www.videooptimize.tv/wp-content/images/blackbutton.jpg') no-repeat top right;
display: block;
padding: 4px 9px 4px 1px; /*Set 9px below to match value of 'padding-left' value above*/
}

a.squarebutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.squarebutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}



body {
	margin: 0px;
	padding: 0px;

	background-color: #333333;
	background-image: url('images/back.png');

	font-family: Arial;
	font-size: 11px;
	color: #999999;
}

a {
	outline: none;
}

.clear {
	clear: both;
}

/*
------------------------------------------------------------------------
CONTAINER
------------------------------------------------------------------------
*/

.container {
	margin: 0px auto;
	padding: 0px;
	
	width: 1000px;
	
	text-align: left;
}

/*
------------------------------------------------------------------------
COLUMNS
------------------------------------------------------------------------
*/

.column_main {
	margin: 0px;
	padding: 0px 0px 20px 20px;
	width: 660px;
	float: left;
}

.column_footer {
	margin: 0px;
	padding: 0px 0px 20px 20px;
	width: 960px;
	float: left;
}

.column_right {
	margin: 0px;
	padding: 0px 10px 0px 0px;
	width: 300px;
	float: right;
}

#ringme {
float: right;
display: block;
margin: 0px 70px 0px 0px;
padding: 20px 0px 10px 0px;
}

/*
------------------------------------------------------------------------
TYPOGRAPHY
------------------------------------------------------------------------
*/

h1 {
	margin: 0px;
	padding: 30px 0px 30px 0px;
	
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
}

h2 {
	margin: 0px;
	padding: 20px 0px 20px 0px;
	
	font-size: 17px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: #000000 0px 1px 1px;
}

p {
	margin: 0px;
}

/*

------------------------------------------------------------------------
HEADER
------------------------------------------------------------------------
*/

#header {
margin: 0px;
padding: 0px;
height: 85px;
}

/* Logo */

#logo {
float:left;

}

#register{
float: left;
margin: 30px 0px 0px 40px;
}

#login{
float: left;
margin: 30px 0px 0px 13px;
}


/* Share Button */

#share {
float: left;
height: 30px;
width: 260px;
margin: 37px 0px 0px 30px;	
}

/* Subscribe Button */

#subscribe {
float: right;
margin: 4px 0px 4px 0px;	
height: 30px;
width: 80px;
}

/* Page Menu */

.page_menu {
	margin: 10px 0px 0px 0px;

	float: right;
	list-style: none;
}

.page_menu li {
	float: left;
	font-size: 17px;
}

.page_menu li a, .page_menu li a:visited {
	margin: 0px 0px 0px 10px;
	padding: 2px 5px 2px 5px;

	color: #999999;

	text-decoration: none;
}

.page_menu li a:hover {
	color: #ffffff;
}

.page_menu li.current_page_item a {
	color: #ffffff;
	background-color: #666666;

	text-shadow: #333333 0px 1px 1px;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

/*
------------------------------------------------------------------------
STAGE
------------------------------------------------------------------------
*/

#voblacklogo{
height: 80px;
width: 317px;
margin: 0px auto 30px auto;
background-image: url('http://www.videooptimize.tv/wp-content/themes/Video/images/vopostlogo80px.jpg');
}

#register{

}

#login{

}

#rsspostlogo{
height: 189px;
width: 130px;
margin: 0px auto 30px auto;
background-image: url('http://www.videooptimize.tv/wp-content/themes/Video/images/rssposticon.jpg');
}

#stage {
	margin: 0px;
	padding: 0px;

	background-color: #000000;

	-webkit-box-shadow: 0px 0px 10px #000000;
}

#stage .column_main {
	text-align: center;
	background-color: #000000;
}

#mediacontent {
	font-size: 17px;
}

#mediacontent a, #mediacontent a:visited {
	padding: 2px 5px 2px 5px;

	color: #cccccc;
	text-decoration: none;
	
	background-color: #222222;
}

#mediacontent a:hover {
	color: #ffffff;
}


#stage .column_right ul.episode_menu {
	margin: 0px;
	padding: 40px 0px 0px 0px;

	list-style: none;
	display: inline-block;
}


#stage .column_right #drop_menu {
	margin: 40px 0px 10px 0px;

	text-align:left;
	font-size:13px;
}

#stage .column_right #drop_menu select, .menuitem {
	margin:0px;

	background-color:#ffffff;
	color:#000000;
}

#show_tags {
	margin-bottom: 10px;
	text-align: center;
	font-size: 12px;
	
}

/* Episode Menu */

.episode_menu li {
	margin-bottom: 8px;

	float: left;
	cursor: pointer;
}

.episode_menu li a, .episode_menu li a:visited {
	margin: 0px 0px 0px 0px;
	padding: 3px 6px 3px 6px;

	color: #666666;
	text-decoration: none;
}

.episode_menu li a:hover {
	color: #ffffff;
}

.episode_menu li.current a {
	color: #ffffff;
	background-color: #666666;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

/* Episode List */

#stage .column_right #list_container ul.episode_list {
	margin: 0px 0px 0px 60px;
	padding: 0px;
	list-style: none;
	clear: left;
	cursor: pointer;
}

#list_container {
	overflow:hidden;
	height: 550px;
}

.episode_list li a, .episode_list li a:visited {
	margin: 0px;
	padding: 12px 10px 12px 10px;

	color: #666666;
	text-decoration: none;
	
	display: block;
}

.episode_list li a b, .episode_list li a:visited b {
	font-size: 12px;
	font-weight: normal;
	color: #cccccc;
	display: block;
}

.episode_list li a:hover {
	color: #ffffff;
	background-color: #222222;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.episode_list li a:hover b {
	color: #ffffff;
}

.episode_list li.current a {
	color: #ffffff;
	background-color: #666666;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.episode_list li.current a b {
	color: #ffffff;
}

.totalfaded {
	opacity: 0;
	filter: alpha(opacity=0);
}

#prev, #next {
	text-align: center;
}

/* Episode List Arrows */

a#linkup, a#linkup:visited, a#linkdown, a#linkdown:visited {
	margin: 5px 0px 5px 130px;
	
	width: 20px;
	height: 20px;
	background-image:url(images/buttons.png);
	display:block;
	cursor: pointer;
}

a#linkup, a#linkup:visited {
	background-position: -20px;
}

a#linkdown, a#linkdown:visited {
	background-position: 0px;
}

a#linkup.inactive, a#linkup.inactive:visited, a#linkdown.inactive, a#linkdown.inactive:visited {
	margin: 5px 0px 5px 130px;
	
	width: 20px;
	height: 20px;
	background-image:url(images/buttons.png);
	display:block;
	cursor:default;
}

a#linkup.inactive, a#linkup.inactive:visited {
	background-position: -60px;
}

a#linkdown.inactive, a#linkdown.inactive:visited {
	background-position: -40px;
}

/* Stage Footer */

.stage_footer {
	margin: 0px;
	padding: 0px;

	color: #666666;

	background-color: #222222;
	background-image: url('images/stage_footer_back.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

#stage .stage_footer .column_footer {
	padding: 20px 0px 20px 20px;
	text-align: left;
	background-image: url('images/stage_footer_back.png');
	background-position: bottom;
}

.stage_footer .column_right {
	padding: 20px 10px 20px 0px;
}

.stage_footer p a, .stage_footer p a:visited {
	color: #cccccc;
	font-weight: bold;
	text-decoration: none;
}

.stage_footer p a:hover {
	color: #ffffff;
}

/*
------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------
*/

/* Column Main */

#digg_span {
	float:left;
	margin:3px 10px 5px 0px;
}

#content .column_main p {
	margin: 0px;

	font-size: 17px;
	line-height: 20px;
}

#content .column_main a, #content .column_main a:visited {
	padding: 2px 5px 2px 5px;

	color: #cccccc;
	text-decoration: none;
	
	background-color: #222222;
}

#content .column_main a:hover {
	color: #ffffff;

}

#content .column_main p label input {
	margin: 1px 0px 0px 0px;
	padding: 5px 2px 5px 2px;
	
	width: 240px;
	
	font-family: Arial;
	font-size: 13px;
	color: #444444;

	border-top: 1px solid #999999;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;

	border-left: 1px solid #999999;
}

/* Column Right */

#content .column_right p {
	margin: 10px 0px 10px 0px;

	font-size: 13px;
	line-height: 19px;
}

#content .column_right a, #content .column_right a:visited {
	padding: 2px 5px 2px 5px;

	color: #cccccc;
	text-decoration: none;
	
	background-color: #222222;
}

#content .column_right a:hover {
	color: #ffffff;
}

/* Comments */

#content .column_main #commenting p {
	margin: 0px 0px 10px 0px;

	background: none;

	font-size: 13px;
	line-height: 19px;
}

#content .column_main #commenting a, #content .column_main #commenting a:visited {
	padding: 0px;
	background: none;
}

.comment_author {
	margin: 0px 0px 10px 0px;
	padding: 0px 20px 0px 0px;

	float: left;
	clear: both;
	background-image:url(images/avatar.jpg);
	background-repeat:no-repeat;
}

.comment_author img {
	width: 75px;
	height: 75px;
	background-image:url(images/avatar.jpg);
	background-repeat:no-repeat;
	display:block;
}

.comment {
	margin: 0px 0px 10px 0px;
	
	width: 539px;
	min-height: 80px;
	height: auto !important;
	height: 80px;
	
	font-size: 13px;
	line-height: 19px;

	float: left;
}

/* Comment Meta */

.comment .meta {
	color: #666666;
}

/* Live Comment Preview */

#comment_preview {
	overflow:hidden;
}

/* Leave A Comment */

.leave_comment {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	
	border-top: 1px solid #444444;
	border-bottom: 1px solid #444444;
}

.leave_comment fieldset {
	padding: 5px 0px 5px 0px;

	border: none;
}

.leave_comment .meta {
	padding: 4px 0px 0px 15px;

	font-size: 11px;
	color: #999999;

	float: left;
}

.leave_comment .error {
	padding: 2px 5px 2px 5px;
	
	background-color: #993333;
	color: #ffffff;
	cursor:default;
	zoom: 1;

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.leave_comment fieldset label {
	padding: 5px 20px 0px 0px;

	width: 90px;

	font-size: 11px;
	font-weight: bold;
	text-align: right;

	float: left;
}

.field {
	float: left;
}

.leave_comment .input {
	margin: 0px;
	padding: 5px 2px 5px 2px;
	
	width: 240px;
	
	font-family: Arial;
	font-size: 13px;
	color: #444444;

	border-top: 1px solid #999999;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;
	border-left: 1px solid #999999;
}

.leave_comment .textarea {
	margin: 0px;
	padding: 5px 2px 5px 2px;
	
	width: 419px;
	
	font-family: Arial;
	font-size: 13px;
	color: #444444;
	
	border-top: 1px solid #999999;
	border-right: 1px solid #bbbbbb;
	border-bottom: 1px solid #bbbbbb;

	border-left: 1px solid #999999;
}

.button {
	margin: 10px 0px 0px 110px;
}

/*
------------------------------------------------------------------------
SIDEBAR
------------------------------------------------------------------------
*/

.widget {
	line-height: 15px;
}

.widget ul {
	margin: 0px;
	padding: 0px;

	list-style: none;
}

.widget ul li {
	padding: 2px 0px 2px 0px;

	font-size: 17px;
	line-height: 21px;
}

/*
------------------------------------------------------------------------
FOOTER
------------------------------------------------------------------------
*/

#footer .column_main {
	padding: 40px 0px 20px 20px;
	font-size: 9px;
}

#footer p {
	color: #999999;

	
}

#footer a, #footer a:visited {
	color: #999999;
	text-decoration: none;
}

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