/* CSS Document */
*{ margin:0; padding:0;}

body {
	margin: 0;
	padding: 0;
	background-color:#000000;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#CCCCCC;
}

.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}

#container {
	width:800px;
	margin:0 auto;
	background:#000000;
}
#page{ width:100%;} 
a {
	text-decoration: none;
	color:#646263;
}
a:hover {
	text-decoration: none;
	color:#FFFFFF;
}


.breadCrumb{ padding:3px; margin:5px 5px 15px 5px; border-bottom:1px dashed #333;}
/* Header */
#header{ padding:15px;}
#header h1{color:#FFFFFF; font-size:23px; font-family:Verdana, Arial, Helvetica, sans-serif;}
#header h3{color:#EEEEEE; letter-spacing:10px; font-size:14px;}

.nav{
	border-bottom:1px solid #444444;
	border-top:1px solid #444444;
	text-align:right;
	color:#FFFFFF;
	background:#222222;
	padding:5px;
}
.nav a{
	margin:0 5px;
}
.nav a:hover{
}
/* Content */

#content{
	padding:10px;
	margin:15px;
	border:5px solid #444;
	background:#000000; 
}

	.cat{ float:left; margin:10px;}
	.cat h2{font-size:12px; padding:3px 0; color:#FFFFFF;}
	
	p.des{ margin:10px 15px; text-align:left;}
	.gallery_des{ padding:5px;}
	
	.View_Gallery{ /*padding:10px;*/}
	.View_Gallery h2{ margin-bottom:10px;}
	.View_Gallery p{ padding:10px 2px;}
	
	#imageCelll img{ cursor:pointer;}
	

#content h3{
	color:#FFFFFF;
	padding:3px;
	font-size:16px;
}
#content h3 a:link{
	text-decoration:none;
	color:#FFFFFF;
}
#content h3 a:visited{
	color:#FFFFFF;
}
#content h3 a:hover{
	color:#CCFFCC;
}

.post h3, h3.blogtitle{ background:#000000; margin:0 20px 10px 20px; }
.post p{ padding:15px;}

.more-post{ text-align:right; padding:15px;}

/* Homepic */
.Homepic a{background:url(../images/pic.gif); width:431px; display:block; height:300px; margin:0 auto;}
.Homepic a:hover{background:url(../images/pic.gif) bottom;}


/* Footer */
#footer {
	clear:both;
	padding:5px 2px 5px 10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#888888;
	border-top:1px solid #222222;
}
.comment {
}
.comment h4 {
	background:#e1dfd0;
	color:#5d1a77;
	padding:4px;
	margin:0px;
	font-size:11px;
	color:#1C385F;
	margin:0 10px;
}
.commentbox {
	padding:10px 10px 20px 10px;
	border:1px solid #eee;
	margin:8px 15px;
}
.commentbox strong {
	padding-right:17px;
	display:block;
}
.commentbox p {
	text-align:justify;
	color:#555555;
}
.comment-footer {
	text-align:left;
	color:#BBBBBB;
	display:inline;
	float:left;
}
.blogtitle{
	font-size:18px;
	font-weight:bold;
	color:#FFFFFF;
}

.title{ font-weight:bold; font-size:14px;}

