/* CSS Document */

@font-face {
    font-family: 'HelveticaNeueLightExtended';
    src: url('/fonts/helveticaneuelightextended-webfont.eot');
    src: url('/fonts/helveticaneuelightextended-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/helveticaneuelightextended-webfont.woff') format('woff'),
         url('/fonts/helveticaneuelightextended-webfont.ttf') format('truetype'),
         url('/fonts/helveticaneuelightextended-webfont.svg#HelveticaNeueLTStd43LtEx') format('svg');
    font-weight: normal;
    font-style: normal;

}

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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* END OF RESET, START YOUR OWN RULES HERE */
/*############################################################*/
/* View properties: views/layouts/default.ctp */

a {
	text-decoration: none;
}
	
img {
	border: none;
}
	
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#background-top-left {
	background: #060210;
	width: 50%;
	height: 430px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
}

#background-top-right {
	background: #140210;
	width: 50%;
	height: 430px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -10;
}

#background-shade {
	background: url(/img/shade_background.png) repeat-x;
	width: 100%;
	height: 163px;
	position: absolute;
	top: 431px;
	left: 0;
}

#container {
	margin: 0 auto;
	width: 990px;
	text-align: center;
	position: relative;
	display: inline-block;
}

#menu {
	position: absolute;
	top: 12px;
	right: 40px;
	font-size: 13px;
	font-family: HelveticaNeueLightExtended;
}

#menu a>div {
	float: left;
	margin-right: 20px;
	color: #BBB;
	position: relative;
}

@keyframes shakeit {
	20% {
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
    left: -4px;
	}
	35% {
	-ms-transform: rotate(2deg);
	-o-transform: rotate(2deg);
    left: 4px;
	}
	50% {
	-ms-transform: rotate(-2deg);
	-o-transform: rotate(-2deg);
    left: -4px;
	}
	65% {
	-ms-transform: rotate(1deg);
	-o-transform: rotate(1deg);
    left: 3px;
	}
	80% {
	-ms-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
    left: -3px;
	}
}

@-moz-keyframes shakeit {
	20% {
	-moz-transform: rotate(-2deg);
    left: -4px;
	}
	35% {
	-moz-transform: rotate(2deg);
    left: 4px;
	}
	50% {
	-moz-transform: rotate(-2deg);
    left: -4px;
	}
	65% {
	-moz-transform: rotate(1deg);
    left: 3px;
	}
	80% {
	-moz-transform: rotate(-1deg);
    left: -3px;
	}
}

@-webkit-keyframes shakeit {
	20% {
	-webkit-transform: rotate(-2deg);
    left: -4px;
	}
	35% {
	-webkit-transform: rotate(2deg);
    left: 4px;
	}
	50% {
	-webkit-transform: rotate(-2deg);
    left: -4px;
	}
	65% {
	-webkit-transform: rotate(1deg);
    left: 3px;
	}
	80% {
	-webkit-transform: rotate(-1deg);
    left: -3px;
	}
}

#menu a:hover>div {
	color: #FFF;
	animation: shakeit 0.6s ease-in-out;
	-moz-animation: shakeit 0.6s ease-in-out;
	-webkit-animation: shakeit 0.6s ease-in-out;
	cursor: pointer;
}

#menu a>div>img {
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -ms-transform: scale(0.5);
	opacity: 0.7;
}

#menu a:hover>div>img {
	-webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    opacity: 1;
}

#logotipo {
	background: url(/img/logo_background.png) no-repeat;
	width: 990px;
	height: 430px;
	position: absolute;
	top: 0;
	left:0;
	z-index: -10;
}

#main-title {
	color: #FFFFFF;
	font-size: 42px;
	font-weight: 100;
	padding-top:190px;
}

#sub-title {
	color: #FFFFFF;
	font-size: 22px;
}

#portfolio {
	width: 990px;
	margin-top: -10em;
	margin-bottom: -5em;
	position: relative;
}

#myImageFlow_images img {
}

#myImageFlow_loading_txt {
	font-weight: 100;
	color: #333;
}

/*
#myImageFlow_caption {
	position: relative;
	top: -50px;
	padding: 10px;
	margin: 0 auto;
	max-width: 250px;
	font-size: 10px;
	color: #000;
	background: #999;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-hhtml-opacity:0.8;
	opacity:0.8;
	border: #FFF 2px solid;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
*/

#myImageFlow_caption span {
	font-size: 11px;
	font-weight: 600;
}

#instrucoes {
	position: absolute;
	top: 385px;
	left: 375px;
	font-size: 9px;
	color: #000000;
}

#content {
	width: 800px;
	text-align: justify;
	text-align-last: left;
	position: relative;
	top: 0;
	left: 95px;
	margin-bottom: 50px;
}

#sobre-title {
	font-size: 36px;
	color: gray;
	margin-bottom: 20px;
}

#footer {
	background: url(/img/footer_background.png) no-repeat center;
	width: 990px;
	height: 30px;
	color: #FFFFFF;
	font-size: 10px;
	position: relative;
	top: 30px;
}

#background-bottom-left {
	background: #060210;
	width: 50%;
	height: 30px;
	position: absolute;
	left: 0;
	z-index: -10;
}

#background-bottom-right {
	background: #140210;
	width: 50%;
	height: 30px;
	position: absolute;
	right: 0;
	z-index: -10;
}

#mailform {
	position: relative;
	top: 22px;
}

#mailform>img {
	-webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -ms-transform: scale(0.8);
    opacity: 0.8;
    cursor: pointer;
}

#mailform:hover>img {
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    opacity: 1;
}

#mailform #instrucoes {
	position: relative;
	top: 25px;
	left: 0;
	margin-bottom: 100px;
}

#mapa {
	position: absolute;
	top: -45px;
	left: 400px;
	cursor: default;
}

.legenda {
	font-size: 9px;
	font-family: HelveticaNeueLightExtended;
	color: #111;
	opacity: 0;
	-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
}

#mapa:hover>.legenda {
	-webkit-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
	-o-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	opacity: 1;
	-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}

#point1 {
	position: absolute;
	top: 74px;
	left: -1px;
}

#point2 {
	position: absolute;
	top: 81px;
	left: 85px;
}

#point3 {
	position: absolute;
	top: 91px;
	left: 39px;
}

#point4 {
	position: absolute;
	top: 143px;
	left: 42px;
}

#point5 {
	position: absolute;
	top: 127px;
	left: 119px;
}

#point6 {
	position: absolute;
	top: 156px;
	left: 135px;
}

#coords {
	width: auto;
	font-size: 10px;
	position: absolute;
	bottom: 5px;
	right: 20px;
	text-align: right;
}

#compass {
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: center;
}

.form_container {
	text-align: left;
	margin: 14px 6px 0px;
	position: relative;
	font-size: 14px;	
}

.form_container input, .form_container select, .form_container textarea {
	float: right;
	width: 70%;
	clear: both;
}

.form_container textarea {
	height: 140px;
}

.form_container input[type=submit] {
	float: right;
	clear: both;
	width: auto;
	margin: 0;
}

.clearboth {
	position: relative;
	clear:both;
	padding-bottom: 8px;
}

#credits {
	position: relative;
	top: 60px;
	margin: 0;s
	padding: 0;
}

#credits div {
	text-align: center;
	float: right;
	font-family: HelveticaNeueLightExtended;
	font-size: 10px;
	margin-left: 10px;
}
