/*
------------------------------------------------------------------------
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-color: #333333;
	background-image: url('images/back.png');

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

a {
	outline: none;
	color: #fff;
	text-decoration: none;
}

.clear {
	clear: both;
}


img, img a
{
	border: none;	
}


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

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

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

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

/*
.column_right {
	margin: 0px;
	padding: 0px 20px 20px 20px;
	
	width: 500px;

	float: left;
}

*/
.column_right
{
	margin: 0px;
	padding: 0px 20px 20px 20px;
	
	width: 280px;
	font-size: 12px;

	float: right;
}

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

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

p {
	margin: 0px;
}

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

#header {
	margin: 0px;
	height: 110px;
}

#header p
{
	text-align: right;
	font-size: 15px;
	padding-top: 10px;
	padding-bottom: 5px;
	color: #fff;
}

#green
{
	color: #57A630;	
}
/* Logo */

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

/* Page Menu */

.page_menu {
	margin: 10px 0px 0px 0px;
	margin-top: 20px;

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


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

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

#show_videos  #drop_menu {
	margin: 40px 0px 10px 0px;

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

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

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

.show_tags {
	padding-top: 30px;
	margin-bottom: 10px;
	text-align: left;
	font-size: 12px;
	
}

/* Episode Menu */
.right #show_videos .episode_menu li {
	margin-bottom: 8px;
	width: 400px;
	display: block;
	float: left;
	cursor: pointer;
}


#show_videos .episode_menu li {
	margin-bottom: 8px;
	width: 480px;
	display: block;
	float: left;
	cursor: pointer;
}

#show_videos .episode_menu li a, .episode_menu li a:visited {
	color: #CBCBCB;
	text-decoration: none;
}

#show_videos .episode_menu li a:hover {
	
}

#show_videos.episode_menu li.current a {
	color: #ffffff;
}

/* Episode List */

ul.episode_list {
	margin: 0px;
	padding: 0px;
	width: 500px;
	list-style: none;
	clear: left;
	cursor: pointer;
}

.right #list_container {
	overflow:auto;
	overflow-x:hidden;
	height: 160px;
	width: 400px;
}

#list_container {
	overflow:auto;
	overflow-x:hidden;
	height: 380px;
	width: 525px;
}

.episode_list li a {
	margin: 0px;
	margin-bottom: 5px;
	padding: 12px 10px 12px 10px;
	background-color: #474747;
	color: #CCC;
	text-decoration: none;
	
	display: block;
	height: 53px;
}

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

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

#show_videos img, #showvideos img a
{
	border: none;	
}
.episode_list li a img
{
	float: left;
	padding-right: 10px;
}

