
* {
		margin:0;
		padding:0;
}

body{
		font-family: "Trebuchet MS", Arial, Helvetica, Georgia, sans-serif;
		font-size:0.9em;
		text-align:center;
		vertical-align:top;
		background:#C0C0C0;
		color:#3E3E3E;
}


#wrapper{
		margin: 0 auto 0 auto;
		width:900px;
		text-align:left;
		border:#000 1px solid;
		background:#E7E7E7;
}

#header{
		float:left;
		width:900px;
		height:225px;
		padding:0px;
		background:url(img/headbg.png) repeat-x;
}

#searchform {
		float:right;
		margin-top:-6px; 
		padding-right:22px; 
		
}

#s
			{
			height:17px;
			width:155px;
			border:solid 1px #AE5A5A;
			text-align:left;
			vertical-align:middle;
			padding-top:3px;
}

#searchsubmit {
		height:22px;
		width:30px;
		background:url(img/searchbg.png) repeat-x;
		border:none;
		color:#868686;
		font-weight:bold;
		font-size:87%;
		vertical-align:middle;
		text-align:center;
		margin-left:1px;
	}
	
#searchsubmit  a:active{
		border:none;
}
	
#container{
		float:left;
		width:630px;
		padding-left:30px;
		padding-top:20px;
}

#header, #wrapper, #sidebar, #footer, #bottom, .widget {
    	overflow: hidden;
}

a:link, a:visited{
		text-decoration:none;
		color:#993232;
}

a:hover{
		text-decoration:underline;
}

/* end general and basic containers layout */  

/* title pages navigation start */

#tpages {
		width:900px;
		height:41px;
		text-align:right;
		margin:0px;
		vertical-align:middle;
		padding-top:19px;
	}

#tpages a:link, #tpages a:visited {
 		display:inline;
 		color:#868686;
 		text-decoration: none;
}

#tpages a:hover {
 		border-top: solid 19px #868686;
		border-bottom: solid 18px #868686;
 		color:#868686;
 		text-decoration:none;
}

#tpages ul li{
		font-size:18px;
		display:inline;
		text-transform:uppercase;
		list-style-type:none;
		font-weight:normal;
		padding-right:15px;
	
}

/* title pages navigation end */
/* blog name and slogan start */

#title a:link, #title a:visited, #title a:hover{
		font-family: "Trebuchet MS", Arial, Helvetica, Georgia, sans-serif;
		color:#ffffff;
		text-decoration:none;
}

#title{
   	 	text-align:left;
		height:53px;
		padding-left:45px;
		padding-top:53px;
}

h1#blogname{
		font-size:32px;
		color:#ffffff;
}

#slogan{
		font-size:15px;
		font-weight:bold;
		color:#C0C0C0;
}

/* blog name and slogan end */
/* sidebar styles begin */

.sidebar {
		float:left;
		display:inline;
		width:220px;
		padding-top:10px;
		padding-bottom:10px;
		padding-right:20px;
		margin:0px;
}

.sidebar h2{
		display:block;
		font-size:15px;
		text-transform:uppercase;
		font-weight:bold;
		text-align:right;
		color:#FFFFFF;
		margin-left:-20px;
		padding-right:8px;
		border-top:solid 15px #e7e7e7;
}

.sidebar a:link, .sidebar a:visited {
 		color:#ffffff;
		font-size:13px;
		text-decoration:none;
		text-transform:uppercase;
}

.sidebar a:hover{
 		color:#c0c0c0;
}

.sidebar ul {
		background:url(img/sidebg.png) repeat-y;
		padding-bottom:15px;
		list-style-type:none;
		color:#ffffff;
		padding-left:8px;
}

table#wp-calendar{
		width:100%;
		color:#ffffff;
		font-weight:normal;
		text-align:center;
		padding-right:9px;
}

table#wp-calendar a:link, table#wp-calendar a:visited {
 		color:#868686;
 		text-decoration: none;
		font-weight:normal;
}

table#wp-calendar a:hover {
 		color:#C0C0C0;
}


#today, #today a:link, #today a:visited, #today a:hover {
		background:url(img/today.png) no-repeat center;
 		text-decoration: none;
		font-weight:bold;
		color:#993232;;
}

/* sidebar styles end */

/* posts styles start */

.postdate {
		float:left;
		background:url(img/datebg.png) no-repeat left;
		height:83px;
		width:83px;
		padding-right:7px;
		margin:0px;
}

.month {
		font-size:12px;
		font-weight:bold;
		line-height:12px;
		text-transform:uppercase;
		text-align:center;
		padding-top:18px;
		color:#AD5555;
		margin:0;
}

.daynumber {
	    font-size:35px;
		line-height:35px;
		font-weight:bold;
		text-align:center;
		padding-right:4px;
		color:#993232;
		letter-spacing:-3px;
}

.posttitle {
		font-size:14px;
		line-height:17px;
		color:#993232;
}

.posttitle a {
		color:#000000;	
}

