/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #ffffff url(images/img1.gif) repeat-x;
	font: normal 13px arial, verdana, tahoma, sans-serif;
	color: #393939;
}

a {
	color: #393939;
	text-decoration: none;
	border: 0px;
}

img
{
	border: 0px;
}

td { 
	vertical-align: top;
}

a:hover {
	text-decoration: none;
	color: #528f6c;
}

fieldset {border:0;}


/* Header */
#logo 
{
	background: #1d3652 url(images/branding_bg.png) repeat-x top;
	height: 100px;
	/*min-height: 75px;*/
}

#logo_right
{
	background: #1d3652 url(images/branding_bg.png) repeat-x top;
	height: 100px;
	float: right;
	position:absolute; 
	top:0px; 
	right:0px;
	/*min-height: 75px;*/
}

#header {
	/*position: relative;*/
	width: 100%;
	margin: 0 0 0 0;
	background: #b6c7db;
	color: #1d3652;	
	height: 88px;
	/*
	width: 100%;
	height: 131px;
	*/
}

/* Logo */

/*
#logo {
	background: url(images/logo.png) no-repeat;
	width: 465px;
	height: 100px;
	float: left;
}
*/

/*
#logo * {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	color: #FFFFFF;
}

#logo h1 {
	padding: 100px 0 0 0;
	letter-spacing: -3px;
	font-size: 3.5em;
}

#logo h2 {
	letter-spacing: 1px;
	font-size: 1em;
}
*/

/* Floats */
.right { float: right; }
.left { float: left; }

/* Navigation */
#primary_nav 
{
	background: #181c2e url(images/primarynav_bg.png) no-repeat;
	font-size: 0.95em;
	border-bottom: 5px solid #528f6c;
	height: 31px;
	
	/*
	position: absolute;
	top: 100px;
	width: 100%;
	*/
}

	#primary_nav ul li, #primary_nav ul li a {
		color: #9bb2c8;
		text-decoration: none;
		float: left;
		list-style-type: none;
	}
	
	#primary_nav a:hover {
		color: #ffffff;
		text-decoration: none;
	}

	#primary_nav ul li {
		font-size: 0.95em;
		padding: 8px 8px;
		margin-left: 6px;
	}
	
	#primary_nav ul li.active {
		background: transparent url(images/tab_left.png) no-repeat top left;
		font-size: 1.05em;
		font-weight: bold;
		padding: 0;			
		margin: -4px 0px auto 5px;
		position: relative;		
	}
	
	#primary_nav ul li.active a {
		background: transparent url(images/tab_right.png) no-repeat top right;
		padding: 10px 15px 10px 10px;
		margin-left: 6px;
		display: block;	
		color: #fff		
	}
		
	#primary_nav ul li a {
		color: #9bb2c8;
		text-decoration: none;
	}
	
/* Menu */

/*
#menu {
	float: left;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}*/

/*
#menu a {
	display: block;
	float: left;
	padding: 5px 20px;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1em;
	font-weight: bold;
}

#menu a:hover, #menu .active a {
	padding: 5px 19px;
	background: #2F1A1A url(images/img2.gif) repeat-x left bottom;
	border: 1px solid #1E1010;
	border-right-color: #7A6D6D;
	border-bottom-color: #7A6D6D;
	color: #FFFFFF;
}
*/

/* Search */

#search {
	color: #556b85;
	font-size: 0.85em;
	margin: 5px 4px auto auto;	
	position: relative;
	right: 0px;
	float: right;
}

	#search .submit_input {
		background: #528f6c;
		border: 1px solid #1a2735;
		padding: 2px 5px;
	}

	#search input#main_search {
		background: #fff url(images/search_icon.png) no-repeat left;
		border: 1px solid #1a2735;
		padding: 3px 3px 3px 18px;
		margin-left: 5px;
	}

	#search a {
		color: #556b85;
		margin: 5px 7px;
	}

	#search label,
	#search input,
	#search #adv_search {
		float: left;
	}
		
/* Content */

#content {
	width: 100%;
	margin: 0 auto;
	margin-left: 0px;
	float: left;
	padding-left: 10px;
	padding: 0px 0 0 0;
}

#content h2 {
	font-size: 1em;
	color: #393939;	
}

/* Column One */
#colOne td{
	align: left;
	max-width: 70%;
}

#colOne a {
	text-decoration: underline;
}

#colOne a:hover {
	color: #666699;
}

#colOne h2 {
	margin-top: 0;
	color: #393939;	
}

#colOne p, #colOne ul, #colOne ol {
	line-height: 160%;
}

#colOne .credits {
	margin-bottom: 50px;
	padding: 5px 0 8px 8px;
	background: #210100;
	border-left: 2px solid #8A0600;
}

#colOne .credits p {
	margin: 0;
	padding: 0;
	line-height: normal;
}

