/*** The All So Important RESET! ***/

html, body, div, span, h1, h2, h3, h4, h5, h6, p, ol, ul, li, form, fieldset, input, label, legend, caption, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
    margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

a img {border:none}

aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {display: block}

/************************ Basics ************************/
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('./fonts/BebasNeue-webfont.eot');
    src: url('./fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('./fonts/BebasNeue-webfont.woff') format('woff'),
         url('./fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('./fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1.fontface {font: 72px/80px 'BebasNeueRegular', Arial, sans-serif; letter-spacing: 0;}
h2.fontface {font: 35px/43px 'BebasNeueRegular', Arial, sans-serif; letter-spacing: 0;}
h3.fontface {font: 25px/33px 'BebasNeueRegular', Arial, sans-serif; letter-spacing: 2px;}
h4.fontface {font: 20px/28px 'BebasNeueRegular', Arial, sans-serif; letter-spacing: 0;}
footer .fontface {font: 15px/96px "Trebuchet MS",Arial,Helvetica,sans-serif; letter-spacing: 0;}

a, p a {
    color: #FFFFFF;
    text-decoration: none;
}

/************************ Menu ************************/
body {
	background-color: #191919;
    color: #FFFFFF;
    height: 100%;
    line-height: 1.5;
}

.container {
	margin: 0 auto;
	height: 100%;
	width: 980px;
}

header {
    background: url("../images/bg.png") no-repeat scroll center center transparent;
    border-bottom: 3px solid #9ACD32;
    display: block;
    height: 100px;
    position: relative;
    width: 100%;
}

header h1 {
   	float: left;
    left: -30px;
    position: relative;
    top: 39px;
}

.green {
    color: #9ACD32;
}

nav {
    height: 40px;
    margin: 0 auto;
    position: relative;
    top: 68px;
    width: 470px;
}

nav ul li {
    float: left;
    line-height: normal;
    margin-left: 23px;
}

nav ul li a {
    display: block; /* IE6, IE7 line height fix */
    font-family: "BebasNeueRegular",Arial,Helvetica,sans-serif;
    font-size: 30px;
    font-weight: normal;
    text-transform: capitalize;
}


nav ul li a:hover, nav ul li a:active {
    color: #9ACD32;
}

.clearing{
	clear: both;
	display: inline;
	width: 100%;
	height: 0;
	overflow:hidden;
}

/************************ Rodapé ************************/
footer {
    background-color: #111111;
    border-top: 3px solid #9ACB32;
    clear: both;
    height: 100px;
    margin: 0 auto;
    width: 100%;
}

/************************ Slider ************************/
/*.img_portfolio{
	border-color: #9ACD32;
  	box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
}*/
