/*  
Theme Name: Hope
Theme URI: http://freethoughts.ftmblog.com/
Description: new hope ,brown , orange and green colors,  liquid layout design , 2 columns ! enjoy ;).
Version: 1.3
Author: Fatma Hassan
Author URI: http://freethoughts.ftmblog.com/

	
*/



/* Begin Typography & Colors */

body {
margin:0;
padding:0;
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
line-height: 1.5em;
background:#EED8B3; 

	}
a ,a:link{
	color: #AD582A;
}

a img {
	border: none;
}

a:visited {
	color: #AD582A;
}

a:hover {
	color: #AD582A;
}

#container {
background:url(images/container_top_repeat.gif) top right repeat-x;
font-size: 1.2em;
	text-align: left;
	}

#header {
	background:url(images/headertop.gif) repeat-x;

	}

#headerleft{
background:url(images/headerleft.jpg) top left no-repeat;
}
#sitetitle a,#sitetitle a:hover{
font-size: 3em;
color:#67440A;
font-weight:bold;
text-decoration:none;
}
#sub_container{
background:url(images/container_topleft.gif) top left no-repeat;
}
#contentcolumn {
	font-size: 1.2em
	}

.contentcolumn .entry p {
	font-size: 1.05em;
	}

.contentcolumn .entry{
	line-height: 1.4em;
	}



.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#footer {
	background:#593107;
	border: none;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	text-align:left;
	}





h2 {
	font-size: 1.6em;
	}

h2.pagetitle {
	font-size: 1.6em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color:#593107;
	}

h2, h2 a, h2 a:hover,h2 a:visited, h3, h3 a ,h3 a:hover, h3 a:visited {
	color:#593107;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
#contentcolumn h2{
color:#A79419;
}
.entry p a:visited {
	color: #b85b5a;
	}



#sidenav {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	
	text-decoration: none;
	}

a:hover {
	color: #CF835A;
	text-decoration: underline;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/* End Typography & Colors */

/* ================================================================== */
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;*/
	background:#FFF;
	margin:5px;
	}

.alignleft {
	/*float: left;*/
	background:#FFF;
	margin:5px;
	}
/* End Images */
/* Begin Structure */
#maincontainer{
min-width:730px;
}
#header{
height:124px; /*Height of top section*/
margin:0px;
padding:0px;
}
#headerleft{
height: 124px;
text-align:right;
width: 100%;
}
#sitetitle{
clear:both;
text-align:right;
width:90%;
padding:60px 60px 10px 0px;
/*border:1px solid #000;*/
}
#container{

width: 100%;
float: left;


}
#sub_container{
float: left;
width: 100%;

}
.entry{
/*direction:rtl;*/
}
#header h1{
margin: 0;
padding-top: 15px;
}

#contentwrapper{
float: left;
width: 100%;

}

#contentcolumn{
margin-right:250px; /*Set right margin to RightColumnWidth*/
padding:35px 5px 20px 10px;

}
.post {
padding:0 10px 10px 10px;
	text-align:left;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.post .postmetadata {
	padding:5px 5px 0 5px;
	}
	#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
	
	
	/****************sidenav bar*************************/
#sidenav{
float: left;
width: 240px; /*Width of right column in pixels*/
margin-left: -250px; /*Set left margin to -(RightColumnWidth) */
padding-right:10px;
/*border:1px solid #000;*/
padding:35px 0px 0px 0px;
}
/*************
*  Comments  *
**************/
#comment-container{
margin:10px 10px 10px 10px;
padding:10px 10px 10px 10px;
/*border:1px solid #8B6F52;*/
}
#commentlist {
	margin: 1.2em 0;
	padding: 0;
	list-style-type: none;
	
}

#commentlist li {
	margin: 12px 0;
	border: 1px solid #eff3e4;
	padding: 1px 20px;
	
	border:2px solid #fff6df;
	color: #97a28b;
}

