/* fontes*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);
/*@import url(http://fonts.googleapis.com/css?family=Droid+Sans|Maven+Pro:400,700);
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic);
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);
@import url(http://fonts.googleapis.com/css?family=Marvel:400,400italic,700);
@import url(http://fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);


/* reset */
* {
	font-family: 'Open Sans', sans-serif;
	font-size: 12px/15px;
	margin: 0;
	padding: 0;
}
html{
	width:100%;
	height:100%;
	background: url(images/bg.png);
}
body {
	background: url(images/bg_content.png) no-repeat top center;
	border-top: #222222 5px solid;
}
h1 {
}
h3 {
}
p {
}
a {
}

/*Styles for fuzz overlay & message box*/
 #fuzz{ position:absolute; top:0; left:0; width:100%; z-index:1; background: #000; display:none; text-align:left; }

.container {
}

.fourcol {
	/*text-align: right;*/
}
	#logo{
		position: relative;
		width: 160px;
		height: 160px;
		margin: 30px 0 0 0;
		padding: 0;
		background: transparent url(images/logo.png) no-repeat top right;
		float: right;
		clear: both;
	}
	#logo a{
		text-indent:-9999px;
		width:160px;
		height:160px;
		display:block;
		position:absolute;
		z-index: 100;
		left:0;
		top: 0;
		border: none;
		padding: 0;
		margin:0;
		overflow: hidden;
	}	
	
	#menu {
		float: right;
		clear: both;
		margin: 30px 0 50px 0;
	}
		#menu ul {
			list-style: none;
		}
			#menu ul li a {
				height: 30px;
				text-align: right;
				display: block;
				/*font-family: 'Open Sans Condensed', sans-serif;
				font-family: 'Droid Sans', sans-serif;
				font-family: 'Ubuntu Condensed', sans-serif;
				font-family: 'Marvel', sans-serif;
				font-family: 'PT Sans Narrow', sans-serif;*/
				font-family: 'Open Sans Condensed', sans-serif;
				font-size: 22px;
				color: #555;
				text-shadow: #fff 0px 1px 0px;
				text-decoration: none;
				margin: 0 0 0 5px;
			}
				#menu a:hover {
					text-decoration: underline;
					color: #000;
				}
				#menu a.current {
					font-weight: 700;
					color: #000;
					text-decoration: underline;
				}
				#menu ul li ul{
					margin: 0 0 5px 0;
				}
					#menu ul li ul li{
						text-align: right;
					}
						#menu ul li ul li a{
							/*display: inline;*/
							height: 25px;
							font-size: 16px !important;
							color: #888;
							margin: 0 10px 0 0;
						}
							#menu ul li ul li a:hover {
								text-decoration: underline;
								color: #666;
							}
							#menu ul li ul li a.current {
								font-weight: 400;
								color: #666;
								text-decoration: underline;
							}
				
				#submenu {
					display: none;
				}
				
	#sidebar_photo_preview {
		position: relative;
		z-index: 100;
		font-style: italic;
		font-size: 24px;
		
		font-family: 'Open Sans Condensed', sans-serif;
		color: #777;
		text-shadow: #fff 0px 1px 0px;
		text-align: right;
		clear: both;
	}
		#sidebar_photo_preview ul{
			list-style: none;
		}
			#sidebar_photo_preview ul li{
				float: right;
				margin: 0 0 0 5px;
			}
			
/* home */

#intro {
	margin: 50px 0 0 0;
	font-size: 26px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.thumb {
	cursor: pointer;
	margin: 0 0 20px 0;
	}
	.titulo_thumb {
		text-decoration: none;
		font-family: 'Open Sans', sans-serif;
		font-size: 15px;
		text-shadow: #fff 0px 1px 0px;
	}
	.titulo_thumb a{
		color: #000 !important;
		text-decoration: none;
	}
	.desc_thumb {
		margin: 0 0 10px 0;
		font-family: 'Open Sans', sans-serif;
		font-size: 11px;
		color: #777;
		text-shadow: #fff 0px 1px 0px;
	}
	

/* work */
#info_work {
	background: url(images/icon_workTitulo.png) no-repeat top left;
}
#title_work {
	text-indent: 45px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #222;
	text-shadow: #fff 0px 1px 0px;
}
#desc_work {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #333;
	text-shadow: #fff 0px 1px 0px;
	margin: 0 0 10px 45px;
}
#roles_work {
	background: url(images/icon_workRoles.png) no-repeat top left;
	text-indent: 45px;
	min-height: 33px;
	line-height: 33px;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #777;
	text-shadow: #fff 0px 1px 0px;
	margin: 0 0 10px 0;
}
#url_work {
	background: url(images/icon_workUrl.png) no-repeat top left;
	text-indent: 45px;
	min-height: 33px;
	line-height: 33px;
}
	#url_work a{
		font-family: 'Open Sans', sans-serif;
		font-size: 15px;
		color: #55f;
		text-shadow: #fff 0px 1px 0px;
		text-decoration: underline;
	}
	

	
/* about */
	
#desc_about {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	color: #333;
	text-shadow: #fff 0px 1px 0px;
	margin: 0 0 10px 0;
}


	
/* contactos */

#contact_phone {
	background: url(images/icon_contactTel.png) no-repeat top left;
	text-indent: 45px;
	min-height: 33px;
	line-height: 33px;
	font-size: 13px;
	color: #777;
	text-shadow: #fff 0px 1px 0px;
	margin: 0 0 10px 0;
}
#contact_email {
	background: url(images/icon_contactEmail.png) no-repeat top left;
	text-indent: 45px;
	min-height: 33px;
	line-height: 33px;
	font-size: 13px;
	color: #777;
	text-shadow: #fff 0px 1px 0px;
	margin: 0 0 10px 0;
}

#form_contactos {
	position: relative;
	margin: 0 0 30px 0;
}
#success_contacto {
	display: none;
	background: #48e356;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	height: 20px;
	padding: 10px 0;
	width: 100%;
}
.form_module_small {
	width: 260px;
	position: relative;
	margin: 0 0 10px 0;
}
.form_module_big {
	position: relative;
}
fieldset {
	border: 0;
}
label {
	color: #777;
	text-shadow: #fff 0px 1px 0px;
	font-size: 12px;
	height: 20px;
}
input[type=text], input[type=email] {
	width: 240px;
	height: 20px;
	border: 0;
	outline: 0;
	margin: 0 0 0 0;
	padding: 7px;
	color: #111;
	background: #f9f9f9;
	font-size: 12px;
}
textarea {
	width: 240px;
	height: 95px;
	font-size: 12px;
	border: 0;
	outline: 0;
	margin: 5px 0 0 0;
	padding: 7px;
	color: #111;
	background: #f9f9f9;
	font-family: 'Open Sans', sans-serif;
}
input:focus, textarea:focus {
	background: #fff;
}

button {
	float: left;
	border: 0;
	cursor: pointer;
	background: url(images/bt_sabermais_blackbg.png);
	width: 255px;
	height: 30px;
	display: block;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 22px;
	line-height: 28px;
	text-align: right;
	color:#222;
	text-shadow: #fff 0px 1px 0px;
}
	button:hover {
		color: #000;
		text-shadow: #fff 0px 1px 0px;
		text-decoration: underline;
		background-position: 0 -30px;
	}
	button:active {
		background-position: 0 -60px;
	}

label.error {
	position: absolute;
	top: 35px;
	right: 10px;
	vertical-align: top;
	font-size: 10px;
	padding: 0 0 0 10px;
	color: #d00;
}
