/* @marceloalegria >>> http://marceloalegria/css/style.css */

/*
  v2.0 | 20110126
  License: none (public domain)
  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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* GLOBAL */
body {
	font-family:Tahoma;
	font-size:14px;
	line-height:135%;
	
	background-image:url(../images/background_others.jpg);
	background-repeat:no-repeat;
	background-position:center top;

	text-align:center;
	margin:0px;

	border: 0px solid #560006;
}


/* site */
#site {
	width:990px;
	height:1373px;

	margin:auto;
	padding:0px 5px;
	
	border: 0px solid #560006;
}


/* Header */
#header {
	height:243px;
	margin-top:10px;
	*margin-top:10px;

	border: 0px solid #560006;
}

#header_left {
	width:600px;
	float:left;
	text-align:left;
	
	border: 0px solid #560006;
}

img.logo{
	margin:12px 10px 0px 0px;
}

img.assinatura{
	margin:0px 0px 66px 0px;
}

img.subtit_fanpages{
	margin:100px 0px 0px 125px;
}

img.subtit_telasinterativas{
	margin:100px 0px 0px 55px;
}

img.subtit_iphoneipad{
	margin:100px 0px 0px 75px;
}

img.subtit_blogs{
	margin:100px 0px 0px 185px;
}

img.subtit_emailsmkt{
	margin:100px 0px 0px 100px;
}

img.about{
	margin:0px 0px 45px 0px;
}

img.voltar{
	margin:35px 0px 0px -10px;
}

img.btnvoltar{
	margin:25px 0px 0px -3px;
}

#header_right {
	width:286px;
	float:right;
	text-align:right;

	border: 0px solid #560006;
}

img.email{
	margin:20px 0px 0px 0px;
}

img.telefone{
	margin:5px 0px 10px 0px;
}

/* copyright */
#copyright {
	height:32px;
	margin-top:35px;
	
	border: 0px solid #fff;
}

img.copyright{
	margin:70px 0px 20px 0px;
}


/* menu */
#navegacao {
	width:315px;
	height:115px;
	margin-top:10px;

	border: 0px solid #560006;
}

img.btnportfolio{
	margin:0px -236px 10px 0px;
}

img.btncurriculo{
	margin:0px 10px 0px 0px;
}

img.btncontato{
	margin:0px 0px -15px 7px;
}

.container {
	margin: 0 auto;
	background-image:url(../images/background_menu.jpg);
	background-repeat:no-repeat;
	width:990px;
	height:54px;

	border: 0px solid #000;
}


/* seção */

#secao{
	width:980px;
	height:825px;
	
	margin-top:5px;
	
	padding:0px;
	
	border: 0px solid #323943;
}

#secao_left{
	width:281px;
	text-align:center;
	
	float:left;

	border: 0px solid #323943;
}

#avatar{
	width:271px;
	height:875px;
	text-align:center;
	background-color:#fff;
	
	float:left;
	padding: 5px 0px 0px 0px;

	border: 0px solid #323943;
}

img.marcelo{
	margin:25px 0px 0px 0px;
}

img.agencias{
	margin:25px 0px 0px 0px;
}

#secao_right{
	width:685px;
	text-align:left;

	float:right;

	border: 0px solid #323943;
}

#menu{
width: 990px;
height: 50px;

border: 0px solid #fff;
}

#menu a {
	font-size: 5px;
}

#menu a.item_twitter {
	width:50px;
	height:50px;
	text-indent:-9999px;
	background:url("../images/btn_twitter.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	text-decoration:none;
}

#menu a:hover.item_twitter {
	background-position:left top;
}

#menu a.item_linkedin {
	width:50px;
	height:50px;
	text-indent:-9999px;
	background:url("../images/btn_linkedin.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	text-decoration:none;
}

#menu a:hover.item_linkedin {
	background-position:left top;
}

#menu a.item_tumblr {
	width:50px;
	height:50px;
	text-indent:-9999px;
	background:url("../images/btn_tumblr.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	text-decoration:none;
}

#menu a:hover.item_tumblr {
	background-position:left top;
}

#menu a.item_instagram {
	width:50px;
	height:50px;
	text-indent:-9999px;
	background:url("../images/btn_instagram.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	text-decoration:none;
}

#menu a:hover.item_instagram {
	background-position:left top;
}

#menu a.item_facebook {
	width:50px;
	height:50px;
	text-indent:-9999px;
	background:url("../images/btn_facebook.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	text-decoration:none;
}

#menu a:hover.item_facebook {
	background-position:left top;
}

#menu a.item_youtube {
	width:50px;
	height:50px;
	text-indent:-9999px;
	background:url("../images/btn_youtube.png");
	background-repeat:no-repeat;
	background-position:left bottom;
	text-decoration:none;
}

#menu a:hover.item_youtube {
	background-position:left top;
}

#menu, #menu ul { /* all lists */
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#menu a {
	display: block;
}

#menu a:hover {
	display: block;
}

#menu li { /* all list items */
	float: left;
	padding-right: 0px;
	/* width needed or else Opera goes nuts */
}

#menu  li  a  span img{ /* all list items */
	margin: 0px;
	padding: 0px;
	border: 0px;
	 /* width needed or else Opera goes nuts */
}

#menu li ul ul { /* third-and-above-level lists */
	margin: -1em 0 0 95px;
}

#menu li:hover ul ul, #menu li.sfhover ul ul {
	left: -999em;
	text-align:center;
}

#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul { /* lists nested under hovered list items */
	left: auto ;
}


/* copyright */
#copyright {
	height:32px;
	*height:32px;
	margin-top:92px;
	*margin-top:-85px;
	margin-left:-75px;
	*margin-left:-75px;

	border: 0px solid #fff;
}