/* Based on YUI http://developer.yahoo.com/yui/reset/ 
and Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html */

body, h1, h2, h3, h4, h5, h6, hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, code, form, div, fieldset, legend, button, input, textarea, th, td {
    margin: 0;
    padding: 0;
}
fieldset, img {
	border: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
address, caption, cite, code, dfn,
em, strong, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}

input, button, textarea,
select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
code, kbd, samp, tt {
	font-size: 100%;
}
/*@purpose To enable resizing for IE */
input, button, textarea, select {
	font-size: 100%;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: right;
}
sup, sub {
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to highlight anchors and inserts somehow! */
ins {
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* Define */
h1 {
	font-size: 2.8em;	
}
h2, h3 {
	font-size: 2em;	
}
a {
	text-decoration: none;
}
blockquote {
	margin: 5px 20px;
	padding: 5px;
}
blockquote p, code {
	padding: 10px 20px;
	display: block;
}
code {
	display: block;
	margin: 5px 20px;
}
strong, em, caption, th {
	font-style: normal;
	font-weight: bold;
}
cite {
	font-style: italic;
	font-family: Simplified Arabic, Verdana, Geneva, sans-serif;
	font-weight: normal;
}
sub, sup {
	font-size: .8em;
}
sub {
	vertical-align: sub;
}
sup {
	vertical-align: super;	
}
:focus {
	outline: 1px #666 dotted;
}
input:focus {
	outline: 0;
}

/* Layout */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	color: #000;
	background: #fff;
	line-height: 1.4;
}
#wrapper, #bottom_frame, #top_frame, 
#header, #container, #footer {
	margin: 0 auto;
}
#header {
	overflow: hidden;
	position: relative;
}

/* Wordpress */
.entry p {
	margin: 0 0 10px 0; 
}
.entry ul {
	padding-left: 20px;
	list-style-type: square;
}
.entry ol {
	padding-left: 25px;
	list-style-type: decimal;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	font-weight: bold;
	margin: 5px 0;
	text-align:right;

}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	border-bottom: 1px dashed #666;
}
.endline {
	clear: both;
}

/* Images */
p img {
	max-width: 100%; /* not working in IE6 */
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}

/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img {
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
}

/* Clear Fix */ 
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE Mac \*/ 
.clearfix {
	display: block;
}
/* End hide from IE Mac */ 
/* end of clearfix *//*
Theme Name: Echo History
Theme URI: http://www.ezwpthemes.com/templates/echo-history.html
Description: This theme is designed and coded by <a href="http://www.ezwpthemes.com/">EZwpthemes</a>.
Version: 1.0
Author: EZwpthemes
Author URI: http://www.ezwpthemes.com/
Tags: brown, fixed width, threen columns, left sidebar, right sidebar, threaded comments, widget ready, pagenavi, social bookmarking, valid xhtml, valid css
*/


/* Global */
body {
	color: #000;
	background: #efddb8 url(images/bg.jpg) repeat-y center center;
	font-family: Simplified Arabic, Verdana, Geneva, sans-serif;
}
a, .post a {
	text-decoration: none;
	color: #000;
}
a:hover, .post a:hover {
	color: #900;
	text-decoration: none;
}
h1, h2, h3 {
	font-family: Simplified Arabic, Verdana, Geneva, sans-serif;
	font-weight: bold;
}
blockquote, code {
	color: #333;
	font-family: Simplified Arabic, Verdana, Geneva, sans-serif;
	border: 1px dashed #999;	
}
blockquote {
	background: #F8F4AB;
}
code {
	background: #F5D582;
}

