html *{
	padding: 0;
	margin: 0;
}
a img, :link img, :visited img {
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
}

p{
	line-height: 18px;
	margin-bottom: 14px;
}



body {
  background: #621414 url("images/back.png") fixed ;
  color: #333333;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;

}
a {
 text-decoration: none;
 color:#666666;
}
a:link {/* unvisited link */
 color:#0000FF;
}     
 
a:hover { /* mouse over link */
 color:#0000FF;
 text-decoration: underline;
}  
a:active {/* selected link */
 color:#9B1D1E;
}

blockquote {
	border: 1px dashed #ccc;
	padding: 6px 6px 6px 45px;
	color: #666666;
	font-style:italic;
	margin:15px;
	background: #FFF url("images/quote.gif") no-repeat 5px 5px;  
}

h2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 22px;
	color: #e57ad2;
	padding-bootom: 5px;
	margin-bottom: 20px;
}

#thewrap {
	
	float:left;
	width:100%;
	background:url("images/try.png") repeat-x;
}

#wrapper{
	width: 1000px;
	text-align: left;
  	background:#000000;
  	color: #555;
  	margin:10px auto 10px auto;
}

#wrapbot {
	width:1000px;
	height:20px;
	background:url("images/wrapbot.png") no-repeat;
	margin:0 auto 10px auto;
	float:left;
}

#content{
	width: 1000px;
}

#header {
	width:1100px;
	height:129px;

	background:url("images/header.png") repeat-x;
	margin:0px auto -10px auto;
	
}

#header h1 {
	color:#fff;
	padding:35px 0 0 70px;
	font-family:Helvetica,Verdana, Arial, sans-serif;
	font-size:28px;
	font-weight:bold;
	letter-spacing:2px;
}

#header h1 a { color:#fff; text-shadow:2px 2px 4px #000;}
#header h1 a:hover { text-decoration:none; text-shadow:2px 2px 4px #797979;}

#header h2 {
	color:#fff;
	font-family:Helvetica,Verdana, Arial, sans-serif;
	font-size:14px;
	letter-spacing:1px;
	font-weight:bold;
	padding:2px 0 0 70px;
	text-shadow:2px 2px 4px #000;
}
#site_content
{ width: 1000px;
  overflow: hidden;
} 

img,a {
	border:none;
}
#content_container { 	
        text-align: left;
	width: 700px;
	float: left;
	padding: 10px 0px 15px 10px;
}

#postContainer {
	float:left;
}

#adsDiv {
	width:133px;
	border:2px solid #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow:0px 0px 6px #636363;
	background:#F5F6F6;
	float:right;
}

#post {
	text-align: left;
	width: 665px;
	padding: 8px 15px 8px 15px;
	margin-bottom:10px;
	border:2px solid #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow:0px 0px 6px #636363;
	background:#F5F6F6;
}

#post img {
	float:center;
	margin:0 10px 10px 0;
}

#post a
{ 
  color: #333333;
 
}

#post a:hover
{ 
  color: #5E1212;
  text-decoration:none;
}

#post h2 {
 	margin: 0 0 10px 0;
	padding: 0 0 10px 35px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #495a08;
	font-size: 24px;
	background:url("images/post.png") no-repeat left center;
	line-height:24px;
	border-bottom:1px solid #CCCCCC;
}

#post h3 { 
	letter-spacing: 1px;
	font-size: 13px;
  }
  
#post ul, #post ol {
	margin: 0 0 5px 20px;
}
  
.post-footer {
	background:#eaeaea;
	font-size: 10px;
	padding: 0px 10px 0px 10px;
	line-height:30px;
	border:1px solid #d4d4d4;
	-moz-border-radius:5px;
	font-size:12px;
	
}


.dated {
	background: url("images/date.png") no-repeat left center;
	padding-left: 20px;

}

.category {
	background: url("images/category.png") no-repeat left center;
	padding-left: 20px;
	margin-left: 10px;

}

.comments {
	background: url("images/comments.png") no-repeat left center;
	padding-left: 20px;
	margin-left:15px;

}

