		/*-----------------------------------------------------------------------------
autor: Luan Garcia

-----------------------------------------------------------------------------*/

/* =Reset
-----------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border:0;
}
fieldset {
	display:block;
}
address,caption,cite,code,dfn,em,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
	/*font-family: Georgia;*/
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;}

/* =Hacks
-----------------------------------------------------------------------------*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	height:1%;
}

.clear {
	clear: both;
	height: 1px;
	margin: 0px;
	padding: 0px;
	line-height: 0px;
}


.replace {
	overflow: hidden;	
}

.replace a {
	display:block;
	width: 100%;
	height: 100%;	
}

.replace strong {
	position: absolute;
	top: -9999px;	
}



/*---------------------------------- INICIO ELEMENTOS COMUNS*/

body {
	background-color: #272016;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;	
	border-top: 9px solid #cae500;
}

#container {
	background: url(img/bgzao.gif) no-repeat 0 0;
	width: 940px;
	margin: -9px auto 0 auto;	
	position: relative;
}

#topo {
	height: 247px;
	width: 877px;
	margin: 0 auto;
}

.box-logo {
	float: left;
	margin-top: 30px;
	width: 345px;
}

.box-logo p {
	color: #AAA17D;
	font-size: 10px;
	line-height: 14px;
}

h1 {
	background: url(img/marcusribeiro-logo.gif) no-repeat 0 0;
	width: 332px;
	height: 67px;
	margin-bottom: 10px;
}

.box-outros {
	float: right;
	width: 373px;
	margin-top: 42px;
}

.box-outros ul {
	clear: both;
	height: 21px;
	margin-bottom: 15px;
}

.box-outros ul li {
	float: left;
	margin-right: 2px;
}

.box-outros ul li p{
	width: 21px;
	height: 21px;
}

.box-outros ul li p.email{
	background: url(img/email.gif) no-repeat 0 0; 
}

.box-outros ul li p.twitter{
	background: url(img/twitter.gif) no-repeat 0 0; 
}

.box-outros ul li p.facebook{
	background: url(img/facebook.gif) no-repeat 0 0; 
}

.box-outros ul li p.delicious{
	background: url(img/delicious.gif) no-repeat 0 0; 
}

.box-outros h2.contato {
	background: url(img/contato.gif) no-repeat 0 0;
	width: 340px;
	height: 20px;
	margin-bottom: 15px;
}

.box-outros h2.contato a {
	margin: 0px;
	padding: 0px;
}

.trabalhos h2, .trabalhos h3, .trabalhos h4, .trabalhos h5, .trabalhos h6 {
	float: left;
	margin:0 10px 5px 0;
}

.trabalhos a {
	text-decoration: none;
	color: #AAA17D;
}

.trabalhos a:hover {
	color: #feffef;
}

.trabalhos h2 {
	font-size: 16px;
}

.trabalhos h3 {	
	font-size: 15px;
}

.trabalhos h4 {
	font-size: 13px;
}

.trabalhos h5 {
	font-size: 12px;
}

.trabalhos h6 {
	font-size: 10px;
}

.trabalho {
	width: 877px;
	margin: 0 auto;
	margin-bottom: 35px;
}

.trabalho img {
	border: 6px solid #fff;	
}

.trabalho h2, .trabalho h3 {
	color: #f8fda1;
	float: left;	
	padding: 0 12px 8px 10px;
	font-size: 11px;
	font-weight: bold;
}
 
.trabalho h3 {
	float: right;	
}

.trabalho h4 {
	color: #f4f4f4;
	float: right;	
	padding: 0 12px 8px 10px;
	font-size: 9px;
	
}

.trabalho a {
	text-decoration: none;
	color: #AAA17D;
}

.trabalho a:hover {
	color: #feffef;
}

.links a { color:##272016; text-align:center; }