/**
* CSS
* 
* @version 1.0
* @author Vaska 
* @author Gregory Cadar
*/
* {
	margin: 2px 0 0 0;
	padding: 0 0 0 0px;
}

body {
	font-size: 80%;
	font-family: Gill Sans;
	font-style: italic;
background: url(http://www.peehalho.com/gdrt.png) repeat-x;
background-color: #000000;
}

body.section-1 { 

}
body.section-2 { 

}
body.section-3 { }

a:link { text-decoration: underline; color: #ffffff; }
a:active { text-decoration: underline; color: #ffffff; }
a:visited { text-decoration: underline;  color: #ffffff; }
a:hover { text-decoration: underline; color: #ffffff; }

a img { border: none; }

#menu {
/*container menu*/
    width: 215px;
    overflow: auto;
	color: #ffffff;
	position: fixed;
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
    	height: 100%;

}

#menu ul {
/* inside fundo do menu */
	list-style: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 20px 12px 30px;

}

#menu ul li.section-title {
/* aqui é o nome da seção */
	font-size: 20px;
	
	color: #ffffff;
	border-bottom-color: #ffffff;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	padding: 20px 0 0 10px;
	margin: 0px 0 10px -20px;
	font-weight: bold;


}

#content {
/* Conteudo, direita do site	*/

 	color:#ffffff; 
	height: 100%;
    margin: 7px 5px 0px 225px;
    top: 0;

}

.container {
/*containers neh dard */
    padding: 5px 5px 25px 5px;


}

#content p { 
/*soh o q esta escrito no conteudo da direita*/
	width: 400px; 
	margin-bottom: 0px; 
	padding: 0px 0 0 0;
}

p {
/* porra do fundo do post e pre nav*/
    margin: 0px 0 0px 0;
	text-align:left;
	color: #ffffff;
	padding: 0px 0 0 0;
}

h1 { font-size: 32px; }
h2 { font-size: 24px; }
h3 { font-size: 16px; }
h4 { font-size: 12px; }

#img-container	{ margin: 0; padding: 0; }
#img-container p	{ width: 400px; margin: 0; padding: 0 0 12px 0; }

#once { clear: left; }