/*  
Theme Name: ImPress Theme
Theme URI: http://www.wpglam.com/
Description: The theme is released under a <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">Creative Commons Attribution-Noncommercial-Share Alike license</a>.
Version: 1.1
Author: WPGlam
Author URI: http://www.wpglam.com/

/* Section for the HTML Elements */

* {
	margin:0;
	padding:0;
	}

body {
	background: #34231A url(images/bg.gif) repeat-x;
	color: #D6CEBC;
	padding: 0px 0 25px 0;
	}

body, select, input, textarea {
	font: 100% Arial, Verdana, Sans-Serif;
	}
	
p {	
	margin: 15px 0;
	}
	
img {
	border: none;
}

/* Section for the Links Elements */

a:link, a:visited {
	color: #D66C08;
	text-decoration:none
	}

a:hover, a:active {
	color:#fff;
	text-decoration:underline;
	}

hr {
	display: block;
	height:1px;
	background:#333;
	border:0;
	}

small {
	font-size: 0.95em;
	background:#FFFFFF;
	padding:3px 5px;
	color:#333;
	}
	

/* Section for the Main Structure */

#page {
	width:980px;
	margin:0 auto;
	font-size:0.75em;
	background: url(images/pagebg.gif) right repeat-y;
	padding: 0px 0px 0px 0px;
	border-bottom: 1px solid #4B3A29;
	}

/* Section for the Header */

#branding {
	width:663px;
	height: 150px;
	background: #000000 url(images/header.jpg) no-repeat;
	margin-top: 0px;
	}

#branding h1{
    color: #ffffff;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 35px;
	}

#branding h1 a{
    color: #ffffff;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

.left {
	float:left;
	}

.right {
	float:right;
	width: 317px;
	height: 150px;
	}

#mtop {
	height: 100px;
	background: url(images/top1.jpg) no-repeat;
	}


#mlow {
	height: 30px;
	background: url(images/top2.gif) no-repeat;
	padding-top: 20px;
	}

#mlow h1 a{
	margin-left: 90px;
	color: #8E896F;
	font-size: 16px;
	letter-spacing: 1px;
	}

#mlow h1 a:hover {
	color: #272417;
	text-decoration: none;
	}

/* Section for the Sidebar Elements */

#sidebar {
	width: 300px;
	float:right;
	padding-right: 20px;
	margin-bottom: 20px;
	}

#leftcol {
	width:605px;
	padding-right:18px;
	margin-top:10px;
	float:left
	}
#wp-calendar {
	width: 80%;
	margin: auto;
	color:#000;
	background:#f2f2f2;
}
#wp-calendar th, #wp-calendar td {
	border: 1px solid #ddd;
	padding: 0.3em;
}
#wp-calendar tfoot {
	border: solid #ddd;
	border-width: 0 1px 1px 1px;
}
#wp-calendar tfoot td {
	border: none;
}
#wp-calendar td {
	text-align: right;
}
#wp-calendar td#prev, #wp-calendar td#next {
	text-align: center;
	font-weight: bold;
}
#wp-calendar tbody a, #wp-calendar tbody a:hover {
	text-decoration: none;
	font-weight: bold;
	display: block;
	background: #999;
	margin: -0.3em;
	padding: 0.3em;
	color: #fff;
}
#wp-calendar caption {
	font-weight: bold;
	padding-bottom: 5px;
	color: #D6CEBC;
}
#sidebar li a.rsswidget {
	font-weight: bold;
	display: block;
}
span.rss-date {
	display: block;
	font-size: 90%;
	padding-bottom: 0.5em;
	text-align: right;
}
		

/* Section for the Navigation Elements */

.topnav {
	background:#777 url(images/navmenu.gif) repeat-x;
}
#nav {
	font-size:1.1em;
	float: right;
	}
	
#nav li {
	list-style:none;
	float:left;
	}

#nav a, #nav a:visited {
	display:block;
	font-weight:bold;
	color: #f5f5f4;
	text-align: center;
	padding:6px 12px;
	}

#nav a:hover, #nav a:active {
	text-decoration:none;
	color: #6C8E05;
	}		

/* Section for the Digg-Style Navigation */

div.pagination {
	padding:3px;
	margin:10px;
	text-align:center;
}

/* Section for the Category Elements */

#cat {
	background:#B9112B url(images/nav.gif) repeat-x;
	font-size:1.1em;
	}
	
#cat li {
	list-style:none;
	float:right;
	padding-right: 5px;
	padding-left: 5px;
	}

#cat a, #cat a:visited {
	display:block;
	font-weight:bold;
	color: #f5f5f4;
	text-align: center;
	padding:6px;
	}

