/*
	Theme Name: iGreat
	Theme URL: http://newwpthemes.com/wordpress-theme/igreat/
	Description: iGreat is elegant and clean design free WordPress theme suitable for any niche. Theme Options at admin panel.
	Author: NewWpThemes.com
	Author URI: http://newwpthemes.com/
	Version: 2.0 
	Tags: Tech, Technology, Ads Ready, Two Columns, Right Sidebar, Fixed Width, Blogging, Theme Options
*/
 
/* LAYOUT */

body {
	background: url(images/bg.jpg);
	background-position: top left;
	background-color: #e9e4e4;
	background-attachment: fixed;
	}

#wrapper {
	padding:0;
	
	}

#container {
	
	}

#contentwrap {
	background: #ece7d3 url(images/contentwrap.jpg) repeat-y;
	}

a {
	color: #743e1b;
	}

a:hover {
	color: #f74724;
	}
/* HEADER */

#header {
	height: 187px;
	
	}

#header h1 {
	margin-bottom: 4px !important;
	padding: 0px;
	font-weight: normal;
	font-family: Verdana, Arial;
	font-size: 48px;
    font-weight: bold;
	}

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


#header h2 {
	color: #908e8e;
	font-size: 12px;
	line-height: 14px; 
	font-family: Arial;
    font-style: italic;
	}
    
.logoimg {
    margin: 0 0 3px 0;
    }
/* NAVIGATION MENUS */

#subscriptioncontainer {
	height: 24px;
	float: right;
	}
	
#subscription {
	height: 22px;
	float: right;
	}

#subscription, #subscription ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#subscription {
	margin-bottom: 1px;
	}
	
#subscription ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#subscription li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#subscription ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#subscription li a, #subscription li a:link {
	color: #544c4c;
	display: block;
    margin: 0px 3px 0px 3px;
	padding: 4px 0 0px 10px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	}
	
#subscription li a:hover, #subscription li a:active, .current_page_item {
	display: block;
	text-decoration: none;
	color: #544c4c;
	}
	
#subscription  li.current_page_item a {
	color: #544c4c;
	}

#subscription li:hover, #subscription li.sfhover { 
	position: static;
	}
    
#pagemenucontainer {
	height: 50px;
    width: 640px;
    background: url('images/bg_menu1.jpg') no-repeat;
	}
	
#pagemenu {
	height: 52px;
	
	}

#pagemenu, #pagemenu ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	margin-left: 20px;
	}
#pagemenu {
	margin-bottom: 1px;
	}
	
#pagemenu ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#pagemenu li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
    
	}
	
#pagemenu ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
    
	}
	
#pagemenu li a, #pagemenu li a:link {
	color: #58280a;
    background: url(images/menusep.png) center right no-repeat;
	display: block;
    margin: 0px 3px 0px 3px;
	padding: 18px 15px 20px 10px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
    text-shadow: 0 1px 0 #fff;
	}
	
#pagemenu li a:hover, #pagemenu li a:active, .current_page_item {
	color: #fff;
	display: block;
	text-decoration: none;
	text-shadow: 0 1px 0 #58280a;
	}
	
#pagemenu  li.current_page_item a {
	color:#fff;
	text-shadow: 0 1px 0 #58280a;
	}

#pagemenu li:hover, #pagemenu li.sfhover { 
	position: static;
	}
	
.navcontainer {
	height: 42px;
	margin-top: 6px;
    
	}
	
#nav {
	height: 42px;
	background: url(images/bg_menu3.jpg);
	}

#nav, #nav ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#nav {
	margin-bottom: 1px;
	padding-left: 10px;
	}
	
#nav ul {
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	}
	
#nav li a, #nav li a:link {
	color: #58280a;
	display: block;
    margin: 0px 3px 0px 3px;
	padding: 15px 5px 15px 5px;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
    font-family: Arial, Verdana;
    text-shadow: 0 1px 0 #fff;
	}
	
#nav li a:hover, #nav li a:active, .current_page_item {
	color: #fff;
	text-shadow: 0 1px 0 #58280a;
	display: block; 
	text-decoration: none;
	}
	
#nav  li.current-cat a {
	color:#fff;
	text-shadow: 0 1px 0 #58280a;
	background:url(images/bg_menu-active.jpg);
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}
	
/* CONTENT */

#content {
	padding: 15px 5px 15px 15px;
	
	}
	
pre { overflow: auto; 
	width: 470px; 
	}

.post {
	padding-bottom: 30px;
	
	}

.post p {
	margin-bottom: 10px;
	}

