/*
------------------------------------------------------------------------
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.
*/

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background:url(images/bg_main.jpg) repeat-x 0 95px #fff;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

a {
	outline: none;
}

.clear {
	clear: both;
}

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

.container {
	background:url(images/video_tab.jpg) no-repeat 0 498px;
	width: 975px;  
	margin: 0 auto; 
	text-align: left;
	padding:0 45px;
	position:relative;
}

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

.column_main {
	margin: 0px;
	float: left;
}

.column_right {
	margin: 0px;
	padding: 0px 20px 20px 20px;
	background:#EDF7FB none repeat scroll 0 0;
	width: 280px;
	float: right;
	padding-bottom:10px;
	padding-top:6px;
	height:343px;
}
.status_right {
	margin: 0px;
	position:relative;
	clear:right;
	width: 347px;
	height:170px;
	float: right;
	background:url(images/twitter_update.jpg) no-repeat 0 0;
}

#content .column_right	{
	background: url(images/sidebar.gif) repeat-x 0 0 #edf7fb;
}

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

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

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

p {
	margin: 0px;
}

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


/* Logo */

/*.logo {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #999999;
	text-decoration: none;
	float: left;
}
*/
/* Page Menu */

.page_menu {
}

.page_menu li {
padding:3px 20px 0;
}

.page_menu li a, .page_menu li a:visited {
	color:#75afc8;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	display:block;
	height:23px;
	border-bottom:4px #fff solid;
}

.page_menu li a:hover {
	color:#1885b4;
	border-bottom:4px #df3293 solid;
}

.page_menu li.current_page_item a {
	color:#1885b4;
	border-bottom:4px #df3293 solid;
}

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

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

}

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

#mediacontent {
	font-size: 17px;
}

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

	color: #cccccc;
	text-decoration: none;
	
	background-color: #4b90ad;
}

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


#stage .column_right ul.episode_menu {
	margin: 0px;
	padding: 3px 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: 5px;

	float: left;
	cursor: pointer;
	font-size: 11px;
}

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

	color: #6ba1b7;
	text-decoration: none;
}

.episode_menu li a:hover {
	margin: 0px 7px 0px 0px;
	padding: 3px 7px 3px 7px;
	color: #ffffff;
	background-color: #4b90ad;

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

	text-decoration: none;
}

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

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

/* Episode List */

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

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

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

	color: #7dbbd5;
	text-decoration: none;
	
	display: block;
}

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

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

	-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: #7dbbd5;

	-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;
	margin-left:455px;
	color:#555;
	font-size: 14px;
	display: none;
}

#stage .stage_footer .column_main {
	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 20px 20px 20px;
}

.stage_footer p a, .stage_footer p a:visited {
	color: #E03293;
	text-decoration: underline;
}

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

#stage_bottom #l4f_btn	{
	position: absolute;
	bottom: 5px;
	right: 0px;
}

#stage_bottom #l4f_btn a	{
	display: block;
	width: 332px;
	height: 60px;
	text-indent: -9999px;
	background: url('images/l4f.jpg') no-repeat 0 0;
}

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

/* Column Main */

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

#content .column_main p {
	margin: 0px;

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

#content .column_main a, #content .column_main a:visited {
	color: #4B90AD;
}

#content .column_main a:hover {
	color: #000;
}

#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: 0px 0px 10px 0px;

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

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

	color: #fff;
	text-decoration: none;
	
	background-color: #ffd1eb;
}

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

/* 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: 525px;
	min-height: 80px;
	height: auto !important;
	height: 80px;
	
	font-size: 13px;
	line-height: 19px;

	float: left;
}
#content #postcontent .comment b a	{
	color:#df3293;
}

/* Comment Meta */

.comment .meta {
	color: #7dbbd5;
}

/* Live Comment Preview */

#comment_preview {
	overflow:hidden;
}

/* Leave A Comment */

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

.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 p {
	color: #fff;
	line-height: 22px;
	font-size:13px;
}

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

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






/*
------------------------------------------------------------------------
Joe's Code
------------------------------------------------------------------------
*/


