* {
	margin:0;
	padding:0;
}
body{
	background: #010222;
	color: #ddcc86;
}
#container{
	clear:both;
	border: #ddcc86 solid 1px;
	background: url(../img/containerBg.png);
	color: #999;
	width: 980px;
	margin-left : auto ;
	margin-right : auto ;
	margin-top:0px;
	margin-bottom:10px;
	position : relative ;	
}
#selectLang{
	margin-left : auto ;
	margin-right : auto ;
	position: relative;
	width:980px;
	text-align:right;
	padding-right:10px;
	padding-top:5px;
		
}
#content{
	border:0px solid #999;
	position: relative;
	background: #000;
}
#leftSide{
	text-align:center;
	position: relative;
	float:left;
	width: 150px;
	margin:0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}
#leftSide li{
	text-align:center;
	width:150px;
	border-bottom:1px solid #ddcc86;
	list-style: none;
	}
#leftSide li a{
	display:block;
	width:150px;
	color:#e9e1d5;
	text-decoration: none;
	}
#leftSide li a:hover{
	background: #b57923;
	color: #010222;
	width:150px;
	text-decoration: none;
	}
#leftSide ul {
	padding-left: 0px;
}
#main{
	position: relative;
	float:left;
	width: 600px;
	margin:0px;
	padding: 0px 10px 10px 10px;
}
#mainGallery{

	position: relative;
	float:right;
	margin:0px 0px 0px 0px;
	padding-top: 0px;
}
#rightSide{
	text-align:center;
	float: left;
	width: 170px;
	display:block;
	position: relative;
	overflow:auto;
	margin:0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}
#widget{
	text-align: center;	
}

#header{
	position: relative;
	background: url(../img/logo.png) bottom left no-repeat;	
	height: 100px;
	vertical-align: bottom;
	text-align: center;
	margin: 10px;
	width:410px ;
	float: left;
}
#headerBg{
	background:url(../img/header.jpg) right no-repeat ;
	height:180px;
	width:980px;
}
#header a{
	display:none;
	}
#menuTop{
	clear:both;
	width:1000px;
	}
#footer{
	clear:both;
	color: #fff;
	text-align: right;
	position : relative ;
}
#flash_success {
	background: #7f7900;
	margin: 5px;
	padding: 5px;
	color: #fff998;
	}
#flash_failure{
	background: #cc2e28;
	margin: 5px;
	padding: 5px;
	color: #fff998;
	}
#blogIndex{
	background: url(../img/default.png) no-repeat;
	width: 500px;
	hight: 200px;
	padding: 0px 0px 0px 70px;
	margin: 10px 30px 20px 20px;
	}
#nav {
	text-align : right;
	}
#adminLogin{
	background: url(../img/admin/login_bg.png) no-repeat;
	display: block;
	width: 517px;
	hight: 250px;
	margin-left : auto ;
	margin-right : auto ;
	padding-top: 10px;
	padding-left: 50px;
	padding-bottom: 10px;
	position : relative ;
	}
#gallery{
	text-align: center;
	}
#galleries{
	background: url(../img/galleryBg.png) no-repeat center;
	color: #fff;
	z-index: 2;
	padding-top: 20px;
	margin-left: 10px;
	padding: 10px 10px 10px 10px;
	width: 150px;
	height: 250px;
	float:left;
}
#galleriesDesc{
	position: relative;
	display:block;
	height:20px;
	overflow:auto;
}
#galleriesMask{
	background: url(../img/galleryBgMask.png) no-repeat center;
	color: #fff;
	z-index: 1;
	
	width: 150px;
	height: 250px;
	float:left;
}
#galleries h4{
	text-transform: uppercase;
	}
div.disabled {
	display: inline;
    float: none;
    clear: none;
    color: #C0C0C0;
}
#debug{
	background: #fff;
	clear:both;
	padding: 20px ;
}
.black_overlay{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index:1001;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}
.white_content {
	display: none;
	position: absolute;
	top: 25%;
	left:25%;
	width: 50%;
	padding: 16px;
	border: 16px solid orange;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
#closed{
	position:relative;
	float:right;
	z-index:1004;
}
#getLatest{
	position: relative;
	margin:10px;
	padding: 10px;
	text-align:center;
	background:url(../img/containerBg.png);
	border: #999 solid 1px;
	border-radius: 10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}

