 
 
/*
Theme Name:	Sanjaaghak 2
Theme URI:	http://#/
Description:	Official theme for Fatemeh Ghadyani
Version:	0.2
Author:		Mehran
Author URI:	http://version17com/
*/
* {
	margin: 0;
	padding: 0; }
 
html { overflow: -moz-scrollbars-vertical; }
 
body {
	background: #adadad;
	color: #34261D;
	font-family: Tahoma;
	font-size: 11px;
	margin: 0; }
 
a {
	color: #d30700;
	text-decoration: none;}
 
	a:hover {
		color: #7F0F00;
		text-decoration: none; }
 
	a:active, a:focus { outline: none; }
 
img {
	background: #fff;
	border: 1px solid #F0EEE7;
	height: auto;
	margin: 3px 0;
	max-width: 480px;
	padding: 2px; }
 
blockquote {
	background: #f5f5f5;
	border-right: 5px solid #e4e4e4;
	margin-bottom: 10px;
	margin-left: 2em;
	margin-right: 2em;
	padding: 0px 5px 5px 10px;  }
 
pre {
	background: #F4F5F0;
	direction: ltr;
	font-family: "Courier New",Courier,monospace;
	padding: 7px;
	text-align: left; }
 
.clear { clear: both; }
 
::-moz-selection {
	background: #EDEDE3;
	color: #34261D; /* Firefox */ }
 
::selection {
	background: #EDEDE3;
	color: #34261D; /* Safari */ }
 
/*---------------- header ---------------------*/
#header {
	height: 200px;
	margin: 0 auto;
	position: relative;
	top: 0;
	width: 460px; }
 
	#header .logo {
		background: transparent url(img/header2.png) no-repeat;
		border: 0;
		float: right;
		height: 200px;
		overflow: hidden;
		padding: 0;
		position: relative;
		width: 460px; }
 
		#header .logo a {
			float: right;
			height: 200px;
			position: relative;
			text-indent: -9999px;
			width: 460px; }
 
			#header .logo a:hover {
				background: transparent;
				outline: none; }
 
	#header p {
		color: #A28A7F;
		direction: ltr;
		font-family: georgia;
		font-size: 19px;
		text-align: center !important; }
 
	#header .logo .search-form {
		float: right;
		padding: 10px;
		position: relative;
		right: 10px;
		top: 10px; }
 
		#header .logo .search-form li { list-style: none; }
 
#search input {
	border: 1px solid #999;
	font-family: tahoma;
	font-size: 12px;
	padding: 2px;
	width: 200px; }
 
	#search input:focus {
		background: #EFFAFF;
		border: 1px solid #1C4254; }
 
#search input#searchsubmit {
	background: transparent;
	border: none;
	height: 16px;
	padding: 2px;
	text-indent: 9999px;
	vertical-align: middle;
	width: 16px; }
 
/*---------------- content -------------------*/

#content {
	background: #fff;
	clear: both;
	direction: rtl;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	text-align: justify;
	top: 0px;
	width: 400px; }

#content h2 {
	background: transparent;
	color: #3F3228;
	display: inline;
	font-family: tahoma;
	font-size: 12px;
	padding-top: 5px;
	position: relative;
	top: 15px; }
 
	#content h2 a {
		background: transparent !important;
		border: 0;
		color: #d30700 !important; }
 
		#content h2 a:hover {
			background: transparent !important;
			border: 0;
			color: #7F0F00 !important; }
 
#content .date {
	background: #666;
	color: #fff;
	float: left;
	margin-top: -20px;
	margin-left: -13px;
	padding: 2px;
	text-align: left;}
 
#content .entry {
	clear: both;
	line-height: 17px;
	padding-top: 5px; }
 
#content .post {
	clear: both;
	color: #34261D;
	margin: 0;
	padding: 20px 7px 35px 7px;
	width: 390px; }
 
#content .entry ul li {
	list-style: square;
	margin-right: 20px;
	padding: 3px 0 3px 0; }
 
#content .entry ol {
	margin-right: 20px;
	padding: 7px 0 7px 0; }
 
#content .post p {
	margin-top: 15px;
	padding: 5px 0 5px 7px; }
 
