/*
Theme Name: PowerTools Affiliates
Theme URI: http://www.powertools.ch
Description: PowerTools Affiliate Sitetheme
Version: 1.0
Author: Manuel Merz
Author URI: http://www.xdreams.ch
*/
* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0 0 25px 0;
	padding: 0;
	text-align: center;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	background-image: url(images/bg.gif);
	background-repeat: repeat-xy;
}
table, tr, td {
	margin: 0;
	padding: 0;
	border: 0;
}
p {
	font-size: 13px;
}
a:link, a:visited {
	color: #FF3C00;
	text-decoration: underline;
}
a:hover {
	color: #7EBEFF;
	text-decoration: underline;
}
img {
	border: 0;
}
/**************************************************************************************************************************************/
/* HEADER STYLES */
/**************************************************************************************************************************************/
#topbar {
	width: 980px;
	margin: 10px auto;
	text-align: right;
	background: transparent;
	line-height: 15px;
	color: #fff;
}
#topbar ul {
	list-style: none;
}
#topbar ul li { display: inline;}
#topbar ul li a {
	color: #fff;
	font-size: 10px;
}
#wrapper {
	width: 980px;
	margin: 0px auto;
	text-align: left;
	background: #fff;
}
#header {
	background: #fff;
	margin: 0 0 15px 0;
	padding: 10px;
	height: 80px;
}
#logo {float: left;}
#logo h1 {
	margin-top: 4px; 
	display: block; 
	background-image: url(images/logo.gif); 
	background-repeat: no-repeat; 
	width: 299px; 
	height: 53px; 
	padding: 0; 
	margin: 0;
}
#logo h1 a { 
	display: block; 
	text-indent: -999em; 
	padding: 0; margin: 0; 
	height: 38px; 
	width: 299px; 
	margin-top: 15px;
}
#logo h2 {font-size: 14px;}
#header table, #header tr, #header td {
	border-collapse: collapse;
}
#header table td {
	vertical-align: middle;
}
#header img {
	margin-right: 15px;
}
#banner {float: right; display: inline; margin: 6px 0 0 0; width: 468px; height: 60px; background-color: #fff; text-align: center; color: #fff;}
/**************************************************************************************************************************************/
/* NAVIGATION STYLES */
/**************************************************************************************************************************************/
#navigation {
	width: 100%;
	background: #fff;
	border-bottom: 8px solid #FF3C00;
}
#nav {
	display: table;
	padding: 0; 
	list-style-type: none;
	white-space: nowrap;
	margin: 0 0 0 15px;
}
#nav li {
	display: table-cell;
}
#nav li.current_page_item {
	display: table-cell;

}
#nav li.current_page_item  a {
	display: block;
		background-color: #FF3C00;
	color: #fff; 
}
* html #nav li {
	float: left;
}
*+html #nav li {
	float: left;
}
#nav a {
	display: block;
	width: auto;
	padding: 4px 16px;
	color: #333; 
	background: #7EBEFF; 
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	text-decoration: none;
	font-weight: bold;
}
* html #nav a {
	float: left;
}
.container {clear: both; text-decoration: none;}
* html .container {display: inline-block;}
#nav a:hover {
	color: #000; 
	background: #FF3C00;
}
/**************************************************************************************************************************************/
/* SUBMIT EMPFEHLUNG STYLES */
/**************************************************************************************************************************************/
#submit-empfehlung {margin-bottom: 15px;}
#submit-empfehlung h3 {
	display: block; 
	background-image: url(images/submit-empfehlung.gif); 
	background-repeat: no-repeat; 
	width: 269px; 
	height: 70px; 
	padding: 0; 
	margin: 0;
}
#submit-empfehlung h3 a { 
	display: block; 
	text-indent: -999em; 
	padding: 0; 
	margin: 0; 
	width: 269px; 
	height: 70px; 
}
/**************************************************************************************************************************************/
/* SIDEBAR STYLES */
/**************************************************************************************************************************************/
#sidebar {
	width: 280px;
	float: right;
	margin-top: 15px;
	border-bottom: 10px solid #fff;
}
#sidebar h2 {
	margin: 10px 0;
	padding: 2px 10px;
	background: #f3f2ed;
	font-size: 10pt;
	font-weight: bold;
	color: #666;
}
#sidebar ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}
#sidebar ul li {
	line-height: 1.8em;
	border-bottom: 1px solid #eee;
	font-size: 13px;
}
#sidebar ul li a:link, #sidebar ul li a:visited {
	text-decoration: none;
	color: #666;
}
#sidebar ul li a:hover{color: #FF3C00;}
#sidebar h2.halloffame {
	background-color: #8DBE38;
	color: #fff;
}
/**************************************************************************************************************************************/
/* FRONT  AND SINGLE POST TITLES STYLES */
/**************************************************************************************************************************************/
.frontpost {
	display: inline;
	background-image: url(images/icon_front_post.jpg);
	background-repeat: no-repeat;
	margin: 2px 0 6px 0;
	padding: 0;
	font-weight: bold;
	line-height: 33px; /* height of icon */
	background-position: 0 50%;
}
.frontpost a {
	color: #FF3C00;
	padding-left: 40px;
	font-size: 14pt;
	font-weight: bold;
	line-height: 33px;
	text-decoration: none;
}
#singlepost {
	display: inline;
	margin: 2px 0 6px 0;
	padding: 0;
	font-weight: bold;
	line-height: 33px; /* height of icon */
	background-position: 0 50%;
	background-image: url(images/icon_single_post.jpg);
	background-repeat: no-repeat;
}
#singlepost a {
	color: #FF3C00;
	padding-left: 40px; /* width of icon + whitespace */
	padding-top: 20px;	
	font-size: 14pt;
	font-weight: bold;
	margin: 0 0 5px 0;
	text-decoration: none;
}
/**************************************************************************************************************************************/
/* PAGE STYLES */
/**************************************************************************************************************************************/
#page {
	margin: 15px 0;
	line-height: 1.5em;
	width: 650px;
	float: left;
}
#page h2 {
	font-size: 12pt;
	font-weight: bold;
	margin: 0 0 5px 0;
	color: #c00;
}
#page .content {
	clear: left;
}
#page td {
	vertical-align: top;
	font-size: 13px;
}
#page p {padding: 10px 0; font-size: 13px; text-align: justify;}
#page li {
	margin-left: 35px;
}
.entry {text-align: justify; padding: 10px 10px; font-size: 13px; margin: 0 10px 30px 10px; width: 630px;}
.entry p { padding: 0; margin: 0; font-size: 13px; text-align: justify;}

