/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; color: #666666;}
a:active { text-decoration: none; color: fuchsia;}
a:visited { text-decoration: none; color: #999999; }
a:hover { text-decoration: underline; color: #628dff; }

a img { border: none; 
		background-color: white;}

#logo {
	margin-bottom: 60px;}

#menu {
    width: 280px;
    overflow: auto;
    top: 0;
    bottom: 0;
	left: 0;
    position: fixed;
    height: 100%;
	text-align: right;
	padding-top: 80px;
	padding-right: 10px;
	border-right: 1px dotted black; 
	background-color: #fff;
}

#menu ul {
	list-style: none;
	margin: 0 0 12px 0;
}

#menu ul li.section-title {
	text-transform: uppercase;
	letter-spacing: 1px; }

#content {
    height: 100%;
    margin-top: 83px;
    margin-left: 330px;
    margin-right: auto;
    top: 0;}

.container {
    padding: 5px 5px 25px 5px;
}

#menu ul li.section-title {
	text-transform: uppercase;
	letter-spacing: 1px; }

#content p { width: 700px; margin-bottom: 9px; }

#postnav{
	margin-top: 60px;}

p {
    margin: 0 0 3px 0;
}

/* h1 { font-size: 72px; } */

h1 { 
	letter-spacing: -17px;
	line-height: 80%;
	font-size:1500%;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 20px 0px;
}

h2 {
	font-size:500%;
	line-height: 120%;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	padding: 0px 0px 10px 0px;
}
h3 { font-size: 16px; }

h4 { font-size: 10px; 
	 font-weight: normal;
	 text-transform: uppercase;
	 letter-spacing: 1px; }

#pics{font-size: 10px; 
	 font-weight: normal;
	 text-transform: uppercase;
	 letter-spacing: 1px; 
	 }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 600px; margin: 0; padding: 0 0 0 0; }

#once { clear: left; }


/*

reina section
*/

.nothumb {
float:left;
padding: 0 ;
background-color: white;
}

.nothumb strong { 
	display: block; 
	margin: -28px 0 0 0; 
	background-color: gray;
	}
	
.nothumb strong a{  
	background-color: white;
	}
	
.section-5 #content {
    height: 100%;
    margin-top: 0px;
    margin-left: 310px;
    margin-right: auto;
    top: 0;}

.section-5 .container {
    padding: 0;
}
#menu .container {
    padding: 5px 5px 25px 5px;
}


.section-4 #content {
margin-left: 300px;
margin-top: 0px;}