/* Column Two */

#colTwo {
	float: right;
	width: 250px;
	background-color: #eef3f8;
	border: 1px solid #d5dde5;
	border-bottom: 4px solid #d5dde5;
	padding: 10px;
/*
	padding: 10px;	
	right: 20px;
	margin-right: 10px;
*/	
}

#colTwo ul {
	margin: 0px;
	padding: 4px 0 0 0;
	list-style: none;
}

#colTwo a {
	color: #284b72;
}

#colTwo li {
	line-height: 150%;
	margin-bottom: 20px;
}

#colTwo li li {
	margin-bottom: auto;
}

#colTwo li ul {
	padding-left: 20px;
	padding-bottom: 5px;
	list-style: square inside;
}

#colTwo h2 {
	padding-bottom: 5px;
	font-size: 1em;
	color: #1d3652;
	padding-left: 20px;
	background: url(images/comment_new.png) no-repeat 0px 0px;
	border-bottom: 1px solid #2C2C2C;
}

#ajaxSearch_input {
	width: 150px;
	margin-left: 20px;
	
	/*http://www.watchtvpro-experience.de/Forums/public/style_images/master/search_icon.png*/
	background: #9E9E9E url(images/img4.gif) repeat-x;
	border: 1px solid #9C9C9C;
	border-right-color: #C6C6C6;
	border-bottom-color: #C6C6C6;
}

#ajaxSearch_submit {
	background: #528f6c;/* url(images/img5.gif) repeat-x;*/
	border: 0px;
	margin-left: 2px;
	/*border: 1px solid #625252;
	border-right-color: #1B0F0F;
	border-bottom-color: #1B0F0F;*/
	color: #FFF;
}


/* Clear */
.clear {
	clear: both;
}

	.clearfix, .stats_list {
		overflow: auto;
	}

/* Rounded corners */
#user_navigation #new_msg_count, .message, .popupWrapper, .poll_question h4, .reputation,
.rounded {
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

/* Footer */

#footer {
	clear: both;
	width: 100%;
	height: 60px;
	margin-left: 10px;
	/*padding: 20px 0;*/
	background: url(images/gradient_bg.png) no-repeat;
}


#footer_utilities a {
	color: #fff
}

#footer_utilities {
	background: #2a304d url(http://www.watchtvpro-experience.de/Forums/public/style_images/master/gradient_bg.png) repeat-x 50%;
	color: #fff;
	font-size: 1.0em;
	padding: 4px 15px;
	margin: 25px 15px 0 15px;
	height: 30px;
	text-align: center;
}
	
	#footer_utilities p{
		margin: 12px 18px 0 0;
	}
	
	#footer_utilities td {
	}
	
/*
	#footer_utilities ul {
		padding: 2px 0;
		margin: 8px 0 0 0;
	}
		#footer_utilities ul li:first-child {
			color: #d5dde5;
		}

		#footer_utilities li {
			float: right;
			padding: 0 8px 4px 8px;
		}
	*/
	
	/* Search Terms Highlighting
------------------------------------------------------------------------------- */
.AS_ajax_highlight {
    background-color: #ffb;
    padding: 2px;
    margin: -3px;
    border: 1px solid #dd3;
    color: #000;
}

.searchTerms { position:relative; left:135px; top:30px ;color: #eee; }
.searchTerms .AS_ajax_highlight { margin: 0 0 0 3px;}
a.ajaxSearch_removeHighlight, a.ajaxSearch_removeHighlight:visited { position:relative; left:160px; top:-25px; display: block; float: left; margin: 6px 0 0; padding: 1px 2px 2px; color: #fff; }
a.ajaxSearch_removeHighlight:hover { background-color: #888; color: #222; }

#ajaxSearch_output {
    background: #000;
    color: white;
    -moz-opacity:0.95 !important;
    opacity:0.95 !important;
    filter: alpha(opacity=95) !important;
    position: absolute;
    top: 23px;
    left: 20px;
    width: 165px !important;
    z-index: 1;
    border: 0;
    padding: 4;
    margin: 0;
    font-size: 1.2em;
}

#ajaxSearch_output a {
	color: #fff;
	text-align: left;
	width: 172px;
	display: block;	
	width: 93% !important;
}

#ajaxSearch_output a:hover{ background-color: #2a304d; }
#ajaxSearch_output p {margin: 0;}
.ajaxSearch_paging { }

.AS_ajax_result {
    border-top: 1px solid #2f2f2f;
    color: #444;
    padding: 5px 10px 7px;
    margin: 0;
}
    .AS_resultLink {
        text-decoration: underline;
        padding: 0;
        margin: 0;
    }
    .AS_ajax_resultDescription {
        color: #fff;
    }
    .AS_ajax_more { color: #555; }
    .AS_intro { display: none;}
    
    