.post h2 a {
		font-size:28px;
		font-weight:bold;
		line-height:32px;
		color:#993232;
		text-decoration:none;
}

.post h2 a:visited {
		color:#993232;
}

.post h2 a:hover{
	color:#DC4345;
	text-decoration:none;
}

p.postmetadata{
		margin:0;
		text-align:left;
}

.postmetadata {
		font-size:13px;
		text-transform:uppercase;
}

.postmetadata a:link, .postmetadata a:visited, postmetadata a:active {
		color:#000000;
}

.entry{
		font-size:13px;
		padding-top:11px;
		padding-right:37px;
}

.entry ul{
		padding:5px 0 5px 0;
		margin-left:25px;
		list-style-type:disc;
}
	
.entry ol{
		padding:5px 0 0 0;
		margin-left:25px;
}
	
.entry img.wp-smiley {
		padding:0;
		border:0px;
}
	
.entry img {
		padding:2px 2px 2px 2px;
		border:2px solid #d0d0d0;
}	

.blockquote {
		padding:20px 10px 20px 25px;
		font-style:italic;
}

.divide {
		background:url(img/divider.png) no-repeat; /* border-top: 1px dashed #000; */
		margin-left:37px;
		margin-top:22px;
		margin-bottom:18px;
		height:5px;
		text-align:center;
}

/* posts styles end */
/* comments */

.comments-template{
		margin: 10px 0 0;
		padding: 10px 0 0;
}

.comments-template ol{
		margin:0;
		padding:10px 0px 15px;
		list-style:none;
}

.comments-template ol li{
	margin:0;
	line-height: 18px;
	padding-bottom:10px;
	padding-top:10px;
}

.comments-template h2, .comments-template h3{
		font-family: "Trebuchet MS", Arial, Helvetica, Georgia, sans-serif;
		font-size: 16px;
}

#respond {
		padding-top:35px;
}

.commentmetadata{
		font-size: 12px;
}

.comments-template p.nocomments{
		padding: 0;
}

.comments-template textarea{
		font-family: Arial, Helvetica, Georgia, Sans-serif;
		font-size:12px;
}

.navigation {
		padding-top:10px;
		padding-bottom:10px;
}

.navigation a:hover  {
		text-decoration:underline;
}

/* comments */
/* footer and bottom styles start */


#footer{
		clear:both;
		float:left;
		width:900px;
		height:165px;
		background-color:#8E8E8E;
		color:#ffffff;
		text-align:center;
		font-weight:normal;
}

.spons {
		float:left;
		width:470px;
		text-align:left;
		font-size:10px;
		color:#C0C0C0;
		text-transform:uppercase;
		padding-top:9px;
		padding-left:15px;
}

.spons a {
		font-weight:bold;
}

.desgn {
		float:right;
		width:400px;
		text-align:right;
		font-size:10px;
		color:#C0C0C0;
		text-transform:uppercase;
		padding-top:9px;
		padding-right:15px;
}
			
.desgn a {
		font-weight:bold;
}			
			
#bottom {
		float:left;
		height:127px;
		padding-top:8px;
		width:900px;
		background-color:#CDCDCD;
		border-top:solid 1px #8E8E8E;
}


#bottom h2 {
		font-size:28px;
		text-transform:uppercase;
		color:#fff;
}

.ends {
		color:#777777;
}

#bottom a:link, #bottom a:visited {
		color:#777777;
		text-decoration:none;
		font-size:13px;
		line-height:15px;
}

#bottom a:hover {
		color:#fff; 
}

#bottom ul li {
		text-align:justify;
		list-style:none;
		font-size:13px;
		color:#777777;
}

#recposts {
		float:left;
		height:155px;
		width:300px;
}

#recposts ul{
		padding-left:68px;
		padding-top:5px;
		line-height:16px;
}

#recposts h2 {
		padding-left:15px;
}

#recoments {
		float:left;
		height:155px;
		width:300px;
		line-height:normal;
}

#recoments ul{
		padding-left:37px;
		padding-top:5px;
		line-height:16px;
}

#recoments h2 {
		padding-left:21px;
}

#linkage {
		float:left;
		height:155px;
		width:300px;
		list-style:none;
}

#linkage h2 {
		padding-right:15px;
}

#linkage ul{
		padding-left:76px;
		padding-top:5px;
		line-height:16px;
}

.entry ul{
	padding:5px 0 5px 0;
	margin-left:25px;
	list-style-type:disc;
}
	
.entry ol{
	padding:5px 0 0 0;
	margin-left:25px;
}
	
.entry img.wp-smiley {
	padding:0;
	border:0px;
}
	
.entry img {
	padding:2px 2px 2px 2px;
	border:2px solid #d0d0d0;
	margin:5px 5px 5px 5px;
}	

blockquote {
	border-left:5px solid #868686;
	font-style:italic;
	margin:15px 10px 15px 10px;
	padding-left:15px; 
}