/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Containers
----------------------------------------------------------------------------------------------------*/



.header {
	height:183px;
	width: 100%;
}

.headercont{
	margin-left: auto;
	margin-right: auto;
	width: 659px;
	height:183px;
}

.headertit{
	float: left;
	height:183px;
}

.headertwitter{
	margin: 0;
	width: 295px;
	height:183px;
	float: right;
	background-image:url(../img/twitter_header.gif);
	background-repeat:no-repeat;
	background-position: 15px 15px;
}


.meio {
	height:217px;
	width: 100%;
	background-image:url(../img/line.gif);
	margin: 12px 0 11px;
}

.meiocont{
	margin-left: auto;
	margin-right: auto;
	width: 659px;
	height:200px;
}

.linkmeio{
	float: right;
	background-image:url(../img/cv.gif);
	background-position: 0 33px;
	width:178px;
	height:33px;
	margin: 33px 20px 0;
}

.linkmeio li{
	list-style:none;
	margin: 0;
}

.linkmeio li a {
	width:178px;
	height:33px;
	display: block;
	}
	
.linkmeio li a:hover {
	background-image:url(../img/cv.gif);
	background-position: 0 66px;
	}


.linkmeio span{
	display: none;
}


.container {
	margin-left: auto;
	margin-right: auto;
	width: 659px;

}


.grid {
	display: inline;
	float: left;
}


.container .grid {
	width: 659px;
}


.fiotit{
	float: left;
	width: 659px;
	background-image:url(../img/fiotit.gif);
}

.fiotrabs{
	float: left;
	width: 659px;
	height:1px;
	background-image:url(../img/fiotit.gif);
}

.fiofooter{
	float: left;
	width: 659px;
	height:1px;
	background-image:url(../img/fiocinza.gif);
}

.trabalhos_esq{
	float: left;
	width: 222px;
	height:71px;
	background-image:url(../img/quina.gif) ;
	background-repeat:no-repeat;
	background-position: 0 29px;
}

.trabalhos_dir{
	height:71px;
}

.trabalhos_dir p{
float:left;
width:424px;
margin:12px 0 0 10px;
}

.top{
float:right;
font-size: 10px;
margin: 30px 0 50px 0;
}

.aboutleft{
float:left;
width: 314px;
margin: 0 0 0 10px;
line-height: 20px;
}

.aboutright{
float:right;
width: 314px;
margin: 0;
line-height: 20px;
}


.formesquerda{
float:left;
width: 276px;
margin: 0;
}

.formdireita{
float:right;
width: 360px;
margin: 0;
}


.footer {
	height:300px;
	width: 100%;
}

.footer_container{
	margin-left: auto;
	margin-right: auto;
	width: 659px;
}

.footer_grid {
	display: inline;
	float: left;
	margin: 0;
}

.footer_grid .disclaimer {
	width:305px;
	display: inline;
	float: left;
	margin: 15px 0 0 0;
	color: #6f7679;
}

.footer_grid .disclaimer a{
	color: #6f7679;
	text-decoration:underline;
}

.footer_grid .disclaimer span {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:11px;
}


.footer_container .footer_grid {
	width: 659px;
}




/* Form
----------------------------------------------------------------------------------------------------*/

.grid fieldset {border:0;}
.grid fieldset legend {display:none;}
*.grid fieldset label {display: none;}
.grid fieldset .inputEntrada {margin-bottom:17px; padding: 9px 12px 12px 12px; font-size: 18px; width:253px; border:1px solid #c4f5f5; background-color: #ccffff; color:#666; -moz-border-radius: 6px; -webkit-border-radius: 6px;}
.grid fieldset textarea {margin:0; padding: 9px 12px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; font-size: 18px; width:338px; height:87px; border:1px solid #c4f5f5; background-color: #ccffff; color:#666; -moz-border-radius: 6px; -webkit-border-radius: 6px;}
.grid fieldset .botao-enviar{float:right; text-decoration: none;border:0; margin-top:22px; width:138px; height:43px; background-image:url(../img/btnsend_off.gif);background-position: 0 0;}
.grid fieldset .botao-enviar:hover{cursor: pointer; background-image:url(../img/btnsend_off.gif); background-position: 0 86px;}
.grid fieldset .botao-enviar:active{outline: none; background-image:url(../img/btnsend_off.gif); background-position: 0 43px;}
.grid span{display:none;}



/* Nav bar
----------------------------------------------------------------------------------------------------*/


.navbar {
  height: 31px;
  border: 0;
  }
.navbar li {
	float: left;
	list-style:none;
	margin:0;
	}
.navbar li a {
	display: block;
	text-decoration:none;
	color: #ff66cc;
	width:74px;
	height:31px;
	border-left:1px solid #5d6568;
	padding-left:10px;
	padding-right:0;
	padding-top:7px;
	padding-left:10px;
	}
.navbar a:hover{
	background-color: #5d6568;
}


/* Nav Footer
----------------------------------------------------------------------------------------------------*/

.navfooter {
	margin:0;
	}

.navfooter li {
	list-style:none;
	margin:0;
	}
.navfooter li a {
	line-height: 24px;
	text-decoration:none;
	color: #ccffff;
	}
.navfooter a:hover{
	text-decoration:underline;
}




/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

html body div.clear,
html body span.clear {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

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

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}