#content .post a {
	color: #d30700;
	text-decoration: none; }
 
	#content .post a:hover {
		color: #7F0F00;
		text-decoration: none; }
 
#content .post img { margin: 5px 0 5px 0; }
 
#content .meta {
	font-size: 11px;
	line-height: normal;
	margin: 0;
	padding: 10px 10px 10px 10px;  }
 
#content .posts-navigation{
	clear: both;
	font-size:11px;
	padding: 20px 0 25px 0;
	position: relative;
	width: 410px; }
 
	#content .posts-navigation a {
		background: #D30700;
		color: #fff;
		padding: 2px 10px; }
 
		#content .posts-navigation a:hover { 
			background: #B63431; 
			color: #fff;
			text-decoration:none;}
 
	#content .posts-navigation .next-posts {
		float: left;
		left: 0px;
		position: relative; }
 
	#content .posts-navigation .pre-posts {
		float: right;
		position: relative;
		right: -10px; }
		
/*-------------- single-content --------------*/	
		
#single-content {
	background: #fff;
	clear: both;
	direction: rtl;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	text-align: justify;
	top: 0px;
	width: 400px; }

#single-content h2 {
	background: transparent;
	color: #3F3228;
	display: inline;
	font-family: tahoma;
	font-size: 12px;
	padding-top: 5px;
	position: relative;
	top: 15px; }
 
#single-content .post-detail {
	color: #888;
	padding: 2px;
	margin-top:15px;}
 
#single-content .entry {
	clear: both;
	line-height: 17px;
	padding-top: 0px; }
 
#single-content .post {
	clear: both;
	color: #34261D;
	margin: 0;
	padding: 20px 7px 35px 7px;
	width: 390px; }
 
#single-content .entry ul li {
	list-style: square;
	margin-right: 20px;
	padding: 3px 0 3px 0; }
 
#single-content .entry ol {
	margin-right: 20px;
	padding: 7px 0 7px 0; }
 
#single-content .post p {
	margin-top: 15px;
	padding: 5px 0 5px 7px; }
 
#single-content .post img { margin: 5px 0 5px 0; }
 
#single-content .meta {
	font-size: 11px;
	line-height: normal;
	margin: 0;
	padding: 10px 10px 10px 10px;  }
 
#single-content .single-navigation {
	clear: both;
	font-size:11px;
	padding: 20px 0 25px 0;
	position: relative;
	width: 410px; }
 
	#single-content .single-navigation a {
		background: #D30700;
		color: #fff;
		padding: 2px 10px; }
 
		#single-content .single-navigation a:hover { 
			background: #B63431; 
			color: #fff;
			text-decoration:none;}
 
	#single-content .single-navigation .n {
		float: left;
		left: 7px;
		position: relative; }
 
	#single-content .single-navigation .p {
		float: right;
		position: relative;
		right: -17px; }


 
#sidebar .toggle_container {
	clear: both;
	overflow: hidden;
	padding: 8px 0;
	text-align: center; }
 
/*--------------- sidebar ----------------------*/
#sidebar {
	position: absolute;
	right: -19em;
	top: 0;
	text-align:left;
	width: 200px;}
	
	#sidebar a {
		color:#333;}
		
	#sidebar a:hover {
		color:#BA3029;}
 
	#sidebar img {
		background: none;
		border: 0; }
 
	#sidebar ul {
		direction: rtl;
		padding-right: 5px;
		padding-top: 5px;
		text-align: left; }
		
	#sidebar li {
		background: url(img/bullet.gif) no-repeat left;
		list-style:none;
		padding-left:15px;}
 
		#sidebar ul li {
			display: block;
			padding: 5px 10px; }
 
			#sidebar ul li span { color: #AB958B; }
 
			#sidebar ul li img {
				padding: 0 4px;
				vertical-align: middle; }
 
	#sidebar li { display: block; }
 
	#sidebar h2 {
		color: #B63431;
		direction: rtl;
		display: block;
		margin: 5px 0;
		text-align: left; 
		padding-bottom:10px;}
		
#sidebar .gooder ul.reader-publisher-module{
	}

#sidebar .flickr { margin-left: -2px;}

#sidebar .flickr img {
width: 64px;
max-width: 64px;
height: auto; 
background: #fff;
padding: 1px;
margin: 1px;
}
 
