/*
	Theme Name: Esedra
	Theme URL: http://newwpthemes.com/wordpress-theme/esedra/
    Description: Esedra is a free WordPress theme with options page. Supports the post thumbnails. Suitable for any niche especially for games, online games or entertainment sites or blogs.
	Author: NewWpThemes.com
	Author URI: http://newwpthemes.com/
	Version: 1.0
*/

/* LAYOUT */

body {
    background: url(images/background.png);
   	}

#wrapper {
      background: url(images/wrapper-bg.png) left 10px repeat-x;
   	}

#container {
  	}

#contentwrap {
    background: #E9E9DF url(images/contentwrap.png) right top repeat-y;
  	}

a {
	color: #000000;
	}

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

#header {
	height: 230px;
	}

#header h1 {
	margin-bottom: 0px !important;
	padding: 20px 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: #F9F9F1;
	text-decoration: none;
	}


#header h2 {
	color: #7D7B7A;
	font-size: 14px;
	line-height: 14px; 
	font-family: Arial, Helvetica, Sans-serif;
	}

.logoimg {
    margin: 36px 0 0 0px;
}

.feedtwitter {
	margin: 16px 10px 0 0;
	text-align: right;
}
    
    
/* NAVIGATION MENUS */

#pagemenucontainer {
	height: 36px;
    float: left;
  	}
	
#pagemenu {
	height: 36px;
    float: left;
	}

#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 0 0 0;
	padding:0;

	}
	
#pagemenu ul li {
	list-style: none;
	margin: 0px 0 0 0;
	padding: 0px;
	}
	
#pagemenu li a, #pagemenu li a:link {
	color: #DFD3CA;
	display: block;
    margin: 15px 0 0 2px;
	padding: 8px 16px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
    }
	
#pagemenu li a:hover, #pagemenu li a:active, #pagemenu  li.current_page_item a {
	color: #DFD3CA;
	display: block;
    text-decoration: none;
    background: #A42D0B;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
   	}
	

#pagemenu li:hover, #pagemenu li.sfhover {
	position: static;
	}
	

#navcontainer {
	height: 38px;
	display: block;
	overflow: hidden;
	background: url(images/nav-bg.png) left top repeat-x;
    margin-bottom: 10px; 
   	}

#navcontainer .current-cat a {
	background: url(images/nav-hover.png) left top repeat-x;
	color:#FCF8F1;
	}
	
/* CONTENT */

#content {
	padding: 15px 5px 15px 15px;
	color: #33261C;
	background-color: #E9E9DF;
	}

	
pre { overflow: auto;
	width: 470px; 
	}

.post {
	padding-bottom: 5px;
	margin-bottom: 20px;
    background: url(images/post-line.png) left bottom repeat-x;
	}

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

.title {
	margin: 0 0 8px 0;
	padding: 0px;
	line-height: 28px;
	font-size: 22px;
    font-family: Arial, Helvetica, Sans-serif;
    font-weight: bold;
	color: #33261C;
	}


.title a {
	text-decoration: none;
	color: #33261C;
	}

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

.pagetitle {
	margin-bottom: 20px;
	line-height: 22px;
	font-family: Arial, Verdana;
	text-decoration: underline;
    color: #33261C;
}

.postdate {
	font-size: 12px;
	font-family: Arial, Helvetica, Sans-serif;
    color: #33261C;
	}


.postmeta {
	font-size: 11px;
	padding: 2px 4px;
	font-family: Arial, Verdana;
	}
	
.postdate img, .postmeta img {
	border: none;
	vertical-align: middle;
	margin:2px;
	}

.post_thumbnail {
    padding: 6px;
    border: 1px solid #D3D3B9;
    margin: 0 10px 10px 0;
    background: #FFFFFF;
}

.entry img {
	border:1px solid #ccc;
	margin-top:5px;
	margin-right:10px;
	padding:2px;
	
	}
	
.entry {
	text-align: justify;
	line-height: 20px;
	padding-top: 8px;
	font-family: Arial, Verdana;
	font-size: 12px;
	}
.navigation {
	padding: 10px 0;
	}

blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	color: #666;
	
	}
	
.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;
	}

	
/* wp-pagenavi */
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #232323 !important;
    background:none !important;
    border: 0 !important;
}
.wp-pagenavi a:hover {
    border: 0 !important;
    color: #FFFFFF !important;
    background:#AB2E0A !important;
    border: 0 !important;

}
.wp-pagenavi span.pages {
    font-size: 15px !important;
    padding:  4px 8px !important;
    color: #232323 !important;
    background: none !important;
    border: 0 !important;
}
.wp-pagenavi span.current {
    font-size: 15px !important;
    padding:  4px 8px !important;
    font-weight: bold;
    color: #FFFFFF !important;
    background:#322E2B !important;
    border: 0 !important;
}
.wp-pagenavi span.extend {
    font-size: 15px !important;
    padding:  4px 8px !important;
    background:transparent !important;
    color: #232323 !important;
    background: none !important;
    border: 0 !important;
}
	
	
/* SIDEBAR(S) */

.sidebaradbox {
	margin-top: 10px; 
	text-align:center;
	}
	
.ad125 {
	margin: 6px;
	}


.sidebar {
	margin: 0 10px 10px 5px;
    font-size: 10px;
    color: #33261C;
	}

.sidebar a {

	text-decoration: none;
	color: #33261C;
	}

.sidebar a:hover {
	text-decoration: underline;
	color: #A42D10;
	}
	
	
#search {
    border: 1px solid #c8c8ac;
    height: 28px;
    padding: 2px 0;
    background: #E9E9DF;
    text-align: right;
    margin-top: 15px;
}

