/*
------------------------------------------------------------------------
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 {
	margin: 0px;
	padding: 0px;
	background: url('images/background.jpg') #fff top center repeat-x ;
	font-family: Arial;
	font-size: 11px;
	color: #999999;
}

a {
	outline: none;
}

.clear {
	clear: both;
}

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

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



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

.column_main {
	margin: 0px;
	padding: 0;
	width: 640px;
	float: left;
	text-align:left;
}

.column_right {
	margin: 0px;
	padding: 0px 20px 20px 20px;
	width: 280px;
	float: right;
	color:#333;

}

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

h1 { padding:0; margin:0; font-size:18px; font-weight:normal; color:#000;}

h2 {
	margin: 0px;
	padding: 20px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #007cc4;
	text-shadow: #000000 0px 1px 1px;
	border-bottom: 1px solid #444444;
}

#sidebar a
{
	color:#fff;
}

p {
	margin: 0px;
}

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

#header {

	margin-left:auto;
	margin-right:auto;
	width:950px;
	height:129px;
	padding:0px;

	
	
}



/* Logo */

.logo {
	float: left;
	width:272px; 
	height:70px; 
	background:url("images/logo.png") no-repeat;
	margin-top:25px;


	
}

/* 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: #007cc4;

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

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

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

#stage {
	margin: 0 0 106px 0;
	padding: 0px;
	height:543px;
	background-color: #000000;
	-webkit-box-shadow: 0px 0px 10px #000000;

}

#stage {
	text-align: center;
	background-color: #000000;
	height:543px;
}

#mediacontent {
	margin:0;
	padding:0;

}

#mediacontent h1 {
	margin:30px 0 10px 0;
	padding:0;
	color:#FFF;
}

#mediacontent a, #mediacontent a:visited {
	padding: 2px 5px;
	color: #cccccc;
	text-decoration: none;
}

#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;
	font-size:12px;
	float: left;
	cursor: pointer;
}

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

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

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

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

	-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: 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: #fff;
	background-color: #000;

	-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: #007cc4;

	-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;
	height:10px;
	color: #666666;
	background-repeat: repeat-x;
	background-position: bottom;
	
}

#stage .stage_footer .column_main {
	height:10px;
	margin: 0px;
	padding: 0px;
	float:left;
}

.stage_footer .column_right {
	height:10px;
	margin: 0px;
	padding: 0px;
	float:right;

}

.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;

}

#content2 {
	margin: 15px 0 0 0;
	}
	
#content2 .column_main {
	width:900px;
	}

#content2 .column_main p {
	margin: 0px;
	font-size: 12px;
	line-height: 20px;
	
}

#content2 .column_main a, #content2 .column_main a:visited {
	padding: 2px 5px 2px 5px;
	color: #cccccc;
	text-decoration: none;
}

#content2 .column_main a:hover {
	color: #ffffff;
}

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

#content2 .column_right p {
	margin: 0px 0px 10px 0px;
	font-size: 13px;
	line-height: 19px;
}

#content2 .column_right a, #content2 .column_right a:visited {
	padding: 2px 5px 5px 5px;
	color: #fff;
	text-decoration: none;
	
}

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

/* Comments */

#content2 .column_main #commenting p {

	margin: 0px 0px 10px 0px;

	background: none;

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

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










#content {margin:0; padding:0;}

#content .column_main p {
	margin: 0px;
	font-size: 12px;
	line-height: 30px;
	background: url('images/liner.gif');
	color: #000;
}

#content .column_main a, #content .column_main a:visited {
	padding: 2px 5px 2px 5px;
	color: #000;
	text-decoration: none;
	
	background-color: #fff;
}

#content .column_main a:hover {
	color: #000;
	font-weight:bold;
}

#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 {
	margin:90x 0 0 0;
	}

#content .column_right p {
	margin: 0px 0px 10px 0px;
	font-size: 13px;
	line-height: 19px;
}

#content .column_right h2{
	color:#0b1c2f;
}

#content .column_right a, #content .column_right a:visited {
	padding: 2px 5px 5px 5px;
	color: #fff;
	text-decoration: none;
	background-color: #000;
	font-size:16px;
	margin-bottom:3px;
}

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

/* 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;
	color:#333;
	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;
	

}

.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: 12px;
	font-weight: bold;
	text-align: right;
	color:#0c6294;
	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: 0px 0px 20px 20px;
}

#footer p {
	color: #999999;
	line-height: 16px;
}

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

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



/* Recherche-------------------------------------------------------------------------------------------------- */

#recherche{ height:31px; width:190px; padding:2px 0 0 0; margin:0; text-align:right;}

#recherche a{ font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#cc985e; float:left; margin:0; text-decoration:none;}

#recherche a:hover{ font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#cc985e; font-weight:bold;}

#rechercheForm{ height:19px; width:150px; padding-top:7px; font-family:arial, sans-serif; font-size:12px; text-align:center; color:#d9e3ea; background:url("images/menu/bg_recherche.gif") top left repeat-x; border:1px solid #09151c; float:left; margin-right:2px; }

#rechercheGo{ height:29px; width:29px; font-family:arial, sans-serif; font-size:10px; text-align:center; color:#FFF; background:url("images/menu/bg_go.gif") top right no-repeat; border:1px solid #09151c; float:left; cursor:pointer; cursor: hand;}






#header .menuPrincipal {
	width:400px;
	margin:10px;
	position:relative;
	display:block;
	left:154px;
	top:43px;
	
}

#header .menuPrincipal{ margin:0; padding:0; list-style-type:none; width:450px; height:32px; float:left; text-align:right;}

#header .menuPrincipal li{ padding:0; margin-right:5px; width:70px; height:32px; float:left; list-style-type:none; font-family:Arial, Helvetica, sans-serif; text-align:center;}

#header .menuPrincipal li a{ display:block; background:url("images/menu/bg2.gif") no-repeat;  font-size:12px; text-decoration:none; color:#FFF; width:70px; height:32px; line-height:32px; }

#header .menuPrincipal li a:hover{ background:url("images/menu/bg2_roll.gif") no-repeat; color:#FFF;}


#header .menuPrincipal li.bgroll a{display:block; font-size:10px; text-decoration:none; color:#FFF; width:70px; height:32px; line-height:32px;}

#header .menuPrincipal li.bgroll{ background:url("images/menu/bg_roll.gif") no-repeat; color:#FFF;}



p
{
	font-size:0.8em;
}


.date
{
	color:#00b14c;
}