/*--------------------- comments -------------------*/
#comments {
	color: #34261D;
	padding: 5px; }
 
h3#comments {
	background: url(img/sep.png) no-repeat top center;
	color: #34261D;
	font-family: arial;
	font-size: 15px;
	margin-top: 5px; 
	padding-top:25px;}
 
.commentlist {
	color: #555;
	padding: 10px; }
 
	.commentlist p {
		line-height: 16px;
		padding: 3px 0 3px 0; }
 
	.commentlist cite {
		font-style: normal;
		font-weight: bold; }
 
	.commentlist li {
		background: #f0f0f0;
		border-top: 1px dotted #999;
		list-style: none;
		margin: 3px 0;
		padding: 0px 10px 15px;
		text-align: right; }
 
	.commentlist .avatar {
		background: #fff;
		border: 1px solid #F0EEE7;
		float: right;
		margin-right: -50px;
		padding: 2px; }
 
.commentmetadata { margin: 20px 0 5px 0; }
 
#respond {
	background: url(img/sep.png) no-repeat top center;
	color: #34261D;
	font-family: arial;
	font-size: 15px;
	padding: 25px 10px 10px 10px; }
 
#commentform {
	margin-right: 5px;
	padding: 5px; }
 
	#commentform .name {
		background: #FFFFFF;
		border: 1px solid #a0a0a0;
		font-family: tahoma;
		margin: 4px 0;
		padding: 5px;
		width: 180px; }
 
	#commentform .email-url {
		background: #FFFFFF;
		border: 1px solid #a0a0a0;
		direction: ltr;
		font-family: tahoma;
		margin: 4px 0;
		padding: 5px;
		text-align: left;
		width: 180px; }
 
	#commentform textarea {
		background: #FFFFFF;
		border: 1px solid #a0a0a0;
		font-family: tahoma;
		font-size: 11px;
		margin-top: 5px;
		margin: 3px 0;
		overflow: auto;
		padding: 5px;
		width: 350px; }
 
/*---------------- footer ---------------*/
#footer {
	background: #F2F2EA;
	bottom: 0;
	clear: both;
	margin-top: 20px;
	margin-right:-10px;
	margin-bottom:-10px;
	padding: 10px;
	position: relative;	
	width:400px}
 
	#footer p {
		color: #777;
		direction: ltr;
		margin: 5px 0;
		text-align: center; }
 
		#footer p a { text-decoration: underline; }
 
/*--------- 404 -------------*/
#notfound {
	background: url(img/404.jpg) no-repeat center;
	margin: 9em auto;
	padding-top: 20em;
	text-align: center; }
 
	#notfound h2 {
		color: #ee4422;
		font-family: arial, verdana;
		font-size: 45px;
		font-weight: bolder;
		letter-spacing: -4px; }
 
	#notfound .p {
		color: #666666;
		direction: ltr;
		font-size: 15px;
		font-weight: normal;
		letter-spacing: -0.5px;
		margin-left: 40.5em;
		margin-top: -3em;
		text-align: left; }
 
	#notfound h2 {
		height: 60px;
		margin: 0 auto;
		position: relative;
		top: -4em;
		width: 100px; }
 
	#notfound h2 {
		background: transparent url(img/404-title.png) no-repeat;
		border: 0;
		height: 60px;
		overflow: hidden;
		padding: 0;
		position: relative;
		text-indent: -9999px;
		width: 100px; }
 
.searchform404 {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #F0EEE7;
	border: 0;
	color: #34261D;
	font-family: arial;
	font-size: 15px;
	font-weight: bold;
	margin-top: 20px;
	padding: 5px; }
	
.height {
	background: #fff;
	clear: both;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	height: 300px;}
	
.nocomments {
	text-align: center;}
	
/*----- unicef -------*/
#unicef {
	position: relative;
	margin-right: 10px;
	width: 190px; 
	line-height: 17px;
	text-align: justify;}
	
	#unicef .img {
		position: relative;
		margin: 0 auto;}
	
	#unicef img {
		background: none;
		padding:0;
		border: 0;
		text-align: center;}
		
#single-content #unicef {
	position: relative;
	margin-right: 10px;
	width: 190px; 
	line-height: 17px;
	text-align: justify;}