#cat a:hover, #cat a:active {
	text-decoration:none;
	color: #89081C;
	}		


div.pagination a {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #2C2C2C;
	text-decoration: none; 
	color: #fff;
	background: #2C2C2C url(images/poff.gif);
}
div.pagination a:hover, div.pagination a:active {
	border:1px solid #FFB525;
	color: #FFF;
	background: #FFB525 url(images/pon.gif);
}
div.pagination span.current {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #FFB425;
	font-weight: bold;
	background: #FFB525 url(images/pon.gif);
	color: #FFF;
}
div.pagination span.disabled {
	padding: 2px 5px 2px 5px;
	margin-right: 2px;
	border: 1px solid #f3f3f3;
	color: #ccc;
}



/* Section for the Headers */

h1 {
	font-size:2.00em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	letter-spacing:-0.02em;
	}
	
h2 {
	font-size: 2.3em;
	font-family: Arial, Helvetica, sans-serif;
	padding-bottom:8px;
	border-bottom:1px solid #BCB79B;
	margin: 20px 0;
	}

h3 {
	font-size: 1em;
	text-transform:uppercase;
	letter-spacing:0.1em;
	margin-bottom:10px;
	font-weight:bold;
	color:#9B8B67;
	}
	
.sitemap h3 {
	margin-top: 10px;
}
	
h5 {
	font: 2.0em Georgia, "Times New Roman", Times, serif;
	padding-bottom:8px;
	text-decoration: underline;
	color: #6C6762;
	margin: 20px 0;
	}

#sidebar h3 {
	border-top:5px solid #937E5D;
	border-bottom:1px solid #937E5D;
	padding:6px 0 6px 2px;
	margin:22px 0 15px 0;
	}

h3#respond {
	border-top:1px dotted #937E5D;
	margin-top:25px;
	padding-top:20px
	}

h3#comments {
	margin-top:32px
	}

/* Section for the Main Content */

#content {
	width:605px;
	float:left;
	padding-left: 26px;
	margin-bottom: 15px;
	}
	
.description {
	font-size: 1.3em;
	font-weight: bold; 
	font-style:italic;
	color:#545454;
	margin-top:-4px;
	}

/* Section for the Featured Elements */

.feature {
	padding:15px;
	color: #3B3B3B;
	}
	
.feature p {
	margin:0;
	}

#leftcol p {
	margin:0;
	line-height: 20px;
	}
			
#leadpic {
	float:left;
	margin: 0 19px 3px 0;
	}

#lead {
	margin-top:22px;
	background: #fff url(images/contentbox.gif) top no-repeat;
	}
#lead a{
    color: #E9B001;
	}

.title {
	font-size:1.2em;
	font-weight:bold;
	line-height:100%;
	}
	
.feature#lead .title {
	font:1.8em Georgia, "Times New Roman", Times, serif;
	line-height:100%;
	color: #314876;
	display:block;
	padding-bottom:7px;
	}

#leftcol .feature {
	border-bottom:none
	}

#leftcol h2 {
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	padding-bottom:5px;
	border-bottom:1px solid #333;
	margin: 5px 0;
	}

.sidead {
    margin-top: 15px;
	}

#sidelist li {
	list-style:none
	}
	
#sidelist li ul li {
	list-style:square;
	margin-bottom:5px;
	line-height:115%;
	margin-left:22px;
	}
#sidelist li li ul li {
	margin-bottom:0;
	}
			
.entry {
	padding: 1em 0;
}
.results .entry {
	padding-top: 0;
}
.post-cat {
	float:left;
	font-size: 95%;
	color: #000000;
}
p.postmetadata {  
	font-size:12px;
	font-weight:bold;
	padding:8px;
	height:25px;
	width: 575px;
	margin: 0 0 20px 0;
	text-align:right;
}
.single {
	font-size: 90%;
}
.post-comments {
	padding-left: 20px;
	float: right;
	font-size: 95%;
}

.postrss{
	color: #000000;
	font-size:13px;
	padding: 3mm;
	border: thin dotted #2c2c2c;
	font: verdana;
	margin-top:20px;
}
.sitemap ul {
	margin-left: 2em;
}
.sitemap ul ul {
	list-style: none;
	margin-bottom: 1em;
	margin-left: 0;
}


/* Section for the Post Content */

.similiar{
	width:560px;
	float:left;
	color:#434340;
	text-align:justify;
	margin:0px auto;
	padding:5px 6px 0px;
}

.similiar h2{
	color:#2E2E2C;
	font-size: 20px;
}

