/*
	Theme Name: Enstyle
	Theme URL: http://newwpthemes.com/wordpress-theme/enstyle/
	Description: Enstyle is a free WordPress theme with featured content option and supports the post thumbnails. Suitable for any niche. Theme Options at admin panel.
	Author: NewWpThemes.com
	Author URI: http://newwpthemes.com/
	Version: 2.0
	Tags: Blogging, Ads Ready, Three  Columns, Right Sidebar, Fixed Width, Options Page
*/

/* LAYOUT */

body {
    background:  #454545 url(images/background.png) left top repeat-x;
	}

#wrapper {
	}
    

#container {
	}

#contentwrap {
   background:  #333333 url(images/contentwrap.png) right top repeat-y;
	}

a {
	color: #FFFFFF;
    text-decoration: underline;
	}

a:hover {
	color: #E5C306;
    text-decoration: none;
	}
/* HEADER */

#header {
	height:120px;
	}

#header h1 {
	margin-bottom: 2px !important;
	padding: 22px 0 0 0;
	font-weight: normal;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
	font-size: 46px;
	}

#header h1 a, #header h1 a:visited {
	color: #fff;
	text-decoration: none;
	}


#header h2 {
	color: #fff;
	font-size: 14px;
	line-height: 14px; 
	font-family: Arial, Helvetica, Sans-serif;
    font-style: italic;
	}

.logoimg {
    margin: 30px 0 0 0;
    }
    
/* NAVIGATION MENUS */ 

#pagemenucontainer {
	height: 26px;
    float: right;
    padding: 0;
    margin-top: 26px;
   	}

#pagemenu {
	height: 26px;
    
	}

#pagemenu, #pagemenu ul { 
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	}
#pagemenu {
   	}
	
#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: #F5F5EE;
	display: block;
    margin: 0 0 0 6px;
	padding: 8px 16px ;
	text-decoration: none;
	text-transform: uppercase;
    font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	}

#pagemenu li a:hover, #pagemenu li a:active {
    background: #333333;
	color: #F5F5EE;
	display: block;
	text-decoration: none;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	}

#pagemenu  li.current_page_item a {
    background: #333333;
	color: #F5F5EE;
    text-decoration: none;
    -moz-border-radius: 10px;
    -khtml-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	}

#pagemenu li:hover, #pagemenu li.sfhover { 
	position: static;
	}
	


#navcontainer {
	height: 50px;
	display: block;
	overflow: hidden;
    border-bottom: 4px solid #333333;
    margin-bottom: 4px;
   	}
    
#navcontainer .current-cat a {
	color: #FFFFFF;
	background: url(images/nav-bg-hover.png) left top repeat-x;
	}

/* CONTENT */

#content {
	padding: 15px;
    color: #E3E3D0;
	}

pre { overflow: auto; 
	width: 460px;
	}

	
.post {
	margin-bottom: 15px;
    padding-bottom: 15px;
    background: url(images/post-line.png) left bottom repeat-x;
	}

.post_thumbnail {
    padding: 6px;
    background: #454545;
    border: 1px solid #5C5A5A;
    margin: 0 10px 10px 0;
}


.post p {
	margin-bottom: 10px;
	}

.title {
	margin: 0 0 8px 0;
	padding: 0px;
	line-height: 24px;
	font-size: 24px;
	font-family: Arial, Helvetica, Sans-serif;
	color: #FFFFFF;
    font-weight: bold;
	}

	
.title a {
	text-decoration: none;
	color: #FFFFFF;
	}

.title a:hover {
	color: #FFD800;
	}

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	font-family: Arial, Verdana;
	text-decoration: underline;
    color: #FFFFFF;
}


.readmorecontent {
	text-align: right;
	}

a.readmore {
	padding: 4px 15px;
	color: #FFFFFF;
	text-decoration: none;
    font-size: 12px;
	}

a.readmore:hover {
    color: #CCAF0D;
	}
    
   
.postdate {
	font-size: 13px;
	font-family: Arial, Helvetica, Sans-serif;
    font-style: italic;
    color: #FEFEFE;
	}


.postmeta {
	font-size: 11px;
	padding: 2px 4px;
	font-family: Arial, Verdana;
    color: #FEFEFE;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}
	
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 14px;
	}
