/*
------------------------------------------------------------------------
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: #111 url(images/background.jpg) no-repeat top right; background-attachment: fixed;

	font-family: Arial;
	font-size: 11px;
	color: #999999;
}

a {
	outline: none;
}

.clear, .clear1 { clear: both; }
.clear2 { clear: both; height: 30px; }

img, img a {border: none; }

/*
------------------------------------------------------------------------
CONTAINER
------------------------------------------------------------------------
*/

.container {
	margin: 0px auto;
	padding: 0px;
	
	width: 980px;
	
	text-align: left;
}

#top-wrap {
	width: 100%;
	background: #252525;
	border-bottom: 1px solid #444;
	margin: 0px auto;
	height: 33px;
	font-family: Arial;
	font-size: 11px;
}
#top-wrap-inside {
	width: 100%;
	margin: 0px auto;
}

#top-section-right-2 {
	float: right;
	width: 138px;
}


#top-section-right-2 .en a { background: url(images/flags/1-GBR.png) no-repeat;height:33px;width:33px;float:left; display: block; border-right: 1px solid #333; border-left: 1px solid #333; }
#top-section-right-2 .it a { background: url(images/flags/1-Italy.png) no-repeat;height:33px;width:33px;float:left; display: block; border-right: 1px solid #333;}
#top-section-right-2 .de a { background: url(images/flags/1-Germany.png) no-repeat;height:33px;width:33px;float:left; display: block; border-right: 1px solid #333;}
#top-section-right-2 .fr a { background: url(images/flags/1-France.png) no-repeat;height:33px;width:33px;float:left; display: block;}

#top-section-right-2 .en a:hover, #top-section-right-2 .it a:hover, #top-section-right-2 .de a:hover, #top-section-right-2 .fr a:hover { background-position: 0px -33px; }


#top-section {
	float: left;
	width: 68px; 
}


#top-section .fb a { background: url(images/flags/fb.png) no-repeat;height:33px;width:33px;float:left; display: block; border-right: 1px solid #333; }
#top-section .twit a {  background: url(images/flags/twitter.png) no-repeat; height:33px;width:33px;float:left; display: block; border-right: 1px solid #333; }

#top-section .fb a:hover { background: #ed1c24 url(images/flags/fb.png) no-repeat; }
#top-section .twit a:hover { background: #00aeef url(images/flags/twitter.png) no-repeat; } 
 

#logo { float: left; width: 217px; height: 56px; overflow:hidden; padding-left: 0px;  }
#logo img { }
#logo img:hover { margin-top: -56px; }



/*
------------------------------------------------------------------------
COLUMNS
------------------------------------------------------------------------
*/

.column_main {
	margin: 0px;
	padding: 0px 0px 20px 20px;
	
	width: 640px;
	
	float: left;
}

.column_right {
	margin-top:0px;
	padding: 0px 20px 20px 20px;
	
	width: 280px;

	float: right;
}

/*
------------------------------------------------------------------------
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 { padding:10px 0 10px;clear:both;position:relative; height: 60px; border-bottom: 1px solid #222; margin: 60px 0px 40px 0px; }

/* Logo */

.logo {
	font-size: 36px;
	font-weight: bold;
	letter-spacing: -2px;
	color: #999999;
	text-decoration: none;
	float: left;
}
.logo a {
	border: none; 
}	

/*
------------------------------------------------------------------------
STAGE
------------------------------------------------------------------------
*/

#stage {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

#stage .column_main {
	text-align: left;
	background-color: #000000;
	font-family: "Lucida Grande", Helvetica, Arial, Sans-serif;
}

#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 7px 0px 0px;
	padding: 3px 7px 3px 7px;
	color: #666666;
	text-decoration: none;
}

.image { 
	float: left; 
	margin: 0px 10px 0px 0px; 
	overflow: hidden; 
	border: 1px solid #333; 
	height: 30px; 
	width: 50px; 
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
}

.image img { border: none; margin: 0px; }

.episode_menu li a:hover {
	color: #ffffff;
}

