/*
 * jQuery Nivo Slider v1.9
 * http://nivo.dev7studios.com
 *
 * Copyright 2010, Gilbert Pellegrom
 * Free to use and abuse under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 * 
 * March 2010
 */
 
 
/* The Nivo Slider styles */
.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:60;
	display:none;
}
/* The slices in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:50;
	height:100%;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:89;
}
.nivo-caption p {
	padding:5px;
	margin:0;
	text-align:center;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:99;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:99;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}

#slider {
	position:relative;
	margin:20px 0 60px 0;
	background:#202834 url(../images/loading.gif) no-repeat 50% 50%;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}
#slider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
#slider a {
	border:0;
	display:block;
}
.nivo-controlNav {
	position:absolute;
	left:47%;
	bottom:-30px;
}
.nivo-controlNav a {
	display:block;
	width:10px;
	height:10px;
	background:url(../images/bullets.png) no-repeat;
	text-indent:-9999px;
	border:0;
	margin-right:3px;
	float:left;
}
.nivo-controlNav a.active {
	background-position:-10px 0;
}

.nivo-directionNav a {
	display:block;
	width:32px;
	height:34px;
	background:url(../images/arrows.png) no-repeat;
	text-indent:-9999px;
	border:0;
}
a.nivo-nextNav {
	background-position:-32px 0;
	right:10px;
}
a.nivo-prevNav {
	left:10px;
}

body{
	margin:0;
	background:#666 url(../images/body.png) fixed;
	font-family:"Times";
	color:#333;
}
img{border:none;}
a{
	text-decoration:none;
}
h1{
	font-size:46px;
	color:#146e99;
	margin:20px 0;
	text-shadow:0 2px 3px rgba(0,0,0, .8);
}
.division{
	border-top:2px solid #555;
	border-bottom:2px solid #555;
	padding:1px 0;
	clear:both;
}
.clr{clear:both;}
#bgTop{
	background:url(../images/bg-top.jpg) no-repeat right top;
}
#bgBottom{
	background:url(../images/bg-bottom.jpg) no-repeat right bottom;
}
#menu{
	position:fixed;
	width:190px;
}
#menu ul{
	list-style:none;
	text-align:right;
	margin:0;
	padding:20px 0 0 0;
}
#menu ul img{
	margin:0 0 20px 0;
}
#menu li{
	margin:20px 0;
}
#menu li a{
	font-size:28px;
	color:#fff;
	text-shadow:0 3px 2px rgba(0,0,0, .8);
}
#menu li a:hover{
	color:#ccc;
	border-bottom:2px solid #5fccff;
}
.addthis_toolbox{
	width:155px;
	padding:4px 5px 5px 5px;
	float:right;
	background:#fff;
	background:url(../images/bg-addthis.png) no-repeat;
}
.addthis_toolbox a{
	color:#333;
}
#outline{
	width:960px;
	margin:20px auto;
	background:url(../images/bg-outline.jpg) repeat-y right;
}
#content{
	width:700px;
	margin:50px 30px;
	float:right;
}
#copyrights{
	font-size:11px;
	text-align:center;
	display:block;
	width:100%;
	padding:20px 0 0 0;
	color:#666;
}
/* HOME */
p{
	font-size:18px;
	text-align:justify;
	margin: 10px 20px 10px 0;
}
p.about .cap{
	font-size: 60px;
	float: left;
	color: #146e99;
	margin:0 10px 0 0;
}
p.about img{
	margin:0 20px;
}
/* PORTFOLIO */
a.iten_portfolio{
	width:320px;
	height:220px;
	display:block;
	float:left;
	border:3px solid #333;
	margin:0 24px 20px 0;
	-moz-box-shadow:0px 0px 10px #333;
	-webkit-box-shadow:0px 0px 10px #333;
	box-shadow:0px 0px 10px #333;
}
a.iten_portfolio:hover{
	border:3px solid #146e99;
}
a.iten_portfolio b{
	font-size:18px;
	color:#fff;
}
a.iten_portfolio i{
	font-size:11px;
	color:#73b6f4;
}
.caption-top, .caption-bottom {
	color: #ffffff;	
	padding: 1.2em;	
	font-weight: bold;
	font-size: 13px;	
	font-family: arial;	
	cursor: default;
	border: 0px solid #334143;
	background: #000000;
	text-shadow: 1px 1px 0 #202020;
}
.caption-top {
   border-width: 0px 0px 8px 0px;
}
.caption-bottom {
   border-width: 8px 0px 0px 0px;
	cursor:pointer;
}
.caption a, .caption a {
	border: 0 none;
	text-decoration: none;
	background: #000000;
	padding: 0.3em;
}
.caption a:hover, .caption a:hover {
	background: #202020;
}
.caption-wrapper {
	float: left;
}
br.c { clear: both;}

/* CONTATO */
.erro{
	font-size:14px;
	color:red;
}
.sucesso{
	font-size:14px;
	color:green;
}
.contato form{
	font-size:14px;
	float:left;
}
#linha{
	clear:both;
	width:100%;
	padding:5px 0;
}
.contato label{
	width:120px;
	display:block;
	float:left;
	font-size:14px;
	padding:4px 10px;
}
.contato input{
	width:200px;
	float:left;
}
.contato textarea{
	width:300px;
	height:100px;
}
.contato #btnform{
	width:110px;
	height:30px;
	background:url(../images/btn-enviar.png) no-repeat;
}
#dados_contato{
	padding:50px;
	float:right;
	text-align:center;
	font-size:20px;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image {
	padding: 10px;
}
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 10px 10px;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
#lightbox-image-details-caption b{
	font-size:16px;
}
#lightbox-image-details-caption a{
	color:#146e99;
	font-size:11px;
}