h3.commenttitle {
	margin: 14px 0 0 0;
	font-family: "Lucida Grande", Verdana, Arial, Sans-Serif;
	font-size: 1em;
	color:#593107;
}
h3.commenttitle a:link,
h3.commenttitle a:visited,
h3.commenttitle a:hover,
h3.commenttitle a:active {
color:#A79419;
}
.commentmeta {
	margin: 4px 0 0 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	color: #999;
}

.commentmeta a:link,
.commentmeta a:visited,
.commentmeta a:hover,
.commentmeta a:active {
	color: #d0c39e;
}
.commentmeta em{
	color:#AD582A;
	}
#commentlist hr {
	width: 100%;
	height: 1px;
	color: #eff3e4;
}

/* Comment Counter */
.commentcounter {
	float: right;
	height: 30px; /* IE hack */
	margin: 15px 0 0;
	padding: 10px 0 10px 0;
	color:#A79419;
	font-family: 'Century Gothic', Verdana, Sans-Serif;
	font-size: 3em;
	font-style: italic;
	font-weight: bold;
	/*border:1px solid #000;*/
}
#commentlist .adminreply .commentcounter {
	color:#AD582A;
}

#commentlist .adminreply {
	background: #fff;
}
#commentlist li ol li{
list-style: decimal outside;
}
/* Gravatar */
.commentgravatar {
	float: left;
	margin: 12px 6px 0 0;
	padding: 0;
}

img.gravatar {
	padding: 1px;
	border: 1px solid #ddd;
}



input#author,
input#email,
input#url {
	width: 200px;
	height: 16px;
	padding: 1px 5px 0;
	}
textarea#comment {
	/*width: 460px;*/
	width:100%;
	height: 190px;
	padding: 5px;
	}


/****************begin lists**************/
/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 30px 0 0;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	text-align:left;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	text-align:left;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 10px 0 20px;
	margin: 0;
	text-align:left;
	
	
	}

.entry ol li {
	margin: 0;
	padding: 0;
	text-align:left;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidenav ul, #sidenav ul ol {
	margin: 0;
	padding: 0;
text-align:left;
	}

#sidenav ul li {
	list-style-type: none;
	list-style-image: none;
	/*margin-bottom: 15px;*/
	padding-bottom: 15px;
	}

#sidenav ul p, #sidenav ul select {
	margin: 5px 0 8px;
	}

#sidenav ul ul, #sidenav ul ol {
	margin: 5px 0 0 5px;
	}

#sidenav ul ul ul, #sidenav ul ol {
	margin: 0 0 0 5px;
	}

.entry ol li, #sidenav ul ol li ,#commentlist ol li ol li{
	list-style: decimal outside;
	}
#commentlist ol li{
list-style-type:none;
}
#sidenav ul ul li, #sidenav ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
#contentcolumn .post p.postmetadata {

	background:#FFF6DF;
	border-top: 1px solid #AD582A;
	list-style: none;
	font: 0.9em/2em Tahoma, Arial, Helvetica, sans-serif;
	/*padding: 0.1em 0 0.2em 0;*/
	color: #000;
	/*margin: 1.3em 0.2em 0 0;*/
	}

.iconComment a {padding-left: 20px;background: url('images/icon_comments.gif') top left no-repeat;}
#contentcolumn .post ul.post-data li {
	color: #000;
	}
	
#contentcolumn .post ul.post-data a {
	text-decoration: none;
	color: #AD582A;
	}
	
#contentcolumn .post ul.post-data a:hover {
	color: #AD582A;
	}

#contentcolumn .post ul.post-data li.comments {
	float:left;
	margin: 0 0.7em 0 0;
	display: inline; /* fixes double float bug in IE */
	}
	
#contentcolumn .post ul.post-data li.comments a {
	padding: 0 0 0 15px;
	background: url(images/icon_comments.gif) 0 2px no-repeat;
	}
	
#contentcolumn .post ul.post-data li.posted {
	margin: 0 0 0 0.7em;
	}
	
#contentcolumn .post ul.post-data li.posted a {
	background: url(images/icon_postdata.gif) 0 2px no-repeat;
	padding: 0 0 0 13px;
	}
	