.input{ border:1px solid #AAAAAA;}
.input1{ border:1px solid #AAAAAA; margin:2px;}

#tt {position:absolute; display:block; background:url(../images/tt_left.gif) top left no-repeat}
#tttop {display:block; height:5px; margin-left:5px; background:url(../images/tt_top.gif) top right no-repeat; overflow:hidden}
#ttcont {display:block; padding:2px 12px 3px 7px; margin-left:5px; background:#666; color:#FFF}
#ttbot {display:block; height:5px; margin-left:5px; background:url(../images/tt_bottom.gif) top right no-repeat; overflow:hidden}

#gallery {position:relative; width:620px; margin:0 auto;}
#gallery ul {width:250px; padding:0;margin:600px 0 0 auto; list-style-type:none; float:right;}
#gallery li {float:left;}
#gallery a.gallery span {position:absolute; width:620px; display:block; height:1px; top:10px; left:5px; overflow:hidden; background:#000000;}
#gallery a.gallery, #gallery a.gallery:visited {display:block;color:#000000; text-decoration:none; border:1px solid #aaa; margin:4px; cursor:ault;}
#gallery a.gallery:hover {border:1px solid #fff;cursor:pointer;}
#gallery a.gallery:hover span {position:absolute; width:620px; height:590px; top:10px; left:0px; color:#000;text-align:center}
#gallery a.gallery:hover img {cursor:pointer;}
/* .sticky img{ background:url(../images/ajax-loader.gif) no-repeat bottom center;} 
.sticky{ background:url(../images/ajax-loader.gif) no-repeat bottom center; }
*/

/*________________________ideMenu________________________*/
ul.simpleClassGroup, ul.subMenu {
	/*padding:2px;*/
	margin:0;
	cursor:ault;
}
li.simpleClassGroupParentNode {
	display:block;
	padding:7px 10px;
	margin:2px;
	overflow:hidden;
	font-size:11px;
	color:#797979;
	border-bottom:1px dotted #222;
	cursor:pointer;
}
li.simpleClassGroupParentNode a:hover{
	color:#fff;
}
/*li.simpleClassGroupParentNode ul li:before {
	content:'*';
	padding:5px;
	font-size:8px;
}*/
li.simpleClassGroupChildNode:before {
	content: ' ';
	padding:6px;
	color:transparent;
}
li.simpleClassGroupChildNode {
	display:block;
	padding:5px 5px 5px 10px;;
	margin:2px;
	background:url(../images/liBg.png) repeat;
	border-radius:5px;
	overflow:hidden;
}
li.simpleClassGroupParentNode ul{
	display:none;
}
li.simpleClassGroupParentNode ul li{
		border:none;
		padding:5px 10px;
		background:url(../images/list-style.png) left no-repeat;
}
a.galleryName {
	color:#666666;
	font-weight:normal;
	font-size:11px;
	/*-webkit-transition: font-size 0.3s ease, background-color 0.3s ease;
  -moz-transition: font-size 0.3s ease, background-color 0.3s ease;
  -o-transition: font-size 0.3s ease, background-color 0.3s ease;
  -ms-transition: font-size 0.3s ease, background-color 0.3s ease;
  transition: font-size 0.3s ease, background-color 0.3s ease;*/
}
/*a.galleryName:hover{
	color:#CCC;
	font-weight:bold;
	font-size:14px;
	/*border:1px solid #666;
	border-radius:5px;
	padding-left:10px
	
}*/
.sidemenuTitle{
	padding-left:10px;
	margin-bottom:10px;
	font-weight:bold;
	text-transform:capitalize;
	font-size:14px;
}
.sidemenu{
	width:120px;
	/*background:url('../images/sidebar.png') repeat;*/
	border:1px #CCC;
	border-radius:5px;
	margin-right:10px;
	margin-left:-10px;
	/*padding-top:10px;
	margin:-400px -10px -10px -10px;*/
	/*float:left;*padding-left:10px;*/
	display:block;
	/*float:right*/
	}
/*____________________NEWGALLERY______________________*/
.newGallery {
	width:470px;
	min-height:400px;
	background:#000;
	border:1px #CCC;
	border-radius:5px;
	display:none;
	
}
.lastUp {
	width:215px;
	height:180ppx;
	float:right;
	display:block;
	padding:10px;
}


.default {
 	border: 1px none #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    margin:0px;
    min-height: 400px;
    width: 730px;
}
.slider {
	width:580px;
	min-height:400px;
	border:1px #CCC;
	border-radius:5px;
	float:right;
}

.slideImg {
	width:580px;
	min-height:400px;
	background:#000;
	border:1px #CCC;
	border-radius:5px;
	display:none;
	margin-left:10px;
}

.NewImageGallery {
	width:680px;
	height:500px;
}

.NewDescription {
	display:block;
	background: url("../images/sidebar.png") repeat scroll 0 0 transparent;
    border: 1px dashed #222222;
    margin: 0 auto 20px;
    padding: 10px;
    width: 640px;
}

.photoDes {
	display:none;
	background:blakc;
}
li.selected p {
	display:block;
	padding:10px;
	background:black;
}
.NewListGallery {
	width:600px;
	display:block;
	margin: 20px 70px;
}
.NewListGallery ul {
	list-style:none;
	width:600px
}
.NewListGallery ul li{
	width:200px;
	display: block;
	float:left;
	margin-bottom:23px;
	height:140px;
}
.NewListGallery ul li a{
	width:200px;;
	height:140px;
}
/*_______________________________*/
#desc-en {
	font-family:Arial, Helvetica, sans-serif;
    margin: 5px 0;
    text-align:justify;
	font-size:12px;
	line-height:20px;
	direction:ltr;
}
#desc-fa {
	font-family:Tahoma, Geneva, sans-serif;
    margin: 5px 0;
    text-align:justify;
	font-size:11px;
	line-height:20px;
	direction:rtl;
}
#read_english ,#read_persian, .btnChangeDescLang {
	cursor:pointer;
	font-weight:bold;
	/*border: 2px solid #555555;
    box-shadow: -1px -1px 2px 1px;*/
    cursor: pointer;
    font-weight: bold;
    padding:3px 25px;
    width: 145px;
	color:#9a9a9a;
	background:url(../images/arrow.png) left no-repeat transparent;
}
.visitGallery{
	background:url(../images/arrow.png) left top no-repeat transparent;
	padding:1px 25px;
	height:21px;
	margin-left:25px;
}
.visitGallery a {
	font-weight:bold;
	color:#9a9a9a;
}
.visitGallery a:hover{
	color:#fff;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9990;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;
	direction:rtl;
	font-family:Tahoma, Geneva, sans-serif;
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
.opacity{
	background: url("../images/capbg.png") repeat scroll 0 0 transparent;
    padding:5px 10px;
    position:relative;
	color:#fff;
	display:none;
	width:730px;
	left:0px;
}
.bottmenu{
	/*padding:10px;*/
	color: #666; 
}
.caption{
	text-align:left;
	float:right;
	cursor:pointer
}
.caption:after{
	content:"|";
	padding-left:10px;
}
.ConSheet{
	text-align:right;
	float:right;
	cursor:pointer;
	margin-left:10px;
}
.photos {
	margin:0 auto;
	padding:0;
}
.photos img{ display:block; margin:0 auto;}
