/*
Author: Mohsen Taleb <www./mohsentaleb.com>
Theme Name: Mohsen Taleb Photoblog
Description: Officially designed for mohsentaleb.com
*/
@import url(reset.css);
body {
	background:#000 url(images/menu_bg.gif) repeat-x 0 0;	
}
#wrapper {
	width:990px;
	margin:0 auto;
}
#header {
	position:relative;
	height:90px;
	width:700px;
	margin:0 auto 20px;
}
#header h1#logo a {
	display:block;
	background:url(images/logo.gif) no-repeat 0 0;
	width:110px;
	height:90px;
	float:left;
}
#header h1#logo a span{
	display:none;
}
ul#nav {
	float:right;
	width:400px;
	height:90px;
	background:url(images/nav_bg.gif) no-repeat top right;
	margin:0;
	padding:0;
	list-style:none;
	
}
ul#nav li span {
	display:none;
}
ul#nav li {
	float:right;
	height:18px;
	padding:0;
	margin:0;
	padding-right:10px;
	background:url(images/nav_bullet.gif) no-repeat center right;
	margin:31px 2px 0 0;
}
ul#nav li a {
	background:url(images/nav_texts.gif) no-repeat;
	display:block;
	height:18px;
}
ul#nav li#feed a {width:19px; background-position:-118px 0}
ul#nav li#archive a {width:36px; background-position:-82px 0}
ul#nav li#links a {width:38px; background-position:-43px 0}
ul#nav li#order a {width:42px; background-position:0 0}
ul#nav li#feed a:hover {width:19px; background-position:-118px -18px}
ul#nav li#archive a:hover {width:36px; background-position:-82px -18px}
ul#nav li#links a:hover {width:38px; background-position:-43px -18px}
ul#nav li#order a:hover {width:42px; background-position:0 -18px}
#image {
	text-align:center;
}
#image img{margin:0 auto;}
#image img.pic {border:1px solid #282828;}
#archive-thumbs {
	margin:0 auto;
	width:470px;
}
#archive-thumbs a{
	display:block;
	float:left;
	width:75px;
	width:75px;
	border:1px solid #333;
	margin:3px;
}
#not-found {
	margin:0 auto;
	width:600px;
	text-align:center;
	color:#fff;
	direction:rtl;
}
#pagination {
	margin:15px auto;
	width:690px;
	text-align:right;
	direction:rtl;
}
#pagination span#title{
	direction:ltr;
	color:#999;
	float:left;
	font:Bold 14px Arial;
}
a#prev, a#next{
	color:#999;
	text-decoration:none;
}
a#prev:hover, a#next:hover{color:#fff;}
.content {
	clear:both;
	margin:0 auto;
	padding:15px 0;
	width:690px;
	color:#333;
}
#footer {
	clear:both;
	text-align:center;
	background:url(images/footer_bg.gif) no-repeat top center;
	color:#999;
	height:30px;
	padding-top:40px;
	direction:rtl;
	font-size:9px;
}
