@charset "UTF-8";
/* CSS Document */
body {
	background-color:#fff;
	text-transform:uppercase;
	font-family:Helvetica, Arial, sans-serif;
	max-width:480px;
}
.first, #man, #woman {
	background-image:url(images/background.png);
	background-position:left top;
	background-repeat:repeat-x;
}
img {
	border:none;
}
.left {
	float:left;
}
.right {
	float:right;
}
.pattern {
	background-image:url(images/pattern.png);
}



/* LOADING DIV */
div.loader {
	text-align:center;
	width:100%;
	height:100%;
	background-color:#101010;
}
div.loader img {
	margin-top:100px;
}

/* BALLOON */
div#ballooncontainer {
	position:absolute;
	top:0;
	width:100%;
	background-image:url(images/savehome.png);
	background-position:bottom;
	background-repeat:no-repeat;
	background-color:rgba(0,0,0,0.5);
}
	


.maintoolbar {
	margin:0 12px;
	background-image:url(images/top_background.png);
	background-repeat:repeat-x;
}
/* SELECT MAN - WOMAN */
div#select {
	background-repeat:no-repeat;
	background-position:bottom;
	height:276px;
	padding:0 13px;
}
div.selecttop {
	padding-top:182px;
	height:20px;
	margin-bottom:1px;
	background-image:url(images/select_top_bg.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
div.selectbuttons {
	height:49px;
	background-color: rgba(255,255,255,0.60);
}
a.womanselect {
	float:left;
}
a.manselect {
	float:right;
}


/* CONTENT */
.content {
	margin-top:-25px;
	padding-top:40px;
	padding-bottom:14px;
}
.mainmenu {
	margin-left:12px;
	padding-top:22px;
	background-image:url(images/menu_top.png);
	background-position:top left;
	background-repeat:no-repeat;
	min-height:205px;
}
.womanimage, .manimage {
	background-repeat:no-repeat;
	background-position:right top;
}

/* MENU */
.mainmenu ul {
	list-style-type:none;
	margin:0 110px 0 0;
	padding:0px;
	background-color: rgba(255,255,255,0.8);
}
.mainmenu ul a {
	display:block;
	padding:5px 10px;
	color:#000;
	text-decoration:none;
}
.mainmenu ul li {
	background-image:url(images/li_bg.png);
	background-repeat:no-repeat;
	background-position:left;
}
.mainmenu ul li.odd {
	background-color:rgba(255,255,255,0.6);
}

/* FOOTER */
div.footer {
	font-size:12px;
	border-top:1px solid #3f3f3f;
	padding:15px 15px;
	height:12px;
	background-image:url(images/footer_bg.png);
	background-repeat:repeat-x;
}
div.footer a {
	color:#8b8b8b;
	text-decoration:none;
}

/* COUNTDOWN */
.simplemenu {
	/*margin-top:48px;*/
	margin-left:12px;
	padding-top:19px;
	background-image:url(images/menu_top.png);
	background-position:top left;
	background-repeat:no-repeat;
	min-height:172px;
}
#ticker {
	margin:0 70px 0 0;
	padding:5px;
	background-color: rgba(255,255,255,0.60);
	color:#000;
}
.hours {
	padding-top:55px;
}
.hourslabel {
	padding-left:5px;
	padding-top:10px;
}
.days {
	padding-top:45px;
}
.dayslabel {
	height:82px;
	float:right;
	padding-right:5px;
}
/* LIVE */
#livebutton {
	margin:0 85px 0 0;
	padding:5px;
	background-color: rgba(255,255,255,0.60);
}
#livebutton a {
	display:block;
	padding:47px 5px 5px 5px;
}

/* POSTLIVE */
#postlivebutton {
	margin:0 85px 0 0;
	padding:5px;
	background-color: rgba(255,255,255,0.60);
}
#postlivebutton a {
	display:block;
	padding:85px 10px 10px 10px;
}