#contentcolumn .post ul.post-data li.comments a:hover, #content .post ul.post-data li.posted a:hover {
	background-position: 0 -38px;
	}
	

/**********************************************************/

#footer{
clear: left;
width: 100%;

color: #FFF;
text-align: center;
padding: 4px 0;
}

#footer a{
color: #A28D19;
}

.innertube{
margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
margin-top: 0;
}
div#menu{float:right;margin:0px 20px 0px 0px;text-align:left;}

ul#nav,ul#nav li{list-style-type:none;margin:0;padding:0}

ul#nav{font-size:1em;font-weight:bold;}
ul#nav li{float:left;margin-left: 3px;text-align: center}
ul#nav a{float:left;padding:5px 10px 5px 10px;background: #eed495;text-decoration:none;color: #4e1f05; border-top : 1px solid #ad582a;border-bottom : 1px solid #ad582a; border-left : 1px solid #ad582a; border-right : 1px solid #ad582a;}
ul#nav a:hover{background: #ad582a;color: #fff}
ul#nav li.current_page_item a,ul#nav li.current_page_item a:hover{background: #ad582a;color: #fff}
ul {  padding: 0; margin: 0;}
li { list-style-type: none;}


 /* Begin Form Elements */
#searchform {

	text-align: center;
	}

#sidenav #searchform #s {
	width: 108px;
	padding: 2px;
	}

#searchsubmit {
	padding: 2px;
	background:#AD582A; border:solid 1px #eed495; text-align:center; 
	color:#eed495;
	font-size:1em;

	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:left;
	}

select {
	width: 130px;
	}

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

#commentform textarea {
	width: 90%;
	padding: 2px;
	border:solid 1px #eed495;
	}

#commentform #submit {
	margin: 0px 0px 10px 0px;
	padding:2px;
	color:#ffffff;
	font-size:1em;
	
	background:#AD582A; border:solid 1px #eed495; text-align:center; 
	}
/* End Form Elements */
/* Begin Calendar */
.calendar{
padding:10px;
}
#wp-calendar {
	empty-cells: show;
width: 100%;
	border:1px solid #AD582A;
	 background: #fff6Df;
	}

#wp-calendar #next a {
	padding-right: 10px;
text-align:left;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	/*width: 100%;*/
	padding:5px;
	color:#EED495;
	background:#AD582A;
	}
#wp-calendar thead {background:#593107;color:#fff;text-align:center;}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}


/* End Calendar */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 0 0 10px;
	padding-left: 20px;
	border-left: 5px solid #A28D19;
	
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	/*display: block;*/
	text-align: center;
	/*margin-top: 10px;
	margin-bottom: 60px;*/
	}
/* End Various Tags & Classes*/
 /* CSS for the box starts here
================================================*/
/* Insert the custom corners and borders for browsers with JavaScript on */
.cb {
	margin:0.5em 0;
}
/* Rules for the top corners and border */
.bt {
	background:url(images/box.gif) no-repeat 100% 0;
	margin:0 0 0 18px;
	height:17px;
}
.bt div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(images/box.gif) no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.bb {
	background:url(images/box.gif) no-repeat 100% 100%;
	margin:0 0 0 18px;
	height:17px;
}
.bb div {
	height:17px;
	width:18px;
	position:relative;
	left:-18px;
	background:url(images/box.gif) no-repeat 0 100%;
}

/* Insert the left border */
.i1 {
	padding:0 0 0 12px;
	background:url(images/borders.gif) repeat-y 0 0;
}
/* Insert the right border */
.i2 {
	padding:0 12px 0 0;
	background:url(images/borders.gif) repeat-y 100% 0;
}
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background:#fff;
	border:1px solid #fff;
	border-width:1px 0;
	padding:0 10px;
}
/* CSS for the box ends here */

/* Just a bit of styling for this example. Adjust as you wish. */
.cb h1 {
	margin:0 -10px;
	padding:0.3em 10px;

	text-align:left;
	font:bold 1.2em/1 Arial, Helvetica, sans-serif;
}
#contentcolumn h1{
font-size:2em
}
