body.index {
	margin: 0;
	background: #FFF url('images/admin/bg.gif') repeat-y 50% 50%;
	font-family: 'Titillium Web';
	font-weight: 400;
	color: #aaa;
}

body.login, body.main {
	margin: 0;
	background: #FFF url('images/bg.gif');
	font-family: 'Titillium Web';
	font-weight: 400;
	color: #aaa;
}

img {
	border: 0;
}

a img {
	border: 0;
}

a, a:visited {
	color: #aaa;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #fff;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
}

input {
	background: #FFF url('images/formbg.gif');
	font-family: 'Titillium Web';
	color: #FFF;
	padding: 3px;
	border: 2px solid #25272b;
	text-transform: uppercase;
	margin: 1px;
}

input:hover {
	border-color: #161719;
}

input.title_field {
	text-transform: none;
}

input.send_field {
	font-weight: 600;
}

textarea {
	background: #000 url('images/formbg.gif');
	font-family: 'Titillium Web';
	color: #d1ddec;
	padding: 3px;
	border: 2px solid #25272b;
	resize: none;
}

textarea:hover {
	border-color: #161719;
}

select {
	background: #000 url('images/formbg.gif');
	font-family: 'Titillium Web';
	color: #FFF;
	border: 2px solid #25272b;
	text-transform: uppercase;
}

select:hover {
	border-color: #161719;
}

div.file_input {
	background: transparent url('images/formbg.gif');
	font-family: 'Titillium Web';
	color: #d1ddec;
	padding: 6px 3px;
	border: 2px solid #25272b;
	text-transform: none;
	display: block;
	width: 300px;
	margin-bottom: 4px;
}

input.file_input {
	color: #000;
}

#login_content {
	display: block;
	position: absolute;
	margin-left: -250px;
	margin-top: -150px;
	width: 500px;
	height: 350px;
	left: 50%;
	top: 50%;
}

#login_content form {
	margin: 20px;
}

#admin_content {
	display: block;
	position: absolute;
	margin-left: -500px;
	width: 1000px;
	left: 50%;
}

#main_menu {
	display: block;
	float: left;
	padding-top: 110px;
	width: 369px;
}

#main_menu a {
	text-transform: uppercase;
	font-size: 19px;
	font-weight: 600;
	text-shadow: 0px -1px #25272b;
}

#main_menu li {
	line-height: 21px;
}

#logo {
	display: block;
	padding: 0 0 32px 54px;
}

#menu_content {
	display: block;
	padding-left: 66px;
}

#page_content {
	display: block;
	float: right;
	width: 595px;
	padding: 80px 0 120px 36px;
}

div.page_title {
	color: #FFF;
	text-transform: uppercase;
	font-size: 48px;
	font-weight: 600;
}

#page_footer {
	font-size: 14px;
	text-align: right;
	display: block;
	position: absolute; 
	bottom: 10px;
	right: 0;
	padding-right: 36px;
}

#main_footer {
	display: block;
	position: relative;
	width: 1000px;
	height: 70px;
	margin-left: -500px;
	left: 50%;
}

#page_footer div.logo_small, #main_footer div.logo_small {
	display: block;
	padding: 10px 0;
}

#main_footer div.logo_small {
	float: right;
}

#page_footer div.copyright a, #main_footer div.copyright a {
	font-size: 10px;
	color: #FFF;
	text-transform: uppercase;
}

#page_footer div.copyright, #main_footer div.copyright {
	line-height: 16px;
}

#main_footer div.copyright {
    float: right;
    margin: 10px 4px 0 0;
    text-align: right;
}

#page_footer div.copyright span.copy1, #main_footer div.copyright span.copy1 {
	color: #FFF;
}

/* ALBUMS LIST */

#album_list {
	padding: 40px;
}

#album_list div.album_info {
	line-height: 40px;
}

#album_list div.album_info span.album_title {
	font-size: 40px;
}

#album_list div.album_info span.album_id {
	font-size: 25px;
	vertical-align: super;
	color: #fff;
}

#album_list div.album_options {
	font-size: 18px;
	padding: 0 0 8px;
}

#album_list div.album_options span.dot {
	font-size: 14px;
}

#album_list div.album_options a {
	color: #FFF;
}

#album_list div.album_options a:hover {
	text-decoration: underline;
}

/* ALBUM VIEW */

div.album_desc {
	font-size: 14px;
	color: #fff;
	margin: 0 0 10px 0;
}

div.image_container {
	display: block;
	position: relative;
	width: 100px;
	height: 100px;
	overflow: hidden;
	background: #000 url('images/loading.gif') no-repeat;
}

div.image_container div.image {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

div.image_container div.a {
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

div.image_container img {
	position: relative;
	top: -20%;
}

div.move_form, div.delete_form {
	display: none;
	position: absolute;
	z-index: 2;
}

div.move_form {
	left: 0;
	bottom: 0;
}

div.delete_form form input, div.move_form form input, div.move_form form select{
	font-size: 10px;
	border: 0;
	margin: 1px;
}

div.delete_form {
	right: 0;
	top: 0;
}

input.delete_picture {
	display: block;
	width: 18px;
	height: 18px;
	background: url('images/admin/delete.png') transparent;
	cursor: pointer;
}

input.move_picture {
	display: block;
	width: 18px;
	height: 18px;
	background: url('images/admin/move.png') transparent;
	cursor: pointer;
}

span.message {
    display: block;
    margin: 0 0 15px;
    width: 500px;
	color: #FFF;
}

/*************** MAIN PAGE SECTION ***************/
#navi_bg {
	display: block;
	position: absolute;
	left: 0;
	top: 163px;
	width: 100%;
	height: 11px;
	background: transparent url('images/navi_bg.png') 50% 0 repeat-x;
	z-index: 1;
}

#navi_pointer_bg {
	display: block;
	position: absolute;
	left: 50%;
	width: 1000px;
	margin-left: -500px;
	height: 11px;
	background: transparent url('images/navi_pointer.png') repeat-x;
}

