/*
Theme Name: Educate for Tomorrow
Theme URI: http://www.ezwpthemes.com
Description: Educate for Tomorrow theme.
Version: 1.0
Author: EZwpthemes
Author URI: http://www.ezwpthemes.com/
Tags: dark, fixed width, two columns, right sidebar, threaded comments, widget ready, pagenavi, social bookmarking
*/

/* Global */
body {
	color: #000;
	background: #320202 url(images/body_bg.jpg) center top repeat-y;
	font-family: Verdana, Geneva, sans-serif;
}
a, .post a {
	text-decoration: none;
	color: #000;
}
a:hover, .post a:hover {
	color: #900;
	text-decoration: none;
}
#blog_title ,h1 ,h2 ,h3 ,h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
blockquote, code {
	color: #333;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px dashed #999;	
}
blockquote {
	background: #F8F4AB;
}
code {
	background: #F5D582;
}

/* Layout */
#wrapper {
	min-width: 998px; /* not working in IE6 */
	overflow: hidden;
	background: url(images/container_bg.jpg) repeat-y center 562px;
}
#bottom_frame {
	padding: 0 0 5px 0;
	background: url(images/bottom_frame.jpg) no-repeat center bottom;
}
#top_frame {
	background: url(images/top_frame.jpg) no-repeat center top;
}
#top_container {
	margin: 0 auto;
	background: url(images/top_container.jpg) no-repeat center 271px;
}
#header , #container , #footer {
	width: 998px;
}
#header {
	height: 259px;
}
#container {
	min-height: 580px;
	padding: 0;
}


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


#footer {
	clear: both;
	height: 40px;
	position: relative;
}
/* Footer */
.credit {
	font-size: 1.1em;
	text-align: center;
	padding: 0px 100px 0px 154px;
}
.credit, .credit a, .credit a:hover {
	color: #6c5a49;
}
.footer_icon {
	width: 167px;
	height: 152px;
	position: absolute;
	left: 20px;
	bottom: 30px;
}
/* Header */
#header #blog_title {
	font-size: 24px; /* Blog Title */
	padding: 50px 200px 0 490px;
	text-align: left;
}
#header h2 {
	font-size: 18px; /* Blog Description */
	text-align: left;
	padding: 0 204px 0 550px;
}
#header #blog_title, #header #blog_title a, #header h2 {
	color: #F3C56E;
}
/* menu */
#menu {
	width: 550px;
	height: 26px;
	position: absolute;
	left: 405px;
	top: 0px;
	overflow: hidden;
}
#menu ul li {
	padding: 0 12px;
	font-size: 1.4em; /* Menu Font Size */
	font-weight: bold;
	text-align: center;
	float: left;
	margin: 0 0 0 20px;
}
#menu ul li:first-child{
	margin: 0 0 0 45px;
}
#menu ul li a {
	padding: 0px 0 0px 0px;
	line-height: 2;
	color: #843709;
}
#menu ul li a:hover {
	color: #000;
}
#menu ul ul li {
	font-size: 1em;
}

/* searchform */
#searchform {
	overflow: hidden;
	position: absolute;
	left: 39px;
	top: 230px;
}
.searchtext {
	width: 165px;
	color: #de8f27;
	border: 0;
	font-size: 1.2em;
	background: url(images/spacer.gif);
	padding: 0;
	margin: 6px 7px 0px 0px;
	float: left;
}
#searchsubmit {
	border: 0;
	margin: 0 0 0px 0;
	width: 22px;
	height: 25px;
	float: left;
}
#rss {
	position: absolute;
	left: 554px;
	top: 194px;
}
#rss img {
	width: 45px;
	height: 38px;
}

/* Content */
#content {
	width: 585px;
	padding: 10px 0px 0 0px;
	display: inline;
	margin: 0 0 0 54px;
	float: left;
}
.post {
	width: 100%;
	padding: 0px 0 0px 0;
	margin: 0px 0 0px 0px;
	background: url(images/post_bg.png) right top repeat-y;
	position: relative;
}
.hentry {
	width: 100%;
	padding: 0px 0 0px 0;
	margin: 0px 0 0px 0px;
	background: url(images/post_bg.png) right top repeat-y;
	position: relative;
}
.post_bottom {
	background: url(images/post_line.jpg) right bottom no-repeat;
	padding-bottom: 20px;
}
.post .post-title {
	margin: 0px 0px 0 0px;
	padding: 65px 20px 10px 52px;
	font-size: 16px; /* Post Title */
	background: url(images/post_header_bg.png) no-repeat;
	font-weight: bold;
}
.gallery_title {
	margin: 0px 0px 0 0px;
	padding: 65px 20px 10px 52px;
	font-size: 16px; /* Post Title */
	font-style: italic;
	background: url(images/post_header_bg.png) no-repeat;
	font-weight: bold;
}

