/*	Estilo Principal
	Sgobin Studio
	
	Autor: Richard Sgobin
	
	Use esse guia de estilos para apreender e não para copiar.

*/

/* Resets e Formatação Geral */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, address {
	margin:0;
	padding:0;
}

hr { border: none; height: 1px; }

a img { border: none; }

ul {	list-style: none inside; }

.clearfloat { clear: both; }

html {
	background: #666666 url(../images/fundo-geral.png) repeat;
	}

body {
	background: url(../images/wrapper-bg.png) repeat-y top left; 
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #999999;
	}

a { color: #70BAB4; text-decoration: none; outline: none; }
	a:hover { color: #059967; text-decoration: underline; }

p.ultimo { margin-bottom: 50px; padding-bottom: 50px; }

.bordas { padding: 5px; border: 1px solid #003333; }

.escondido { display: none;}
.centro { text-align: center; }

/* Estrutura */
#wrapper { width: 960px;  }

	#sidebar { width: 250px; float: left; }
		
		#sidebar-top { width: 250px; height: 200px; background: url(../images/sidebar-top.png) no-repeat top left; }
		
		/* barra de navegacao */
		ul#nav li a				{ display: block; height: 50px; width: 250px; text-indent: -9999px;}
		ul#nav li.home a 		{ background:url(../images/menu-background.png) 0 0; }
		ul#nav li.portfolio a 	{ background:url(../images/menu-background.png) 0 -50px; }
		ul#nav li.servicos a 	{ background:url(../images/menu-background.png) 0 -100px; }
		ul#nav li.contato a 	{ background:url(../images/menu-background.png) 0 -150px; }
		ul#nav li.blog a	 	{ background:url(../images/menu-background.png) 0 -200px; }		
			ul#nav li.home a:hover 			{ background:url(../images/menu-background.png) -250px 0; }
			ul#nav li.portfolio a:hover 	{ background:url(../images/menu-background.png) -250px -50px; }
			ul#nav li.servicos a:hover 		{ background:url(../images/menu-background.png) -250px -100px; }
			ul#nav li.contato a:hover 		{ background:url(../images/menu-background.png) -250px -150px; }
			ul#nav li.blog a:hover	 		{ background:url(../images/menu-background.png) -250px -200px; }
	
	#inner-wrapper { margin-left: 270px; }
		
			#header h1 {
				display: block; height: 200px; width: 300px; text-indent: -9999px; 
				background: url(../images/logo-bg.png) top left no-repeat;
				margin-left: 380px;
				}
			
			#destaque { margin: 0 auto 60px; width: 570px; position: relative; }
				#destaque a img { border: solid 1px #003333; margin-bottom: 5px; padding: 4px; }
					#destaque a:hover img { border-color: #059A69; }
				#destaque h3 {
					background: url(../images/destaque-bullet.png) 0 2px no-repeat;
					padding-left: 30px; margin-left: 10px;
					font-family: "Myriad Pro", Helvetica, Arial, Sans-serif;
					font-weight: lighter;
					font-size: 22px;
					color: #CCCCCC;
					}
				#destaque p {
					font-size: 12px;
					color: #666666;
					margin-left: 40px;
					margin-top: -3px;
					}
				/*** Slider ***/
				#slider li { width: 570px; height: 420px;}
				#prevBtn, #nextBtn{ 
					display:block;
					width:30px;
					height:29px;
					position:absolute;
					top: 170px;
					left: -35px;
					}
				#nextBtn{ left:575px; }
					#prevBtn a, #nextBtn a {  
						display:block;
						width:30px;
						height:29px;
						background:url(../images/slider-btn.png) no-repeat bottom left;
						text-indent: -9000px;	
						}
						#prevBtn a:hover { background-position: top left; }
					#nextBtn a { background:url(../images/slider-btn.png) no-repeat bottom right; }
						#nextBtn a:hover { background-position: top right; }
			
			#corpo { line-height: 1.5; }
				#corpo h2 {
					background: url(../images/titulo-regua.png) 0 0 no-repeat;
					padding-top: 5px;
					padding-bottom: 10px;
					font-family: "Myriad Pro", Helvetica, Arial, Sans-serif;
					font-weight: lighter;
					font-size: 36px;
					color: #CCCCCC;
				}
				#corpo h4 {
					background: url(../images/portfolio-trabalho-bg.png) 0 0 no-repeat;
					margin-top: 10px;
					padding-top: 5px;
					font-family: "Myriad Pro", Helvetica, Arial, Sans-serif;
					font-weight: lighter;
					font-size: 18px;
					color: #CCCCCC;
				}
				#corpo p { margin-bottom: 20px;}
	#footer-topo {
		margin-top: 20px;
		width: 100%;
		height: 10px;
		background: url(../images/footer-top-bg.png) top left repeat-x;
		}
		#footer-topo img { margin: 0; padding: 0; float: left;}
		
	#footer { height: 160px; width: 100%; background: url(../images/rodape-bg.png) repeat; }
		#footer p.copyright { font-size: 10px; color: #666666; padding-top: 20px; text-align: center; }
		
		#orcamento { width: 450px; float: left; margin-top: 24px; margin-left: 32px; }
		#orcamento img { float: left; width: 80px; height: 68px; margin-right: 10px; }
		#orcamento h2 { font-size: 20px; color: #059967; }
		#orcamento h2 span { font-weight: lighter; color: #999999; }
		#orcamento p { font-size: 12px; margin-left: 90px; }
		
		#footer-logo { width: 140px; height: 55px; float: left; margin-left: 300px; margin-top: 50px; }


	/* Portfolio */
	.limpa-lista { clear: both; padding-bottom: 50px; display: block;}
	#titulo h2 { 
		background: url(../images/portfolio-bullet.png) 0 3px no-repeat;
		padding-left: 50px;
		margin-bottom: 20px;
		font-family: "Myriad Pro", Helvetica, Arial, Sans-serif;
		font-weight: lighter;
		font-size: 52px;
		color: #999999; 
		}
		#case {
			background: #070F0F url(../images/case-bg.png) repeat;
			border: 1px solid #003333;
			margin: 0 0 50px;
			padding: 20px;
			overflow: auto;
			}
			#case-imagem{
				width: 240px;
				height: 160px;
				float: right;
				margin-left: 20px;
				}
			#case h3 {
				background: url(../images/case-titulo-bullet.png) 0 3px no-repeat;
				padding-left: 30px;
				font-family: "Myriad Pro", Helvetica, Arial, Sans-serif;
				font-weight: lighter;
				font-size: 22px;
				color: #CCCCCC;
				}
			p.mais {
				background: url(../images/case-more-bullet.png) 300px 5px no-repeat;
				text-align: right;
				margin-top: 20px;
				display: block;
				}
	a.img-portfolio {
		display: block;
		padding: 5px;
		border: 1px solid #003333;
		line-height: 0.5;
		}
		a.img-portfolio:hover { border-color: #059A69; }
		
	ul#lista-trabalhos li {
		float: left;
		margin: 0 15px 20px 15px;
		}

	/* Servicos */
	#case p.servicos-quote {
		line-height: 1.7;
		font-style: italic;
		margin-top: 25px;
		color: #666666;
		}
	#corpo p.servicos-lista {
		text-align: center;
		color: #CCCCCC;
		margin-bottom: 15px;
		}
		#corpo p.servicos-lista span { color: #333333; padding-left: 5px; padding-right: 5px;}
		
	/* Detalhe Projeto */
	#case-detalhe {
			background: #070F0F url(../images/case-bg.png) repeat;
			border: 1px solid #003333;
			margin: 0 auto 50px;
			padding: 10px;
			overflow: auto;
			width: 660px;
			}
	span.itens-projeto { color: #006C6D; padding-right: 5px;}
	
	img.detalhe-thumbs { 
		float: left; 
		margin-right: 10px; 
		margin-left: 10px;
		padding: 5px;
		border: 1px solid #003333;
		}
		
	#testemunho	{
		width: 390px;
		float: right;
		margin-top: 60px;
		font-size: 14px;
		font-style: italic;		
		}
		#testemunho p { margin-bottom: 20px; }
		#testemunho p.assinatura { font-style: normal; text-align: right; }
		
		#quote-esq { 
			width: 23px; 
			height: 20px; 
			float: left;
			background: transparent url(../images/aspas-abre.png) no-repeat top left;
			margin-left: -30px;
			margin-top: -10px;
			}
		#quote-dir { 
			width: 23px; 
			height: 20px; 
			float: right;
			background: transparent url(../images/aspas-fecha.png) no-repeat top left;
			margin-right: -20px;
			margin-top: -30px;
			}