#container_bg {
	display: block;
	position: absolute;
	left: 0;
	top: 174px;
	width: 100%;
	height: 510px;
	background: transparent url('images/content_bg.png');
	z-index: 2;
}

#bgpic {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -500px;
	width: 1000px;
	height: 684px;
	z-index: 3;
	overflow: hidden;
}

#bg_pictures {
	display: block;
	position: relative;
	width: 4000px;
	left: 0;
	top: 0;
}

#bg_pictures img {
	display: block;
	width: 1000px;
	height: 648px;
	float: left;
	margin: 0;
}

#main_header {
	position: absolute;
	top: 72px;
	left: 69px;
}

#main_navi {
	position: absolute;
	top: 134px;
	left: 445px;
	z-index: 6;
}

#main_navi ul {
	list-style-type: none;
	display: inline;
}

#main_navi ul li {
	margin: 0 23px;
	font-size: 19px;
	font-weight: 600;
	text-shadow: 0px -1px #25272b;
	text-transform: uppercase;
	float: left;
}

#main_container {
	display: block;
	width: 1000px;
	-ms-overflow-x: hidden;
	overflow-x: hidden;
	position: relative;
	top: 174px;
	left: 50%;
	margin-left: -500px;
	z-index: 4;
}

#pages_mover {
	display: block;
	width: 4000px;
	position: relative;
	left: 0;
	top: 0;
}

div.page_x {
	display: block;
	float: left;
	width: 1000px;
}

#move_left, #move_right, #prev_pic, #next_pic {
	position: absolute;
	display: block;
	width: 30px;
	height: 43px;
	z-index: 5;
	text-indent: -9999px;
}

#move_left, #prev_pic {
	left: 40px;
	background: transparent url('images/arrow_left.png') no-repeat 0 -43px;
}

#move_right, #next_pic {
	right: 40px;
	background: transparent url('images/arrow_right.png') no-repeat 0 -43px;
}

a:hover#move_left, a:hover#move_right, a:hover#prev_pic, a:hover#next_pic {
	background-position: 0px -1px;
}

div.page_header {
	font-size: 60px;
	color: #FFF;
	font-weight: 600;
	text-transform: uppercase;
	padding: 60px 0 0 124px;
}

div.main_page_content {
	font-size: 18px;
	color: #d1ddec;
	padding: 0 124px 73px 124px;
}

div.main_page_content a {
	color: #d1ddec;
	font-weight: 600;
}
div.main_page_content a:hover {
	color: #FFF;
}

/*** GALLERY ***/
#single_album, #gallery_albums {
	display: block;
	height: auto;
}

div.album {
	padding: 5px 0;
	font-size: 30px;
	color: #FFF;
	display: block;
}

div.album a {
	color: #FFF;
	font-weight: 500;
}

div.album a:hover {
	color: #aaa;
}

div.album_pictures {
	display: inline-block;
}

div.album_pictures div.picture, div.album_pictures div.picture_more {
	display: block;
	overflow: hidden;
	float: left;
	width: 100px;
	margin: 0 2px 2px 0;
}

div.album_pictures div.picture {
	background: transparent url('images/bg_load.png') 50% 50% no-repeat;
	width: 100px;
	height: 100px;
}

div.album_pictures div.picture_more {
	padding-top: 30px;
	height: 70px;
	line-height: 20px;
	color: #FFF;
	text-align: center;
	background: url('images/content_bg.png') repeat scroll 0 0 transparent;
	cursor: pointer;
}

div.picture_more span.counter {
	font-weight: 600;
	font-size: 30px;
}

div.album_pictures div.picture img {
	display: block;
	position: relative;
}

#pic_loader {
	display: none;
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 99;
	background: #000 url('images/bg_load.png') no-repeat 50% 50%;
}

#pic_loader img {
	cursor: pointer;
}

#pic_loader img.single_picture {
	
}

#close_dim {
	display: block;
	position: absolute;
	right: 0;
	font-size: 26px;
	font-weight: 600;
	margin: 2px 6px;
	text-transform: uppercase;
}

#album_back {
	display: block;
	clear: both;
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
	margin-top: 4px;
}

a:hover#album_back {
	background: url('images/content_bg.png') repeat scroll 0 0 transparent;
}

/*** ERROR PAGES ***/
#e404 {
	display: block;
	position: absolute;
	width: 500px;
	height: 400px;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -200px;
	font-size: 20px;
	text-align: center;
	background: transparent url('images/404.png');
}

#e404 div {
	position: absolute;
	bottom: 0;
	width: 500px;
}

#e404 div a {
	font-weight: 600;
	color: #FFF;
}