/*
Theme Name: MyPapers
Theme URI: http://karenjak.com/2009/03/my-first-free-theme/
Description: Mypaper is my first free theme for wordpress .<br>this is best choice for personal blogs. just download and enjoy :) *niec page titles *pictutes have shadow! *different comment form</li><ul>
Version: 1.7
Author: Mohsen Moridi
Author URI: http://karenjak.com/
Tags: brown, two-columns, right-sidebar
*/

@import url(s3.css);
@font-face {
	font-family: Bell;
	src: url('font/BellGothicStd-Black.otf');
}
@font-face {
	font-family: Bell;
	font-weight: bold;
	src: url('font/BellGothicStd-Bold.otf');
}

body {
	font-size: 75%; /* Resets 1em to 10px */
	font-family: Arial, Sans-Serif;
	color: #666666;
	margin: 0;
	padding: 0;
	background: url(images/bgfade.gif) repeat-x;
	}

p { letter-spacing: 0px }

a {
	color: #666;
	border-bottom: 1px dotted #666;
	text-decoration: none;
}
	a:link { color: #666; text-decoration: none; }
	a:visited { color: #666; }
	a:hover { border: none; color: #666; }
	a:active { color: #666; }

img { border: none }
	
input , select {background:none; border:#666666 solid 1px;}

.thread-alt {
	2background-color: #f8f8f8;
}
.thread-even {
	2background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {
	border-left: 2px double #ccc3ba; 
}

#footer {
	border: none;

	}

.description {
	font-size: 1.5em;
	text-align: left;
	padding-left:50px;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 2px solid #c8bfb8;
	padding: 2px;
	background: #d1c8c1;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

#commentform p {

	}

.commentmetadata {
	font-weight: normal;
	}

	small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #666666; 

	}
	

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
#wrapper {
  padding: 0;
  width: 100%;
  background: url(images/headbg.gif) no-repeat center top;
  padding: 50px 0;
}

#head {
	margin: 0;
	width: 100%;
	height: 241px;
}

#page {
	width: 914px;
	padding: 25px;
	margin: auto;
	background: #fff;
	border-right: 8px solid #005801;
	border-left: 8px solid #005801;
	min-height: 50px;
	background: url(images/gborderfade-s.gif) repeat-y top left;
}

#cntw-t {
	height: 10px;
	width: 964px;
	border-top: 8px solid #005801;
	border-left: 8px solid #005801;
	border-right: 8px solid #005801;
	background: url(images/gborderfade-t.gif) repeat-x top left;
	margin: auto;
}
#cntw-b {
	height: 10px;
	width: 964px;
	border-bottom: 8px solid #005801;
	border-left: 8px solid #005801;
	border-right: 8px solid #005801;
	background: #fff url(images/gborderfade-b.gif) repeat-x bottom left;
	margin: auto;
}

#breadcrumb {
	width: 865px;
	margin: auto;
	margin-bottom: 10px;
	font-size: 0.9em;
}
	#breadcrumb a,#breadcrumb a:link { text-decoration: none; border: none; color: #666; }

#content {
	width: 560px;
	margin: 0 22px;
	color: #666;
	font-size: 1.2em;
	float: left;
}
	#content.frontpage { width: 865px; margin: 0 24px;}
	#content #spotwrap {
		height: 150px;
		border-bottom: 1px dotted #666;
		margin-top: 15px;
	}
		#spotwrap h2 {
			font-size: 1.2em;
			letter-spacing: 1px;
			margin: 4px 0 -5px 0;
			background: url(images/spot.gif) no-repeat left center;
			padding-left: 25px;
		}
		#spotwrap p { font-size: .9em; line-height: 1.6em; letter-spacing: 0.2px; }
		#spotwrap div.spot {
			border-right: 1px dotted #666666;
			float: left;
			height: 140px;
			padding: 0 20px;
			width: 241px;
		}
			#spotwrap div.spot.iii { margin-right: 0; border-right: 0; }

#content address, p {
	line-height: 1.4em;	
}

/* Begin Sidebar */
#sidebar {
	width: 279px;
	color: #000;
	float: left;
}

	#sidebar a { text-decoration: none; border: 0; color: #000;}

	#sidebar ul {
		font-size: 1.2em;
		background-color: #dbec9f;
		padding: 30px;
		margin: 0;
		margin-bottom: 15px;
	}
	#sidebar ul#submenu {
		font-size: 1.2em;
		background-color: #dbec9f;
		padding: 30px;
	}
		#sidebar #submenu li.page_item:before {  }
	#sidebar .bubble {
		border-left: 40px solid white;
		border-right:0 solid white;
		border-top: 30px solid #dbec9f;
		left: 200px;
		top: -15px;
		position: relative;
		width: 1px;

	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

#logo {
	width: 255px;
	float: left;
	margin: 0 25px;
}
	#logo img { }

#menu {
	width: 590px;
	float: right;
	margin: 0;
}

	#menu a { text-decoration: none; border: 0; color: #666;}

#headmenu {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}
	#headmenu li { 
		display:inline-block;
		zoom:1;
		*display:inline;
		padding: 10px 15px 10px;
	}
	
	#headmenu li.current_page_item { background-color: #005801; }
	#headmenu li.current_page_item a { color: #fff; }
	
	#headmenu li a { display: inline-block; }
	
	#headmenu li.mm {
		font-size: 0.7em;
		font-weight: bold;
		text-transform: uppercase;	
		padding: 12px 5px 10px;
		line-height: 1em;
	}