.episode_menu li.current a {
	color: #ffffff;
	background-color: #666666;

	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* 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: #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: #333;
	background-image: url('images/stage_footer_back.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

#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: #cccccc;
	font-weight: bold;
	text-decoration: none;
}

.stage_footer p a:hover {
	color: #ffffff;
}


/* 2.2 Navigation  */



#navigation  { height: 60px; padding-top: 5px; font-size: 30px; margin: 0px auto; vertical-align: middle; margin-top: -55px;   }

#nav  { margin-right: 0px; }

#nav, #nav ul  { z-index:100; margin:0; padding:0; list-style:none; line-height:1; font-family: 'Yanone Kaffeesatz', Arial Narrow;  }

#nav a  { display:block; z-index:100; padding:0px 16px; color: #999; line-height: 50px; text-transform: uppercase; font-weight: bold;  text-decoration: none; }

#nav a:hover, #nav .current_page_item:hover a { color: #fff; background: #2b2b2b; display: block;  text-decoration: none; }

#nav li:hover { color: #fff; background: #2b2b2b;  }

#nav .red a:hover { color: #fff; background: #ed1c24; } 

#nav li ul:hover a { background: none; color: #999; }
#nav li ul a, #nav li ul li a, #nav li ul li:hover a { color: #999; }

#nav .current_page_item a  { color: #fff; text-decoration: none; display: block;  }

#nav li  { float:right; width: auto; margin: 0 0px 0 0; }


/* 2.2.1 Drop-down menus */

#nav li ul  { position: absolute; left: -999em; width: 440px; font-family: arial; border-right: none;  background: #161616 url(images/nav-drop.jpg) repeat-x top left; padding: 0px 20px 0px 10px;  z-index: 10000;  } 

#nav li ul.support  { position: absolute; left: -999em; width: 431px; font-family: arial; border-right: none;  background: #161616 url(images/nav-drop.jpg) repeat-x top left; padding: 0px 20px 0px 10px; margin-left: -126px; z-index: 10000; } 

#nav li ul.company { position: absolute; left: -999em; width: 197px; border-right: none;  background: #161616 url(images/nav-drop.jpg) repeat-x top left; padding: 0px 20px 0px 10px; font-family: arial; margin-left: 0px; z-index: 10000; } 

#nav li ul.gear { position: absolute; left: -999em; width: 590px; border-right: none;  background: #161616 url(images/nav-drop.jpg) repeat-x top left; padding: 0px 20px 0px 10px; font-family: arial; margin-left: 0px; z-index: 10000; } 


#nav li .blackblock { background: #000; padding: 15px 20px; width: 430px; display: block; clear: both; color: #fff; font-weight: bold; font-size: 11px; text-align: right; margin-top: 20px; margin-left: -10px; font-family: arial; z-index: 10000; }

#nav li ul.support .blackblock { background: #000; padding: 15px 20px; width: 422px; display: block; clear: both; color: #fff; font-weight: bold; font-size: 11px; text-align: right; margin-top: 20px; margin-left: -10px; font-family: arial; z-index: 10000; }

#nav li ul.company .blackblock { background: #000; padding: 15px 20px; width: 187px; display: block; clear: both; color: #fff; font-weight: bold; font-size: 11px; text-align: right; margin-top: 20px; margin-left: -10px; font-family: arial;  z-index: 10000; }

#nav li ul.gear .blackblock { background: #000; padding: 15px 20px; width: 585px; display: block; clear: both; color: #fff; font-weight: bold; font-size: 11px; text-align: right; margin-top: 20px; margin-left: -10px; font-family: arial;  z-index: 10000; }

#nav li ul li  {  margin:0; padding:0; width: 240px; border-right: none; float: left;  }

#nav li ul li h3 { color: #fff; margin: 10px 0px 0px 10px; font-size: 14px; padding-top: 15px;  font-family: arial; }

#nav li ul img { background: #000; padding: 10px 0px 0px 0px; }

#nav li ul .menusub1 { float: left; width: 100px;  }
#nav li ul .menusub1-nb { float: left; width: 100px;  }

#nav li ul .menusub2 { float: left; width: 130px;  }
#nav li ul .menusub2-nb { float: left; width: 130px; }

#nav li ul .menusub3 { float: left; width: 140px;  }
#nav li ul .menusub3-nb { float: left; width: 140px; }

#nav li ul .menusub4 { float: left; width: 120px;  }
#nav li ul .menusub4-nb { float: left; width: 120px;  }


#nav li ul li a, #nav li ul li:hover a   { height: 30px; font-size:12px; color:#999; text-transform: none; list-style-type: square; background: none; font-weight: normal; border-right: none; font-family: arial; text-decoration: none; }

#nav li ul li a:hover  { color: #fff; text-decoration: underline; background: none;  font-family: arial; }

#nav li ul li:hover { background: none; color: #999; font-family: arial; }

#nav li ul li a .left { float: left;  }
#nav li ul li a .right { float: right;  }


#nav li ul ul  { margin: -32px 0 0 240px; }

#nav li ul ul li a  {  }

#nav li ul li ul li a  {  }

#nav li il li h3 { background: #000; margin-bottom: 10px; font-weight: bold; color: #fff; }


#nav li:hover,#nav li.hover  { position:static; }

#nav ul .menutitle { margin: 0px; background: #333; width: 100%; }
#nav ul .menutitle img { background: #333; padding: 5px 0px 0px 10px; }


#nav li:hover ul ul, #nav li.sfhover ul ul,

#nav li:hover ul ul ul, #nav li.sfhover ul ul ul,

#nav li:hover ul ul ul ul, #nav li.sfhover ul ul ul ul { left:-999em; }

#nav li:hover ul, #nav li.sfhover ul,

#nav li li:hover ul, #nav li li.sfhover ul, #nav li li li:hover ul, #nav li li li.sfhover ul,

#nav li li li li:hover ul, #nav li li li li.sfhover ul  { left:auto; }

.design a { background: url(images/woothemes.png) no-repeat; width: 80px; height: 24px; overflow:hidden; display: block;  }

.design a:hover { background-position: 0px -24px;  }


/*
------------------------------------------------------------------------
CONTENT
------------------------------------------------------------------------
*/

/* Column Main */

#digg_span {
	float:left;
	margin:3px 10px 5px 0px;
}

