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

body {
	font-size: 12px;
	font-family:georgia,garamond,sans-serif;
	background: #fff;
}

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

a:link { text-decoration: none; }
a:active { text-decoration: none; background-color: #2EF424;}
a:visited { text-decoration: none; }
a:hover { text-decoration: underline; background-color: #2EF424;}
                   
a { color: #305F05;}
a img { border: none; }

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

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

#menu ul li.section-title { padding: .5em 0; font-weight: bold; color: #797979;}
#menu ul li { padding-bottom: .1em;}

#content {
    height: 100%;
    margin: 0 0 0 315px;
    top: 0;
}

.container {              
    padding: 35px 10px 25px 5px;
}
      
              
#content p { width: 500px; margin-bottom: 9px; }

p {
    margin: 0 0 9px 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; line-height: 30px; }

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

#once { clear: left; }




.josh {          
	padding: 4px 4px 4px 0px;
	font-size: 22px;
	text-transform: uppercase;
	color: #000;
	margin-left: 75px;

}   

.copyright {
	margin-left: 75px;
	font-size: 10px;
	font-weight: bold;
	color: #797979;
}

.video_caption {
	display: none;
}   


.bottom {   

}   
#content .bottom p {
	margin: 0 0 .1em 0;
}

	
	