/*  
Theme Name: Ano's Starter Theme	
Theme URI: http://www.your-domain-name-here
Description: This is a starter theme with just the basics to get you started. Have fun!
Version: 1.0
Author: Anoroc

*/
body,h1,h2,h3,h4,h5,h6,blockquote,p{
margin: 0;
padding: 0;
}

body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	vertical-align: top;
	background-color: #48c1ff;
	
	
}

h1{
font-family:Verdana;
font-size: 16px;
padding:0 0 10px 0;
}
h3{
font-family:Verdana;
font-size: 14px;
font-weight: bold;
padding:0 0 0 0;
color:#cccccc;
}
h4 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 14px;
padding:0 0 10px 50px;
color:#333333;
}
a:link, a:visited {
font-family:Verdana, Arial, Helvetica, sans-serif;
text-decoration: none;
color: #2a5b72;
font-size:12px;
font-weight:bold;
}
a:hover {
	text-decoration: underline;
	}


/*For extra link styles*/
a.two:link, a.two:visited {
	font-size:18px;
	text-decoration: none;
	color: #FFFFFF;
	}

a.two:hover {
	text-decoration: underline;
	}
	
	a.three:link, a.three:visited {
	font-size:14px;
	text-decoration: none;
	color: #FFFFFF;
	}

a.three:hover {
	text-decoration: underline;
	}

p{
padding:20px 0 0 0;
}
#navlist li {
	display: inline;
	list-style-type: none;
	padding-right: 21px;
	
}

#wrapper {
	margin: 0 auto 0 auto;
	width: 1012px;
	text-align: left;
}

#header {
	float: left;
	width: 1012px;
	height:188px;
	background-image:url(images/header1.png);
	background-position: center top;
	background-repeat: no-repeat;
	
}

#advertisment{
 float: left;
 margin-left: 420px;
 margin-top: 11px;
 }

#navigation{
margin-top: 108px;
margin-left: 0px;
}

#subnav {
 float: left;
 margin-left: 36px;
 margin-top: -4px;
}

#container {
	float:left;
	width: 1012px;
	background-image: url(images/bg1.png);
	background-repeat: repeat-y;
	background-position: center top;
}
.post h2{
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#cccccc;
font-size:14px;
line-height: 20px;
padding:5px 6px 8px 10px;
margin: 1px 0 0 290px;
}

.entry{
line-height:19px;
padding:6px 6px 8px 10px;
margin: 1px 0 0 290px;
width: 625px;
}
p.postmetadata{
border-top:1px solid #ccc;
margin:10px 0 0 0;
}

/* new sidebar code start*/ 

#navcontainer
{
float: left;
width: 224px;
border-right: 1px solid #ffffff;
padding: 0 0 1em 0;
margin: 1px 10px 0 35px;
font-family: Lucida, Geneva, Helvetica, Arial, sans-serif;
background-color: #ffffff;
color: #333;
display: inline;
}

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

#navcontainer li
{
border-bottom: 1px solid #ffffff;
margin: 0;
}

#navcontainer li a
{
display: block;
padding: 2px 3px 2px 0.2em;
border-left: 10px solid #0099ff;
border-right: 10px solid #901fba;
background-color: #0099ff;
color: #fff;
text-decoration: none;
width: 100%;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
border-left: 10px solid #901fba;
border-right: 10px solid #6ec5ff;
background-color: #901fba;
color: #fff;
}

/*New sidebar End*/ 


.sidebar {
	float: left;
	width: 225px;
	background: #ffffff;
	margin: 1px 10px 0 35px;
}


#categorytree li {
	list-style-type: none;
	width: 224px;
	background-color: #6699cc;	
	}


#footer {
	clear: both;
	float: left;
	width: 1012px;
	height: 85px;
	padding-top:10px;
	background-image:url(images/footer.png);
	background-position: center top;
	background-repeat: no-repeat;
}
