/**
* CSS
*
* @version 1.0
* @author Vaska
* @author Gregory Cadar
*/
*
{
	margin: 0;
	padding: 0;
}
HTML
{
	overflow-y: scroll;
}
#content A
{
	text-decoration: underline;
	color: #000;
}
#content A:hover
{
	color: #000;
	text-decoration: underline;
	/*[disabled]background:#FEA;*/
}
.logo
{
	width: 100%;
	position: fixed;
	top: 35px;
	z-index: 1;
	/*[disabled]color:#000;*/
	text-transform: uppercase;
	text-align: left;
	font-weight: bold;
	letter-spacing: 0.1em;
	font-size: 1.1em;
}
BODY
{
	font-size: 0.8em;
	font-family: "Droid Sans", Arial, Helvetica, Verdana, sans-serif;
	background: #DDD url(bg.gif);
	line-height: 1.6em;
	margin: 85px 20px 20px 50px;
	color: #666;
}
.main
{
	width: 100%;
	margin: 100px 0 0px;
}
BODY.section-1
{
}
BODY.section-2
{
}
BODY.section-3
{
}
.section-title
{
	color: #111;
	font-weight: bold;
}
A
{
	text-decoration: none;
	color: #666;
}
A:hover
{
	text-decoration: none;
	color: #000;
}
A IMG
{
	border: none;
}
#menu
{
	width: 200px;
	position: fixed;
	margin: 0 0 75px;
	/*[empty]text-align:;*/
	bottom: 0;
}
.container H1
{
	text-transform: uppercase;
	color: #FFF;
}
#menu UL
{
	list-style: none;
	margin: 0 0 1em 0px;
}
#menu UL LI.section-title
{
}
#menu UL LI A:hover
{
	color: #000;
	background: none;
}
#menu UL LI A
{
	color: #666;
}
#menu UL LI.active A
{
	color: #666;
	background: #FEA;
}
#content
{
	margin: 0 auto;
}
.container
{
}
#content P
{
	width: 200px;
	position: fixed;
	background: 0;
	z-index: 99;
	left: 50px;
	text-align: left;
}
#content P:hover
{
	/*[disabled]background:#FEA;*/
}
P.nav
{
	left: 0;
	margin: 0;
}
#content P A
{
}
P
{
	padding: 0px;
}
#content P.image
{
	/*[disabled]float:right;*/
	padding: 0px;
	width: auto;
	position: static;
	margin: 0 0 40px 0px;
	height: auto;
	padding: 5px 0 40px;
	background: none;
	text-align: center;
}
#content P.image.text
{
	width: 700px;
	text-align: left;
	position: static;
	margin: 0px auto;
	padding: 0 0 40px;
}
.nav A
{
	margin: 0 5px;
}
#prev
{
}
#next
{
}
H1
{
	font-size: 32px;
}
H2
{
	font-size: 24px;
}
H3
{
	font-size: 16px;
}
H4
{
	font-size: 12px;
}
#img-container
{
}
.masoned
{
	width: 880px;
	margin: 0px auto;
}
#img-container IMG
{
	padding: 0;
	background: none;
}
.pics
{
	/*[disabled]width:700px;*/
	/*[disabled]margin:50px 0 0;*/
	z-index: 0;
}
#img-container P
{
	padding: 0;
	background: none;
}
#once
{
}

