/* Estilo Principal */
* {
     margin: 0px auto;
     border: 0px;
     padding: 0px;
}

body {
	font: 62.5% Helvetica, Arial, Verdana, Sans-Serif;
	background: #fff;
	color: #333;
}

a, a:visited, a:link {
     text-decoration: underline;
     color: #000;
}

a:hover {
     text-decoration: none;
}


/* Divisões Principais */

#geral {
     width: 960px;
}

#contato {
	width: 100%;
	height: 30px;
	background: #000 url(../img/f_contato.png) bottom center repeat-x;
}

#topo {
	height: 180px;
}

#principal {
	width: 940px;
	margin-left: 10px;
	float: left;
}

#ult-blog, #ult-projetos, #glossario {
	width: 300px;
	margin-right: 20px;
	margin-top: 20px;
	float: left;
}

#glossario {
	margin-right: 0px;
}

#conteudo {
	width: 620px;
	float: left;
}

#lateral {
	width: 300px;
	margin-left: 20px;
	float: left;
}

#nuvem {
	width: 940px;
	clear: both;
	padding-top: 30px;
	margin-bottom: 50px;
}

#rodape {
    width: 100%;
    height: 240px;
    margin-top: 70px;
    clear: both;
    text-align: center;
    padding-top: 30px;
    background: #000 url(../img/f_rodape.png) repeat-x;
}

/* Últimas Notícias e Últimos Projetos */

div.projetoshome {
	margin: 15px 0px 20px 0px;	
}

div.bloghome {
	margin: 15px 0px 25px 0px;
}

div.projetoshome img.imgdestaque {
	border: 1px solid #777;
}

div.projetoshome img, div.bloghome img {
	vertical-align: middle;
}

div.projetoshome p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-top: 3px;
}

div.bloghome p {
	font-size: 1.1em;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

div.projetoshome h3 {
	margin-bottom: 5px;
	color: #333;
}

div.projetoshome h3 a {
	text-decoration: none;
}

div.bloghome h3 {
	margin: 8px 0px 5px 0px;
	color: #333;
}

div.bloghome h3 a {
	text-decoration: none;
}

/* Glossário */

div.verbete {
	margin: 20px 0px 5px 0px;
}

div.verbete p {
	font-family: Georgia, Times, Serif;
	background: url(../img/ic_glossario.gif) no-repeat;
	padding-left: 15px;
}

div.verbete strong {
	color: #c30000;
}

.letra {
	margin-right: 7px;
	padding: 6px;
	background: #ccc;
}

/* Nuvem */

#nuvem p {
	line-height:1.83em;
}

#nuvem a {
	color: #555;
	margin-right: 2px;
}

#nuvem a.t1 {
	font-size: 2.6em;
}

#nuvem a.t2 {
	font-size: 2.2em;
}

#nuvem a.t3 {
	font-size: 1.8em;
}

#nuvem a.t4 {
	font-size: 1.4em;
}

#nuvem a.t5 {
	font-size: 1em;
}

/* Contato */

#contato p {
	width: 940px;
	text-align: right;
	color: #ddd;
	font-size: 1em;
	padding-top: 10px;
}

#contato a {
	color: #ddd;
}

#contato img {
	vertical-align: middle;
}

/* Rodapé */

#conteudorodape {
	width: 940px;
	margin: 0 auto;
}

div.colrodape {
	width: 220px;
	margin-right: 20px;
	float: left;
	color: #ccc;
	text-align: left;
	font-size: 1em;
}

div.colrodape a, div.colrodape a:visited, div.colrodape a:link {
	color: #ccc;
}

div.colrodape li {
	list-style: none;
	margin-bottom: 0.4em;
}

div.ult {
	margin-right: 0px;
}

p.creditos {
	clear: both;
	display: block;
	padding-top: 20px;
	font-size: 1em;
	color: #777;
}

p.creditos img {
	vertical-align: middle;
	margin: 0px 35px;
}


/* Menu */

#menu {
	margin: 30px 0px 0px 10px;
	float: right;
}

#menu li {
	list-style: none;
	margin: 0px 26px 0px 0px;
	float: left;
}

#menu li.ultimo {
	margin: 0px 10px;
}

#menu a {
	display:block;
	height: 33px;
	overflow: hidden;
	text-decoration: none;
}

#menu #menu_sobre a {
	width: 159px;
	background: url(../img/menu-hor.png) -1px 0px;
}

#menu #menu_design a {
	width: 160px;
	background: url(../img/menu-hor.png) -176px 0px;
}

#menu #menu_fazemos a {
	width: 142px;
	background: url(../img/menu-hor.png) -363px 0px;
}