#content .column_main p {
	margin: 0px;

	font-size: 17px;
	line-height: 30px;
	background: url('images/liner.gif');
}

#content .column_main a, #content .column_main a:visited {
	padding: 2px 5px 2px 5px;

	color: #cccccc;
	text-decoration: none;
	
	background-color: #333;
}

#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: 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: #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: 10px 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: 10px 2px 10px 10px;
	border-radius: 7px; -moz-border-radius: 7px; 	-webkit-border-radius: 7px;
	
	width: 240px;
	
	font-family: Arial;
	font-size: 13px;
	color: #fff;
	background: #333;
	border: none;

}

.leave_comment .textarea {
	margin: 0px;
	padding: 5px 2px 5px 2px;
	
	width: 419px;
	border-radius: 7px; -moz-border-radius: 7px; 	-webkit-border-radius: 7px;
	font-family: Arial;
	font-size: 13px;
	color: #fff;
	background: #333;
	border: none;
}

.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 { margin-left: -20px; }
#footer .column_main {
	padding: 0px 0px 20px 0px;
}

#footer p {
	color: #555;
	line-height: 16px;
}

#footer a, #footer a:visited {
	color: #555;
	text-decoration: none;
}

#footer a:hover {
	color: #ffffff;
	text-decoration: none;
}

.liner { border-top: 1px solid #222; width: 100%; }

.side { font: 12px Arial; line-height: 2; }
.topper { height: 50px; }

.fix { clear: both; margin-bottom: 0px; }

#footer .top  { border-bottom: 1px solid #222;  }

#footer .bottom  { color:#333; }

#footer  { margin-top: 30px; font-size: 11px; padding: 20px 0 40px 0; color: #333; margin-left: 20px; background: url(imges/box.png) no-repeat; }

#footer a:hover { text-decoration:underline; }

#footer h3  { margin: 0 0 15px 0; }

#footer p  { margin: 0 0 18px 0; }

#footer .top  { margin: 0 10px; padding: 0 0 0px 0; }

#footer .bottom  { margin: 0 10px; padding: 20px 10px 0 10px; font-size: 12px; text-transform: none; }

#footer .bottom p  { margin: 0; }

#footer #widget-left  { width: 550px; margin: 10px 0 0 10px;  font-family: arial; }

#footer #widget-right  { width: 310px; margin: 0 10px 0 0; }

#footer #credit img  { vertical-align: bottom; }

#footer #credit span  { display: none; }

#footer #credit  { margin-top: -3px;  }

#footer .widget { padding:0; margin:0 0 20px; background:none; }

#footer .widget ul li  { line-height: 25px; }

#footer .widget a:link, #footer .widget a:visited  { }

#footer .widget a:hover  {  }

.col-left { float: left; }

.col-right { float: right; }

.col-full  { width: 940px; margin: 0 auto;  }