#search input {
	border: 0;
    background: none;
    color: #34302D;
}
	
	
#s {
	width: 240px;
	padding: 4px;
    margin:2px 0 0 0;
    background: none;
}

#topsearch #search {
    margin: 10px 0 0 0;
    padding-right: 4px;
    }
    
#topsearch #s {
    width: 246px;
    }

	
		
/* Social icons */
.addthis_toolbox {
    padding: 15px 0 0px 0;
	text-align: center;
	}
.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0 3px 0 3px;
    padding: 0;
}

.addthis_toolbox .custom_images a:hover img
{
    opacity: 1;
}

.addthis_toolbox .custom_images a img
{
    opacity: 0.85;
}


	
.sidebarvideo {

	}

.sidebar h2 {
	margin: 0px 0 0px 0;
	padding: 12px 10px 10px 10px;
    text-align: left;
	font-size: 16px;
	font-weight:700;
    line-height: 16px;
    color: #33261C;
	font-family: Arial, Helvetica, Sans-serif;
	font-weight: bold;
    text-transform: uppercase;
    background: url(images/sidebar-tab.png) left top repeat-x;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: 1px solid #fff;
    }

.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 0px 6px 6px;
	margin: 0;
    background: url(images/sidebar-line.png) left bottom repeat-x;
	}

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

#wp-calendar td {
	color: #33261C;
	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: #AB2E0A;
	color: #fff;
	}
	
#wp-calendar td:hover a, #wp-calendar #today a {
	color: #fff;
	}

#wp-calendar {
	empty-cells: show;
	font-size: 14px;
	margin: 0;
	font-weight: bold;
	width: 100%;
	}


/* FOOTER */

#footer {
	padding: 22px;
	text-align: center;
	color: #E9E9DF;
	font-size: 13px;
    background: #141312;
	}

#footer a {
	color: #E9E9DF;
	}

#footer a:hover {
	text-decoration: none;
    color: #E9E9DF;
	} 
	
#credits {
	color: #E9E9DF;
	font-size: 11px;
	text-align: left;
	padding: 10px;
	}
    	
#credits a {
	color: #E9E9DF;
    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;
	}
	
.tabcontent_2 {

background:#FFF url(images/tabtop_2.gif) no-repeat top;
border:1px solid #eee;
border-top:0;

font-size:11px;
padding:15px 10px 5px;
}

.tabcontent_2 ul li {
display:block;
background:url(images/bullet.gif) no-repeat;
background-position:left 5px;
border-bottom:1px dotted #ddd;
padding-bottom:5px;
margin-bottom:5px;

color:#243c54;
line-height:1.4em;
font-size:11px;
}

.tabcontent_2 ul li span {
display:block;
color:#243c54;
}

.tabs {
margin-top:10px;
width:300px;
overflow:hidden;
}

.tabs tr {
display:block;
background:url(images/bullet.gif) no-repeat;
background-position:left 5px;
border-bottom:1px dotted #ddd;
padding-left:20px;
}

.tabs li {
float:left;
display:inline;
margin-left:1px;
text-align:center;
overflow:hidden;
font-size:11px;
}

.tabs li a {
	float:left;
	display:block;
	color:#ab2e0a;
	font-weight:700;
	padding-left:15px;
	padding-right:12px;
	line-height:26px;
	height:26px;
	background:url(images/tab.gif) repeat-x top;
}

.tabs li a.selected,.tabs li a.selected:hover {
display:block;
background:url(images/tab.gif) repeat-x bottom;
color:#FFF;
}



.tabs li a:hover {
	display:block;
	color:#e96e4b;
}

.tabcontent {
display:none;
background:#FFF url(images/tabtop.gif) no-repeat top;
border:1px solid #eee;
border-top:0;
overflow:hidden;
font-size:11px;
padding:15px 10px 5px;
}

.tabcontent ul li {
	display:block;
	background:url(images/bullet.gif) no-repeat;
	background-position:left 5px;
	padding-bottom:5px;
	margin-bottom:5px;
	padding-left:20px;
	color:#243c54;
	line-height:1.4em;
	font-size:11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999933;
}

.tabcontent ul li span {
display:block;
color:#243c54;
}

.tabcontent a,.tabcontent a strong,.tabcontent ul li a {
	color:#58581D;
	line-height:1.4em;
}

.tabcontent a:hover,.tabcontent a:hover strong,.tabcontent ul li a:hover {
	color:#999900;
}

.divserch
{
	width:620px;
	
}

.tagcloud {
line-height:1.1em; 
	}

#featured {
width:280px;
float:right;
padding:10px 10px 9px;
}

#featured .clearfloat {
margin-top:7px;
margin-bottom:8px;
}

#featured .info {
	line-height: normal;
	font-size: 10px;
}

#featured .title1 {
	font-weight:700;
	font-size:12px;
	color: #663;
}

#featured .title1 a:hover {
	color: #4B4B25;
}

#sidebarnews {
width:300px;
background:#E9E9DF;
float:right;
padding:10px 1px 9px;
}

#sidebarnews a img  {
border:1px solid #ccc;
margin-top:5px;
margin-right:10px;
padding:2px;
}

#sidebarnews .clearfloat {
margin-top:7px;
margin-bottom:8px;
height: 90px;

}

#sidebarnews .info {
margin-top:5px;
padding-top:5px;
float:right;
width:180px;
font-size:11px;
line-height: normal;
}

#sidebarnews .title {
	font-size:11px;
	font-weight:700;
	line-height: normal;
}