/* body
--------------------------------------------------*/

body {
	font: 70%/1.6em Tahoma, Arial, Geneva, sans-serif;
	color:#333;
	margin:0;
	background-repeat:repeat-x;
	background-position:top;

}

* {
	margin:0;
	padding:0;
}


/* header
--------------------------------------------------*/

#header {
	
}

#header #logo {
	margin:5px 0px 0px 0;
    font-family:Georgia, serif;
	border-bottom:2px solid #000000;
	text-align:right;
}
#header div img {border:0;margin:0 0px 10px 0;}

#wrapper {
	width:760px;
	margin:0 auto;
	
}


/* header h1 (blogtitle)
--------------------------------------------------*/

h1 {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Times New Roman", Times, serif;
	font-size:3.8em;
	font-weight:normal;
	color:#333;
	letter-spacing:-1px;
	margin:0px 0;
	text-align:right;
}

h1 a {
	text-decoration:none;
background:#fff;
	
}

h1 a:hover {
	text-decoration:none;
	background:#fff;
}


/* navigation
--------------------------------------------------*/

#nav {
	border-bottom:3px solid #000000;
	padding:15px 0;
	margin:0;
	height:0px;
}

#nav li {
	float:left;
	list-style:none;
      padding:0px 10px 0px 0px;
}

#nav li a {
	color:#999;
	padding:5px 5px 5px 5px;
	background:#fff;
	font:1.6em "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	margin:1px 2px 0 0;
	font-weight:normal;
	text-decoration:none;
	display:block;
}
#nav li a:hover {
	background-color:#EFF8FB;
	color:#000;
	text-decoration:none;
}

#nav li a.active {
	background-color:#eee;
	color:#444;
	text-decoration:none;
}

.clear {
	clear:both;
}


/* content
--------------------------------------------------*/

#content {
       margin:0 0 0 0 !important;
       margin:0 0 0 0 !important;
       padding:10px 15px 10px 0;
       width:510px;
       }



#content2 {
	margin:0 0px 0 0 !important;
	margin:0 0px 0 0;
	padding:10px 0px 30px 0px;
}


#content p, #content2 p {
	line-height:25px;
	margin:25px 0;
	font-size:120%;
	word-spacing:1px;
    text-align:justify;
}
#content #commentform label {text-align:right;}
#content #commentform p {text-align:right;}

#content a, #content2 a{
	text-decoration:none;
	color:#999;
}

#content a:hover, #content2 a:hover{
	background-color:#EFF8FB;
	color:#000;
}

#content h2, #content2 h2{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	font-size:2.8em;
	font-weight:normal;
      color:#999;
	margin:15px 0;
	border-bottom:1px solid #000000;
	padding:5px 0;
	line-height:30px;
}

#content h2 a, #content2 h2 a {
	text-decoration:none;
	border:none;
	padding:0 0px 0 0;
}

#content .entry {padding:0 0px 0 0;}

#content h3 {
	margin:10px 0;
	font:160%  "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	color:#222;
}

#content2 h3 {
	margin:10px 0;
	font:160%  "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS;
	color:#222;
}

#content ul, ol {
	margin:10px 10px 10px 25px;
      font-size:120%;
}


#content2 ul, ol {
	margin:10px 10px 10px 25px;
}

#content li {
	padding:10px;
	border-bottom:1px solid #EFF8FB;
}


#content2 li {
	padding:10px;
	border-bottom:1px solid #EFF8FB;
}


/* border images / blockquote
--------------------------------------------------*/

img {
	
}


blockquote {
	padding:5px 15px;
	background:#EFF8FB;
	margin:10px 0;
	border:1px solid #ccc;
}


/* lost links / more tag
--------------------------------------------------*/

a {
	color:#999;
	text-decoration:none;
}

a:hover {
	color:#000;
	text-decoration:none;
	background-color:#FFFFFF;
}

a.more {
	display:block;
	text-align:right;
	color:#2F460D;
	text-decoration:none;
	margin:10px 0 0 0 ;
}
a.more:hover {
	text-decoration:none;
}


/* metadata under post
--------------------------------------------------*/
.post{
	margin:0 0 10px 0;
	text-align:right;
	
	}

.post .info{
	padding:2px 3px 3px 8px;
	border-bottom:2px solid #000000;
	border-top:1px solid #000000;
	background-color:#FFFFFF;
	font-size:1em;
	color:#333;
	text-align:right;
}


/* metadata sidebar ('about this post')
--------------------------------------------------*/

p.news {
	padding:10px;
	background:#EFF8FB;
	margin:10px 0 28px;
	color:#333;
      font-size:120%;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;


}




/* sidebar
--------------------------------------------------*/

#sidebar {
	width:220px;
	float:left;
	padding:28px 10px 30px 0px;
	text-align:right;
}

#sidebar h2 {
	
}

#sidebar ul {
	list-style:none;
	margin:0 0 23px 0;
      font-size:120%;
}

