/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0 auto;
	padding: 0;
	font-family: 'trebuchet ms', verdana, Helvetica, sans-serif;
	font-size: 13px;
	color: black;
	width:960px;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
}

strong { 
       font-size: 1.1em;
}

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: trebuchet ms, verdana, Arial, Helvetica, sans-serif;
        margin-bottom:1px;
        padding-bottom:1px;
        margin-top:5px;
        margin-bottom:5px;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.4em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a {
	color: blue;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Menu */

#menu {
	width: 960px;
	height: 45px;
	margin: 0 auto;
	padding: 0px 0;
	background-image: url(images/img01.gif);
	background-repeat: repeat;
	background-position: center top;
	font-family: 'trebuchet ms', verdana, Helvetica, sans-serif;
	font-size: 16px;
}

#menu ul {
	height: 45px;
	margin: 0;
	padding: 0;
	background: url(images/img03.gif) no-repeat;
	list-style: none;
}

#menu li {
	float: left;
	height: 45px;
	background: url(images/img03.gif) no-repeat right top;
}

#menu a {
	float: left;
	height: 20px;
	margin: 0px;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background: url(images/img02.gif) repeat-x;
	color: #FFFFFF;
	height: 45px;
}


#menu .current_page_item a {
	height: 45px;
	color: #FFFFFF;
}

/* Logo */

#logo {
	width: 960px;
	height: 100px;
	margin: 0 auto;
	border-bottom: 6px solid #3F3F3F;
	color: #414141;
        background:url('images/magnifying.jpg') no-repeat right center;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0 20px;
}

#logo h1 {
	float: left;
	padding-top: 30px;
	letter-spacing: -3px;
	text-transform: uppercase;
	font-size: 3em;
}

#logo h2 {
	clear:both;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

#logo a {
	text-decoration: none;
	color: #414141;
}

#banner {
	background:url(images/new-header.jpg) no-repeat; 
	margin:0 auto; 
	width:960px; 
	height:212px
}

/* Page */

#page {
	width: 960px;
	padding-top: 3px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
}

/* Content */

#content {
	float: right;
	width: 680px;
}
.postbar_comments {
	float:left;
	height:37px;
	width:53px;
	margin-right:10px;
	margin-top:2px;
	background:url('images/comment.png') no-repeat;
	text-align:center;
	padding-top:1px;
	font-weight:bold;
	cursor:pointer;
	margin-left: 20px;
}
.postbar_comments2 {
float:left;
height:37px;
width:53px;
margin-right:10px;
margin-top:2px;
background:url('images/comment2.png') no-repeat;
text-align:center;
padding-top:1px;
font-weight:bold;
cursor:pointer;
}
.postbar_comments3 {
float:left;
height:37px;
width:53px;
margin-right:10px;
margin-top:2px;
background:url('images/comment3.png') no-repeat;
text-align:center;
padding-top:1px;
font-weight:bold;
cursor:pointer;
}
.comment_area a, .comment_area a:visited {
font-size:16px;
color:#AAA;
font-family:Myriad Pro, Arial, Times;
}
.comment_area a:hover {
color:#888;
text-decoration:none;
}
.comment-area-icon {
	float:left;
	width:48px;
	height:37px;
	background:url('images/comment-area-icon.png') no-repeat;
	margin-top:9px;
	margin-right:6px;
	margin-left: 4px;
}
.postbar_small_comments {
float:left;
height:14px;
}
.post {
	padding-bottom: 20px;
}

.post img  {
  float:left;
  border:none;
  padding: 20px;
}

.post .title {
	margin: 0;
	padding: 5px 5px;
	letter-spacing: -2px;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 24px;
}



.post .title a {
	text-decoration: none;
}

.post .entry {
	padding: 1px 5px 10px 5px;
        padding-top:0px;
}

.post .meta {
	height: 26px;
	background: #F5F5F5;
	border-top: 1px solid #E9E9E9;
	text-decoration: none;
	text-transform: uppercase;
	font-size: smaller;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
}

.entry h2 {
  font-size:1.3em;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 230px;
	font-size: 12px;
}

#sidebar a {color: #333; font-weight: normal;}


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

#sidebar li {
	margin-bottom: 10px;
}

#sidebar li ul {
	padding: 10px;
}

#sidebar li li {
	margin: 0;
	padding-left: 10px;
	padding-bottom: 5px;
  	font-weight: bold;  
	background: url(images/img04.gif) no-repeat left 50%;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 20px;
	margin: 0 0 10px 0;
	padding: 6px 0 0 5px;
	background: url(images/img07.jpg) no-repeat;
	border-bottom: 1px dashed #B9B9B9;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}

/* Search */

#search form {
	padding: 20px;
}

#search br {
	display: none;
}

#search #s {
	width: 135px;
}

/* Footer */

#footer {
	clear: both;
	width: 960px;
	height: 50px;
	margin: 0 auto;
	padding: 20px 0;
	border-top: 6px solid #3F3F3F;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

.alignleft {
  float:left;
}

#recommended {
  margin:15px 0;
  padding:10px;

  background-color:#fdd;
  border:1px dashed #f00;
}

.us1 {text-align:center;}
.us2 {text-align:center; padding: 0px 0px 5px 0px;}
.us1 a, .us2 a  {color: blue!important;}
#tags a {color: #000; text-decoration: none; font-size: 10px;}
#tags {clear: both; font-size: 11px;}

h2.title a {color: #222; display: block; }
#content {padding-top: 16px;}
h3#comments, h3#respond {font-size: 21px; margin: 5px 0 10px 0; padding: 0; font-weight: bold; text-shadow:1px 1px #ccc;}
h3#respond {font-size: 17px;}
h3#comments{padding-left:8px;}
#comments {background: #efefef; padding: 10px 2px;}
#comments a {color:#000; text-decoration: none;}
ul.commentlist {border-bottom: 2px solid #ddd; list-style-position: inside; padding:0!important;}
ul.commentlist li {background: #f7f7f7; padding: 8px 15px 0 15px; margin:0; list-style: none; border-bottom: 2px solid #efefef; border-top:1px solid #fff;border-left: 1px solid #f5f5f5; border-right: 1px solid #f5f5f5;}
#comments img {padding:0!important;}
