/* -------------------------------------------------------------- 
  
Theme Name: Arash Hejazi
Theme URI: http://nimrooz.com/
Author: Navid Kashani
Author URI: http://navid-kashani.com/
Version: 1.0
   
-------------------------------------------------------------- */
@import url('style/reset.css');
/* Global
=========================== */
body {
	font-family:tahoma, arial;
	font-size:62.5%;
	text-align:center;
	line-height:170%;
	direction:ltr;
	color:#707070;
}
.wrapper {
	width:900px;
	margin:0 auto;
	text-align:justify;
	font-size:12px;
}
a:link, a:visited {
	text-decoration:none;
	color:#1F1A17;
}
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 0 0 10px;
	border-left:4px solid #7F7F7F;
	padding:2px 5px 2px 10px;
}
.alignright {
	float:right;
}
.alignleft {
	float:left;
}
.center {
	text-align:center;
}
h2 {
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	margin-bottom:5px;
	color:#60695B;
	line-height:120%;
}
h3 {
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	border-bottom:1px solid #DEDEDE;
	padding-bottom:4px;
	margin-bottom:10px;
	color:#333333;
}
.clear {
	clear:both;
}
.avatar {
	float:right;
	margin:0 5px 2px 0;
}
img.alignleft {
	float:left;
	margin:0 0.5em 0.5em 0;
}
img.alignright {
	float:right;
	margin:0 0 0.5em 0.5em;
}
img.aligncentered {
	text-align:center;
	margin:0 auto;
}
#right-col {
	width:188px;
	float:left;
}
#left-col {
	width:662px;
	float:right;
	padding-left:50px;
}

/* Header
=========================== */
#header {
	height:129px;
	background:transparent url('images/header.gif') no-repeat left 10px;
	position:relative;
}
#language {
	position:absolute;
	top:80px;
	right:50px;
}
/* sidebar
=========================== */
#sidebar {
	background:transparent url('images/sidebar.gif') no-repeat;
}
#sidebar ul {
	padding:340px 0 10px 0;
	text-align:center;
}
#sidebar ul li {
	margin:12px 0;
}
#sidebar ul li a:link, #sidebar ul li a:visited {
	color:#967F67;
	font-family:comic Sans MS, arial;
	font-weight:bold;
	font-size:15px;
}
#sidebar ul li a:hover {
	text-decoration:none;
	color:#6F6253;
}
.arichive-side {
	margin-bottom: 150px;
}
.arichive-side ul {
	margin-left: 20px;
}
.arichive-side ul li {
	list-style-type: square;
}
/* content
=========================== */
#content {
}
.col-1, .col-2, .col-3, .col-4, .col-5 {
	float:left;
	min-height:100px;
}
.col-1 {
	width:190px;
	margin-top:20px;
}
.col-2 {
	width:280px;
	margin:0 30px;
	display:inline; /* fix ie6 bug */
}
.col-3, .col-5 {
	width:132px;
/* 	margin-top:340px; */
	margin-top:50%;
}
.col-5 {
	margin-top: 25px;
}
.col-4 {
	width:500px;
	margin-right:30px;
	display:inline;
}
.entry {
	font-size:11px;
}
.entry p {
	margin:0 0 10px 0;
}
p.postmetadata {
	margin-bottom: 10px;
	padding: 5px;
	background-color: #F5F5F5;
	border-left: 1px solid #B3B3B3;
}
/* single and comment
=========================== */
h3#comments, h3#respond {
	margin-top:20px;
}
ol.commentlist li {
	padding:5px;
	margin:5px 0;
}
.alt {
	background-color:#F5F5F5;
}
textarea#comment {
	width:498px;
	margin:10px 0;
}
input#submit {
	padding:5px 10px;
}
/* footer
=========================== */
#footer {
	text-align:right;
	color:#998675;
	font-size:10px;
	margin-bottom:10px;
}
#footer p#hejazi {
	padding:10px 0;
	background:transparent url('images/footer.png') no-repeat 660px 0;
	*background-position:660px 10px;
	_background-position:660px 0;
}
/* Other
=========================== */
input#ec_name, input#ec_email, input#ec_url {
	width:50%;
}
input#ec_subject, textarea#ec_message {
	width:70%;
}
body div.formcontainer form.contact-form fieldset {
	padding:5px;
}