.entry h2 {font-size: 20px; color: #84BA3B; font-weight: bold; text-decoration: underline;}
.entry h3 {font-size: 18px; color: #666666; font-weight: bold; text-decoration: underline; text-transform: uppercase;}

/**************************************************************************************************************************************/
/* MY RATINGS STYLES */
/**************************************************************************************************************************************/
#myratings {
	width: 100%;
	height: 35px;
	background-image: url(images/bg_myratings.gif); 
	background-repeat: repeat-x;
	margin: 10px 0 25px 0;
	padding: 15px 0 0 15px;
	background-color: #fff;
	border: 1px solid #F3F2ED;
	text-align: left;
}
#addthis {float: right;}
#meta {
	clear: right;
	margin: 20px 0 5px 0;
	padding: 10px;
	width: 100%;
	background-color: #e3f1ff;
	border: 1px solid #F3F2ED;
	font-size: 11px;
	text-align: left;
}
#meta span {font-weight: bold;}
#visitlink {
	clear: both;
	margin: 20px 0 5px 0;
	padding: 10px;
	width: 100%;
	height: 74px;
	background-image: url(images/bg_visitlink.gif);
	background-repeat: repeat-x;
	background-color: #fff;
	border: 1px solid #F3F2ED;
	text-align: left;
}
#visitlink a {
	display: block;
	float: left;
	padding: 30px 0 0 25px;
	width: 60%;
	height: 44px;
	color: #FF3C00;
	font-size: 22px;
	text-decoration: none;
}
hr.liner {
	width: 100%;
	background-color: #FF3C00; /* Farbe für Opera und Firefox */
	color: #FF3C00; /* Farbe für Internet Explorer (IE) */
	border: 0;
	height: 3px;
	margin: 15px 0 0 0;
}
/**************************************************************************************************************************************/
/* COMMENTS STYLES */
/**************************************************************************************************************************************/
#comments {
	text-align: justify; 
	font-size: 13px; 
	margin: 0 20px; 
	width: 650px;
}
h2.comments {
	background: #f3f2ed;
	font-size: 11pt;
	font-weight: bold;
	margin: 15px 0 0 0;
	color: #333;
	padding: 10px;
}
h3#respond {
	clear: right;
	font-size: 11pt;
	font-weight: bold;
	margin: 10px 0;
	color: #c00;
	padding: 0;
	border-bottom: 2px solid #FF3C00;
}
comments {
	clear: right;
	margin: 10px 0 5px 0;
	border-bottom: 1px solid #eee;
	padding-bottom: 2px;
	color: #333;
	font-size: 10px;
}
#page h3.review {
	font-size: 12px;
	padding: 4px 0 4px 15px;
	background-color: #f2f2f2;
	margin: 0 auto;
	text-align: left;
}
#comments p {
	margin-top: 5px;
	font-size: 13px;
	color: #333;
}
#comments ul {
	margin: 0;
	padding: 0;
}
#comments li {
	display: inline;
}
/**************************************************************************************************************************************/
/* FOOTER STYLES */
/**************************************************************************************************************************************/
#footer {
	clear: both;
	margin-top: 15px;
	border-top: 2px solid #7EBEFF;
	background: #f3f2ed;
	padding: 10px;
	font-size: 8pt;
	text-align: center;
}
#bottombar {
	width: 980px;
	margin: 10px auto;
	text-align: center;
	background: transparent;
	line-height: 15px;
	font-size: 8pt;
	color: #fff;
	font-weight: bold;
}
#bottombar ul {
	list-style: none;
}
#bottombar ul li { display: inline;}
#bottombar ul li a {
	color: #fff;
	font-size: 11px;
	font-weight: normal;
}
#bottombar ul li a:hover {
	color: #7EBEFF;
	font-size: 11px;
}
/**************************************************************************************************************************************/
/* REVIEW STYLES */
/**************************************************************************************************************************************/
.customer_favorite {
	font-size: 9pt;
	font-weight: bold;
	color: #666;
	padding-left: 10px;
}
div.review {
	margin: 10px 0 0 0;
	border-bottom: 1px dotted #666;
}
h3.review {margin: 0;padding:0;}
.reviewcount, .visitsite, .visitsite_single {
	float: right;
}
.reviewcount a, .reviewcount a:visited {
	display: block;
	margin-top: 1px;
	padding: 2px 4px;
	background-color: #8DBE38;
	font-size: 10pt;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.visitsite, .visitsite_single {
	padding-left: 8px;
}
.visitsite a:link, .visitsite a:visited {
	display: block;
	margin-top: 1px;
	padding: 1px 3px;
	background: #f3f2ed;
	font-size: 8pt;
	color: #069;
	text-decoration: none;
	font-weight: bold;
}
.visitsite_single a:link, .visitsite_single a:visited {
	display: block;
	margin-top: 1px;
	padding: 1px 8px;
	background: #c00;
	font-size: 8pt;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
.visitsite_single a:hover {
	display: block;
	margin-top: 1px;
	padding: 1px 8px;
	background: #fcc;
	font-size: 8pt;
	color: #06c;
	text-decoration: underline;
	font-weight: bold;
}
table.ratings {
	width: 150px;
}
table.ratings td {
	height: 20px;
}
div.ratings {
	margin: 10px 0 5px 0;
	padding: 0 10px;
	width: 100%;
	background-color: #e3f1ff;
	border: 1px solid #666;
	text-align: left;
}
ul.ratings { margin: 0; padding: 0; text-align: left;}
ul.ratings li { display: inline; list-style: none;margin: 0; padding: 0; text-align: left;}
td.ratings {
	white-space: nowrap;
	padding-left: 5px;
}
.rating_label {
	background-color: none;
	white-space: nowrap;
	padding: 1px 2px;
	font-size: 11px;
	font-weight: bold;
}
.rating_value {
	display: inline;
	white-space: nowrap;
	padding: 1px 3px;
	font-size: 11px;
}
.rating_value .no_ratings {
	color: #666;
}
/**************************************************************************************************************************************/
/* CONTENT IMAGE STYLES */
/**************************************************************************************************************************************/
.wp-caption {
    border: 1px solid #ddd;
    text-align: center;
    background-color: #f3f3f3;
    padding-top: 4px;
    margin: 10px;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.wp-caption img {
    margin: 0;
    padding: 0;
    border: 0 none;
}
.wp-caption {
    font-size: 10px;
    line-height: 17px;
	text-align: normal;
    padding: 0 4px 5px;
    margin: 0 10px 10px 0;
}
#page p.wp-caption-text {
    font-size: 11px;
    margin: 0 auto;
	text-align: center;
	color: red;
}
.alignleft {
 	float: left;
}
.alignright {
 	float: right;
}
/**************************************************************************************************************************************/
/* FRONTPAGE REVIEW STYLES */
/**************************************************************************************************************************************/
	table.reviewbar {
		margin: 10px 0 0 0;
		padding: 0;
		border: 0;
		border-collapse: collapse;
	}
	
	.reviewbar td {
		white-space: nowrap;
	}
	
	.reviewbar td.icon {
		padding-right: 3px;
	}
	
	.reviewbar td.text {
		padding-right: 10px;
	}

	.post, .smallpost {
		margin: 10px;
		padding-bottom: 10px;
		border-bottom: 1px dotted #ccc;
	}
	
	
#sidebar #recentreviews li a {
	font-size: 0.9em;
}
#sidebar #toprated li a {
	font-size: 0.9em;
}