/*
Theme Name:Parinaz
Author: Mehdi Shariatmadari
Author URI: http://m.ehdi.in/
Version:1.0
*/
/* Reset
----------------------------------------------------------------*/
* {margin:0;padding:0;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table {border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
ol, li {list-style:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup,sub {line-height:-1px;vertical-align: text-top;}
sub {vertical-align:text-bottom;}
input, textarea, select{font-family:tahoma;font-size:inherit;font-weight:inherit;}
a {outline-color:-moz-use-text-color; outline-style:none; outline-width:medium;}
a:link, a:visited {text-decoration:none;color:#000;}
a:hover {text-decoration: none;color:#720000;}
a:active, a:focus {outline: 0;}
:focus {outline: 0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none;}
/* remember to highlight inserts somehow! */
ins {text-decoration: none;}
del {text-decoration: line-through;}

/* Global
----------------------------------------------------------------*/
body{
	font-family: 'Tahoma', Arial;
	font-size:12px;
	text-align:right;
	color:#544642;
	background-color:#E8E8E8;
}
a:link, a:visited {
	color:#B60B8B;
}
a:hover{
	color:#D216A4;
}
a:active, a:focus {
	outline: 0;
}
code, pre {
	font-family: Consolas, Monaco, "Courier New", Courier, monospace;
	display:block;
	direction:ltr;
	text-align:left;
	background-color: #f5f5f5;
	border:1px solid #dadada;
	padding:3px;
	overflow:auto;
	margin:3px 0;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.float_left{
    float:left;
}
.float_right{
    float:right;
}
.direction_ltl{
	direction:ltr;
	text-align:left;
}
img{
	padding:2px;
	margin:6px;
	border:solid 1px #A6047E;
	background-color:#fff;
}
img.alignleft, div.alignleft {
	float:left;
	margin:6px 6px 6px 0;
}
img.alignright, div.alignright {
	float:right;
	margin:6px 0 6px 6px;
}
img.aligncentered, div.aligncentered, img.aligncenter, div.aligncenter {
	text-align:center;
	margin:0 auto;
}
.clear{
    clear:both;
}

/* Wrap
----------------------------------------------------------------*/
#wrap{
	width:707px;
	margin:0 auto;
	overflow:hidden;
}
/* Header
----------------------------------------*/
#header{
	height:95px;
}
.logo{
	float:right;
	width:249px;
	height:67px;
	margin:36px 0 0;
	background:url(images/logo.gif)
}
.logo h1, .description{
	display:none;
}
.logo a{
	width:249px;
	height:67px;
	display:block;
}
.menu{
	float:left;
	width:315px;
}
.menu li{
	float:right;
}
.menu ul li a{
	width:63px;
	height:61px;
	display:block;
	text-indent:-9999px;
	z-index:10;
	position:relative;
	overflow:hidden;
	background:url(images/menu.gif) no-repeat;
}
.menu ul li .last{
	margin-left:0;
}
.menu a.home{
	background-position:-252px 0;
}
.menu a.blog{
	background-position:-189px 0;
}
.menu a.gallery{
	background-position:-130px 0;
}
.menu a.me{
	background-position:-63px 0;
}
.menu a.contact{
	background-position:0 0;
}

.menu a.home:hover{
	background-position:-252px -60px;
}
.menu a.blog:hover{
	background-position:-189px -60px;
}
.menu a.gallery:hover{
	background-position:-130px -60px;
}
.menu a.me:hover{
	background-position:-63px -60px;
}
.menu a.contact:hover{
	background-position:0 -60px;
}

.menu a.home_current{
	background-position:-252px -122px;
}
.menu a.blog_current{
	background-position:-189px -122px;	
}
.menu a.gallery_current{
	background-position:-130px -122px;
}
.menu a.me_current{
	background-position:-63px -122px;
}
.menu a.contact_current{
	background-position:0 -122px;
}

#eg1 li.back {
	width:63px;
	height:61px;
	background:url(images/menu_hover.gif) 0 0px no-repeat;
	z-index:8;
	position:absolute;
}
#eg1{
	width:270px;
}
#eg1 li {
	float:right;
	list-style:none;
}
/* Content
----------------------------------------*/
#content{
	float:right;
	width:513px;
}
.posts{
	margin:24px 0 0 0;
}
.title{
	float:right;
	width:454px;
	font-family:arial;
	font-size:20px;
	font-weight:bold;
	margin:11px 0 0;
	color:#B60B8B;
	text-shadow:0 1px 0 #F4F4F4;
}
.comment{
	float:left;
	width:33px;
	height:40px;
	background:url(images/comment.gif);
}
.comment a{
	width:28px;
	height:24px;
	color:#fff;
	text-align:center;
	display:block;
	margin:4px 5px 0;
}
.entry{
	margin:10px 0 0 0;
	padding:0 20px 0 0;
	overflow:hidden;
}
.entry p{
	text-align:justify;
	line-height:20px;
	color:#000;
}
.more-link{
	text-align:left;
	display:block;
}
.post_meta{
	margin:17px 42px 0;
	padding:0 6px 0 0;
	border-right:3px solid #A6047E;
}
.post_meta span{
	display:block;
	margin:0 0 2px;
}
.wp-pagenavi{
	float:left;
	direction:ltr;
	font-size:11px;
	margin:10px 0 0 136px;
}
.wp-pagenavi a{
	float:left;
	display:block;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #A6047E;
	color: #A6047E;
	background-color: #FFFFFF;	
}
.wp-pagenavi a:hover {	
	color: #fff;
	background-color: #A6047E;
}
.wp-pagenavi a:active {
	color: #fff;
	background-color: #A6047E;	
}
.wp-pagenavi span.pages {
	float:left;
	display:block;
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}
.wp-pagenavi span.current {
	float:left;
	display:block;
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #A6047E;
	color: #fff;
	background-color: #A6047E;
}
.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}
/*Contact form*/
#contactForm{
	margin:10px 0 0 0;
}
.screenReader {
	left: -9999px;
	position: absolute;
	top: -9999px;
	overflow:hidden;
}
.thanks {
	 padding:10px;
}
ol.forms {
	list-style: none;
	margin: 0;
	width: 100%;
}
ol.forms li {
	clear: both;
	margin-bottom: 9px;
	position: relative;
	width: 100%;
}
ol.forms label {
	cursor: pointer;
	display: block;
	width: 100px;
	font-size:12px;
	margin:0 7px 5px;
}
ol.forms input, ol.forms textarea {
	font: inherit;
	padding: 7px;
	width: 190px;
	padding:7px;
	border:solid 1px #A6047E;‍
	background-color:#F5F5F5;
	-moz-border-radius:3px;
}
ol.forms textarea {
	height: 98px;
	width: 334px;
}
ol.forms input:focus, ol.forms textarea:focus {
	color:#000;
	background-color:#fff;
}
.error {
	color: #D216A4;
	margin:12px 0 6px;
}
ol.forms li .error {
	font-size: 12px;
}
ol.forms li.textarea .error {
	display: block;
	position: absolute;
	right: 131px;
	bottom: -29px;
}
ol.forms li.screenReader {
	margin-bottom: 0;
}
ol.forms li.buttons button {
	font-size:11px;
	border:solid 1px #A6047E;
	padding:7px;
	cursor:pointer;
	color:#A6047E;
	background-color:#F5F5F5 !important;
	-moz-border-radius:3px;
}
ol.forms li.buttons button:hover {
	color:#fff;
	background-color:#A6047E !important;
}
ol.forms li.inline input {
	width: auto;
}
ol.forms li.inline label {
	‍display: inline;
	float: none;
	width: auto;
}
.ajax_loader img{
	border:none;
	background-color:#E8E8E8;
}
.ajax_loader_pre{
	display:none;
}
/* Single
----------------------------------------*/
.commentlist{
	margin:15px 0 0 0;
}
.commentlist li{
	margin:0 0 20px 0;
	padding:9px;
	background-color:#F5F5F5;
	-moz-border-radius:3px;
}
.commentlist .even{
	background-color:#F5F5F5;
}
.commentlist .odd{
	background-color:#EFEFEF;
}
.avatar{
	float:right;
	margin:0 0 0 6px;
}
#respond{
	margin:20px 0 0 0;
	padding:0 6px 0 0;
	border-right:3px solid #A6047E;
}
#commentform{
	width:317px;
	margin:10px 0 0 0;
}
#commentform p{
	margin:0 0 10px 0;
}
#commentform label{
	display:block;
	margin:0 0 4px;
}
#commentform input, #commentform textarea{
	background-color:#F5F5F5;
	-moz-border-radius:3px;
}
#commentform input:hover, #commentform textarea:hover{
	background-color:#fff;
}
#commentform input:focus, #commentform textarea:focus{
	background-color:#fff;
}
#author, #email, #url{
	width:190px;
}
#comment{
	width:300px;
}
#email, #url{
	direction:ltr;
}
#author, #email, #url, #comment{
	padding:7px;
	border:solid 1px #A6047E;
}
#submit{
	font-size:11px;
	border:solid 1px #A6047E;
	padding:7px;
	cursor:pointer;
	color:#A6047E;
	background-color:#F5F5F5 !important;
}
#submit:hover{
	color:#fff;
	background-color:#A6047E !important;
}
/* Sidebar
----------------------------------------*/
#sidebar{
	float:right;
	width:150px;
	color:#646464;
	margin:0 44px 0 0;
}
.widget{
	margin:0 0 30px 0;
}
.widget ul{
	margin:4px 10px 0 0;
}
.widget ul li{
	margin:0 0 4px;
	padding:0 12px 0 0;
	background:url(images/li.gif) no-repeat right 9px;
}
.widget ul li a{
	color:#646464;
}
.widget ul li a:hover{
	color:#A6047E;
}
.limit_jarchive_widget .sidebar_title{
	width:48px;
	height:21px;
	text-indent:-9999px;
	background:url(images/archive.gif);
}
.widget_categories .sidebar_title{
	width:70px;
	height:21px;
	text-indent:-9999px;
	background:url(images/category.gif)
}
#feed div{
		float:right;
		width:68px;
		text-align:center;
		font-size:11px;
		margin:0 7px 0 0;
}
#feed div a{
		color:#646464;
		display:block;
		padding:32px 0 0 0;
}
#feed div a:hover{
		color:#FC8C00
}
.posts_feed{
		width:28px;
		height:30px;
		background:url(images/posts_feed.gif) no-repeat 21px 0;
}
.comments_feed{
		width:28px;
		height:30px;
		background:url(images/comments_feed.gif) no-repeat 21px 0;
}
/* Footer
----------------------------------------------------------------*/
#footer{
	width:100%;
	margin:30px 0 0;
	overflow:hidden;
	background:url(images/footer_bg.gif) repeat-x;
}
.footer_bar{
	width:1024px;
	height:107px;
	margin:0 auto;
}
.bar{
	height:56px;
	background:url(images/bar.gif);
}
.copyright{
	width:190px;
	height:46px;
	margin:6px auto 0;
	background:url(images/copyright.gif) no-repeat;
}
#wpstats{
	display:none;
}

