/*
Theme Name: Mojan Sami	
Theme URI: http://mojansami.com/
Description: 
Author: 
Version: 1.0
Tags: 
*/



/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

p {
	color:#1b3d6b;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* --------------------------------------------

HTML, BODY, WRAPPER

-------------------------------------------- */

html {
	background:#f0f0ef ;
	color:#60605c;
	font-family:Georgia, "Trebuchet MS", "trebuchet ms", trebuchet ms, trebuchet, Helvetica, Arial, sans-serif;
	font-size:10px;
}

body {
	position:relative;
}

#preloader {
	display:none;
	position:absolute;
	z-index:-1;
	top:-999px;
	left:-9999px;
}

#wrapper {
	width:1000px;
	position:relative;
	margin:0 auto;
	z-index:1;
}

#signature {
	position:absolute;
	bottom:65px;
	right:39px;
	z-index:1000;
}

header {
	width:813px;
	float:right;
	height:155px;
	padding-left:200px;
	margin-bottom:-1px;
	margin-right:100px;
}

nav {
	float:left;
	width:80px;
	position:absolute;
	top:160px;
	left:14px;
	z-index:99;
}

nav a {
	float:right;
	width:37px;
	clear:right;
	height:87px;
	background-position:right top no-repeat;
	display:block;
	text-indent:-9999px;
	position:relative;
	z-index:100;
}

nav a#blog {
	background-image:url(http://mojansami.com/blog/images/blog-inactive.png);
	height:58px;
	width:36px;
}

nav a#blog:hover {
	background-image:url(http://mojansami.com/blog/images/blog-hover.png);
}

body.blog nav a#blog, body.search nav a#blog, .single nav a#blog {
	background-image:url(http://mojansami.com/blog/images/blog-active.png);
}

nav a#about-me {
	background-image:url(http://mojansami.com/blog/images/about-me-inactive.png);
}

nav a#about-me:hover {
	background-image:url(http://mojansami.com/blog/images/about-me-hover.png);
}

body.page-id-2 nav a#about-me {
	background-image:url(http://mojansami.com/blog/images/about-me-active.png);
}

#content {
	float:right;
	width:820px;
	background:#fff url(http://mojansami.com/blog/images/bg-content.png) right top repeat-y;
	padding:15px 0;
	margin:0 100px 0 80px;
	position:relative;
	z-index:2;
}

article, div#article {
	float:left;
	width:480px;
	padding-left:45px;
	position:relative;
	z-index:3;
}

.page article, .page div#article {
	float:right;
	padding:0 25px 0 0;
}

article h2, article h2 a, div#article h2, div#article h2 a {
	color:#f77170;
	font-size:22px;
	font-family:georgia, "times new roman", times, serif;
	margin-bottom:4px;
	font-weight:normal;
}

article h6, article h6 a, div#article h6, div#article h6  a {
	text-transform:uppercase;
	font-size:14px;
	color:#9e9e92;
	margin-bottom:28px;
	font-weight:500;
	font-family:"Trebuchet MS", "trebuchet ms", trebuchet ms, trebuchet, Helvetica, Arial, sans-serif;
}

article p, div#article p {
	font-size:15px;
	font-family:georgia, "times new roman", times, serif;
	line-height:23px;
	margin-bottom:15px;
	color:#60605c;
}

article a, div#article a {
	color:#9e9e92;
}

article p.postmetadata, div#article p.postmetadata {
	font-size:11px;
	color:#9e9e92;
	padding-bottom:5px;
	line-height:18px;
	font-family:"Trebuchet MS", "trebuchet ms", trebuchet ms, trebuchet, Helvetica, Arial, sans-serif;
}

article p.postmetadata a, div#article p.postmetadata a {
	color:#9e9e92;
}

div.navigation {
float:left;
clear:both;
width:480px;
font-size:12px;
margin-bottom:15px;
}

div.navigation span.older {
float:left;
}

div.navigation span.newer {
float:right;
}

div.post {
	border-bottom:1px dashed #9e9e92;
	margin-bottom:20px;
}

div#respond {
	padding-top:15px;
}