/* Layout */
#wrapper {
	min-width: 1000px; /* not working in IE6 */
	overflow: hidden;
	background: url(images/container_bg.jpg) center top repeat-y;
}
#bottom_frame {
	padding: 0 0 64px 0;
	background: url(images/bottom_frame.jpg) no-repeat center bottom;
}
#top_frame {
	background: url(images/top_frame.jpg) no-repeat center top;
}
#header, #container, #footer {
	width: 1000px;
}
#header {
	height: 202px;
	overflow: hidden;
	position: relative;
}
#container {
	padding: 0px 0 5px 0;
}
#footer {
	clear: both;
	position: relative;
}
/* Header */
#header h1 {
	font-size: 0.1em; /* Blog title */
	padding: 0px 30px 0 238px;
}
#header h1 a {
	color: #e1e0c4;
}
#header h2 {
	color: #e1e0c4;
	font-size: 0.4em; /* Blog Description */
	padding: 0px 30px 0 240px;
}
/* menu */
#menu {
	width: 522px;
	height: 36px;
	position: absolute;
	left: 226px;
	top: 166px;
	font-family: Simplified Arabic, Verdana, Geneva, sans-serif;
	overflow: hidden;
}
#menu ul li {
	padding: 0 7px;
	font-size: 1.8em; /* menu Font Size */
	font-weight: bold;
	text-align: center;
	float: right;
}
#menu ul li a {
	display: block;
	float: right;
	padding: 0 10px;
	line-height: 2;
	height: 36px;
	color: #E1D3B6;
}
#menu ul li a:hover {
	color: #fff;
	background: url(images/menu_over.jpg) repeat-x center top;

}
#menu ul ul li {
	font-size: 1em;
}

/* searchform */
#searchform {
	width: 136px;
	position: absolute;
	left: 68px;
	top: -126px;
}
.searchtext {
	width: 95px;
	color: #000;
	border: 0;
	font-size: 1.2em;
	background: none;
	padding-top: 20px;
	float: left;
}
#searchsubmit {
	border: 0;
	margin: 0 0 0px 0;
	width: 32px;
	height: 25px;
	float: left;
}
#rss {
	position: absolute;
	left: 94px;
	top: -214px;
}
/* welcome */
#welcome {
	width: 178px;
	height: 300px;
	padding: 76px 0 0 17px;
	font-family: Simplified Arabic, Verdana, Geneva, sans-serif;
	font-size: 1.6em;
	line-height: 1.4;
	text-align:justify;
	font-weight: bold;
	color: #490909;
	text-shadow: 1px 1px 19px #663333;
}
#welcome div {
	width: 178px;
	height: 360px;
	overflow: hidden;
}
/* Content */
#content {
	width: 535px;
	padding: 30px 0px 0 0px;
	display: inline;
	margin: 0px 16px 0 0px;
	float:left;
	text-align:right;
	font-size: 1.5em;
	direction: rtl;
	font-weight: bold;
}
.post {
	width: 535px;
	padding: 0px 0 0 0;
	margin: 0px 0 20px 0px;
	border-bottom: 2px solid #ddceb3;
	font-weight: bold;
}
.post_path {
	font-size: 1.1em;
	margin: 0 0 0 10px;
	padding: 7px 7px 12px 15px;
	background: url(images/arrow.gif) right 10px no-repeat;
}
.post_path span {
	color: #706ED6;	
}
.post h2 {
	width: 350px;
	margin: 0px 0 0 0px;
	padding: 3px 32px 5px 0px;
	font-size: 1.4em; /* Post title */
	background: url(images/post_header_bg.jpg) no-repeat left top;
}
.post h2 a {
	color: #490909;
}
.post h2 a:hover {
	color: #698ca4;	
}
.postmetadata {
	padding: 0px 32px;
	text-align: right;
	color: #901e19;
	font-size: 0.8em;
}
.postmetadata a {
	color: #000;
	text-decoration: underline;
}
.entry {
	width: 480px;
	overflow: hidden;
	margin: 0 auto;
	padding: 20px 15px 5px 0px;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
}
.entry a {
	color: #9dadb2;
	text-decoration: underline;
}
.tags {
	font-size: 0.7em;
	color: #e7ddcf;
	margin: 10px 30px 0 26px;
}
.tags a {
	color: #e7ddcf;
	text-decoration: underline;
}
.notfound {
	margin: 100px auto;
	text-align:center;
	font-size: 4em;
	font-weight: bold;
	color: #7e2d17;
}