/* Estilo do formulario */


label                       { width: 100px; display: block; float: left;}

input[type=text], textarea  { width: 300px; outline: none; }

.rowElem                    { position: relative; clear: both; min-height: 35px; }

select						{ width: 150px; }


/* Artigos */
#corpo h2.artigo { margin-top: 50px; margin-bottom: 0px; padding-bottom: 0px; }
#corpo h3	{
	font-family: "Myriad Pro", Helvetica, Arial, Sans-serif;
	font-weight: lighter;
	font-size: 15px;
	color: #CCCCCC;
	margin-top: -10px;
	margin-bottom: 10px;
	}
#corpo img.artigo-thumb { 
	float: right;
	display: block;
	padding: 5px;
	border: 1px solid #003333;
	margin-left: 15px;
	}
#corpo hr { 
	color: #003333;
	background-color: #003333;
	height: 2px;
	border-top: 1px solid #070E0E;
	clear: both;
	margin-top: 40px;
	margin-bottom: 50px;
	width: 80%;
	}
p.artigo-mais {
	background: url(../images/artigo-more-bullet.png) left 6px no-repeat;
	text-align: left;
	display: block;
	padding-left: 12px;
	}

	.codigo {
		background: #070F0F url(../imagens/case-bg.png) repeat;
		font-family: "Courier New", Courier, monospace;
		border: 1px solid #003333;
		margin: 20px;
		padding: 20px;
		overflow: auto;
		font-size: 11px;
		}
	.code-line { font-family: "Courier New", Courier, monospace; }


/* Case Study */
.case-mapa { float: right; margin-left: 20px;margin-top: 10px; }
.case-diagrama {float: left; margin-bottom: 80px;}
.case-centro { margin: 0 auto 20px auto; }
.margem-dir { margin-right: 20px; }

#case-diag { margin-left: 30px; margin-top: 20px; width: 270px; float: left;  }
#case-diag h3 {margin: 0; font-weight: bold;}
.margem-esq { margin-left: 20px;}