#menu #menu_casos a {
	width: 164px;
	background: url(../img/menu-hor.png) -531px 0px;
}

#menu #menu_portfolio a {
	width: 94px;
	background: url(../img/menu-hor.png) -722px 0px;
}

#menu #menu_contato a {
	width: 80px;
	background: url(../img/menu-hor.png) -843px 0px;
}

#menu #menu_sobre a:hover {
	background-position: -1px -33px;
}

#menu #menu_design a:hover {
	background-position: -176px -33px;
}

#menu #menu_fazemos a:hover {
	background-position: -363px -33px;
}

#menu #menu_casos a:hover {
	background-position: -531px -33px;
}

#menu #menu_portfolio a:hover {
	background-position: -722px -33px;
}

#menu #menu_contato a:hover {
	background-position: -843px -33px;
}

/* Tipografia */

h1 {
	font-size: 2.1em;
	font-weight: normal;
	margin: 0em 0em 1em 0em;
	color: #c30000;
}

ul + h1, p + h1 {
	margin-top: 30px;
}

h2 {
	font-size: 1.8em;
	font-weight: normal;
	letter-spacing: -0.05em;
	margin: 1.4em 0em 0.9em 0em;
	color: #333;
}

h3 {
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: -0.05em;
	margin: 1.4em 0em 0.9em 0em;
	color: #c30000;
}

h4 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -0.05em;
	text-transform: uppercase;
	margin: 1.4em 0em 0.9em 0em;
	color: #c30000;
}

p, ul, ol {
	font-size: 1.2em;
	line-height: 1.2em;
	margin-bottom: 1.2em;
}

ul, ol {
	list-style: square;
	list-style-position: inside;
}

/* Casos Home */

#slider {
    width: 920px;
    margin: 0 auto;
    position: relative;
	border: 10px solid #ddd;
}

.scroll {
	overflow: hidden;
	width: 920px;
    margin: 0 auto;
    position: relative;
}

.scrollContainer {
	position: relative;
}

.scrollContainer div.panel {
    padding: 10px;
    width: 274px;
	height: 350px;
}

#left-shadow {
	position: absolute;
	top: 0;
	left: 0;
	width: 12px;
	bottom: 0;
	background: url(../img/leftshadow.png) repeat-y;
}

#right-shadow {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	bottom: 0;
	background: url(../img/rightshadow.png) repeat-y;
}

.inside {
	padding: 10px;
	border: 1px solid #777;
}

.inside img {
	display: block;
	border: 1px solid #777;
	margin: 0 0 10px 0;
	width: 250px;
}

.inside h2 {
	font-weight: normal;
	color: #333;
	font-size: 1.2em;
	margin: 0 0 8px 0;
}

.inside p {
	font-size: 0.9em;
	color: #333;
}

.scrollButtons {
    position: absolute;
    top: 155px;
    cursor: pointer;
}

.scrollButtons.left {
    left: 0px;
    top: 300px;
}

.scrollButtons.right {
    right: 0px;
    top: 300px;
}

.hide {
    display: none;
}

/* Casos e Portfolio */

