/*  
Theme Name: amirs
Theme URI: http://wordpress.org/
Description: A great theme.
Version: ver 0.1
Author: Amir Schricker
Author URI: http://amirschricker.org/
*/

/**************** Body and tag styles ****************/

* {
	margin:0; 
	padding:0;
}

body {
	font-family: Verdana, Tahoma, Arial, sans-serif;
	line-height: 1.4em;
	background-color: #BCCCDF;
	background-color: #575757;
	background-color: black;
}

a {
	color: #467aa7;
	color: #6A0A0A;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted #6A0A0A;
}

a:hover {
	text-decoration:none; 
	border-bottom: 1px solid #6A0A0A;
}

a img {
	border: none;
}

p {
	padding:0 0 1.6em 0;
}

p form {
	margin-top: 0; 
	margin-bottom: 20px;
}

img.left,img.center,img.right{padding:4px; border:1px solid #a0a0a0;}
img.left{float:left; margin:0 12px 5px 0;}
img.center{display:block; margin:0 auto 5px auto;}
img.right{float:right; margin:0 0 5px 12px;}


ul, ol {
	margin: 0 0 20px 8px;
}

li {
	padding: 0px; 
	margin-bottom: 0px;
	margin-left: 10px;
}



/**************** HEADER AND NAVIGATION STYLES ****************/

#container {
	width: 760px;
	/* margin: 20px auto; */
	margin: auto;
	text-align: left;
	background: white;
	color: #303030; /* font color, it seems*/
	border: 0px solid black;
}

#header{
	height: 140px;
	width: 760px;
	color: white;
	background: #6a798d;
}

#header h1 {
	font-family: 'Lucida Grande';
	padding: 15px 0 0 20px;
	font-size: 16pt;
	color: white;
	font-weight: bold;
	letter-spacing: 0.2em;
}

#header h2 {
	margin:10px 0 0 40px;
	font-size:24px;
	color:#f0f2f4;
	letter-spacing:-1px;
	font-weight:normal;
}

#navigation {
	height:1.5em;
	width: 760px;
	background:#578bb8;
	background: #6a798d;
	color:#ffffff;
padding-top: 1px;
}

#navigation li {
	float:left;
	list-style-type:none;
	border-right:1px solid #ffffff;
	white-space:nowrap;
	padding-right: 10px;
}
#navigation li a {
	display:block;
	padding: 0 10px 2px 10px;
	font-size:0.8em;
	font-weight:normal;
	text-decoration:none;
	background-color:inherit;
	color: #ffffff;
	border-bottom: none;
}

* html #navigation a {width:1%;}
#navigation .selected, #navigation a:hover{
	background:#80b0da;
	color:#ffffff;
	text-decoration:none;
}

/**************** CONTENT STYLES ****************/

#content {
	float: left;
	width: 530px;
	font-size: 12px;
	padding: 20px 0 0 20px;
}
#contentpage {
	float:left;
	width:630px;
	font-size: 12px;
	padding:40px 0 0 40px;
}

#content h2 {
	display: block;
	margin: 0 0 16px 0;
	font-size: 24px;
	font-weight: normal;
	color: black;
}

#content h2 a {
	font-weight:normal; 
	color: #200800; 
	border: 0px;
}

#content h3{margin:0 0 5px 0; font-size:1.4em; letter-spacing:-1px;}
#content a:hover {text-decoration:none;}
#content ul,#content ol{margin:0 5px 16px 35px;}
#content dl{margin:0 5px 10px 25px;}
#content dt{font-weight:bold; margin-bottom:5px;}
#content dd{margin:0 0 10px 15px;}


/**************** SIDEBAR STYLES ****************/

#sidebar {
	float:right;
	width:170px;
	padding:20px 20px 10px 0;
	line-height:1.4em;
}

#sidebar h2 {
	display: block;
	margin: 0 0 100 0;
	font-size: 16px;
	font-weight: normal;
	text-align: left;
	color: #505050;
	color: black;
}

#sidebar p {
	margin:0 0 16px 0; 
	font-size: 10px;
	line-height: 1.6em;
}

#sidebar a { 
	color: black;
	font-weight: normal;
	border: 0px;
}

#sidebar a:hover { 
	text-decoration: underline;
}

.sidebarlist {
	margin:0 0 5px 8px; 
	font-size: 10px;
}

.sidebarlist ul {
	margin: 0 0 20px 8px;
	font-size: 10px;
}
	
.sidebarlist li {
	list-style-type: disc; 
	padding: 0px; 
	margin-bottom: 0px;
	margin-left: 10px;
}
.sidebarlist li a {font-weight:bold; text-decoration:none;}
.sidebarlist li a:hover {text-decoration:none;}
.sidebarlist li ul {margin:3px 0 3px 15px; font-size:18pt; font-weight:normal;}
.sidebarlist li ul li {margin-bottom:0;}
.sidebarlist li ul a {font-weight:normal;}



/**************** Footer styles ****************/

#footer{
	clear: both;
	width: 760px;
	padding: 5px 0;
	font-size: 12px;
	background: #6a798d;
	background: black;
}

#footer p {
	padding: 0; 
	margin: 0; 
	text-align: center;
	color: white;
}

#footer a {
	/*color: #f0f0f0; */
	color: white;
	font-weight: normal;
	border: none;
}

#footer a:hover {
	color:#ffffff; 
	text-decoration: underline;
}

/**************** Misc classes and styles ****************/

.splitcontentleft{float:left; width:48%;}
.splitcontentright{float:right; width:48%;}
.clear{clear:both;}
.small{font-size:0.8em;}
.hide{display:none;}
.textcenter{text-align:center;}
.textright{text-align:right;}
.important{color:#f02025; background-color:inherit; font-weight:bold;}

.box{
	margin:0 0 20px 0;
	padding:10px;
	border: 0px solid #c0c0c0;
	background-color:#fafbfc;
	color:#505050;
	line-height:1.5em;
}

/**************** Related Posts ****************/

.related_posts {
	background: #f5f5f5;
	color: #414141;
	padding: 8px;	
	margin: 0 0 3px 0;
}

p img { margin:0; padding:2px; border:none; max-width:100%; }

/********** Comments ***************/

#respond, #comments {
	font-size: 16pt;
	color: #777;
	font-weight: bold;
	margin: 1.25em 0;
}

.comments_link img{border:0;}

.commentsblock { padding-left: 10px; }

.commentbody {  }

.commentfooter { margin-top: 1em; margin-bottom: 2em; }

.commentbody { margin: 5px }

 h4 { font-size: 14px; margin-bottom: 10px; padding-top: 30px;}

.commentbody p { margin-left: 10px; }


/**************** SEARCH FORM ****************/

#searchform, #searchform input
{
	font-size: 12px;
}

/****************ICONS****************/

.metalinks {
	margin-top: 3px;
}

.trackbacklink {
	background: url('images/trackback.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
}

.deliciouslink {
	background: url('images/delicious.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
}	

.commentslink {
	background: url('images/comment.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
}	

.datetext {
	text-align: right;
	padding-bottom: 0px;
	margin-top: 5px;
	padding-top: 5px;
	font-size: 11px;
	border-top: 1px solid grey;
}
