/*
Theme Name: Iraqi Streets
Theme URI: http://www.iraqistreets.com/
Description: A custom theme.
Author: Tammy Hart
Author URI: http://www.tammyhartdesigns.com/
*/


* {
	margin:0;
	padding:0;
	}
	

/* Begin Settings and Classes */
a, h1 a:hover, h2 a:hover, h3 a:hover {
	text-decoration:none;
	color:#c46406;
	}
	
a:hover, h1 a, h2 a, h3 a {
	color:#557793;
	}
	
h1 a, h2 a, h3 a {
	border:none;
	}

p {
	margin:1.5em 0;
	}
	
h1, h2, h3 {
	font-weight:bold;
	font-family:"Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
	line-height:1.1em;
	letter-spacing:-.05em;
	color:#557793;
	}
	
h1 {
	font-size:2.5em;
	}
	
h2 {
	font-size:2em;
	}
	
h3 {
	font-size:1.5em;
	}
	
.pagetitle {
	border-bottom:1px solid #ddd;
	margin-bottom:1em;
	}
	
small {
	font-size:.9em;
	color:#999;
	}
	
code {
	font: 1.1em "Courier New", Courier, Fixed;
	}
	
pre {
	font: 1.1em "Courier New", Courier, Fixed;
	margin:1.5em;
	padding:10px;
	background:#fafafa;
	border:1px solid #eee;
	}
	
acronym, abbr {
	font-size: 0.9em;
	letter-spacing: .07em;
	}
	
hr {
	clear:both;
	width:80%;
	height:1px;
	border:none 0;
	color:#ccc;
	background-color:#ccc;
	margin:1.5em 0;
	}
	
img {
	border:none;
	}
	
blockquote {
	margin:1.5em;
	padding:1px 1.5em;
	background:#fafafa;
	border:1px solid #eee;
	border-left-width:3px;
	}
	
	cite {
		font-style:italic;
		font-size:.9em;
		display:block;
		margin:5px 0 0;
		text-align:right;
		}
		
	cite:before {
		content: "\2014 \0020";
		}
		
.post>ul, .post>ol {
	margin:1.5em;
	}
	
	.post li {
		padding:.25em 0;
		margin-left:30px;
		}
		
	.post li h3 {
		margin:0;
		}
		
.clear { 
	clear:both;
	height:0;
	line-height:0;
	font-size:1px;
	}
		
.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}
	
.aligncenter, div.aligncenter, img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}


/* Begin Images */	
img.alignleft {
	margin-right:10px;
	}
	
img.alignright {
	margin-left:10px;
	}

.wp-caption, .attachment img {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #f5f5f5;
	padding-top: 4px;
	margin: 10px;
}

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

.wp-caption p.wp-caption-text {
	font-size: .9em;
	line-height: 1.5em;
	padding: 0 4px 4px;
	margin: 0;
}

.attachment img {
	padding:4px;
	}
/* End Images / End Settings and Classes */

#Arabic, #Arabic *{
	text-align:right !important;
}

/* Begin Structure */
body {
	background:#fff url(images/body.jpg) repeat-x 0 0;
	font:62.5% Verdana, Geneva, sans-serif;
	color:#555;
	text-align:center;
	}
	
#page {
	background:#fff url(images/page.jpg);
	margin:0 auto;
	width:906px;
	text-align:left;
	}


/* Begin Header */	
#header {
	background:#92acd4 url(images/header.jpg);
	height:200px;
	position:relative;
	}
	
	#sitename {
		font:bold 4em "Trebuchet MS", "Lucida Grande", Arial, Helvetica, sans-serif;
		letter-spacing:-.05em;
		border:none;
		display:block;
		height:0;
		padding-top:84px;
		width:198px;
		position:absolute;
		top:12px;
		left:154px;
		overflow:hidden;
		}
		
	#description {
		font-size:1.5em;
		position:absolute;
		top:15px;
		left:370px;
		width:220px;
		color:#f2f9ff;
		font-family:Tahoma, Geneva, sans-serif;
		line-height:1.2em;
		}
		
	#searchform {
		float:right;
		padding:9px 13px;
		}
		
		#s {
			width:136px;
			border:1px solid #9b9b9b;
			background:#fff;
			font-size:11px;
			padding:2px;
			}
			
		#searchsubmit {
			width:60px;
			font-size:11px;
			padding:0;
			cursor:pointer;
			}
/* End Header */