.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;
   margin: 0 10px 5px 0;
	}

.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;
	}

	
/* wp-pagenavi */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #FFFFFF !important;
    background:none !important;
    border: 0 !important;
}
.wp-pagenavi a:hover {
    border: 0 !important;
    color: #FFFFFF !important;
    background:#FFD800 !important;
    border: 0 !important;
    
}
.wp-pagenavi span.pages {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #FFFFFF !important;
    background: none !important;
    border: 0 !important;
}
.wp-pagenavi span.current {
    font-size: 15px !important;
    padding:  4px 8px !important;
    font-weight: bold;
    color: #fff !important;
    background:#CEAF05!important;
    border: 0 !important;
}
.wp-pagenavi span.extend {
    font-size: 15px !important;
    padding:  4px 8px !important;
    background:transparent !important;
    color: #FFFFFF !important;
    background: none !important;
    border: 0 !important;
}

/* SIDEBAR(S) */

.sidebaradbox {
	margin-top: 5px; 
	text-align:center;
	}
	
.sidebaradbox125 {
	margin-top: 10px; 
	text-align:center;
	}
	
.ad125 {
	margin: 5px 0;
	}


.sidebar {
	margin: 0 0 10px 0;
    color: #E3E3D0;
	}
	
.left-sidebar {
    padding: 0 5px;
}

.right-sidebar {
    padding: 0 10px 0 0px;
}

.sidebar a {
	text-decoration: none;
	color: #E3E3D0;
	}

.sidebar a:hover {
	text-decoration: underline;
	color:#FFFFFF;
	}
	

	
	
#search {
    border: 1px solid #454545;
    height: 28px;
    padding: 0;
    background: #3B3B3B;
    text-align: right;
}

#search input {
	border: 0;
    background: none;
    color: #F5F5ED;
}
	
	
#s {
	width: 214px;
	padding: 4px;
    margin:2px 0 0 0px;
    background: none;
}

#topsearch #search {
    margin-top: 15px;
}

#topsearch #s {
    width: 220px;
}

	
/* Social icons */
.addthis_toolbox {
    padding: 15px 0 0 0;
	text-align: center;
	}
.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0 0 0 1px;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.85;
}


.socialboxes {
    background: #262626;
	border: 1px solid #3A3939;
	padding: 10px;
	margin: 10px 0 0 0;
	}

.socialboxes:hover {
    background: #2C2C2C;
    border: 1px solid #3F3E3E;
    }

.socialboxes a {
   	color: #F6F6EF;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
    font-family: Arial, Helvetica, Sans-serif;
	}
.socialboxes a:hover {

	color: #F5F5EE;
	text-decoration: underline;
	}


.sidebar h2 {
	margin: 10px 0 0 0px;
	padding: 6px 0 6px 14px;
	font-size: 16px;
    line-height: 16px;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
    text-transform: uppercase;
	color: #CACAB3;
    background: url(images/sidebar-tab.png) left center no-repeat;
    border-bottom: 2px solid #454545;

  	}

.sidebar ul {
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}
	
.sidebar ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

.sidebar ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
	
.sidebar ul li li, .sidebar ul li ul li {
	padding: 6px 6px 6px 10px;
	}


#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	color: #E3E3D0;
	background: none !important;
	}
#wp-calendar caption {
	padding: 2px 4px;
	text-transform: uppercase;	margin: 2px 0 2px 0;
	background: none !important;
    color: #E3E3D0;
	}

#wp-calendar td {
	color: #E3E3D0;
	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: #CEAF05;
	color: #fff;
	}

#wp-calendar td:hover a {
    color: #fff;
}	

#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold; 
	width: 100%;
	}


/* FOOTER */

#footer {
	padding: 24px 0;
	text-align: center;
	color: #E3E3D0;
	font-size: 13px;
    background: #333333;
    margin-top: 6px;
   	}

#footer a {
	color: #E3E3D0;
	} 

#footer a:hover {
	text-decoration: none;
    color: #E3E3D0;
	} 
	
#credits {
	color: #F5F5ED;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	}
    	
#credits a {
	color: #F5F5ED;
    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;
	}
	