/*  
Theme Name: Roohani
Theme URI: http://micheleroohani.com
Description: A soft green theme based on Emire by Phu LY
Version: 0.1
Author: Frank Harper
Author URI: http://micheleroohani.com
*/
/* Customization by FH */
img {
border-color:#888888;
}

/*************************************
 +Containers
 *************************************/
body{
	background:#2f2f2f url("./images/stripes.gif");
	color:#dedede;
	font-family: 'Trebuchet MS', Tahoma, Lucida Grande, Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	letter-spacing: 1px;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	background:#3a3a3a;
	border-left:2px solid #444;
	border-right:2px solid #444;
	border-bottom:1px solid #444;
	margin:0 auto;
	padding-top:20px;
	text-align:left;
/* Customization by FH */
	width:1000px;
}

#content{
	border-bottom:none;
	border-top:none;
	float:left;
	padding:10px;
	width:550px;
}
#footer{
	position:fixed;
	bottom:0;
	width:100%;
	background:#434343;
	border-top:1px solid #4f5158;
	border-bottom:none;
	color:#888;
	clear:both;
	padding:3px 0;
	-moz-border-radius:3px;
}

/*************************************
 +Header
 *************************************/
#header{
	background:#879675  url("./images/header.png") 0 no-repeat;
	border-bottom:1px solid #c4cC91;
	height:99px;
	margin:0;
	text-align:center;
	width:100%;
}
#header h1{
	/* font-size:3em;*/
	font-size:2.5em;
	font-weight:normal;
	margin:0 auto;
	padding-top:20px;
	text-align:left;
	padding-left:230px;
	width:770px;
}
#header h1 a{
/*color:#ecefed;*/
	color:#444444;
}

#header p{
	/* font-size:2em;*/
	font-size:1.3em;
	margin:0 auto;
	text-align:left;
	color:#444444;
	padding-left:230px;
	width:770px;
}
/*************************************
 +Hn
 *************************************/
 h1, h2, h3{
/*	font-family: Georgia, "Times New Roman", Times, serif;*/
	letter-spacing: -1px;
}
h2{
	font-size:1.5em;
	padding-right:5px;
}
h3{
	font-size:1.2em;
}
/*************************************
 +Navigation
 *************************************/
#nav{
	background:#3A3A3A;
	border-bottom:1px solid #555;
	font-size:1.2em;
	margin-top:-0.9em;
}
#navfiller{
	float:left;
	margin:0 auto;
	width:300px;
}
#navwrap{
	float:left;
	margin:0 auto;
	width:600px;
}
#nav ul{
	list-style-type:none;
	margin-left:-27px;
}
#nav ul li{
	float:left;
	font-weight:bold;
	margin-top:2px;
	padding:9px 10px;
}
#nav ul li a{
	color:#fff;
}
#nav ul li a:hover{
	color:#BDE271;
} 
 /*************************************
 +Entry
 *************************************/
 .entry{
	font-size:1.1em;
	margin:5px;
	padding:10px;
}
.entrytitle{
	border-bottom:1px dotted #4f5158;
	color:#888;
}
.entrytitle h2, .entrytitle h3{
	display:inline;
	font-weight:normal;
}
.entrytitle h2{
	color:#fafafa;
}
.entrytitle h3{
	font-weight:normal;
}
.entry-1{
	background:#444444 url("./images/main.png") repeat-x;
	border:1px solid #434343;
	color:#ffffff;
	font-size:1.3em;
}
.entry-1 .entrytitle{
	border-bottom:1px solid #5F666A;
	color:#897;
}
.entry-1 .entrytitle h2 {
	color:#CDB;
}
body#home .entry-1 .entrytitle
{
/*	background:url("./images/latest.png") no-repeat;*/
	border-bottom:none;
/*	height:45px;*/
/*	padding-left:45px;*/
}
body#home .entry-1 .entrytitle h2{
	display:block;
	margin:0;
}
body#home .entry-1 .entrytitle h3{
	display:block;
	margin:0;
	font-size:0.9em;
}
.entrymeta{
	background:#434343;
	font-size:0.8em;
	padding:5px;
	display:block;
}
.entry-1 .entrymeta{
	display:block;
}
<a href="http://twitter.com/share" class="twitter-share-button" data-text="Check this out!" data-count="none" data-via="micheleroohani">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
.postedby{
}
.filedto{
	background:url("./images/file.gif") no-repeat 0 2px;
	padding-left:15px;
}
.commentslink{
	background:url("./images/comments.gif") no-repeat 0 3px;
	padding-left:15px;
}
.navigation{
padding:5px;
background:#3e3e3e;
text-align:center;
}
  /*************************************
 +Sidebar
 *************************************/
#sidebar{
	background:url("./images/sidebar.png") repeat-x;
	border-top:1px solid #3e3e3e;
	color:#ddd;
	font-size:1.1em;
	float:left;
	margin-top:15px;
	padding-left:10px;
	width:200px;
	list-style-type:none;
}
#sidebar h3{
	color:#CDB;
	font-size:1.8em;
	font-weight:normal;
	margin-bottom:10px;
}
#sidebar ul{
	margin:0;
	padding:0;
	list-style-type:none;
}
#sidebar ul li{
	border-bottom:1px dotted #444444;
	padding:3px;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0em;
	padding:0em;
	font-size:1.1em;
}
.commentsblock textarea{
	width:410px;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#ffffff;
	font-size:1.2em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
	float: left;
	width: 520px;
}
.alt{
	background:#434343;
	border:1px solid #383838;
	padding:0.5em;
}
h3#comments{
float: left;
font-size:1.6em;
width: 550px;
}
 /*************************************
 +Misc
 *************************************/
a{
	text-decoration:none;
	color:#99cc66;
}
a:hover{
color:#99ff66;
}
#nav:after, #wrap:after{ 
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility:hidden; 
}
* html #nav, * html #wrap {height: 1%;}
 /*************************************
 + Next links
 *************************************/
#next ul { float: left; margin: 0 0 0 0;  padding: 0 0 0 10px; width: 255px;}
ul.right h4 { padding: 0 0 0 10px; }
h4 { font-size: 1.6em;}
#next ul li { list-style-type: none; font-size: 1.2em; line-height: 1.4em; margin: 0 0 .5em 0; }
#next ul li.feed { padding: 0 0 0 20px; background: url("images/minifeed.png") 0 0 no-repeat; }
#next ul li.subscribe_email { padding: 0 0 0 20px; background: url("images/email.png") 0 0 no-repeat; font-size: 12px !important; }
#next ul li.print { padding: 0 0 0 20px; background: url("images/print.png") 0 0 no-repeat; }
#next ul li.stumble { padding: 0 0 0 20px; background: url("http://www.stumbleupon.com/images/stumbleit.gif") 0 0 no-repeat; }
#next ul li.comment { padding: 0 0 0 20px; background: url("images/comment.png") 0 0 no-repeat; }
#next ul li.del { padding: 0 0 0 20px; background: url("images/del.png") 0 0 no-repeat; }
#next ul li.email { padding: 0 0 0 20px; background: url("images/email.png") 0 0 no-repeat; font-size: 12px !important; }
ul.related_post li { padding: 0 0 5px 0; margin: 0 0 5px 0; border-bottom: 1px solid #ccc;  }
#commentform  { float: left; margin: 0 0 0 0;  padding: 0 0 0 10px; width: 520px;}
