@charset "UTF-8";
/* CSS Document */

body{
	font-size:10px;
	margin-bottom:30px;
	margin-right:0px;
	background-color: #3D4445;
	font-family:"Monaco",Helvetica,Arial,  sans-serif;
	}
#main{
	margin-right:auto;
	margin-left:auto;
	width:1220px;
	}
@font-face {
    font-family: 'DINLight';
    src: url('din-light-webfont.eot');
    src: url('din-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('din-light-webfont.woff') format('woff'),
         url('din-light-webfont.ttf') format('truetype'),
         url('din-light-webfont.svg#DINLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'DINLight';
    src: url('din-light-webfont.eot');
    src: url('din-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('din-light-webfont.woff') format('woff'),
         url('din-light-webfont.ttf') format('truetype'),
         url('din-light-webfont.svg#DINLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

#header_home{
	font-family: 'DINLight';
	font-size:60px;
	letter-spacing:-4px;
	padding:10px;
	/*
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.2);
	*/
	margin-bottom:20px;
	margin-right:10px;
	background-color:#ffffff;
	text-align:center;
	}

.page{
	position:relative;
	margin:30px;
	margin-right:0px;
	}
#content{
	position:relative;
	left:10px;
	top:50px;/**/
	}
	
.collection{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	cursor:pointer;
	/*
	background-color:#3D4445;
	padding:20px;*/
	}
	
#logo{
	position:absolute;
	top:-9px;/**/
	left:5px;
	font-family:onemorefont;
	font-size:40px;
	}
	
	
/* CMS */
#header{
	text-transform:lowercase;
	font-family: 'onemorefont';
	font-size:30px;
	color:#000;
	background-color:#474f50;
	padding:10px;
	font-weight:normal;
	}
a:link{
	color:#fff;
	}
#logout{
	position:absolute;
	right:35px;
	font-size:12px;
	margin-top:8px;
	}
#logout a:link{
	color:#000;
	text-decoration:none;
	}
#logout a:hover{
	color:#000;
	text-decoration:none;
	}
#logout a:visited{
	color:#000;
	text-decoration:none;
	}

#logout a:hover{
	text-decoration:underline;
}
#adminImages{
	margin-top:20px;
	padding:10px;
	color:#ffffff;
	background-color:#474f50;
	}
#adminImages .collection{
	/*border:solid 1px #ffffff;*/
	}
.break{
	clear:both;
	}
.close{
	position:absolute;
	width:18px;
	height:18px;
	background-image:url(http://www.onemore-studio.com/shop/gfx/close.png);
	cursor:pointer;
	}
.edit{
	width:16px;
	height:16px;
	background:url(../gfx/stylo.png) no-repeat;
	position:absolute;
	margin-top:0px;
	margin-left:20px;
	cursor:pointer;
	}
	
	
	
/********/
/*slideshow*/	
class_box{
	position:absolute;
	}

.mask{
	position:relative;
	overflow:hidden;
	width:589px;
	height:393px;
}
.mask img{
	position:absolute;
	display:block;
	border:none;
}
#handles{
	position:absolute;
	top:379px;
	heigth:20px;
	background-color:rgba(71,79,80,1);
	z-index:100;
	}
.handles{
	text-align:center;
	color:#ccc;
	}
.handles span{
	cursor:pointer;
	margin-right:5px;
	}
.active{
	color:#666;
	}