/* Sidebar */
#sidebar {
	width: 186px;
	display: inline;
	position: relative;
	padding: 0px 0 0px 0px;
	margin: 199px 20px 0 24px;
	float: left;
	text-align:right;
	font-weight: bold;
	
}
#sidebar_left {
	background: url(images/sidebar_bg.jpg) repeat-y;
	text-shadow: 1px 1px 19px #663333;
	color: #724f51;
font-size: 0.9em;
direction: rtl;
padding: 9px 9px 9px 9px;

}
#sidebar_left h3 {
	padding: 4px 0 1px 28px;
	text-align:right;
	font-weight: bold;
	direction: rtl;
	background: url(images/sidebar_header_bg.jpg) no-repeat;
	font-size: 0.9em;
	color: #ffffcc;

	
}
#sidebar_left ul li {
	width: 152px;
	overflow: hidden;
	padding: 10px 0 5px 20px;
	overflow: hidden;
}
#sidebar_left ul ul {
	padding: 0 0 0 30px;
	background: none;
	
}
#sidebar_left ul ul li {
	width: 122px;
	font-size: 1.5em;
	text-align:right;
	font-weight: bold;
	direction: rtl;
	border: none;
	padding: 3px 0 3px 0px;
	
}
#sidebar_left ul ul ul {
	width: 100%;
	padding: 0;
	margin: 0;
	
}
#sidebar_left ul ul li li {
	font-size: 1em;
	padding: 3px 0 0 14px;
	width: 87%;
	
}
#sidebar_left .textwidget {
	margin: 2px 0;
	font-size: 1.8em;
	text-align:right;
	font-weight: bold;
	direction: rtl;
	color: #000;
	width: 99%;
	text-decoration: none;
}
#sidebar_left select {
	font-size: 1.2em;
	margin: 7px 0;
	width: 95%;
	
}
.sidebar_bottom {
	width: 100%;
	height: 77px;
	background: url(images/sidebar_bottom.png) no-repeat left top;
	text-align:right;
	font-weight: bold;
	direction: rtl;
	color: #000;
	text-decoration: underline;
}
/* Sidebar Bottom */
#sidebar_right {
	width: 218px;
	padding: 0px 0 0 0;
	float: left;
    
}

h2 {
	width: 218px;
	margin: 0px 0 0 0px;
	padding: 3px 12px 5px 0px;
	font-size: 1.8em;
	background: url(images/side_2.png) no-repeat right top;
}
h2 a {
	color: #fff;
}
h2 a:hover {
	color: #fff;	
}

#sidebar_right h3 span {
	width: 0;
	display: block;
	overflow: hidden;
}
.recent_posts h3 {
	height: 58px;
	background: url(images/recent_posts.png) no-repeat;	
}
.recent_comments h3 {
	height: 58px;
	background: url(images/recent_comments.png) no-repeat;	
}

#sidebar_right ul {
	padding: 70px 0 0 0;
	font-weight: bold;
	direction: rtl;
	text-shadow: 1px 1px 19px #333;
}

#sidebar_right ul li {
	width: 218px;
	padding: 4px 0px 10px 0px;
}
#sidebar_right ul ul {
	padding: 0 0 0 40px;
	margin: 0;
	
}
#sidebar_right ul ul li {
	width: 164px;
	font-size: 1.6em;
	direction: rtl;
	font-weight: bold;
	padding: 1px 25px 5px 14px;
	background: url(images/sidebar_li.gif) right 9px no-repeat;
}


/* Footer */
.credit {
	font-size: 1.1em;
	height: 73px;
	color: #000;
	font-weight: bold;
	text-align:left;
	padding: 0px 0px 0px 320px;
}
.credit a {
	color: #000;
}
.credit a:hover {
	color: #a00;
}

