/* -------------------------------------------------------------- 
  
Theme Name: pichak
Theme URI: http://themes.wp-persian.com/pichak/
Author: Navid Kashani
Author URI: http://navid.kashani.ir/
Version: 1.0
   
-------------------------------------------------------------- */
@import url('reset.css');
/* Global
=========================== */
body {
	font-family:tahoma, arial;
	font-size:62.5%;
	text-align:center;
	line-height:170%;
	direction:ltr;
	color:#634047;
	background: #EDECE9 url('images/bg.gif') no-repeat fixed left top;
}
.wrapper {
	width:760px;
	margin:0 auto;
 	direction:rtl;
	text-align:right;
	font-size:12px;
	padding: 15px 0;
	position: relative;
}
a:link, a:visited {
	text-decoration:none;
	color:#088253;
}
a:hover {
	text-decoration: underline;
}
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;
}
blockquote {
	margin:10px 10px 0 0;
	border-right:3px solid #EDECE9;
	padding:2px 10px 2px 5px;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
h2 {
	font-family:"times New Roman";
	font-size:18px;
	font-weight:bold;
	line-height:120%;
}
h3 {
	font-family:"times New Roman";
	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid #DEDEDE;
	padding-bottom:4px;
	margin-bottom:10px;
}
.clear {
	clear:both;
}
.center {
	text-align:center;
}
.hidden {
	display: none;
}
img.alignleft {
	float:left;
	margin:0 0.5em 0.5em 0;
}
img.alignright {
	float:right;
	margin:0 0 0.5em 0.5em;
}
img.aligncentered, div.aligncentered, img.aligncenter, div.aligncenter {
	text-align:center;
	margin:0 auto;
}
div.wp-caption {
	padding:5px;
	background-color:#F3F3F3;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	text-align:center;
	border:1px solid #DDD;
	margin-bottom:5px;
}
#content div.wp-caption p.wp-caption-text {
	margin:0;
	padding:3px 0 0 0;
	color:#000;
	font-size:11px;
}
/* Header
=========================== */
h1 {
	font-family: "times New Roman", tahoma;
	font-weight: bold;
	font-size: 22px;
}
#under-title {
	padding-top: 11px;
	margin-top: 6px;
	background: transparent url('images/arr.gif') no-repeat 725px 0;
}
#top-nav {
	position: absolute;
	lefT:0;
	top: 9px;
	padding: 8px 10px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #F1F0EE;
	border: 1px solid #fff;
}
#top-nav li {
	display: inline;
	padding: 0 5px;
}
#top-nav li.current_page_item a {
	color: #999;
}
/* Content
=========================== */
.right-col {
	float: right;
	width: 560px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top-right-radius: 5px;
	background: #fff;
}
#content {
	padding: 10px 20px;
}
#content p {
	margin:10px 0;
}
.entry ul {
	margin-right:25px;
}
.entry ul li {
	list-style-type:square;
}
.entry img.wp-smiley {
	margin:0;
}
#content a.more-link {
	font-weight:bold;
	color:red;
}
#content .postmetadata {
	color: #999;
	padding: 3px 10px 2px 10px;
	margin: 0 0 10px;
	border-bottom: 1px dashed #D2DADA;
}
#content .postmetadata a {
	color: #999;
}
#content .postmetadata:hover a {
	color: #088253;
}
.date {
	display: block;
	color: #999;
}
.navigation {
	float: left;
	padding:5px 0;
}
.navigation a, a.rss {
	border: 1px solid #CECECE;
	margin: 5px 0;
	padding: 4px 15px;
}
/* Sidebar
=========================== */
.left-col {
	float: left;
	width: 199px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	background:#E3E2DE;
	border-right: 1px solid #D3D2CF;
}
#sidebar {
	padding: 10px 0;
}
#sidebar form {
	padding:3px 10px;
	text-align: center;
}
#sidebar p {
	padding:3px 10px;
}
#sidebar h2 {
	font-size: 14px;
	padding-right: 5px;
	border-bottom: 1px solid #D3D2CF;
	margin:5px 0 2px 0;
}
#sidebar a:link, #sidebar a:visited {
	padding:3px 10px;
	display: block;
	width:179px; /* fix IE6 Bug */
}
#sidebar a:hover {
	text-decoration: none;
	background-color:#F1F0EE;
}
#sidebar p a:link, #sidebar p a:visited {
	padding:0;
	display: inline;
}
#sidebar p a:hover {
	text-decoration: underline;
	background-color:transparent;
}
#sidebar li.current-cat, #sidebar li.current_page_item {
	margin-right:-1px;
	background-color:#F1F0EE;
}
#sidebar li.current-cat a, #sidebar li.current_page_item a {
	color:#999;
}
input#s {
	vertical-align: top;
	border: 1px solid #fff;
	background: #EDECE9;
	-moz-border-radius:3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
input#s:focus {
	background: #F1F0EE;
}
input#searchsubmit {
	background: transparent url('images/ico_search.gif') no-repeat 0 0;
	border: 0 none;
	width: 16px;
	height: 16px;
	text-indent: -9999px;
	overflow: hidden;
}
/* Comment
=========================== */
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-right: 1px solid #ddd;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Tahoma, Arial, Sans-Serif;
}
.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	margin-left: 5px;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 0 1px 5px;
}
#commentform {
	margin: 5px 0 0 10px;
}
#commentform textarea {
	width: 95%;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 auto 5px 30px;
	float: left;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 10px 10px;
	font-weight: bold;
	list-style: none;
}
.commentlist li ul li { 
	margin-right: 10px;
	margin-left: -5px;
	font-size: 1em;
}
.commentlist p {
	margin: 10px 0 10px 5px;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
}
input#url, input#email {
	direction: ltr;
}
/* style input */
#commentform textarea, input#author, input#url, input#email, #commentform #submit {
	border: 1px solid #E3E2DE;
	background: #EDECE9;
	-moz-border-radius:6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: 5px;
	color: #634047;
}
#commentform textarea:focus, input#author:focus, input#url:focus, input#email:focus, #commentform #submit:focus, #commentform #submit:active {
	background: #F1F0EE;
}
/* Footer
=========================== */
#footer {
	font-size:9px;
	padding:5px 10px;
	-moz-border-radius:5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #F1F0EE;
	border: 1px solid #fff;
	margin-top: 10px;
	height: 17px;
	color: #999;
}