/* --------------- reset.css --------------- */
html, body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, sub, sup, b, u, i,  dl, dt, dd, ol, ul, li, fieldset, form, label, table, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
	font-size:100%;
}
a{                                      	
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
table{						
	border-collapse:collapse; 
	border-spacing:0;
}
td, td img{
	vertical-align:top;			
} 
input, select, button, textarea{
	margin:0; 				
	font-size:100%; 			
}
input[type="text"], input[type="password"], textarea{
	padding:0; 				
}
input[type="checkbox"]{ 		
	vertical-align:bottom;
}
input[type="radio"]{
	vertical-align:text-bottom;
}
sub{
	vertical-align:sub;
	font-size:smaller;
}
sup{
	vertical-align:super;
	font-size:smaller;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	display:block;
}
nav ul{
	 list-style:none;
}
/* --------------- /reset.css --------------- */

/* --------------- main styles ---------*/
html{
	overflow-y:scroll;
}
body{
	line-height:1;
	background: #16091E url("../img/bg-main.png") center top;
	color:#000;
	text-align:left;
	font:14px "Trebuchet MS", "Helvetica CY", sans-serif;
}
input, select, button, textarea{
	font-family:"Trebuchet MS", "Helvetica CY", sans-serif;
}
label, input[type="button"], input[type="submit"], button{
	cursor:pointer;
}
a, a:visited{
	color:#287fc3;
	text-decoration:underline;
}
a:hover{
	color:#287fc3;
	text-decoration:none;
}
a:focus, a:active{
	color:#287fc3;
	text-decoration:underline;
}

/* --------------- /main styles ---------*/

/* --------------- header ---------*/
.bg-header{
	/*background:url("../img/bg-header.png") repeat-x 0 0;*/
}
.bg-header-inner{
	background:url("../img/bg-header-center.png") no-repeat center 0;
}
.bg-header-inner header{
	width:960px;
	height:185px;
	margin:0 auto;
	position:relative;
}
.bg-header-inner header h1{
	background:url("../img/logo-header.png") no-repeat 0 0;
	width: 254px;
	height: 153px;
	text-indent:-9999px;
	position:absolute;
	top:0px;
	left: 118px;
	z-index:1;
}
.bg-header-inner header h1+a{
	display:block;
	width: 254px;
	height: 153px;
	position:absolute;
	top:0px;
	left: 118px;
	z-index:2;
}
.bg-header-inner header p{
	color: #E8D8F3;
	text-shadow: #250738 0 1px 0;
	width:460px;
	position:absolute;
	top:110px;
	left:510px;
}
.bg-header-inner header ul{
	list-style:none;
	overflow:hidden;
	position:absolute;
	top:19px;
	left: 530px;
}
.bg-header-inner header ul li{
	float:left;
	margin-right:2px;
}
.bg-header-inner header ul li input[type=text]{
	background:#fff;
	border:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	outline:none;
	font-size:14px;
	color:#000;
	line-height:14px;
	width:330px;
	height:14px;
	padding:7px;
}
.bg-header-inner header ul li input[type=submit]{
	/*background:url("../img/btn-bg-search.png") no-repeat 0 0;
	border:none;
	color:#fff;
	text-shadow:#6c0101 0 1px 0;*/
	background-color: #582478;
	border-radius: 2px;
	border: 1px solid #0C0511;
	color: #E8D8F3;
	width: 63px;
	height: 28px;
	font-size: 14px;
	text-shadow: 0px 1px 0px #250738;
	-webkit-appearance: none;
	padding: 0px;
}
.bg-header-inner header div{
	color:#000;
	line-height:16px;
	text-shadow: #250738 0 1px 0;
	position:absolute;
	top:60px;
	left: 530px;
}
.bg-header-inner header div a{
	display:block;
	color: #E8D8F3;
	text-decoration:none;
	width: 200px;
	margin-right:10px;
	float:left;
	max-height: 16px;
	overflow: hidden;
}
.bg-header-inner header div a:hover{
	text-decoration:underline;
}
/* --------------- /header ---------*/

/* --------------- content ---------*/
.content{
	width:960px;
	margin:-4px auto 0;
}
/* --------------- /content ---------*/

/* --------------- title ---------*/
.title{
	background:url("../img/bg-title.png") no-repeat 0 0;
	font-size:21px;
	font-weight:normal;
	color: #E7D140;
	text-shadow:#6c0101 0 1px 0;
	text-indent:110px;
	line-height:28px;
	width:971px;
	height:30px;
	overflow:hidden;
	margin-left:-6px;
	position:relative;
	z-index:3;
}
/* --------------- /title ---------*/

/* --------------- thumbs ---------*/
.th{
	list-style:none;
	background: #210830;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.51);
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.51);
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.51);
    overflow:hidden;
    margin-bottom:11px;
    padding:6px 5px 2px 5px;
}
.th li{
	background:url("../img/bg-th.png") no-repeat center bottom;
	margin:0px 5px 9px 0px;
	padding-bottom:8px;
	float:left;
}
.th li a{
	display:block;
	width:184px;
	height:244px;
}
.th li a img{
	display:block;
	border:2px solid #8B679B;
	width:180px;
	height:240px;
}
.th li a:hover img{
	border-color:#9f0a0a;
}
/* --------------- /thumbs ---------*/