/* GALLERIA */
.inner {
	background-image:url(images/inner_background.png);
	background-repeat:repeat;
}
	/* -> arrows */
.arrows {
	position:absolute;
	z-index:10;
	top:28px;
	display:table;
	width:100%;
	height:360px;
}
.previmage, .nextimage {
	background-repeat:no-repeat;
}
.previmage a , .nextimage a{
	display:block;
	height:100%;
	width:100%;
}
.previmage {
	background-image:url(images/arrow_left.png);
	background-position:right;
	display:table-cell;
	width:50%
}
.nextimage {
	background-image:url(images/arrow_right.png);
	background-position:left;
	display:table-cell;
	width:50%
}

	/* -> image */
.item {
	text-align:center;
	height:360px;
	overflow:hidden;
	width:100%;
	display:table;
}
.fiximageheight {
	display:table-cell;
	width:1px;
	height:360px;

}
#imagecontainer {
	height:360px;
	overflow:hidden;
	display:table-cell;
	vertical-align:middle;
}

	/* -> preload */
#preloadcontainer {
	position:absolute;
	top:180px;
	z-index:100;
	left:0;
	width:99%;
	text-transform:none;
	text-align:middle;
}
div.imagepreload img{
	width:24px;
	height:24px;
	margin:0 5px;
	float:left;
}
div.imagepreload span{
	padding-top:6px;
}
div.imagepreload {
	margin:0 auto;
	-webkit-border-radius:6px;
	width:109px;
	height:20px;
	padding:20px;
	background:#fff;
}
	/* -> image notes */
div#imageinfo {	
	display:none;
	font-size:16px;
	text-transform:none;
	z-index:5;
	position:absolute;
	top:236px;
	width:100%;
	height:105px;
	padding:20px 0;
	background:#fff;
	background-image:url(images/info_background.png);
	background-position:bottom;
	background-repeat:repeat-x;
	border-top:1px solid #656565;
	border-bottom:1px solid #656565;
	overflow:hidden;
}
div#imagenotes, .imageindex {
	padding:0 	37px;
}
.imageindex {
	padding-bottom:15px;
}
.lighter {
	color:#707070;
}
.upper {
	text-transform:uppercase;
}


.innertoolbar {
	color:#666;
	height:20px;
	margin-bottom:3px;
	padding:1px 40px 0 40px;
}
.innertoolbar .logo {
	float:left;
}
div.floater .title, div.innertoolbar .title {
	float:right;
	font-size:15px;
}
div.floater .title {
	padding-top:3px;
}
div.galnav {
	padding:0 40px;
	background-color:rgba(255,255,255,0.40);
	text-align:center;
	height:25px;
	margin:3px 0 5px 0;
}
div.galnav .back, div.galnav .close {
	float:left;
}
div.galnav .gallerybutton {
	float:right;
}
/* THUMBNAILS */
div.floater {
	top:0px;
	position:absolute;
	background-image:url(images/floater_background.png);
	background-repeat:repeat-x;
	width:100%;
	color:#666;
	height:66px;
	margin-bottom:3px;
	padding-top:3px;
	padding-bottom:2px;
}
div.floatershadow {
	height:40px;
	border-top:1px solid #656565;
	background-image:url(images/floater_shadow.png);
	background-repeat:repeat-x;
}
div.floater .title{
	padding-right:27px;
}
div.floater .back{
	padding-left:27px;
}
div.thumbnails {
	padding-top:40px;
	background-color:#fff;
	clear:both;
	min-height:337px;
}
div.thumb {
	float:left;
	width:60px;
	height:90px;
	padding:10px;
}
div.thumb img{
	width:60px;
	height:90px;
}

/* TEXT */
#textbody {
	text-transform:none;
	padding:20px;
	padding-top:58px;
	background-color:#fff;
	min-height:340px;
}
#textbody h1 {
	font-size:18px;
	margin:0;
	padding-bottom:10px;
}
#textbody p {
	font-size:15px;
	margin:0;
	padding-bottom:10px;
}