html>body .entry li { 

 margin: 10px 15px 8px 25px;
 }

html>body .entry ul {
	margin-left: auto;
	margin-right: 0px;
	padding: 0 30px 0 0;
}

.icons img{
	padding-right: 20px;
	padding-top: 5px;
}

/* Section for the Blockquote Elements */

blockquote{
	margin: 0px 25px 15px 15px;
	padding: 0px 25px 0px 10px;
	color: #fff;
	}
	
#content blockquote p{
	margin: 0px 0px 10px 0px;
	padding: 25px 30px 25px 33px;
	}

/* Section for the SearchForm Elements */

select {
	background:#f2f2f2;
	border:1px solid #9c9c9c;
	width:100%
	}
	
#searchform {
	padding:40px 5px 0 0;
	margin-left: 25px;
	}
#content #searchform {
	margin-left: 0;
	}
#s {
	width: 185px;
	}

.button {
	background:url(images/search.gif) no-repeat;
	color:#e7e7e7;
	border:none;
	width: 84px;
	height:18px;
	cursor:pointer;
	padding-bottom: 2px;
	}
*+html .button {
	padding: 0;
}
* html .button {
	padding: 0;
}
.button:hover {
	background-position:bottom;
	color:#000;
	}

#commentform input {
	width: 170px;
	margin: 5px 5px 1px 0;
	}
	
#commentform input.button {
	width: 120px;
	margin: 0;
	background-image:url(images/commentbutton.gif);
}
	
#commentform textarea {
	width: 100%;
	margin-top:5px;
	}


/* Section for the Comments Elements */

.commentlist li {
	margin: 15px 0 3px;
	padding: 8px 20px 10px 20px;
	list-style: none;
	background:#f2f2f2;
	border-top: 1px solid #ddd;
	color:#333;
	}

#commentform small {
	background:#FFF;
	font-weight:bold;
	padding:0;
	}
	
.commentmetadata {
	display: block;
	}

.commentlist small {
	background:#e9e9e9
	}

.commentlist cite {
	font: 1.6em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	letter-spacing:-0.05em;
	}	
	

/* Section for the Float Properties */

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
	}
	
.clearfloat {
	display:inline-block
	}

.clearfloat {
	display:block
	}
	
/* Section for the Footer Elements */

#footer {
	margin: 0 auto;
	width: 980px;
	font-size:0.7em;
	padding-top:15px;
	color:#74644B;
	font-weight:bold;
	}

#footer a {
	color:#A79874;
	}

/* Section for the Alignment Elements */

.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
div.alignleft {
	float: left;
	width: 48%;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
div.alignright {
	float: right;
	width: 48%;
	text-align:right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto 7px;
}
.wp-caption {
	text-align: center !important;
	padding-top: 4px;
	margin: 10px;
	font-weight: bold;
}
.wp-caption p.wp-caption-text {
	font-size: 90%;
	padding-top: 4px;
}
.attachment {
	text-align: center;
	margin: 5px 0;
}
.caption {
	text-align: center;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

/* Section for the Homepage Arrangement */

#hprecent {
width: 601px;
padding-bottom: 15px;
margin-bottom: 20px;
clear: both;
border-bottom: 5px solid #4B3A29;
border-top: 5px solid #4B3A29;
padding-top: 15px;
margin-top: 20px;
}

#hprecent .post h2 {
margin: 0px;
padding: 0px;
font-size: 20px;
color: #FCFCFC;
border: 0px;
font-family: "Times New Roman", Times, serif;
}

#hprecent .post h2 a {
color: #FCFCFC;
font-weight: normal;
}

#hprecent .post h2 a:hover {
color: #DB1534;
}

#hprecent .entry {
margin-bottom: 5px;
}

#hprecent .post {
float: right;
width: 450px;
}

#hprecent .entry-wide .post {
float: none;
width: auto;
}

#hprecent img {
float: left;
border: 3px solid #4B3A29;
width: 130px;
}

img.adright {
border: 0px;
margin-left: 15px;
}

img.adleft {
border: 0px;
margin-left: 15px;
}


#hpfeatured {
width: 980px;
position: relative;
margin: 0 0 5px 12px;
clear: both;
background: #E4E7E9 url(images/featured_bg.jpg) no-repeat right;
height: 110px;
text-align:center;
}
* html #hpfeatured {
margin-left: 0;
}
#hpfeatured a img {
border: 2px solid #CBBF9B;
float:none;
height: 75px;
margin: 13px 21px 0 0;
}

#hpfeatured a:hover img {
border: 2px solid #796F52;
}