/*
Theme Name: My CS
*/

body
{
  font-size:   13px;
  line-height: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin:0px;
  padding:0px;
  background-color:black;
  color:#303030;
}
a {
	color: #44a1d0;;
	text-decoration: none;
}
a:visited {
	color: #5EAFD7;
}
a:hover {
	text-decoration: underline;
        color:#00FF00;
        background: black;
}
#wrapper{width:980px;
		 background:#FFFFFF;
		 margin:0 auto;
		 }
		
#logo{background: url(http://cs-loozer.org.ua/upfon.jpg) no-repeat;
                height: 254px;
		width:980px;
		}
/* site title */
h1 {
	position: absolute;
	top: 30px;
	left: 25px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font: normal 30px/100% "Trebuchet MS", Arial, sans-serif;
}
h1 a, h1 a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: none;
}
.description {
	position: absolute;
	top: 70px;
	left: 25px;
	color: white;
	font: 15px Arial, Helvetica, sans-serif;
}	
#googlecontainer{float:left;
				  width:160px;
 				  }
.navtitlebg{background:url(images/SectionTitleBg.jpg) repeat-x;
			width:200px;
			height:33px;
			}
			
.navtitle{color:red;
		  line-height:30px;
		  font-size:16px;
		  padding-left:15px;
		  }
#sidebarcontainer{float:left;
				  width:200px;
 				  background:silver;
 				  }
		
.navtitlebg{background:url(images/SectionTitleBg.jpg) repeat-x;
			width:200px;
			height:33px;
			}
			
.navtitle{color:red;
		  line-height:30px;
		  font-size:16px;
		  padding-left:15px;
		  }
		  
#sidebarcontainer ul{ list-style-type:none;
padding-left: 5px;
margin-left: 0;
margin:0;
}

#sidebarcontainer a:link{color:green;
						 text-decoration:none;
						 font-size:13px;
						 font-weight:normal;
						 }
						 
#sidebarcontainer a:visited{color:#127ccd;
						 text-decoration:none;
						 font-size:13px;
						 font-weight:normal;
						 }
#sidebarcontainer a:hover{color:#3ca8fb;
						 text-decoration:none;
						 font-size:13px;
						 font-weight:normal;
						 }
.searchinput{background:url(images/searchfieldbg.jpg) no-repeat;
			 width:215px;
			 height:35px;
			 border:none;
			 color:#FFFFFF;
			 font-size:13px;
			 padding-left:10px;
			 line-height:33px;
			 margin-bottom:0px;
			 }						 
/* SIDEBAR BULLET PROPERTIES */
.pagebullet{list-style-image:url(images/LinksBullet.jpg);
				list-style-position:inside;
				margin-left:0px;
				}
.recentpostbullet{list-style-image:url(images/LinksBullet.jpg);
				list-style-position:inside;
				margin-left:10px;
				}
.categorybullet{list-style-image:url(images/LinksBullet.jpg);
				list-style-position:inside;
				margin-left:10px;
				}
.archivesbullet{list-style-image:url(images/LinksBullet.jpg);
				list-style-position:inside;
				margin-left:10px;
				}		
.linkbullet{list-style-image:url(images/LinksBullet.jpg);
				list-style-position:inside;
				margin-left:10px;
				}				 
#postscontainer{float:left;
                           width:620px;
 			   background-color: white;
			   }
				 
.posttitlebg{background:url(images/SectionTitleBg.jpg) repeat-x;
		        width:620px;
			height:35px;
			}
.posttitle{line-height:33px;
		   color:#FFFFFF;
		   padding-left:20px;
		   line-height:33px;
		   }
		   
a.postlinks:link{color:#FFFFFF;
				 text-decoration:none;
				 font-size:18px;
				 text-decoration:none;
				 }
a.postlinks:visited{color:#FFFFFF;
				 text-decoration:none;
				 font-size:20px;
				 text-decoration:none;
				 }
a.postlinks:hover{color:#FFFFFF;
				 text-decoration:none;
				 font-size:20px;
				 text-decoration:none;
				 }
		   			
.thecontent{padding:10px 10px;}

#postinfo{padding-left:15px;
		  font-size:13px;
		  color:#4b99d0;
		  font-weight:bold;
		  }
		
#postinfo a:link{font-size:13px;
				 color:#4b99d0;
				 font-weight:bold;
				 text-decoration:none;
				 }
				 
#postinfo a:visited{font-size:13px;
				 color:#4b99d0;
				 font-weight:bold;
				 text-decoration:none;
				 }
				 
#postinfo a:hover{font-size:13px;
				 color:#4b99d0;
				 font-weight:bold;
				 text-decoration:underline;
				 }
			
#comment{background-color:#127ccd;
		 color:#FFFFFF;
		 border:1px solid #FFFFFF;
		 width:300px;
		 }
#submit{background-color:#127ccd;
		color:#FFFFFF;
		border:1px solid #FFFFFF;
		}

#adscontainer{float:left;
			  width:185px;
			  margin-left:10px;
			  background:#d4e8f7;
			  height:600px;
			  }
			  
#footer{background: black;
clear: both;
		width:980px;
		border-top: black solid 2px;
		margin-top:5px;
}		
.footertext{color:#FFFFFF; 
clear: both;
			width:980px;
			text-align:center;
			font-size:13px;
			}
#set {
color:#333;
text-decoration:none;
font-size:9px;
font-family:Verdana, sans-serif;
border-bottom: black solid 2px;
}
.p {
font-size:9px;
font-family:Verdana, sans-serif;
}
#set a {
color:#333;
text-decoration:none;
font-size:9px;
font-family:Verdana, sans-serif;
}
/* next & previous post navigation */
.post-nav {
	clear: both;
	padding-bottom: 35px;
	margin-top: -2px;
	font-size: 95%;
}
.post-nav a, .post-nav a:visited {
	color: black;
	text-decoration: none;
}
.post-nav a:hover {
	text-decoration: none;
}
.post-nav .previous a {
	float: left;
	padding-left: 20px;
	background: url(images/post-nav-previous.gif) no-repeat left center;
}
.post-nav .next a {
	float: right;
	padding-right: 20px;
	text-align: right;
	background: url(images/post-nav-next.gif) no-repeat right center;
}