/* Begin Page List */		
#nav {
	height:40px;
	padding-left:3px;
	}
	
	#nav li {
		float:left;
		list-style:none;
		padding:0 20px;
		}
		
		#nav li a {
			font:bold 1.7em/40px "Trebuchet MS", Arial, Helvetica, sans-serif;
			text-transform:uppercase;
			}
			
		#nav li a:hover, #nav li.current_page_item a, #nav li.current_page_parent a {
			color:#557793;
			}
/* End Page List */

		
/* Begin Content */	
#page-top {
	background:url(images/page-top.jpg) no-repeat 0 0;
}

#content {
	font-size:1.2em;
	line-height:1.4em;
	float:left;
	padding:20px 0 20px 13px;
	width:590px;
	}
	
	.post {
		margin-bottom:40px;
		}
		
		.entry {
			text-align:justify;
			}
			
	.postmetadata {
		border-bottom:1px solid #d7d7d7;
		font-size:.9em;
		background:#e2e7f0 url(images/postmetadata.jpg) repeat-x 0 0;
		padding:0 5px;
		color:#999;
		line-height:20px;
		}
		
	.navigation {
		height:1.5em;
		font-size:.9em;
		margin:1.5em 0;
		}

/* Begin Comments */		
.commentlist {
	margin-top:1.5em;
	}
		
.commentlist li {
	list-style:none;
	padding-bottom:1px;
	margin-bottom:40px;
	}
	
.commentlist li.alt {
	background:#fafafa;
	}
	
	.commentmetadata {
		border-bottom:1px solid #d7d7d7;
		font-size:.9em;
		background:#e2e7f0 url(images/postmetadata.jpg) repeat-x 0 0;
		padding:0 5px;
		color:#999;
		line-height:20px;
		}
		
	.avatar {
		border:1px solid #d7d7d7;
		float:left;
		margin-right:10px;
		display:block;
		padding:2px;
		background:#fff;
		}
		
	.commentlist li p {
		padding:0 10px;
		}
		
		
#commentform input, #commentform textarea {
	width:147px;
	font-size:11px;
	padding:3px;
	}
	
#commentform textarea {
	width:500px;
	}
			
#commentform #submit {
	width:147px;
	font-size:11px;
	padding:2px;
	cursor:pointer;
	}
/* End Comments / End Content */


/* Begin Sidebar */
#sidebar {
	float:right;
	font-size:1.2em;
	padding:20px 13px 20px 0;
	width:250px;
	}
	
	#sidebar ul {
		}
		
		#sidebar ul ul {
			padding:0 0 0 5px;
			background:none;
			border:none;
			}
		
		#sidebar ul li {
			list-style:none;
			margin-bottom:15px;
			}
		
		#sidebar li li {
			margin:5px 0;
			background:url(images/bullet.jpg) no-repeat 0 5px;
			padding-left:10px;
			}
			
			.textwidget {
				margin:9px 0;
			}
			
			.textwidget img {
				display:block;
				margin:0 auto;
			}
			
			#text-369030966 .textwidget {
				background:url(images/rss.jpg) no-repeat 0 0;
				line-height:28px;
				padding-left:38px;
			}
			
	#sidebar h4 {
		padding:0 5px;
		font:bold 1.4em/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
		color:#fff;
		text-transform:uppercase;
		border-bottom:1px solid #d7d7d7;
		background:#898989 url(images/sideh4.jpg);
		}
		
	.sidebtn {
		background:#557793 url(images/sidebtn.jpg);
		display:block;
		height:51px;
		text-align:center;
		color:#fff;
		font:2em/50px Tahoma, Geneva, sans-serif;
	}
	
	.top {
		background-image:url(images/sidetopbtn.jpg);
		margin-bottom:9px;
	}
	
		.sidebtn:hover {
			color:#e2e7f0;
		}
/* End Sidebar */


/* Begin Footer */

#page-btm {
	background:url(images/page-btm.jpg);
	height:2px;
	overflow:hidden;
	font-size:1px;
	line-height:0;
	clear:both;
}

#footer {
	background:#555 url(images/footer.jpg);
	margin:8px auto;
	color:#fff;
	text-align:center;
	width:900px;
	font-size:1.1em;
	line-height:40px;
	border-bottom:1px solid #d7d7d7;
	}
/* End Footer / End Structure */
			

/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}
	
#wp-calendar caption {
	text-decoration: none;
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	width: 100%;
	}

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

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

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

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

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

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

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


/*
Whatever your hand finds to do, do it with all your might,
for in the grave, where you are going, there is neither
working nor planning nor knowledge nor wisdom.
Ecclesiastes 9:10
*/

/*
Tammy Hart
www.tammyhartdesigns.com
*/