#mainVideo	{
	height:435px;
}
#mediacontent	{
	background:url(images/video_bg.jpg) no-repeat 0 0;
	width:602px;
	height:356px;
	padding:11px;
}
#mainContent {
}
#header	{
	height:117px;
}
#header a.logo	{
	text-indent:-9999px;
	background:url(images/logo.jpg) no-repeat 0 0;
	width:425px;
	height:117px;
	margin:0;
	padding:0;
	display:block;
}
#navigation	{
	height:95px;
	width:350px;
	float:right;
	position:absolute;
	top:0;
	right:45px;
}
#navigation ul	{
	height:30px;
	widows:350px;
	margin:0;
	padding:0;
	background:url(images/main_nav.jpg) no-repeat 0 0;
	list-style:none;
	padding: 65px 25px 0;
}
#navigation li	{
	margin:0;
	float:left;
	display: inline;
}
#mediacontent h1	{
	display:none;
}
#content	{
}
#stage_bottom	{
	height:66px;
	position: relative;
}
.social_links	{
	list-style:none;
	margin:0;
	padding:0;
	padding-top:12px;
}
.social_links li	{
	float:left;
	padding:0;
	margin:0;
	height:38px;
	padding-right:15px;
}
.social_links li img	{
	border:0;
}
.social_links li.twit a	{
	background:url(images/twitter.jpg)  no-repeat 0 0;
}.social_links li.tumblr a	{
	background:url(images/tumblr.jpg)  no-repeat 0 0;
}.social_links li.stumble a	{
	background:url(images/stumble.jpg)  no-repeat 0 0;
}.social_links li.digg a	{
	background:url(images/digg.jpg)  no-repeat 0 0;
}.social_links li.delicous a	{
	background:url(images/delicous.jpg)  no-repeat 0 0;
}.social_links li.reddit a	{
	background:url(images/reddit.jpg)  no-repeat 0 0;
}.social_links li.design a	{
	background:url(images/design.jpg)  no-repeat 0 0;
}
.social_links li a	{
	display:block;
	width:37px;
	height:38px;
	text-indent:-9999px;
}
.social_links li.twit a:hover	{
	background:url(images/twitter.jpg)  no-repeat 0 -38px;
}.social_links li.tumblr a:hover	{
	background:url(images/tumblr.jpg)  no-repeat 0 -38px;
}.social_links li.stumble a:hover	{
	background:url(images/stumble.jpg)  no-repeat 0 -38px;
}.social_links li.digg a:hover	{
	background:url(images/digg.jpg)  no-repeat 0 -38px;
}.social_links li.delicous a:hover	{
	background:url(images/delicous.jpg)  no-repeat 0 -38px;
}.social_links li.reddit a:hover	{
	background:url(images/reddit.jpg)  no-repeat 0 -38px;
}.social_links li.design a:hover	{
	background:url(images/design.jpg)  no-repeat 0 -38px;
}

#footer	{
	background:#7DBBD5;
	padding:15px 0;
	text-align:center;
	margin-top:15px;
}
#links	{
	height:333px;
	background:#e5f3f9;
	padding-top:10px;
	padding-bottom:15px;
}
#postcontent	{
	width:625px;
	float:left;
}
ul#twitter_update_list	{
	list-style:none;
	padding:0;
	margin:0;
}
ul#twitter_update_list li	{
	margin:30px 0 0 30px;
	padding:0;
	width:175px;
}
ul#twitter_update_list li span	{
	font-size:12px;
	color:#000;
}
ul#twitter_update_list li span a	{
	color:#df3293;
	position:inherit;
	text-decoration:underline;
}
ul#twitter_update_list li a	{
	color:#df3293;
}
ul#twitter_update_list li a	{
	color:#999;
	position:absolute;
	bottom:15px;
	left:30px;
	text-decoration:none;
}
a.follow	{
	position:absolute;
	bottom:0;
	right:0;
}
a.follow img	{
	border:0;
}
#links h2	{
	color:#DF3293;
	padding:0;
	font-size:25px;
}
#links ul.pages	{
	list-style:none;
	padding-left:30px;
}
#links ul.pages img	{
	border:0;
	margin-right:5px;
}
#links ul.pages a	{
	color:#df3293;
	text-decoration:none;
}
#links ul.pages li	{
	margin-bottom:10px;
}
#formwrap	{
	border:0;
}
#mainlegend	{
	color:#DF3293;
	padding:0;
	font-size:25px;
	font-weight:bold;
	text-shadow: #000000 0px 1px 1px;
	text-transform:uppercase;
}
#contentlist li	{
	font-size:12px;
}
.pages	{
	margin-bottom: 66px;
}