@charset "utf-8";
/* CSS Document */


/*
Theme Name: Dirty
Theme URI: http://www.juliovasel.com.br
Description: O tema do portfólio de Júlio Vasel
Version: 1.0
Author: Júlio Vasel
Author URI: http://www.juliovasel.com.br
*/

/****************************************************************** CSS RESET **********************************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/*******************************************************************************************************************/

body {
	background:url(imagens/bg.jpg) center top no-repeat #000;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#wrapper {
	width:955px;
	margin:auto;
}

#esquerdo {
	width:465px;
	height:465px;
	float:left;
}

#logo p {
	background:url(imagens/logo.png);
	width:386px;
	height:162px;
	float:left;
	text-indent:-5000px;
	margin-top:100px;
}

#menu {
	width:386px;
	height:70px;
	float:right;
	margin:80px 40px 0 0;
}

#menu p {
	padding:15px;
	float:left;
}

#menu p:hover {
	background:#00a651;
}

#direito {
	width:490px;
	float:left;
}

#titulo h1 {
	float:right;
	margin-top:35px;
}

#pagina {
	width:490px;
	float:left;
	margin-top:10px;
}

#topo_conteudo {
	width:490px;
	height:34px;
	background:url(imagens/canto.png);
}

#conteudo {
	width:450px;
	background:url(imagens/bg-conteudo.png);
	float:left;
	padding:0 20px 30px 20px;
}

h2, h3, h4, h5, h6 {
	margin:0 0 7px 10px;
}

h2 {
	font-size:18px;
	color:#fff;
}

h3 {
	font-size:14px;
	color:#00a651;
}

h4 {
	font-size:14px;
	color:#00a651;
	font-weight:bold;
}

h5 {
	font-size:13px;
	color:#666;
	font-weight:bold;
}

h6 {
	font-size:12px;
	color:#00a651;
	font-weight:bold;
}

p {
	color:#FFF;
	font-size:12px;
	margin-bottom:10px;
}

a {
	color:#00a651;
	text-decoration:underline;
}

a:hover {
	color:#FFF;
	text-decoration:none;
}

input, textarea  {
	border:solid 1px #999;
}