/* --------------- archive ---------*/
.archive{
	background: #210830;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	-moz-box-shadow:inset 0 1px 3px rgba(0,0,0,0.51);
    -webkit-box-shadow:inset 0 1px 3px rgba(0,0,0,0.51);
    box-shadow:inset 0 1px 3px rgba(0,0,0,0.51);
    padding:10px 0;
}
.archive tr td:first-child{
	background:url("../img/bd-archive.png") repeat-y right 0;
}
.archive tr td{
	padding:0 13px;
}
.archive tr td a{
	display:block;
	background:url("../img/icon-archive.png") no-repeat 0 center;
	color:#fff;
	text-shadow:#6b761f 0 1px 0;
	text-decoration:none;
	line-height:21px;
	padding-left:18px;
}
.archive tr td a:hover{
	color:#900000;
	text-decoration:underline;
	text-shadow:none;
}
/* --------------- /archive ---------*/

/* --------------- lists ---------*/
.lists{
	width:840px;
	margin:38px auto 0;
	overflow:hidden;
}
.lists ul{
	list-style:none;
	width:200px;
	margin:0 5px;
	float:left;
}
.lists ul li{
	font-size:13px;
	line-height:19px;
	margin-bottom:2px;
}
.lists ul li a{
	display:block;
	color: #CFB3DB;
	text-decoration:none;
}
.lists ul li a span{
	background: #582478;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	color:#fff;
	padding:1px 2px;
	margin-right:10px;
}
.lists ul li a:hover{
	color:#c62a2a;
}
.lists ul li a:hover span{
	color:#fff;
}
/* --------------- /lists ---------*/

/* --------------- footer ---------*/
.bg-footer{
	/*background:url("../img/bg-footer.png") repeat-x 0 bottom;*/
	margin-top:;
}
.bg-footer-inner{
	/*background:url("../img/bg-footer-center.png") no-repeat center bottom;*/
}
.bg-footer-inner footer{
	width:960px;
	height:163px;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}
.bg-footer-inner footer h3{
	background:url("../img/logo-footer.png") no-repeat 0 0;
	width: 178px;
	height: 107px;
	text-indent:-9999px;
	position:absolute;
	top:40px;
	left: 615px;
}
.bg-footer-inner footer h3+a{
	display:block;
	width: 178px;
	height: 107px;
	position:absolute;
	top:40px;
	left: 615px;
}
.bg-footer-inner footer p{
	font-size:12px;
	color: #CFB3DB;
	line-height:14px;
	text-align:right;
	width:474px;
	margin-top:60px;
}
.bg-footer-inner footer p span{
	color:#a60000;
}
.bg-footer-inner footer p a{
	color:#a60000;
	text-decoration:none;
}
.bg-footer-inner footer p a:hover{
	text-decoration:underline;
}
/* --------------- /footer ---------*/




/* --------- /gallery item ---------*/
.picture-holder {
  clear: both;
  text-align: center;
}
.picture-holder .left-arrow, .picture-holder .right-arrow {
  width: 7%; /* 60px */
  height: 400px;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
}
.picture-holder .main {
  display: inline-block;
  vertical-align: middle;
  width: 80%;
}
.picture-holder .main img {
	width: 100%;
	height: auto;
}
.invisible {
  visibility: hidden;
}

.picture-holder .left-arrow-front, .picture-holder .right-arrow-front {
  margin-top: -170px; 
}
.picture-holder .right-arrow-back, .picture-holder .left-arrow-back {
  margin-top: 85px;
}

.picture-holder .left-arrow-front {
  margin-left: 30px;

  width: 0;
  height: 0;
  border-style: solid;
  border-width: 170px 30px 170px 0;
  border-color: transparent #582478 transparent transparent;
  line-height: 0px;
  _border-color: #000000 #582478 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  transform: scale(0.9999);
}
.picture-holder .left-arrow-back {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 110px 60px 110px 0;
  border-color: transparent #B42AA6 transparent transparent;
  line-height: 0px;
  _border-color: #000000 #B42AA6 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  transform: scale(0.9999);
}


.picture-holder .right-arrow-front {
  margin-left: -60px;

  width: 0;
  height: 0;
  border-style: solid;
  border-width: 170px 0 170px 30px;
  border-color: transparent transparent transparent #582478;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #582478;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  transform: scale(0.9999);
}
.picture-holder .right-arrow-back {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 110px 0 110px 60px;
  border-color: transparent transparent transparent #B42AA6;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #B42AA6;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  transform: scale(0.9999);
}
.picture-pagination {
  text-align: center;
  width: 80%;
  margin: 0px auto;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.5em;
}
.picture-pagination a {
  white-space: nowrap;
  text-decoration: none;
}