.author {
	padding-left: 20px;
	background: url("images/author.png") no-repeat left center;
	margin-left:15px;

}

.tags {
	padding-left: 20px;
	margin-left: 15px;
	background: url("images/tags.png") no-repeat left center;

}

.more {
	padding-left: 20px;
	margin-left: 15px;
	background: url("images/more.png") no-repeat left center;

}


.sidebar { 
	float: left;
	width: 265px;
	padding: 10px 0px 15px 10px;
	margin:0 10px 0px 0;
}

.sidebarLine {
	background:url("images/sidebarLine.png") no-repeat;
	width:260px;
	height:30px;
	margin:5px 0 5px 3px;
	float:left;
}

.sidebaritem { 
	text-align: left;
	width: 265px;
	float: left;
	margin: 0px 0px 10px 0px;
	border:2px solid #ccc;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-box-shadow:0px 0px 6px #636363;
	background:#F5F6F6;

}

.sidebaritem h3 {
	margin: 10px 10px 10px 10px;
	font-family:"Helvetica", Verdana, Arial;
	line-height:24px;
	font-size:21px;
	color:#1b8fb5;
	text-shadow:0px 0px 1px #346a7c;
	letter-spacing:1px;
	
}

.ads {
	padding:0 0 0 30px;
	background:url("images/ads.png") no-repeat left center;
}

.categoriesSide {
	padding:0 0 0 30px;
	background:url("images/categoriesSide.png") no-repeat left center;
}

.archive {
	padding:0 0 0 30px;
	background:url("images/archive.png") no-repeat left center;
}

.blogroll {
	padding:0 0 0 30px;
	background:url("images/blogroll.png") no-repeat left center;
}

.meta {
	padding:0 0 0 30px;
	background:url("images/meta.png") no-repeat left center;
}

.sidebaritem ul
{ 
	width: 260px; 
	padding-top: 4px; 
	margin: 4px 0px 15px 10px;
}

.sidebaritem li{ 
	list-style: none; 
	width:230px;
	padding: 0px 0px 4px 0px; 
	border-bottom: 1px solid #D4D4D4;
}

.sidebaritem li a
{ line-height: 20px;
  text-decoration: none; 
  background: url("images/sidea.png") no-repeat left center;
  color: #333333;
  padding: 0px 0px 0px 28px;
  display: block;
  font-family:"Helvetica", Verdana, Arial;
} 

.sidebaritem li a.current, .sidebaritem li a:hover
{ 
	color:#1b8fb5;
	background: url("images/sidea.png") no-repeat left center;
} 

.sidebaritem img {
	margin:1px;
}


#ads img {
	margin:3px;
}

#footer { 
	width: 980px;
	margin:0 0 0px 10px;
	
	height: 30px;
	padding: 0px 0px 0px 0px;
	text-align: center; 
	clear:both;
	color: #666666;  
	background: #eee;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-top: 2px solid #eee;
	border-left: 2px solid #eee;
	border-bottom: 2px solid #ccc;
	border-right: 2px solid #ccc;
}

#footer p {
	line-height:30px;
}

#footer a {
	COLOR: #666666; text-decoration: none;

}

#footer a:hover { color:#4A0E0E;}

/* navigation */


#menu {
	margin: 10px 10px 0 10px;
	padding: 0 0 0 10px;
	background:url("images/menu.png");
	height: 40px;
	width:970px;

	
}

#menu ul {
	float:left;
	width:900px;
	list-style-type: none;
	font-size: 13px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

#menu li {
	float: left;
	margin: 0 5px 0 5px;

}
#menu li a {
	text-decoration: none;
	display: block;
	padding: 0 15px;
	line-height: 40px;
	color: #666;
}

#menu li.active a {
	background-color: #d4d4d4;
	border: 2px solid #DDD;
	color: #999;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	margin-top:-2px;
}

#menu li a:hover, #menu li.active a {
	background-color: #d4d4d4;

	color: #999;

}

#social {
	float:right;
	width:25px;
	padding:1px 0 0 0;
}

#social img {
	float:right;
	margin:0 2px 0 2px;
}

#social img:hover {
	margin-top:-2px;
	float:left;
}