div.casos, div.portfolio {	border: 1px solid #ccc;	width: 184px; height: 230px; padding: 5px; float: left;	margin: 0px 15px 15px 0px; background: url(../img/ic_vira.png) bottom right no-repeat; }
div.casos img, div.portfolio img {	width: 182px; height: 133px; overflow: hidden; border: 1px solid #eee; }
div.casosdir, div.portfoliodir { margin-right: 0px; }
div.casos h3, div.portfolio h3 { margin-top: 10px; }
div.projeto { margin: 10px 0px 15px 0px; float: left; border-bottom: 1px solid #eee; border-right: 1px solid #eee;background: #fff url(../img/ic_vira.png) bottom right no-repeat;}
div.projeto img.destaque { width: 224px; height: 80px; border: 1px solid #eee; padding: 3px; display: block; float: left; }
div.projeto p, div.projeto h2 { margin-left: 250px; margin-top: 0px; }


/* Galeria de Fotos */

#galeria {
	width: 620px;
	clear: both;
	padding-top: 0px;
	margin-bottom: 20px;
}

#photos {
	visibility: hidden;
}

.gallery {
	background: #fff;
	text-align: center;
	border: 1px solid #aaa;
	padding: 5px;
	width: 100%;
	margin-top: 20px;
}

.loader {
	background: url(../img/loader.gif) center center no-repeat #ddd;
}

.panel img {
	margin-right: 60%;
}

.panel .panel-overlay, .panel .overlay-background {
	height: 35px;
	padding: 2em 1em 0em 2em;
	text-align: left;
}

.panel .overlay-background {
	background: #000;
}

.panel .panel-overlay {
	color: #fff;
	font-size: 1.5em;
}

.filmstrip {
	margin: 5px;
}

.frame {}

.frame .img_wrap {
	border: 1px solid #aaa;
}

.frame.current .img_wrap {
	border-color: #000;
}

.frame img {
	border: none;
}

.frame .caption {
	font-size: 1.1em;
	text-align: center;
	color: #888;
}

.frame.current .caption {
	color: #000;
}

.pointer {
	border-color: #000;
}

*html .pointer {
	filter: chroma(color=pink);
}

/* Formulários */

fieldset {
     margin-top: 20px;
}

label {
     font-size: 1.2em;
     line-height: 1.3em;
     margin: 0em 0em 0.7em 0em;
}

label span {
     text-transform: lowercase;
     color: #c30000;
}

input, select, textarea {
     padding: 2px;
     font-size: 1.3em;
     line-height: 1.3em;
     margin: 0em 0em 1em 0em;
     border: 1px solid #aaa;
     background: #f5f6f6;
     width: 95%;
}

input {
     height: 20px;
}

input.botao {
     width: 140px;
     height: 30px;
     cursor: pointer;
     background: #007635;
     color: #fff;
     -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
}

input.peq, select.peq {
	width: 50px;
}

input.med, select.med {
	width: 300px;
}

input.grd {
	width: 500px;
}

select {
	width: 355px;
}

textarea.grd {
	width: 610px;
}

span.radio {
	font-size: 1.3em;
	margin: 10px 20px 0px 5px;
}

input[type="radio"] {
	 height: 20px;
	 border: 1px solid #777;
}

input[type="file"] {
	 height: 25px;
	 border: 1px solid #aaa;
}

input[type="checkbox"] {
	 margin: 3px;
     height: 17px;
     width: 17px;
}

textarea {
     font: 1.3em Helvetica, Arial, Verdana, Tahoma, Sans-Serif;
}

/* Comentários */

p.msgcomentario {
	color: #060;
	line-height: 2em;
	font-size: 1.6em;
	border: 1px solid #060;
	text-align: center;
}

div.comentario {
	border-bottom: 1px solid #aaa;
	background: #fff;
	padding: 10px 0px;
	margin-top: 20px;
}

div.comentario h6 {
	color: #c30000;
	background: #eee;
	line-height: 1.6em;
	font-size: 1.6em;
	font-weight: normal;
	margin-bottom: 15px;
	padding: 5px 10px 2px 10px;
	}

div.comentario h6 span{
	color: #555;
	font-size: 0.5em;
	float: right;
}

div.comentario p {
	padding: 5px 10px;
}

div.autor {
	border: 1px solid #aaa;
	background: #fff url(../img/f_rodape.png) bottom center repeat-x;
}

/* Tabelas */

table {
     width: 100%;
     font-size: 1.2em;
     line-height: 1.2em;
     padding: 3px 0px 0px 0px;
     margin-bottom: 20px;
}

thead {
     background: #ddd;
     color: #000;
     height: 22px;
     text-align: center;
     font-weight: bold;
     font-size: 1.1em;
}

td {
     padding: 2px 1px 1px 4px;
     border: 1px solid #eee;
     height: 20px;
}

table.gal_adm {
	margin-bottom: 35px;
}

table.gal_adm td {
	text-align: center;
	height: 120px;
	width: 100px;
	vertical-align: top;
}


/* Outras classes */

img.logo {
	margin: 25px 0px 0px 10px;
	display: block;
	float: left;
}

q.frase {
	display: block;
	float: right;
	margin: 20px 10px 0px 0px;
	color: #ccc;
	font: italic 2.5em Georgia, Times, Serif;
	width: 640px;
	text-align: right;
}

img.quadro {
	margin: 0px 15px 10px 0px;
	display: block;
	float: left;
	padding: 3px;
	border: 1px solid #ddd;
}

p.erro {
	 width: 500px;
     color: #c30;
     padding: 8px 0px 5px 30px;
     background: url(../img/erro.png) 5px 5px no-repeat;
     margin: 0px 0px 5px 0px;
}

.focus {
	background: #ccc;
}

p.data img {
	vertical-align: middle;
}

p.citacao {
	font: italic 1.2em Georgia, Times, Serif;
}

small {
	color: #aaa;
}

p.data {
	font-size: 1em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
	margin-bottom: 3px;
}

p.datablog {
	font-size: 1em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
	margin: -10px 0px 30px 0px;
}

p.share {
	margin: 15px 0px;
	background: #efefef;
	padding: 7px 3px 1px 3px;
}

.addthis_separator {
	padding: 0px 20px;
}

a.tag {
	color: #c30000;
} 
