body {
	margin:0;
	padding:0;	
	font-size:10px;
	font-size:small;
	font-family:Verdana, Arial, Sans-serif;	
	background:#39200C;
	font-size:12px;
}

abbr {
	cursor:help;
}	

blockquote {
	margin:1em;
	padding-left:10px;
	border-left:#666 2px solid;    
}

a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #A92D35;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #39200C;
}	

p {
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 5px;
	text-align: justify;
}	

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

li {
	margin:5px 0 0 0;
	padding:0;
}	
ul li {
	
	padding-left:15px;
	list-style:none;
}

h1 {
	font-size: 36px;
	color: #A92D35;
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 5px;
	font-family: Trebuchet Ms, arial, sans-serif;
	font-style: italic;
	font-weight: normal;
}
	
h2 {
	margin-top: 5px;
	font-size: 16px;
	padding: 5px;
	color: #A92D35;
	font-family: arial, verdana, sans-serif;
}

h3 {	
	font-size: 12px;
	color: #000;
	font-family: verdana, arial, helvetica, sans-serif;
}


fieldset {
	border:none;
}

img.left
{
float: left;
margin: 0px 14px 3px 0px;
}
img.right
{
float: left;
margin: 0px 14px 3px 0px;
}

#container {
	background-color:#fff;
	background-image: url(img/container.gif);
	background-repeat: repeat-y;
	margin:0px auto;
	width:790px;	
}

#header {
	text-align: right;
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	height: 149px;
	padding: 0px;
	position: relative;
}

#header h1{
	font-size:200%;
	font-weight:normal;
	font-family:"Century Gothic", sans-serif;
	letter-spacing:0.1ex;	
	background:none;	
	margin:0;
	padding:30px 10px;	
}

#ad {
	height: 60px;
	width: 468px;
	position: absolute;
	left: 310px;
	bottom: 15px;
}

#content {
	float:right;
	width:565px;
	margin:0;
	padding:0px 10px 20px 0px;
}

.page-title 
{
	margin:0.5em;
    padding:0.5em;	
}
.post 
{
    margin:0.5em 0.5em 3em 0.5em;
    padding:0.5em;
}
.post h4 
{
	font-size:1em;
	font-weight:normal;
	margin:0;
	padding:0.5em 0;
}
.post h4 em
{
	font-style:normal;
	float:right;
	font-weight:normal;
}
.post-title 
{
	font-size:16px;	
    	border:none;
    	margin:5px 0 5px 0;
    	padding:0;
	color: #39200C;
}
.post-title a:link, .post-title a:visited 
{
    color:#39200C;
    border-bottom:none;
}
.post-title a:hover, .post-title a:active 
{
    color:#fff;
    border-bottom:none;
}
.post-date 
{
    margin:0;
    padding:0;
    color:#999;    
}
.post-info 
{
    color:#999;
    margin:0;
    padding:3px 0;    
    border-top:#ccc 1px solid;
    clear:both;
    font-size:0.9em;    
}
.post-info em 
{
    color:#666;
    font-style:normal;
}
.post-info em.user
{
	background:url(img/user.png) no-repeat left center;
	padding:2px 0 2px 12px;
}
.post-info em.cat
{
	background:url(img/star.png) no-repeat left center;
	padding:2px 0 2px 12px;
}
.post-info a:link, .post-info a:visited
{
    border:none;
}
.post-info a:hover, .post-info a:active
{
    border-bottom:1px solid;
}
.post-content 
{
    margin:0;
    padding:0.2em 0;
}
.post-comments 
{
   float:right;
}
.post-comments a 
{
   background:url(img/comments-small.gif) no-repeat left center;
   padding-left:12px;   
}
#sidebar {
	float:left;
	width:200px;
	padding-left:15px;
	font-size:14px;
	font-family: arial, verdana, sans-serif;	
}
#sidebar h2 
{
    	color:#39200C; 
    	margin:0.5em 0 0 0;       
    	font-size:1em;   
    	font-weight:bold; 
	
}
#sidebar ul 
{
	margin:0;
	padding:2px 0;
	list-style:none;
}
#sidebar ul li 
{
	font-size: 14px;
	font-color: #39200C;
	font-family: arial, verdana, sans-serif;
	margin:0;
	padding:2px 0 0 0;
	list-style:none;
	background:none;	
}
#sidebar ul ul, #sidebar form 
{
    margin:0;
    padding:2px 0 0 2px;
}
#sidebar ul ul ul 
{
	margin:0;
	padding:2px 0;
}
#sidebar ul li ul li ul li
{
	margin:0;
	padding:2px 0 5px 2px;
	background:url(img/arrow.gif) no-repeat left center;
}
#sidebar li li a:link, #sidebar li li a:visited
{
    color:#000;
    border:none;
}

#sidebar li li 
{
    margin:2px 0;
}
#footer {
	clear:both;
	padding:8px 0;
	margin:0 auto;
	text-align:center;
	font-color: #fff;
	font-size:11px;
	background: #91302F url(img/img01.png) repeat-x;
}

#footer a, a:visited {
	color:#fff;
	text-decoration:none;
}

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

/*Comments Style*/
#comments, #respond{
	margin: 2em 0 0 5px;
}
.commentlist 
{
	margin:10px;
	padding:10px 20px;
}
#commentform 
{
	margin:10px;
	padding:10px;
}
.commentlist {
	margin: 0;
	padding: 0;
}
.commentlist li 
{
	list-style:none;
	margin: 10px 0;
	padding: 1em 0.5em;
	background:#fff;
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
}
.commentlist li .cmtinfo 
{
	font-size:1em;	
}
.commentlist li cite 
{
	font-style:normal;
	font-weight:bold;
}
.commentlist li .cmtinfo em 
{
	margin:0;
	padding:0;	
	font-style:normal;
	font-size:0.9em;
	color:#666;
}
.commentlist .alt
{
	background-color: #FDFAFA;
	border-top: #aaa 1px solid;
}

ul#navigation {
	list-style:none;
	margin:0 auto;	
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	background: #91302F url(img/img01.png) repeat-x;
	height:50px;
	text-decoration: none;
}

ul#navigation li 
{
	display: inline;
  	list-style:none;  
	text-decoration: none;
}	

ul#navigation a {
	display:block;
	float: left;
	padding: 17px 7px 0px 8px;
	text-decoration: none;
  	color:#fff;
}	

ul#navigation a:hover
{
	background: url(img/img02.png) repeat-x;
	color: #FFF;
	height: 33px;
	text-decoration: none;
}


textarea
{
    	background:#FDFAFA;
	border:#aaa 1px solid;
}

input.textbox
{
	width: 120px;
	padding: 1px 5px;
	background: #FDFAFA;
}

.btnSearch
{
	height: 22px;
	background: #39200C;
	border: 1px solid #167e97;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

textarea 
{
	width:80%;
} 
textarea:focus, input.textbox:focus 
{
	border:#000 1px solid;
}
dl dt 
{
	font-weight:bold;
	margin:5px 0;	
}
dl dd 
{
	padding-left:20px;
	display:inline;
}
#content ul.asides 
{
	margin:0 1em;
	padding:0;
	list-style:none;
}
#content ul.asides li 
{
	margin:1em 0;
	padding:0 15px;	
}
#content, #sidebar, .widget, #footer 
{
	overflow:hidden;
}

#left-ad {
	margin: 0px 0px 0px 15px;
	padding: 0px;
}