/* PageNavi*/
.wp-pagenavi {
	padding: 5px 30px 5px 25px;
	text-align:center;
}
.wp-pagenavi a {
	padding: 1px 3px;
	margin: 2px;
	text-decoration: none;
	border: 1px solid #603E32;
	color: #ecf2ee;
	background-color: #c0afa0;
}
.wp-pagenavi a:hover {
	border: 1px solid #AC7360;
	color: #000;
	background-color: #f5f5f5;
}
.wp-pagenavi span.pages, .wp-pagenavi span.current, .wp-pagenavi span.extend {
	padding: 1px 3px;
	margin: 2px;
	border: 1px solid #603E32;
	color: #000;
	background-color: #c0afa0;
}
.sorry {
	font-size: 2px;
	font-style: italic;
	margin: 20px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	border: 1px dashed #000000;
	background:#ffffff;
}



/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 90%;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	font-size: 1.1em;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	font-size: 1.1em;
}
#wp-calendar a {
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#wp-calendar a:hover {
	background: #ccc;
	color: #fff;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	font: bold 1.3em Verdana, Arial, Sans-Serif;
}
#wp-calendar td {
	padding: 3px 0;
	font-size: 1.2em;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	font-size: 1.2em;
	text-transform: capitalize;
}
/* Social Bookmarking */
.bookmark {
	margin: 18px 0 0 26px;
}
.bookmark ul {
	display: inline;
}
.bookmark ul li {
	background: none;
	display: inline;
	list-style-type: none;
}
.bookmark_line img {
	border: 0;
}

/* Comments */
.read_comments {
	margin: 0px 10px 0 26px;
	text-align: left;
	padding: 10px 0 10px 0;
}
.read_comments a {
	font-size: 1.2em;
	color: #901e19;
}
.read_comments a:hover {
	color: #003f9d;
}
h3#comments {
	padding: 0 0 0 0px;
}
h3#comments, #respond h3 {
	padding-top: 10px;
	font-size: 1.4em;
	color: #a00;
}
#commentform {
	margin: 5px 0 0 0px;
	font: 1.2em 'Simplified Arabic', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	font: 1em 'Simplified Arabic', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
#commentform textarea {
	width: 95%;
	padding: 2px;
	font: 0.9em 'Simplified Arabic', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
#commentform p {
	margin: 5px 0;
	font-family: 'Simplified Arabic', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
#commentform #submit {
	margin: 0 0 0px auto;
	float: left;
	
}
#respond {
	padding: 0 0 0 24px;
	color: #333;
	font-weight: bold;
}
#respond:after {
	content: "."; 
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.commentlist {
	padding: 0 0 0 24px;
font-weight: bold;
}
.commentlist li {
	margin: 15px 0 0px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	font-weight: bold;
	font: 0.9em 'Simplified Arabic', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	font-size: 1em;
	font-weight: bold;
}
.commentlist p {
	margin: 10px 5px 10px 0;
	line-height: 1.3em;
	font-size: 1.3em;
	text-transform: none;
	font-weight: bold;
	font-family: Simplified Arabic, Verdana, Geneva, sans-serif;
}
.commentlist li .avatar { 
	float: right;
	border: 0px 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;
	color: #a00;
}
.nocomments {
	text-align: center;
}
.commentmetadata {
	font-size: 0.9em;
	display: block;
	font-weight: normal;
}
.thread-alt {
	background-color: #dcbea4;
	font-weight: bold;
}

.thread-even {
	background-color: #e3cbb3;
	font-weight: bold;
}
.depth-1 {
	border: 2px solid #876a6a;
}
.alt { 
	border-left: 1px solid #876a6a; /* odd page */
	background-color: #ebddce; 
	padding: 10px;
	font-weight: bold;
}
.even {
	border-left: 1px solid #876a6a; /* even page */
	background-color: #efefef;
	font-weight: bold;
}