.title {
	margin: 0 0 8px 0;
	padding: 0px;
	line-height: 22px;
	font-family: Georgia, Times, "Times New Roman", serif;
	color: #9d6440;
	}

	
.title a {
	text-decoration: none;
	color: #9D6440;
	}

.title a:hover {
	text-decoration: none;
	color: #9D6440;
	}

.pagetitle {
	color: #9D6440;
	margin-bottom: 20px;
	line-height: 22px;
	font-family: Arial, Verdana;
}

.postdate {
	font-size: 12px;
	padding: 1px 4px;
	font-family: Arial, Verdana;
	color: #9d6440;
	}

.postdate span {
    background: #6a6060;
    padding: 3px 6px;
    }
.postdate span a {
    color: #fff;
    text-decoration: none;
    font-style: italic;
    }  
.postmeta {
	font-size: 11px;
	padding: 2px 4px;
	font-family: Arial, Verdana;
	color: #9D6440;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
	
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
	font-family: Georgia, Times, "Times New Roman", serif;
	font-size: 14px;
	color: #9d6440;
	}

.entry p { text-shadow: 0 1px 0 #fff; }

.navigation {
	padding: 10px 0;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	border-left: 3px solid #CADAE7;
	}
	
.post img {
	max-width: 680px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
	}

.alignleft {
   float: left;
	}

.alignright {
   float: right;
	}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
	}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
	}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
	}
	
/* SIDEBAR(S) */

.sidebar {
	margin: 0 10px 10px 0;
	}
	
.sidebar img { margin-top: 14px; }
	
.sidebar a {
	text-decoration: none;
	color: #743E1B;
	}

.sidebar a:hover {
	text-decoration: underline;
	color:#F74724;
	}
	
.sidebaradbox {
	text-align:center;
    margin-top: 5px;
	}
    
.ad125 {
	margin: 10px;
	}

	
#search input, #searchform input{
	border: 1px solid #005687;
	}
	
#search label, #searchform label {
	margin: 10px 0 10px 0;
	padding: 4px 0 4px 0px;
	font-size: 13px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #353535;
	text-shadow: 0 1px 0 #cbcbcb;
	border-bottom: 3px solid #5f5f5f;uppercase;
	color: #003d69;
	display: block;
	}
	
#s {
	width: 220px;
	padding: 4px;
	}
	
#searchsubmit {
	border: 2px solid #897575;
	background: #7e7979;
	color: #fff;
	}
	
#topsearch {
	padding:10px 0 0 0;
	text-align: right;
	background: #000;
	height: 40px;
	background: url('images/bg_menu2.jpg') no-repeat;
	}
	
#topsearch input {
	border: 2px solid #897575;
	}
	
#topsearch label {
	display: none;
	}
	
#topsearch #s {
	width: 200px;
	padding: 4px;
	}


.sidebar h2 {
	margin: 0 0 0 0;
	padding: 6px 10px;
	background-position: top;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background-color: #58280A;
    text-shadow: 0 1px 0 #555;
	}

.sidebar ul {
	list-style-type: none;
	margin: 15px 0px 0 0px;
	padding: 0px;
	}
	
.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 20px 0px;
	padding: 6px;
	background-color: #e8e4e4;
	border: 2px solid #58280A;
	}

.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.sidebar ul li li {
	padding: 3px 0px 3px 20px;
	margin: 0px;
	background: url(images/bullet.gif) no-repeat top left;
	border: 0;
	}
	
.sidebar ul li ul li {
	background: url(images/bullet.gif) no-repeat top left;
	padding: 2px 0px 2px 20px;
	margin: 2px 0;
	border: 0;
	}




#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #555;
	background: #e8e4e4;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	background: #e8e4e4;
	}

#wp-calendar td {
	color: #999;
	font: normal 12px 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
	}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #555;
	}
	
#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 100%;
	}


/* FOOTER */

#footer {
	background: url(images/bg_footer.png) no-repeat;
	width: 950px;
	height: 93px;
	margin: auto;
	text-align: center;
	color: #58280A;
	font-size: 13px;
	padding-top: 15px;
	}

#footer a {
	color: #58280A;
	} 

#footer a:hover {
	color: #fff;
	text-decoration: none;
	} 
	
#footer2 {
	color: #554f4f;
	font-size: 11px;
	text-align: right;
	padding: 10px;
	display: none;
	}	
#footer2 a {
	color: #554f4f;
    text-decoration: none;
    
	} 
	
	
/* COMMENTS */

#comments h3 {
	margin-bottom: 10px;	
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
	
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
	
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
	
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.post_thumbnail {
    margin: 0 10px 10px 0;
}