/* 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_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;
}

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

.widget {
	line-height: 18px;
}

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

	list-style: none;
}

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

	font-size: 12px;
	line-height: 12px;
}

/*
------------------------------------------------------------------------
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;
}

*
{
	padding: 0px;
	margin: 0px;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFF;
	background-color: #000;
	background-image: url(images/back.png);
}

#center
{
	margin: 0 auto;
	width: 980px;
}

#header
{
	float: left;
	width: 980px;
	color: #a7dc46;
}

#header h1 a
{
	margin-top: 5px;
	display: block;
	float: left;
	height: 100px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;	
	width: 530px;
}

#header h1 a
{
	font-size: 0px;
	color: #5A5A5A;
}
#header h3 a
{
	margin-top: 5px;
	display: block;
	float: left;
	height: 100px;
	background-image: url(images/logo.png);
	background-repeat: no-repeat;	
	width: 530px;
}

#header h3 a
{
	font-size: 0px;
	color: #5A5A5A;
}



#header a
{
	color:	 #a7dc46;
	text-decoration: none;
	display: block;
	float: left;
	padding-left: 10px;
}

#header form
{
	display: block;
	float: right;
	margin-top: 50px;
}

#header li, #header li a
{
	list-style-type: none;
	float: left;
	margin: 0px;
	padding-right: 5px;
}

#header input
{
	margin-right: 10px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	padding: 5px;
	background: #fff;
	border: 1px solid #fff;
}

#header input.submit_search
{
	background-color: #a7dc46;
	color: #000;
	font-weight: bold;
	border: 1px solid #fff;
	padding: 4px;
}

#top_stage
{
	width: 980px;
	float: left;
	background-image: url(images/stage_top_back.png);
	background-repeat: repeat-x;	
	margin-top: 10px;
}

#top_stage h1, #footer_stage h1, #footer_stage h6
{
	display: block;
	float: left;
	color: #8c8c8c;
	font-size: 40px;
	padding: 5px;
}

#top_stage h1 a
{
	display: block;
	width: 175px;
	height: 40px;
	background-image: url(images/kanale.png);
	background-repeat: no-repeat;
	font-size: 0px;
	background-position: 20px center;
	color: #000;
}

#top_stage h1, #footer_stage h1
{
	display: block;
	float: left;
	color: #8c8c8c;
	font-size: 40px;
	padding: 5px;
}

#top_stage h5 a
{
	display: block;
	width: 175px;
	height: 40px;
	background-image: url(images/kanale.png);
	background-repeat: no-repeat;
	font-size: 0px;
	background-position: 20px center;
	color: #000;
}
#top_stage h5, #footer_stage h5
{
	display: block;
	float: left;
	color: #8c8c8c;
	font-size: 40px;
	padding: 5px;
}

#footer_stage h6
{
	display: block;
	width: 175px;
	height: 40px;
	background-image: url(images/tipps.png);
	background-repeat: no-repeat;
	font-size: 2px;
	background-position: 20px center;
	color: #4D4D4D;
}

#top_stage ul
{
	padding-top: 15px;	
}

#footer_stage ul
{
	padding-top: 13px;
}
#top_stage li, #footer_stage li
{
	display: block;
	float: left;
	list-style-type: none;
	list-style-image: none;
	font-size: 17px;
	font-weight: bold;
	padding: 3px;
	padding-right: 10px;
	
	
}

#footer_stage li
{
	padding-right: 10px;	
}

#footer_stage li.curr a
{
	color: 	#a7dc46;
}

#footer_stage li.weiter 
{
	color: 	#a7dc46;
	background-image: url(images/email.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 20px;
}

#footer_stage li.mail 
{
	color: 	#a7dc46;
	background-image: url(images/email.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}



#footer_stage li.mail2 
{
	color: 	#a7dc46;
	background-image: url(images/email.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
	margin-left: 20px;
}


#footer_stage li.weiter  a, #footer_stage li.mail a, #footer_stage li.mail2 a
{
	color: 	#a7dc46;
}

#top_stage li a, #footer_stage li a
{
	color: #fff;
	text-decoration: none;
}

#top_stage li a:hover, #footer_stage li a:hover

{
	color: #8b8a8b;	
}
#top_stage li.current-cat  a
{
	color: 	#a7dc46;
}

#main_stage
{
	width: 980px;
	float: left;
	background-color: #000;
}


.left
{
	width: 490px;
	float: left;
	padding: 5px;
	padding-top: 10px;
	padding-left: 20px;
}

.right
{
	width: 420px;
	float: right;
	padding: 5px;
	padding-top: 10px;
}

#footer_stage
{
	width: 980px;
	float: left;
	background-image: url(images/stage_footer_back.png);
	background-repeat: repeat-x;	
}

#main_stage h1
{
	color: 	#a7dc46;
	font-size: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main_stage .left h1 span.by
{
	color: #fff;
	font-weight: normal;
	font-size: 12px;
}

#main_stage .left 
{
	padding-bottom: 10px;	
	height: 500px;
	overflow:auto;
	width: 500px;
	overflow-x:hidden;
}

#main_stage .left p
{
	padding-bottom: 5px;	
}

#main_stage .left a
{
	color: 	#a7dc46;
	text-decoration: none;
	padding-left: 10px;
	
}

#content
{
	width: 980px;
	float: left;
}

#content .left
{
 padding-left: 0px;
 width: 500px;
}


#comment{

	height:100%;
	padding:0px 0px;
	margin:0px 0px;
	}
	
h3#comments {
	padding:5px 10px;
	margin:0px 0px;
	font-size:20px;
	font-weight:normal;
	color:#fff;
	} 	
	
#respond{

	height:100%;
	padding:0px 5px;
	margin:0px 0px;
	background:#666;
}	

#respond a
{
	color: #a7dc46; 	
}

#respond h3{
	padding:5px 10px 5px 10px;
	margin:0px 0px;
	font-size:22px;
	font-weight:normal;
	color:#fff;

	}
#commentform {
	padding:0px 10px 10px 10px;
	margin:0px 0px 0px 0px;
	color:#BFAFA7;
	}
	
#commentform p {	
	color:#fff;

	}
#commentform input {
	background:#F4F4F4;
	border:1px solid #DEDCDD;
	color:#444;
	padding-left:10px;

	}
#commentform textarea {
	background:#F4F4F4;
	border:1px solid #DEDCDD;
	color:#444;
	width:95%;
	padding:5px 5px;

	}
.comments input#submit {

	width:auto;
	line-height:25px;
	padding:3px 5px;
	background:#474747;
	color:#fff;

	}

ol.commentlist { 
	list-style:none; 
	margin:0; 
	padding:0; 
	text-indent:0; 
	
	}
	
ol.commentlist li { 

	margin:0 0 10px; 
	padding:5px 7px 5px 57px; 
	position:relative;

 }
 
ol.commentlist li div.comment-author { 
	padding:0 170px 0 0; 
}
ol.commentlist li div.vcard { 
	font-size:20px; 
	padding:5px 0px;
}

ol.commentlist li div.vcard cite.fn { 
	font-style:normal; 
}
ol.commentlist li div.vcard cite.fn a.url { 
	color:#a7dc46; 
	text-decoration:none; 
}
ol.commentlist li div.vcard cite.fn a.url:hover { color:#a7dc46; 
}

ol.commentlist li div.vcard img.avatar { 
	left:7px; 
	position:absolute; 
	top:7px; 
}

ol.commentlist li div.comment-meta { 
	font:12px ;
	position:absolute; 
	right:10px; 
	text-align:right; 
	top:5px; 
}

ol.commentlist li div.comment-meta a { 
	color:#8c8c8c; 
	text-decoration:none; 
}

ol.commentlist li div.comment-meta a:hover { 
	color:#8c8c8c; 
}
ol.commentlist li p { 
	font:normal 12px;
	margin:0 0 1em;
	line-height:18px;
 }
 
ol.commentlist li ul { 
	font:normal 12px/1.4; 
	list-style:square; 
	margin:0 0 1em;
	padding:0; 
	text-indent:0;
 
 }
 
ol.commentlist li div.reply {  
	display: none;
 }
 
ol.commentlist li div.reply a { 
	color:#fff; 
	text-decoration:none; 
	text-transform:uppercase; 
}

ol.commentlist li ul.children { 
	list-style:none; 
	margin:1em 0 0; 
	text-indent:0; 
}

ol.commentlist li ul.children li.depth-2 { 
	margin:0 0 .25em; 
}

ol.commentlist li ul.children li.depth-3 { 
	margin:0 0 .25em; 
}

ol.commentlist li ul.children li.depth-4 {
	margin:0 0 .25em; 
 }

ol.commentlist li.even { 
	background:#474747;
}

ol.commentlist li.odd { 
	background:#666666;
 }
 
ol.commentlist li.pingback div.vcard { 
	padding:0 170px 0 0; 
}
