/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	@outline: thin solid #fff;
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	font-size: 12px;
	font-family: balthazar, sans-serif;
	background: #333333;
	color: #fff;
}

body.section-1 { }
body.section-2 { }
body.section-3 { }


a:link { text-decoration: none; color: #be9598; }
a:active { text-decoration: none; color: #000;}
a:visited { text-decoration: none; color: #be9598; }
a:hover { text-decoration: none; color: #fff; }

#menu a:link { text-decoration: none; color: #be9598; }
#menu a:active { text-decoration: none; color: #000;}
#menu a:visited { text-decoration: none; color: #955358; }
#menu a:hover { text-decoration: none; color: #fff; }

a img { border: none; }

#wrapper { width: 1000px; height: 600px; margin: 0 auto; background-image: url(/files/img/bg.jpg); 
}

div#logo {
	position: absolute;
	margin-left: 50px;
	margin-top: 50px;
    border: none;
}

#box{
	width: 300px;
	top: 535px;
	left: 120px;
	position: relative;
	@outline: thin solid #fff;
}

#menu {
	position: absolute;
	@outline: thin solid #f0f;
	bottom: 0px;
}

#menu ul {
    list-style: none;
    margin: 0 0 10px 0px;
    width: 130px;
}

#menu ul li.section-title {
	font-weight: 500 ;
	height: 18px;
	text-align: right;
	cursor: pointer;
    padding: 0px 15px 0px 0px;
    background-image: url(/files/img/arrow.gif); 
    background-repeat: no-repeat;
    background-position: top right;
}

#menu li	{
	text-align: right;
    padding: 3px 15px 3px 0px;

	}

.container {
	margin-top: 20px;
}

#content {
    margin: 0 auto;
}

#gallery	{
	@outline: thin solid #ff0;
	}

#content p {

	}

.nav {

}

#num {
	display: none;
	
}

.img_nav a#prev {
	text-indent: -99999px;
	background-image:url(/files/img/prev_link.gif);
	background-repeat: no-repeat;
	background-position: center 478px;
	margin-top: 60px;
	margin-left: 285px;
	@outline: thin solid #fff;
	position: absolute;
	z-index: 3;
	height: 500px;
	width: 300px;
	
}

.img_nav a#next{
	text-indent: -99999px;
	background-image:url(/files/img/next_link.gif);
	background-repeat: no-repeat;
	background-position: center 478px; 
	margin-top: 60px;
	margin-left: 645px;
	@outline: thin solid #000;
	position: absolute;
	z-index: 3;
	height: 500px;
	width: 300px;
}

.img_nav a#next:hover{
	background-image:url(/files/img/next.gif);
	background-repeat: no-repeat;
	background-position: center 478px; 
	width: 300px;
	//cursor:url(/v1/files/img/next.gif), auto;
}

.img_nav a#prev:hover{
	background-image:url(/files/img/prev.gif);
	background-repeat: no-repeat;
	background-position: center 478px; 	 
	width: 300px;
	//cursor:url(/v1/files/img/prev.gif), auto;
}

p {margin: 0 0 0 0;}
p {text-align: justify; }

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

.img-div p {
	@outline: thin solid #fff;
	text-align: center;
	color: #955358;
	padding-top: 10px;
	width: 660px;
}

.img-div {
		bottom: 0px;

}

.img-div {
}

.section-1 #fuck-img {
	@outline: thin solid #fff;
	position: absolute;
	top: 102px;
	z-index: 0;
	}
	
.section-1 #gallery p {
	@outline: thin solid #fff;
	position: relative;
	top:  300px;
	left: auto;
	margin-left: 570px;
	z-index: 1;
	}

#s1{
	z-index:0;
}

#img-container	{ 
	padding-top: 550px;
	margin-left: 285px;
 	}

#picinfo { 

	}

#copy{
	position: absolute;
	top: 610px;
	margin-left: 720px;
	font-size: 10px;
	color: #222;
	text-align: right;
}

#picinfo:hover { 

	}

#once { clear: left; }

.clear-both { clear: both; }