.post .post-title a {
	color: #9b3c0f;
}
.post .post-title a:hover {
	color: #a00;
}
.post_date {
	width: 111px;
	height: 28px;
	font-size: 13px;
	line-height: 16px;
	padding: 0px 0px 0 0px;
	text-align: center;
	font-weight: normal;
	position: absolute;
	left: 32px;
	top: 20px;
	color: #c5d7bd;
	background: url(images/date_bg.jpg) no-repeat;
}
.post_date span {
	color: #e1b540;
}
.edit_post {
	width: 78%;
	color: #333;
	margin: 0 auto;
	margin-top: 10px;
	padding: 5px 10px;
	background: #ffc;
	border: 1px dashed #999;
}
.edit_post a {
	font-style: italic;
	color: #33C;
}
.edit_post a.post-edit-link {
	margin-right: 15px;
	font-style: normal;
	color: #E5631C;
	text-decoration: underline;
}
.edit_post a:hover.post-edit-link {
	color: #33c;
}
.entry {
	overflow: hidden;
	margin: 0 70px ;
	padding: 0;
	font-size: 14px;
	width: 445px;
}
.entry a {
	color: #1f85da;
	text-decoration: underline;
}
.tags, .tags a, .postmetadata, .postmetadata a {
	color: #956A35;
}
.post_path {
	font-size: 1.1em;
	margin: 0 70px 0 70px;
	padding: 7px 7px 12px 12px;
	background: url(images/arrow.gif) left 10px no-repeat;
}
.postmetadata {
	padding: 2px 70px 0 70px;
	text-align: left;
	font-size: 1.1em;
}
.tags {
	font-size: 1.2em;
	margin: 10px 70px 0 70px;
}
.tags a {
	text-decoration: underline;
}
.read_comments {
	margin: 0px 70px 0 0px;
	text-align: right;
	font-weight: normal;
	padding: 17px 0px 17px 70px;
}
.bookmark {
	margin: 18px 70px 5px 70px;
}
.wp-pagenavi {
	padding: 5px 70px 5px 70px;
	line-height: 20px;
}
.post-footer {
	padding: 10px 70px;
}
.read_comments a {
	font-size: 11px;
	color: #4B9301;
	padding: 13px 0px 13px 35px;
	background: url(images/read_comments.jpg) no-repeat left 8px;
}
.read_comments a:hover {
	color: #000;	
}
.notfound {
	margin: 100px auto;
	text-align:center;
	font-size: 4em;
	font-weight: bold;
	color: #7e2d17;
}

/* welcome */
#welcome {
	color: #906A2C;
	font-weight: bold;
	font-size: 16px;
	padding: 80px 0 50px 31px;
}
#welcome span {
	float: right;
}
#welcome p {
	width: 158px;
	height: 138px;
	padding: 0px 0 0px 0px;
	overflow: hidden;
}

/* Sidebar */
#sidebar {
	width: 255px;
	display: inline;
	 padding: 0;
	margin: 0px 60px 0px 0px;
	overflow: hidden;
	float: right;
	position: relative;
	color: #6F6752;
}
#sidebar_main {
	padding: 0px 0 0px 0;
	margin: 0px 0 0 0;
	background: url(images/sidebar_main_bg.png) repeat-y left top;
}
#sidebar_main h2 {
	padding: 20px 40px 15px 27px;
	font-size: 16px;
	color: #FFFFFF;
	position: relative;
	background: url(images/sidebar_header_bg.png) no-repeat left top;
}
#sidebar_main ul li {
	overflow: hidden;
	font-size: 1.2em;
	padding: 0px 0 32px 0px;
	background: url(images/sidebar_main_li.png) no-repeat left bottom;
}
#sidebar_main ul li a {
	color: #6F6752;
}
#sidebar_main ul li a:hover {
	color: #a00;
}
#sidebar_main ul ul {
	padding: 0 20px;
	background: none;
}
#sidebar_main ul ul li {
	font-size: 1em;
	border: none;
	padding: 4px 0px 4px 15px;
	background: url(images/sidebar_li_bg.jpg) no-repeat left 5px;
	word-wrap: break-word;
	overflow: hidden;
	position: relative;
}
#sidebar_main ul ul ul {
	padding: 0;
	margin: 0;
}
#sidebar_main ul ul ul li {
	font-size: 1em;
	margin: 0;
	width: 80%;
}
#sidebar_main .textwidget {
	margin: 7px 0;
}
#sidebar select {
	font-size: 1em;
	margin: 7px 0 0px 25px;
	width: 65%;
}
#sidebar ul li div ,#sidebar_ul li object {
	    padding: 8px 50px 0 10px;
}
#sidebar ul li div div {
	padding: 0;
}