#sidebar li {
	padding:3px;
	border-bottom:1px solid #cccccc;
    list-style:none;
	
}

#sidebar li a {
	color:#333333;
	text-decoration:none;
}

#sidebar li a:hover {
      color:#000;
	background-color:#EFF8FB;
	
}

#sidebar input {
	width:102px;
	padding:3px;
	background:#fff;
	color:#444;
	border:1px solid #eee;
	font:11px "Lucida Grande", "Lucida Sans Unicode", Trebuchet MS; 
}

#sidebar input:focus {
	background:#fff;
	border:1px solid #eee;
}


/* some input
--------------------------------------------------*/

input {
	border: 1px solid #CCC;
	font-size: 11px;
}

input:hover {
	border:1px solid #262626;
	
}
input:focus {
	border:1px solid #262626;
	color:#333;
}


/* comments
--------------------------------------------------*/

#comments {
	font-size:0.9em;
}


#commentlist li {
	margin-bottom: 1.5em;
	padding-bottom: 1em;

}

#commentform {
	margin: 1em 0;
	background: #ffffff;
	width: 350px;
}

#commentform textarea {
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 480px;
}

#commentform #email, #commentform #author, #commentform #url {
	font-size: 1.1em;
	background: #f8f7f6;
	border: 1px solid #d6d3d3;
	width: 350px;
}

#commentform input{
	margin-bottom: 3px;
}


/* footer
--------------------------------------------------*/

#footer {
	padding:20px 0 20px;
	margin:0;
	color:#333;
}

#footer a {
      color:#999;
      text-decoration:none;
}

#footer a:hover {
	text-decoration:none;
	color:#333;
      background:#EFF8FB;
}

/* custom
----------------------------------------------*/

.printthis {
	float:left;
	margin:0 0 0;
	}
	

	
#sidebar li a img {border:0; margin:0px 0 0px 0;}

#searchform input	{margin:0px 0 5px 0;}

.farsi {font-size:16px;}

.thedate 		{color:#999999;}

#sidebar li .the-title a:link		{color:#333333}
#sidebar li .the-title a:visited	{color:#333333}

.article-date	{}

.sidebar-box 		{border:1px solid #999999; padding:5px; margin: 0 0 10px 0;}
.sidebar-box h2 	{background-color:#dddddd; font-size:14px; padding:5px; margin:0 0 5px 0;}
#sidebar .sidebar-box ul li	{	
		padding-right:22px;
		background:transparent url(img/page_white_text.png) no-repeat scroll right 7px;
		}
#sidebar .sidebar-box ul.archives li {
                background:transparent url(img/page_white_text.png) no-repeat scroll right center;
				}	
/* search form */
#searchform {
	position: absolute;
	background: url(img/searchform-bg.png) no-repeat right bottom;
	height: 50px;
	width: 220px;
	padding:0;
	margin:-5px 540px 0 0px;
	}
#searchform div	{margin:0px 0 0 0;}
#searchform #s{
	background: #ffffff url(img/form-field-bg.gif) no-repeat ;
	height: 16px;
	width: 148px;
	margin: 15px 8px 0px 10px;
	padding: 3px 7px 2px 5px;
	color: #999999;
	border: none;
	}
#searchform #searchsubmit { 
	background: url(img/search-btn.png) no-repeat right bottom;
	height: 27px;
	width: 28px;
	border: none;
	text-indent: -999%;
	line-height: 1px;

	}
	
#post-14 h2	{padding:0 15px 5px 0;}

.wpcf7-form .submit input {height:20px;font-size:12px; }
.wpcf7-form	{padding:0 15px 0 0;}
.wpcf7-form	input		{height:30px;font-size:20px;}
.wpcf7-form	textarea	{height:300px;font-size:20px; font-family:Arial, Helvetica, sans-serif;width:390px;}

#sidebar #recentcomments a:link		{color:#333333}
#sidebar #recentcomments li	{
			padding-right:22px;
			background:transparent url(img/comment.gif) no-repeat scroll right center;
			color:#999999;
			}


#sidebar ul .post-meta {
	list-style-image:none;
	list-style-position:none;
	list-style-type:none;
	margin:3px 0 3px 0;
	padding:0;
	min-height:20px;
	}
#sidebar .sidebar-box ul li .post-meta li {
	margin:0;
	padding:1px 23px 3px 3px;
	background:none;
	border-bottom:0;
	font-size:12px;
	font-weight:bold;
	background:url(img/information.png) no-repeat 125px center #efefef;
	width:120px;
	}

.post-meta-key {
	font-weight:normal;
	}
	
	
#content .post-meta {
	list-style-image:none;
	list-style-position:none;
	list-style-type:none;
	margin:3px 0 3px 0;
	padding:0;
	min-height:20px;
	}
#content .post-meta li {
	margin:0;
	padding:1px 23px 3px 3px;
	background:none;
	border-bottom:0;
	font-size:12px;
	font-weight:bold;
	background:url(img/information.png) no-repeat 125px center #efefef;
	width:120px;
	}