/*
Theme Name: Kharmahi
Theme URI: http://kharmahi.com
Author: Arash Ranjbaran
Author URI: http://kharmahi.com
Description: The kharmahi theme for the kharmahi.com
Version: 3
License: Copyright
Tags: white, red, kharmahi, farsi, persian
*/

/* reseting tags */
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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* end of reseting tags */

/* general */
html, body {
	width: 100%;
	height: 100%;
}
body {
	font-family: Tahoma;
	font-size: 12px;
	color: #3b3b3b;
	position: relative;
}
a {
	text-decoration: none;
	color: #c1101b;
	padding: 2px 5px 3px 5px;
	display: inline-block;
}
a:hover {
	text-shadow: 1px 1px 0 #f09ca1;
}
hgroup {
	display: none;
}
nav h3 {
	display: none;
}
input, textarea, button, select, option {
	font-family: Tahoma;
	font-size: 12px;
}

/* layout */
#branding {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: auto;
}
#access {
	height: 30px;
	width: 100%;
	background-color: #9c1006;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
}
#header {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 493px;
	width: 315px;
	z-index: 1;
}
#header_mask {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 493px;
	width: 315px;
	background-image: url(images/header_mask.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	z-index: 1000;
}
#header_image {
	position: absolute;
	left: 45px;
	top: 150px;
	height: 250px;
	width: 250px;
	z-index: 2;
}
#colophon {
	position: fixed;
	left: 50px;
	bottom: 10px;
	font-size: 10px;
}
#main {
	margin: auto;
	width: 600px;
	padding: 60px 0px 30px 315px;
	direction: rtl;
	text-align: right;
	line-height: 1.7;
	position: relative;
}
#footer_line {
	border-bottom: 5px solid #9c1006;
	position: fixed;
	width: 100%;
	bottom: 0px;
}

/* menu */
.menu {
	margin: auto;
	width: 600px;
	padding-left: 315px;
	direction: rtl;
	text-align: right;
}
.menu_item {
	float: right;
	height: 30px;
	position: relative;
}
.menu_item a {
	padding: 8px 10px 7px 10px;
	color: #fff;
	display: inline-block;
	height: 15px;
	border-radius: 0px;
}
.menu_item a:hover {
	background-color: #c1101b;
}

/* content */
.post {
	margin-bottom: 100px;
	height: auto;
	display: block;
}
.entry-title, h2, h3 {
	margin-bottom: 20px;
	font-family: monospace;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: -2px;
}
.entry-title a {
	text-shadow: 0 0 1px #eea6ab;
}
.entry-title a:hover {
	background-color: transparent;
	color: #414141;
	text-shadow: 0 0 1px #979797;	
}
footer.entry-meta {
	font-size: 11px;
	margin: 30px 30px 0px 0px;
	height: auto;
	display: block;
}
/* comments */
#respond {
	margin-top: 30px;
}
#commentform label {
	width: 100px;
	float: right;
	margin-left: 10px;
	text-align: left;
	direction: rtl;
}
.form-allowed-tags {
	display: none;
}
.form-submit, .comment-notes {
	padding-right: 110px;
}
.comment {
	padding: 10px;
	border-radius: 3px;
	height: auto;
	min-height: 100px;
	margin-bottom: 10px;
}
.even {
	background-color: #f2f2f2;
}
.odd {
	background-color: #fff;
}
.comment-author {
	font-size: 11px;
}
.comment-content {
	margin-right: 70px;
}
.avatar {
	clear: both;
	float: right;
	margin-left: 30px;
}
.reply {
	margin-right: 70px;
}
.says {
	display: none;
}
/* post navigation */
#nav-single {
	position: relative;
	height: 20px;
	margin-bottom: 20px;
}
.nav-previous {
	position: absolute;
	left: 0px;
	top: 0px;
	height: 20px;
}
.nav-next {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 20px;
}
#nav-above {
	position: relative;
	height: 20px;
	margin-bottom: 20px;
}
#nav-below {
	position: relative;
	height: 20px;
	margin: 20px 0 20px 0;
}
