body
{
	text-align:center;
	direction:rtl;
	background-color:#191919;
	font-family: "Droid Arabic Naskh",Tahoma ;
	margin:0px;
	padding:0px;
}
a
{
	text-decoration: none !important;
	font-family: "Droid Arabic Naskh",Tahoma ;
}
.info-row
{
	background: #e4e4e4; /* Old browsers */
background: -moz-linear-gradient(top, #e4e4e4 0%, #c7c7c7 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#c7c7c7)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, #e4e4e4 0%,#c7c7c7 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, #e4e4e4 0%,#c7c7c7 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, #e4e4e4 0%,#c7c7c7 100%); /* IE10+ */
background: linear-gradient(to bottom, #e4e4e4 0%,#c7c7c7 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#d5d5d5',GradientType=0 ); /* IE6-9 */
}
.photo-block
{
	width: 205px;
	position: relative;
	height:205px;
	transition: all 0.2s;
	-moz-transition: all 0.2s; 
	-webkit-transition: all 0.2s; 
	-o-transition: all 0.2s;
	
}
#logo
{
	margin:0px auto;
	transition: all 0.2s;
	-moz-transition: all 0.2s; 
	-webkit-transition: all 0.2s; 
	-o-transition: all 0.2s;
	opacity: 0.8;
}
#logo:hover
{
	opacity: 1;
}
.span8 .photo
{
	width:205px;
	height:205px;
	float:right;
	font-family: "Droid Arabic Naskh";
	text-align:right;
}
.photo-date
{
	font-size:12px;
	color:#ccc;
	margin-bottom:5px;
}
.photo-info
{
	background: none repeat scroll 0 0 rgba(30, 30, 30, 0.8);
	
    
    height: 100%;
    position: absolute;
    bottom: 0;
    right:0px;
    width: 100%;
    transition: all 0.2s;
	-moz-transition: all 0.2s; 
	-webkit-transition: all 0.2s; 
	-o-transition: all 0.2s;
	
	opacity: 0;
}
.photo-info-more
{
	color:#fff;
	font-size: 18px;
    line-height: 30px;
    padding: 15px;
}

.main
{
	padding:10px;
	margin:0px !important;
	background-color: #111;
}

body
{
	text-align:center;
	direction:rtl;
	background-color:#191919;
	font-family: Tahoma;
	margin:0px;
	padding:0px;
}
#main-content
{
	margin:0px auto;
	width:860px;
	height:600px;
	top:0px;
	background-color:#191919;
	padding:0px;
	
}
#main-content #header
{
	margin:0px;
	top:0px;
	width:860px;
	height:140px;
	background-color:#232323;
	
}
#main-content #header #logo
{
	padding:10px 80px 20px 0px;
	/*background-image:url('');*/
	width:122px;
	height:80px;
	float:right;
}
#main-content #content
{
	width:836px;
	background-color:#191919;
	border-left:2px solid #232323;
	border-right:2px solid #232323;
	padding:10px;
}
#header #menu
{
	width:700px;
	margin:0px auto;
	height:30px;
	text-align:right;
}
#header #menu .item
{
	margin-right:10px;
	color:#8a8a8a;
	display:inline-block;
	font-size:13px;
	padding-top:5px;
	cursor:pointer;
}
#header #menu .item-selected
{
	color:#8a8a8a;
	display:inline-block;
	font-size:13px;
	padding:5px 10px 10px 10px;
	background-color:#191919;
	border-radius:3px 3px 0px 0px;
	cursor:pointer;
}
#header #search-share
{
	direction:ltr;
	padding-left:5px;
	padding-top:5px;
	text-align:left;
	width:250px;
	height:30px;
	background-color:#0b0b0b;
	border-radius:0px 0px 5px 5px;
	float:left;
	margin-left:80px;
	top:0px;
}
#sidebar
{
	width:270px;
	height:490px;
	float:left;
}
#photo-list
{
	margin-left:10px;
	width:550px;
	height:500px;
	float:right;
}

#photo-list .photo-post
{
	width:175px;
	height:220px;
	background-color:#0d0d0d;
	float:right;
	margin-right:5px;
	margin-top:5px;
}
#photo-list .photo-post:hover
{
	background-color:#313131;
	cursor:pointer;
}
.photo-post .thumb
{
	width:160px;
	height:107px;
	margin:7px auto;
}
.photo-post .rating
{
	width:60px;
	margin:0px 7px 0px 0px;

}
.photo-post .detail
{
	width:160px;
	height:67px;
	margin:5px auto;
	color:#8a8a8a;
	font-size:11px;
	text-align:right;
}
#search-share input
{
	background: white url('images/search.jpg') left no-repeat;
	padding:3px 3px 3px 25px;
	border-radius:3px 3px 3px 3px;
	border:0px;
}

#photo-list #page-number
{
	width:560px;
	text-align:center;
	text-align:right;
	direction:rtl;
	height:40px;
	margin:20px auto;
}

.navigation	{
	font-size:13px;
}
.navigation a	{
	text-decoration:none;
	color:#fff;

}

.navigation .page-numbers	{
	border:1px solid #b6b6b6;
	padding:5px 7px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:2px;
	/*background:url(http://www.apptrackr.ir/wp-content/themes/images/archiv/page-numbers.png) center center;*/
	color:#fff;

}

.navigation .current ,
.navigation .page-numbers:hover	{
	border:1px solid #535353;
	padding:5px 7px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin:2px;
	/*background:url(http://www.apptrackr.ir/wp-content/themes/images/archiv/current.png) center center;*/
	color:#FFF;

}
.cl
{
	clear:both;
}

#respond
{
	text-align: right;
	padding:20px;
}
#comment
{
	min-width: 400px;
}
.comment
{
    background-color: #DDDDDD;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 10px;
    padding: 10px;
    font-family: "Droid Arabic Naskh";
}
.vcard
{
	float: right;
	font-size:14px;
	font-weight: bold;
}
.comment-body p
{
	padding-top:10px;
	clear:both;
}
.commentmetadata
{
	float: left;
}
.cn_wrapper{
	margin:0px auto 0px auto;
	text-align:right;
	font-size:12px;
	width:260px;
	height:230px;
	position:relative;
	color:#fff;
	overflow:hidden;
	padding:5px;
	text-shadow:1px 1px 1px #000;
	border:1px solid #111;
	background-color:#333;
	-moz-box-shadow:1px 1px 4px #222;
	-webkit-box-shadow:1px 1px 4px #222;
	box-shadow:1px 1px 4px #222;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.cn_wrapper h1{
	font-size:20px;
	text-transform:uppercase;
}
hr
{
	height: 1px;
	border: 0;
	color: #ffba00;
	background-color: #ffba00;
}
.cn_wrapper h2{
	font-size:12px;
	border-bottom:1px solid #000;
	padding-bottom:4px;
	text-transform:uppercase;
}
.cn_preview, .cn_list{
	width:45px;
	height:180px;
	position:absolute;
	top:50px;
	left:6px;
}
.cn_preview{
	left:50px;
	width:215px;
	top:50px;
	overflow: hidden;
}
.cn_content{
	border:1px solid #444;
	top:310px;/*5*/
	left:5px;
	width:185px;
	padding:10px;
	position:absolute;
	background-color:#101010;
	height:145px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.cn_content img{
	width:185px;
	height: 145px;
	-moz-box-shadow:1px 1px 4px #000;
	-webkit-box-shadow:1px 1px 4px #000;
	box-shadow:1px 1px 4px #000;
}
.cn_date{
	position:absolute;
	bottom:30px;
	right:8px;
	font-size:11px;
}
.cn_category{
	position:absolute;
	bottom:30px;
	left:8px;
	font-size:11px;
	padding:1px 3px;
	background:#ccc;
	border:1px solid #ddd;
	color:#000;
	text-shadow:-1px 0px 1px #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.cn_content p{
	height:65px;
	margin-top:2px;
	overflow:hidden;
}
.single-photo
{
	width:95%;
	margin:0px auto;
	text-align: center;
}
.single-photo-des
{
	width:890px;
	margin:20px auto 10px;
	background-color: #ccc;
	padding:0px 10px 10px;
	border:1px solid #bbb;
	border-radius: 3px;

}
a.cn_more{
	position:absolute;
	padding: 4px 0px;
	left:0px;
	bottom:0px;
	width:203px;
	color:#fff;
	text-align:center;
	font-size:12px;
	letter-spacing:1px;
	text-shadow:1px 1px 1px #011c44;
	text-transform:uppercase;
	text-decoration: none;
	border:1px solid #4c7ecb;
	outline:none;
	cursor:pointer;
	background-color: #1951A5;
	background-image:
		-moz-linear-gradient(
			top,
			rgba(255,255,255,0.25),
			rgba(255,255,255,0.05)
		);
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, rgba(255,255,255,0.25)),
			color-stop(1, rgba(255,255,255,0.05))
		);
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-border-bottom-left-radius: 5px;
	-border-bottom-right-radius: 5px;
	-moz-box-shadow:1px 1px 3px #111;
	-webkit-box-shadow:1px 1px 3px #111;
	box-shadow:1px 1px 3px #111;
}
a.cn_more:hover{
	color: #011c44;
	text-shadow: 1px 1px 1px #ccdffc;
}
.cn_item{
	border:1px solid #090909;
	cursor:pointer;
	position:relative;
	overflow:hidden;
	height:25px;
	color:#fff;
	padding:5px;
	margin:6px 5px 0px 0px;
	text-shadow:1px 1px 1px #000;
	background:#2b2b2b;
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#171717),
			to(#2b2b2b)
		);
	background:
		-moz-linear-gradient(
			top,
			#171717,
			#2b2b2b
		);
	-moz-box-shadow:1px 1px 3px #111;
	-webkit-box-shadow:1px 1px 3px #111;
	box-shadow:1px 1px 3px #111;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.cn_item:hover, .selected{
	border-color:#4c7ecb;
	background-color: #1951A5;
	background-image:
		-moz-linear-gradient(
			top,
			rgba(255,255,255,0.25),
			rgba(255,255,255,0.05)
		);
	background-image:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			color-stop(0, rgba(255,255,255,0.25)),
			color-stop(1, rgba(255,255,255,0.05))
		);
}
.cn_item:hover h2,
.cn_list .selected h2,
.cn_item:active h2{
	border-color:#2C5FAC;
}
.cn_item:hover p,
.cn_list .selected p,
.cn_item:active p{
	border-color:#527CBB;
}
.cn_item:active {
	color: #011c44;
	text-shadow: 1px 1px 1px #ccdffc;
}
.cn_list p{
	height:29px;
	padding-top:2px;
	overflow:hidden;
	border-top:1px solid #333;
}
.cn_nav{
	width:55px;
	height:24px;
	position:absolute;
	bottom:0px;
	left:10px;
}
a.cn_next, a.cn_prev{
	float:left;
	height:23px;
	width:23px;
	background-color:#212121;
	background-repeat:no-repeat;
	background-position:center center;
	cursor:pointer;
	outline:none;
	border:1px solid #111;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}
a.cn_next{
	background-image:url(../images/next.png);
}
a.cn_prev{
	margin-right:5px;
	background-image:url(../images/prev.png);
}
.cn_nav a:hover{
	background-color:#101010;
}
.cn_nav a:active{
	margin-top:1px;
	background-color:#000;
}
.cn_nav a.disabled{
	opacity:0.5;
}
.cn_page{
	display:none;
}