/*
Theme Name: YaldaBox
Theme URI: http://irsaweb.com
Version: 1.0
Author: Pouya Salimi
/* Pouya Salimi special css framwork */
/* ipooya.com - irsaweb.com */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body, td, th {
	color: #CCCCCC;
	font: 11px Tahoma, Arial, Helvetica, sans-serif;
}
body {
	text-align: right;
	margin: 0px;
	padding: 0px;
	background-color: #000;
}
a {
	color: #658CBC;
	text-decoration: none;
}
a:hover {
	color: #99B3D2;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 15px;
}
p {
	margin: 0px;
	padding: 3px 0px;
}
ul, ol {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
	margin: 0;
	padding: 0;
}
img {
	border-style: none;
}
.left {
	float: left;
}
.right {
	float: right;
}
code {
	margin: 5px 0;
	padding: 10px;
	text-align: left;
	display: block;
	overflow: auto;
	font: 500 10px/1.5em 'Lucida Console', 'courier new', monospace;
	/* white-space: pre; */
    background: #FAFAFA;
	border: 1px solid #E0E0E0;
	direction:ltr;
}
acronym {
	cursor: help;
	border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
	padding: 5px 10px 5px 5px;
	background-color: #FAFAFA;
	background-position: 8px 10px;
	border: 1px solid #f2f2f2;
	border-right: 4px solid #358FA9;
	font: normal 8pt/1.5em Tahoma, sans-serif;
	color: #666666;
}
form {
	margin: 0;
	padding: 0;
}
label {
	display:block;
}
input {
	font: normal 11px Tahoma, sans-serif;
	color:#000;
}
textarea {
	font: normal 11px Tahoma, sans-serif;
	display:block;
	color:#000;
	overflow: auto;
}
.clear {
	clear: both;
	display: block;
	font-size: 0px;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
}
.hidden {
	display: none;
}
#warpper {
	width: 860px;
	margin: auto;
	direction:rtl;
	line-height: 1.6em;
}
#header {
	height: 100px;
	border: 1px solid #364556;
	background-color: #293441;
	background-image: url(images/header.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px auto 0px;
	position: relative;
}
#header h1 {
	position: absolute;
	width: 211px;
	height: 80px;
	left: 15px;
	top: 18px;
}
#header h1 a {
	display: block;
	width: 211px;
	height: 80px;
}
#header h1 span {
	display: none;
}
#navigation {
	bottom:10px;
	position:absolute;
	right:10px;
	width:300px;
	width: 300px;
}
#navigation li {
	float:right;
	margin: 0px 0px 0px 5px;
}
.box {
	background: #293441;
	border: 1px solid #364556;
	margin: 10px auto;
	padding: 10px;
}
.entry {
	text-align:right;
}
.entry img {
	padding: 15px;
	background-color: #000;
	margin: 0px auto 15px;
	display: block;
}
.post-content small {
	display: block;
	margin: 0px 0px 10px;
}
.previous-items li {
	float:right;
	margin: 0 5px 0 4px;
}
.previous-items a {
	display: block;
}
.previous-items a img {
	display: block;
	height: 60px;
	width: 100px;
	padding: 4px;
	background-color: #000000;
	border: 1px solid #000000;
}
.previous-items a img.no-image {
	background-image: url(images/loading.gif);
	background-repeat: no-repeat;
	background-position: 45px 20px;
	background-color: #fff;
}
.previous-items a:hover img {
	border: 1px solid #475B72;
}
.postmetadata {
	width: 200px;
	margin: 5px auto;
}
.postmetadata .comments-link, .post-ratings {
	float:right;
	margin: 0px 0px 0px 10px;
}
.postmetadata .comments-link a, .post-ratings  {
	display: block;
	padding: 2px 5px;
	background-color: #364556;
	border: 1px solid #4A6077;
	width: 50px;
	text-align: center;
}
.postmetadata .comments-link a:hover, .post-navigation a:hover  {
	background-color: #293441;
	border: 1px solid #62809D;
}
.post-ratings {
	width: 100px;
	direction:ltr
}
.post-ratings img {
	vertical-align:-3px;
}
.post-navigation a  {
	display: block;
	padding: 2px 5px;
	background-color: #364556;
	border: 1px solid #4A6077;
	text-align: center;
}
.comments {
	display:none;
}
.commentlist {
	float: right;
	width: 500px;
}
.commentlist h3, #respond h3 {
	margin: 0px 0px 10px;
}
.commentlist .comment {
	background-color: #43566B;
	padding: 5px;
	border: 1px solid #5C7996;
	margin: 0px 0px 10px;
}
.commentlist .even {
	background-color: #364556;
	border: 1px solid #4A6077;
}
.comments #respond {
	float: right;
	width: 300px;
	margin: 0px 30px 0px 0px;
}
#commentform p {
	clear:both
}
#commentform label {
	float: right;
	width: 80px;
	padding: 5px;
}
#author, #email, #url, #comment {
	padding: 5px;
	width: 190px;
	background-color: #364556;
	color: #FFFFFF;
	border: 1px solid #4A6077;
	float: left;
}
#comment {
	width: 290px;
}
#submit {
	font: bold 15px Arial, Helvetica, sans-serif;
	padding: 2px 10px;
	margin-top: 10px;
	background-color: #364556;
	border: 1px solid #4A6077;
	color: #FFFFFF;
}
#submit:hover {
	background-color: #4A6077;
}
.comments .comments-navigation {
	clear:both;
}
#footer div.right {
	width: 405px;
	padding: 5px;
	margin: 0px;
	position: relative;
}
#footer div.right h3 {
	height: 17px;
	width: 120px;
	position: absolute;
	background-repeat: no-repeat;
	top: 0px;
}
#footer .archive h3 {
	background-image:url(images/archives.gif);
	left: -5px;
	background-position: left top;
}
#footer .out-going-links h3 {
	background-image:url(images/links.gif);
	right: -5px;
	background-position: right top;
}
#footer div.right h3 span {
	display:none;
}
#footer div.right ul {
	padding: 0px 5px;
	margin: 20px 0px 0px;
}
#footer div.right ul li {
	float: right;
	margin: 0px 0px 0px 5px;
	width: 180px;
}
#footer div.archive ul {
	direction:ltr;
	text-align:left;
}
#footer div.archive ul li {
	float: left;
	margin: 0px 5px 0px 0px;
}
#footer div.copyright {
	height:50px;
	position:relative;
	width:120px
}
#footer .copyright-text {
	text-align: left;
	direction:ltr
}
#footer .xhtml, #footer .css {
	background-image: url(images/html.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
	width: 50px;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
#footer .css {
	background-image: url(images/css.gif);
	left: 60px;
}
#footer .xhtml a, #footer .css a {
	display:block;
	height: 50px;
	width: 50px;
}
#footer .xhtml span, #footer .css span {
	display:none
}
.more-links, .more-archive {
	cursor:pointer;
	padding-right: 10px;
	padding-left: 10px;
}
.post-ratings-loading {
	display: none;
	height: 16px;
}
