/*
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: #000000 url(images/img12.jpg) repeat top left;
	text-align: justify;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #7F7772;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea {
	padding: 5px;
	border: 1px solid #626262;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h1 a, h2, h2 a, h3, h3 a {
	margin: 0;
	text-decoration: none;
	font-weight: normal;
	color: #5787BD;
}

h1 {
	letter-spacing: -3px;
	font-size: 2.6em;
}

h2 {
	letter-spacing: -2px;
	font-size: 2em;
}

h3 {
	margin-bottom: 2em;
	font-size: 1em;
	font-weight: bold;
}

p, ol, ul {
	margin: 0 0 2em 0;
	line-height: 200%;
}

blockquote {
	margin: 0 0 0 1.5em;
	padding-left: 1em;
	
}

a {
	color: #5787BD;
}

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

img {
	border: none;
}

img.left {
	float: left;
	margin: 8px 20px 0px 0px;
	border: 2px solid #434343; 
}


/* Header */

#headercontainer {
	width: 100%;
	height: 128px;
	margin: 0 auto;
	background: #000000 url(images/bg_banner.gif);
}

#header {
	width: 932px;
	height: 128px;
	margin: 0 auto;
}

#logo h1, #logo p {
	float: left;
	color: #5787BD;
}

#logo h1 {
	height: 88px;
	padding: 20px 90px 0 0;
	font-size: 4em;
}

#logo p {
	margin: 0 0 0 -80px;
	padding: 55px 0 0 0;
	line-height: normal;
	letter-spacing: -1px;
	font-size: 1.2em;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
	color: #5787BD;
	font-weight: bold;
}

/* RSS */

#rss {
	padding: 30px 8px 20px 0;
	text-align: right;
	color:#CCCCCC;
}

#rss a {
	padding: 0 0 3px 20px;
	background: url(images/icon_user.gif) no-repeat;
	text-decoration: none;
	font-weight: bold;
	margin-right:3px;
}

#rss a:hover {
	text-decoration: underline;
}

/* Search */

#search {
	float: right;
	width: 200px;
	height: 28px;
	background: #FFFFFF url(images/img02.gif) no-repeat;
}

#search #x {
	display: none;
}

#search #s {
	padding: 6px 0px 5px 35px;
	width: 160px;
	height: auto;
	background: none;
	border: none;
	font: normal 1em Arial, Helvetica, sans-serif;
	color:#7F7772;
}

#search br {
	display: none;
}

/* Menu */

#menu {
	width: 950px;
	height: 50px;
	margin: 0 auto;
}

#menucontainer {
	width: 100%;
	height: 50px;
	margin: 0 auto;
	background: #6AA2FD url(images/img04.gif);
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	background: url(images/img15.gif) no-repeat right 100%;
	padding: 14px 27px 0 27px;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	height: 36px;
	background: url(images/img16.gif) repeat-x right 30%;
	color: #000000;
	padding: 14px 27px 0 27px;
}

#menu .current_page_item {
}

#menu .current_page_item a {
	color: #7F7772;
}

/* Page */

#page {
	width: 930px;
	margin: 0 auto;
	padding: 20px 0;
}

/* Ads */

#ads {
	float: left;
	width: 160px;
	border-style:solid;
	border-color:#7F7772;
	border-width:0px;
	height: 600px;
	
}

.adscontainer {
    padding-left:22px;
}

/* Content */

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

#contentbig {
	float: left;
	width: 850px;
}

.post {
}

.post .title {
}

.post .title h2 {
	margin: 0px;
	font-size: 25px;
	padding: 0px;
	
}

.post .title p {
	margin: 0;
	font-size: 15px;
	line-height: 12px;
	color: #7F7772;
	padding-bottom:10px;
	padding-left:2px;
	font-weight:bold;
}

.post .title p a {
     
	color: #BABABA;
}

.post .subtitle {
	height:35px;
	
	background:#0F1111;
	padding-left:25px;
	width: 630px;
	margin-bottom:10px;
	
}

.post .subtitle h2 a {
	margin: 0px;
	padding: 2px;
	color:#CCCCCC;
	
	letter-spacing: -2px;
	font: 23px  Georgia, "Times New Roman", Times, serif;
	
}

.post .entry {
	padding-bottom: 30px;
}

.post .entry2 {
	padding: 0px;
	margin-top: 30px;
	width:500px;
	top:30px;
}

.post .links {
	height: 42px;
	margin: 0;
	padding: 0px;
	padding-top:10px;
	background:#161614;
	border-color:#30302E;
	border-style:solid;
	border-width:1px;
	padding-left:5px;
	padding-right:5px;
	margin-right:5px;
	
}

.post .links a {
	text-decoration: none;
	font-weight: bold;
	font-size:11px;
	width:140px;
	height:20px;
	padding-left:21px;
}