/* PageNavi*/

.wp-pagenavi a {
	padding: 2px 4px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #9B3C0F;
	color: #9B3C0F;
	background-color: #fff;
}
.wp-pagenavi a:hover {
	border: 1px solid #000;
	color: #000;
}
.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
	padding: 2px 4px;
	margin: 2px;
	border: 1px solid #000;
	color: #000;
	background-color: #fff;
}

/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0px auto 0;
	margin-bottom: 15px;
	width: 100%;
	color: #601006;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 11px;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 11px;
}
#wp-calendar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#wp-calendar a:hover {
	background: #fc0;
	color: #000;
}
#wp-calendar caption {
	text-align: center;
	padding-bottom: 10px;
	width: 100%;
	font: bold 13px Verdana, Arial, Sans-Serif;
}
#wp-calendar td {
	text-align: center;
	padding: 3px 0;
	font-size: 12px;
	text-align: center;
}
#wp-calendar th {
	text-align: center;
	font-style: normal;
	font-size: 12px;
	text-transform: capitalize;
}
/* Social Bookmarking */
.bookmark ul {
	display: inline;
}
.bookmark ul li {
	background: none;
	display: inline;
	list-style-type: none;
}
.bookmark_line img {
	border: 0;
}

/* Comments */
h3#comments {
	padding: 0 70px 0 70px;
}
h3#comments, #respond h3 {
	padding-top: 10px;
	font-size: 1.4em;
	color: #333;
}
#commentform {
	margin: 5px 0 0 0px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform textarea {
	width: 98%;
	padding: 2px;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform p {
	margin: 5px 0;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
#respond {
	width: 80%;
	padding: 0 0 0 10px;
	color: #333;
	margin: 0 auto;
}
#respond:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.commentlist {
	padding: 0 0 0 0px;
	margin: 0 auto;
	width: 85%;
}
.commentlist li {
	margin: 15px 20px 0px 20px ;
	padding: 5px 5px 10px 10px;
	list-style: none;
	font-weight: bold;
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	font-size: 1em;
}
.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	font-size: 1.2em;
	text-transform: none;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #333;
	padding: 2px;
	background: #fff;
}
.commentlist li a {
	color: #000;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
}
#content .comment-body p a {
	text-decoration: underline;
}
.nocomments {
	text-align: center;
}
.commentmetadata {
	font-size: 1.2em;
	display: block;
	font-weight: normal;
}
.thread-alt {
	background-color: #dcbea4;
}

.thread-even {
	background-color: #e3cbb3;
}
.depth-1 {
	border: 1px solid #000;
}
.alt { 
	border-left: 1px solid #666; /* odd page */
	background-color: #C29581; 
	padding: 10px;
}
.even {
	border-left: 1px solid #666; /* even page */
	background-color: #D0AD9E;
}





.footer {
	overflow:hidden; padding: 0 0 130px;
	width: 998px;
	margin:auto;
}
	.main-foot{
		float:left;  margin: 0 65px 0 160px;
	}
	.main-foot ul li a {
		font:normal 14px ;
		color: #9b3c0f;
		text-decoration: underline;
	}
	.main-foot ul li a:hover {
			text-decoration: none;	
	}
	.main-foot h2{
		color: #9b3c0f;
	}
	.main-foot:first-child{
		  margin: 20px 45px 5px 160x;
	}
				
	.menu-foot{
		float:left; margin: 0 80px;
		
	}
		.menu-foot h2{
			font:normal 24px ; color: #9b3c0f;
		}
		.menu-foot ul{
			list-style:none; 

		}
			.menu-foot ul li a{
				font:normal 14px ; color: #9b3c0f;
				text-decoration: underline;
			}
			.menu-foot ul li a:hover{
				font:normal 14px ; color: #9b3c0f;; text-decoration:none;
			}
.return_link{
	margin: 0 0 0 50px;
}
.return_link a{
	text-decoration: underline;
}
.return_link a:hover{
	text-decoration: none;
}