#smenu {
	font-size: 1.3em;
	letter-spacing 0.4px;
	margin: 0 0 10px;
	padding: 0 35px;
	text-align: right;
}
	
#smenu li {
		display:inline-block;
		zoom:1;
		*display:inline;
		padding: 12px 15px 10px;
		font-size: 0.7em;
		font-weight: bold;
		text-transform: uppercase;	
		padding: 12px 5px 10px;
		line-height: 1em;
}
	
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
	}

.post {

	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 0px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}
.mclear {
	border-bottom:1px dotted #666666;
	clear:both;
	height:20px;
	margin:20px auto;
	width:865px;
}

#footer {
	padding: 0;
display: none;
	margin: 0 auto;
	width: 760px;
	clear: both;
	height:120px;
	}

#footer p {
	margin: 0;
	padding: 20px 0 0 50px;;
	text-align: left;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	font-size: 2.8em;
	margin: 20px 0;
	letter-spacing: -0.05em;
	font-weight: normal;
	}

h2 {
	font-size: 2.3em;
	letter-spacing: -0.05em;
	font-weight: normal;
}
h3 {
	font-size:1.8em;
	letter-spacing: -0.05em;
	font-weight: normal;
}
h4 {
	font-size:1.5em; 
	letter-spacing: -0.05em;
	font-weight: normal;
}
h5 {
	font-size:1.2em; 
	letter-spacing: -0.05em;
	font-weight: normal;
}
h6 {
	font-size:1em; 
	letter-spacing: -0.05em;
	font-weight: normal;
}
	
#sidebar h2 {
	font-size: 1.7em;
	color: #fff;
	margin: 0 0 13px;
	padding: 0;
	font-weight:bold;
	}
	
#sidebar h3 {
	font-size: 1.4em;
	color: #fff;
	margin: 0;
	padding: 0;
}
/* End Headers */



/* Begin Images */

img.category {
	width: 560px;	
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

.entry a {
	color: #147;
	text-decoration: none;
		background: #d5d6d7 url('images/hl.png') ;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\25ab \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 2px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 180px;
	padding: 2px;
	margin: 5px 5px 1px 0; 
background: none;
border:0px;
	border-bottom:1px #CCCCCC dashed ; color:#3333CC
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 180px;
	padding:10px;
	height:90px;
	background: none;
	border:1px #CCCCCC dashed ;
	color:#336699

	
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 5px 5px 1px 0; 
	color:#999999; font-weight:bold;
	background-color:#E9E9E9

	
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 3px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
margin: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */







/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	padding-top: 4px;
	margin: 10px;
	
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
		padding: 0 0 0 10px;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0 0 0 10px;
	
}



.krandom {width:150px; height:30px; background-image:url(images/random.png) ; margin-top: -20px}

.ktitle a{}
.ktitle a:hover{color:#990066; background:none;}
.kdate{ padding-left:10px; border-left:#CCCC66 8px solid; color:#999999; font-family:"Courier New", Courier, monospace; font-size:11px;  width:20}
.kdate2{ margin-left:-100px;margin-top:-20px;padding-top:5px;color:#996600; font-family:"Times New Roman", Times, serif; font-size:12px;; width:45px;padding-left:15px; height:25px; background: url(images/kdate.png) center  no-repeat;}
.kmore{ padding-left:10px; border-left:#999999 8px solid;color:#999999; font-family:"Courier New", Courier, monospace; font-size:11px; }
.kwp a ,.kwp a:hover{float:left;width:60px;height:50px; background:none;margin-top:20px; }
.krss a ,.krss a:hover{float:right;width:120px;height:80px; background:none; color:#FFFFFF;}

.kline{  width:440px; font-size:10px; border-bottom:#0000FF dashed 1px; padding-bottom:3px;}
.kcomment a{ padding-top:2px;float:right;width:30px;height:28px;text-align:center;color:#e0d9d3;background: url(images/kcomment.png) top ;  font-size:20px; font-family:Georgia, "Times New Roman", Times, serif; }
.kcomment a:hover{background:url(images/kcomment.png) bottom ;}


.karea {float:right; border:0;width:220px;overflow:hidden;background:
 url(img/textarea.gif) no-repeat top center;}
.cright label {}

/* Begin comments*/
.message{width:100%;}
#response{padding:40px 20px 40px 40px;; margin:0; width:430px; height:160px;}
.comleft{width:20%;float:right;vertical-align:middle;text-align:right;padding:5px; background-color:}
.comleft a{color:#993300;}
.message-by{}
.avatar-place{}
.message-count{float:left;}
.message-content{ border-bottom:#999999 dotted 1px;margin:10px 20px;width:80%;padding-bottom:5px;}
.alt{}
.author{}
.message-time{font-size:9px;float:left; color:#B8A985;}
.message-entry{float:right;padding:5px 0 0 20px;width:80%;vertical-align:middle;}

.ksearch{ width:200px; padding-top:20px; }
.ksearch input{background:none; border: 1px #CCCCCC solid;font-size:10px; color:#999999}

div.contactform {
	font-family: Arial;
	font-size: 1.4em;
}
div.contactform input {
	height: 30px;
	width: 325px;
	font-size: 1.1em;
}
div.contactform label {
	display: block;
}
div.contactform textarea {
	height: 100px;
	width: 325px;
	height: 175px;
	font-family: Arial;
	font-size: 1.1em;
}
#contactsubmit { padding-right:60px; text-align:right; }
#contactsubmit input {
	width: 120px;
	cursor: pointer;
}