.post .links a:hover {
	text-decoration: underline;
}

.post .links .more {
	/*background: url(images/img09.gif) no-repeat;*/
	float:left;
	width:120px;
	height:20px;
	padding-left:0px;
	margin-left:5px;
}

.post .links .comments {
	/*background: url(images/img10.gif) no-repeat;*/
	float:right;
	width:80px;
	height:20px;
	
}

.post .links .title {
	/*background: url(images/img10.gif) no-repeat;*/
	float:left;
	width:130px;
	height:20px;
	padding-left:0px;
	margin-left:5px;
}

.post .links .rating {
	background: url(images/5star.png) no-repeat;
	background-position:50px 0px;
	float:right;
	width:114px;
	height:20px;	
}

.post .links .rating .ratingnum {
   padding-right:20px;
   font-size:12px
	
}


/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
	backgrounda: #F3F3F3 url(images/img13.jg) repeat-y left top;
}

#sidebar li ul {
	padding: 15px 20px;
	line-height: 200%;
}

#sidebar li li {
	margin: 0;
	padding-left: 0px;
	
}

#sidebar h2 {
	width: 210px;
	height: 30px;
	padding: 5px 0 0 30px;
	background: #0F1111;
	letter-spacing: -1px;
	font-size: 1.6em;
	color:#CCCCCC;
	font: 21px  Georgia, "Times New Roman", Times, serif;
}

/* Footer */

#footer {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
	background: url(images/img11.gif) no-repeat;
}

#footer p {
	margin: 0 0 5px 0;
	text-align: center;
	line-height: normal;
	font-size: .9em;
}

#footer a {
	text-decoration: none;
}
.viewer {
	float: left;
	width: 330px;
	height: 282px;
	padding-bottom:5px;
}
.viewersmall {
	float: left;
	width: 219px;
	height: 195px;
	padding-bottom:5px;
}
.flashviewer {
    margin-right: 10px;
	padding: 2px;
	width: 317.1px;
	height: 204.4px;
    border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
}
.flashviewersmall {
    margin-right: 3px;
	padding: 2px;
	width: 210px;
	height: 130px;
    border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
}
.flashviewerintro {
     margin-right: 10px;
	padding: 2px;
    width: 650px;
	height: 429px;
    border-style:solid;
	border-color:#FFFFFF;
	border-width:1px;
}
.viewerintro {
    float: left;
	width: 660px;
	height: 500px;
}
.login {
    width: 340px;
	height: 34px;
	float:left;
}

.login p {
    float:left;
}
.logininput {
    float:left;
	width: 200px;
	height: 28px;
	background: #FFFFFF url(images/inputbare.png) no-repeat;
	color:#FFFFFF;
}
.loginsend {
    float:left;
	width: 60px;
	height: 24px;
	
}
.rating5 {
    background: url(images/viewer_star_5.gif) no-repeat;
}
.rating4 {
    background: url(images/viewer_star_4.gif) no-repeat;
}
.rating3 {
    background: url(images/viewer_star_3.gif) no-repeat;
}
.rating2 {
    background: url(images/viewer_star_2.gif) no-repeat;
}
.rating1 {
    background: url(images/viewer_star_1.gif) no-repeat;
}
.rating0 {
    background: url(images/viewer_star_0.gif) no-repeat;
}

.detailrating {
    height: 62px;
	
	background:#161614;
	border-color:#30302E;
	border-style:solid;
	border-width:1px;
	height:50px;
	margin:0px;
	padding-left:20px;
	width:190px;
	padding-top:15px;
	padding-bottom:21px;
}

.rateStatuscss {
    color:#5787BD;
	font-weight:bold;

}
   
.commentinput {
    float:left;
	width: 300px;
	height: 28px;
	background: #FFFFFF url(images/commentbare.png) no-repeat;
	color:#FFFFFF;
}

.comment {
	
	background:#161614;
	border-color:#30302E;
	border-style:solid;
	border-width:1px;
	margin:0px;
	padding-left:15px;
	padding-top:15px;
	padding-bottom:21px;
	margin-top:6px;
	width:625px;
	color:#FFFFFF;
	padding-right:15px;
	 
}

.comment a {
	padding:0px;
	margin:0px;
	color:#5787BD;
	
	 
}

.commentdate  {
	float:right;
	color:#7F7772;
	 
}

.bio {
	background:#161614;
	border-color:#30302E;
	border-style:solid;
	border-width:1px;
	margin:0px;
	padding-left:20px;
	width:190px;
	padding-top:15px;
	padding-bottom:1px;
}

.bio p {
    color:#FFFFFF;
	font-weight:normal;
	margin-right:15px;
}
.logout {
color:#7F7772;
font-size:12px;

padding:0px;
margin:0px;
}
.detailsinfo {
color:#CCCCCC;
    
}