div#respond h3, div#respond p, div#respond form {
	font-family:"Trebuchet MS", "trebuchet ms", trebuchet ms, trebuchet, Helvetica, Arial, sans-serif;
	font-size:12px;
	color:#9e9e92;
	clear:left;
}

div#respond p.form-allowed-tags, div#respond p.form-allowed-tags code, div#respond p.form-allowed-tags abbr {
	font-size:11px;
	line-height:14px;
	font-family:"Trebuchet MS", "trebuchet ms", trebuchet ms, trebuchet, Helvetica, Arial, sans-serif;
}

div#respond p label, div#respond h3 {
	float:left;
	font-weight:bold;
	color:#60605c;
}
h3 {
	font-size:14px;
	margin-bottom:12px;
	margin-left:0px;
}

div#respond p textarea {
	clear:left;
	float:left;
}

ol.commentlist {
	margin-left:10px;
	
}

ol.commentlist li.comment {
	margin-left:15px;
	padding:10px;
	font-size:16px;
	font-family:"Trebuchet MS", "trebuchet ms", trebuchet ms, trebuchet, Helvetica, Arial, sans-serif;
}

ol.commentlist li.comment div.comment-author {
	font-size:14px;
	font-weight:bold;
	margin-bottom:6px;
}

ol.commentlist li.comment div.comment-meta {
	font-size:12px;
	font-weight:normal;
	margin-bottom:6px;
}

ol.commentlist li.comment div.comment-author img.avatar {
	float:right;
}

ol.commentlist li.even {
	background:#eee;
}

ol.commentlist li.odd {
	background:#fff;
}

aside {
	float:right;
	width:250px;
	color:#9e9e92;
	position:relative;
	z-index:4;
}

.page aside {
	float:left;
	margin-left:40px;
	width:230px;
}

aside li {
	list-style-type:none;
	color:#9e9e92;
	font-size:12px;
	font-family:"Trebuchet MS", "trebuchet ms", trebuchet ms, trebuchet, Helvetica, Arial, sans-serif;
	padding:5px 10px 5px 0;
}

aside li#execphp-3 {
	position:relative;
	top:-25px;
	padding:0 10px 5px 3px;
	width:200px;
	font-size:11px;
	border-bottom:1px dashed #9e9e92;
	padding-bottom:15px;
	margin-bottom:-5px;
}

aside li#execphp-3 p {
	line-height:11px;
}

aside li#execphp-3 p img {
	position:relative;
	top:7px;
	padding-left:4px;
}

span.highlight {
	color:#f77170;
}

aside li#text-3 div.textwidget {
	text-transform:uppercase;
border-top:1px dashed #9e9e92;
padding-top:15px;
margin-right:15px;
}

aside li#text-3 div.textwidget p {
	list-style-type:none;
	color:#9e9e92;
	font-size:12px;
	line-height:16px;
	font-family:"Trebuchet MS", "trebuchet ms", trebuchet ms, trebuchet, Helvetica, Arial, sans-serif;
}


aside > li {
	margin-bottom:25px;
}

aside a {
	color:#9e9e92;
	font-family:"Trebuchet MS", "trebuchet ms", trebuchet ms, trebuchet, Helvetica, Arial, sans-serif;
}

aside li#search-3 label {
	display:none;
}

aside li#archives-3 h2, aside li#recent-posts-3 h2, aside li#categories-3 h2 {
	text-indent:-9999px;
	width:150px;
	height:34px;
}

aside li#archives-3 h2 {
	background:#fff url(http://mojansami.com/blog/images/title-archives.png) left top no-repeat;
}

aside li#recent-posts-3 h2 {
	background:#fff url(http://mojansami.com/blog/images/title-recent.png) left top no-repeat;
}

aside li#categories-3 h2 {
	background:#fff url(http://mojansami.com/blog/images/title-categories.png) left top no-repeat;
}

footer {
	clear:both;
	width:900px;
	background:url(http://mojansami.com/blog/images/bg-footer.png) right top no-repeat;
	padding-top:15px;
	margin-right:100px;
}
