/* General Styles */
*{
	margin:0;
	padding:0;
}

body#home-page {
	background:#d9d9d9 url(images/bg_home_white.jpg) repeat-x top left;
	font:12px/20px Verdana, Geneva, sans-serif;
	color:#333;
}

body#sub-pages { 
	background:#d9d9d9 url(images/bg_others_white.jpg) repeat-x top left;
	font:12px/20px Verdana, Geneva, sans-serif;
	color:#333;
}

a {
	color:#81cfc2;
	text-decoration:none;
}
a:hover {text-decoration:underline;color:#dcfff9;}
h1{font-size:32px;}
h2{font-size:24px;}
h3{font-size:18px;}
h3.headerabout {width:194px;height:88px;background:url('images/header_about_white.jpg') no-repeat; text-indent:-9999px; float:left;}
h3.headercontact {width:244px;height:88px;background:url('images/header_contact_white.jpg') no-repeat; text-indent:-9999px; float:left;}
h4.tagline {float:left;font-weight:normal; color:#333;font-size:12px;margin:45px 0 0 5px; padding: 10px 0 0 20px; border-left:1px solid #626262; height: 30px;}
h4{font-size:16px;}
h5, h6{font-size:14px;}
h1,h2,h3,h4,h5,h6{margin:10px 0 15px 0;font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-weight:bold; color:#828282;}
img { border: 0; padding: 0; margin: 0;}
.clear{clear:both;}
.floatleft{float:left;}
.floatright{float:right;}
img.floatleft{float:left; margin: 10px;}
img.floatright{float:right; margin: 10px;}
img.noborder { margin: 0 10px 0 10px; padding: 0; border: 0; background: none;}
.center{text-align:center;}
.textleft{text-align:left;}
.textright{text-align:right;}
.normal, .normal a{font-weight:normal;}
.textbold{font-weight:bold;}
hr { height: 1px; width: 100%; color: #CCC; margin: 10px 0;}
.important { color:#369; font-weight: bold; }
a.read-more {
	width : 80px;
	background : #252525;
	font-family : verdana;
	font-size : 10px;
	color : #000;
	text-align : center;
	float : right;
	cursor : pointer;
	margin: 20px 10px;
}

a.read-more:hover {
	cursor : pointer;
	color : #9db8e8;
	cursor : pointer;
}

ul, ol { padding:0 0 20px 35px; }
li ul, li ol { padding-bottom:0; }
code {
	background-color:#999;
	display:block;
	color:#333;
	padding:10px;
	margin:10px;
}
blockquote {
	border-left:4px solid #999;
	border-bottom:4px solid #999;
	margin:0 0 10px 20px;
	padding-left:15px;
}
/* ///General Styles */


/* ///Layout Styles */
#header {
	width: 907px;
	height:88px;
	margin: 0 auto;
}
#logo {
	width:333px;
	height: 88px;
	float:left;
	margin: 0;
	padding: 0;
	background:url(images/logo_white.png) no-repeat top left;
}	
	#logo h1{
		height: 88px;
		margin: 0; padding:0;
	}
		#logo h1 a{
			display:block;
			height:88px;
		}
		#logo h1 a span{
			display:none;
		}
	#logo h3 span {
		display:none;
	}

#menu {
	margin: 0;
	float: right;
	width: 300px;
	height: 35px;
	margin-top: 25px;
}
	#menu ul { margin: 0; padding: 0; }
	#menu li{
		list-style:none;
	}
	#menu li {
		display:block;
		float:left;
		height:35px;
		width:100px;
		cursor:pointer;
	}
	#menu li a{
		float:left;
		width:100px;
		height:35px;
		text-indent:-9999px;
	}
	#menu li.menuportfolio{
		float:left;
		display:block;
		height:35px;
		width: 100px;
		background:url('images/menu_portfolio_white.jpg') no-repeat;
	}
	#menu li.menuportfolio_ON, #menu li.menuportfolio:hover{
		float:left;
		display:block;
		height:35px;
		background:url('images/menu_portfolio_white_on.jpg') no-repeat;
	}
	#menu li.menuabout{
		float:left;
		display:block;
		height:35px;
		background:url('images/menu_about_white.jpg') no-repeat;
	}
	#menu li.menuabout_ON, #menu li.menuabout:hover{
		float:left;
		display:block;
		height:35px;
		background:url('images/menu_about_white_on.jpg') no-repeat;
	}
	#menu li.menucontact{
		float:left;
		display:block;
		height:35px;
		background:url('images/menu_contact_white.jpg') no-repeat;
	}
	#menu li.menucontact_ON, #menu li.menucontact:hover{
		float:left;
		display:block;
		height:35px;
		background:url('images/menu_contact_white_on.jpg') no-repeat;
	}

#options {
	width: 907px;
	height: 37px;
	margin: 0 auto;
	padding-top: 10px;
}

#options span {
	font-weight:bold;
	color: #c5c5c5;
	text-transform:uppercase;
	float: left;
	margin: 0 10px 0 0;
}

#options ul#categories {
	list-style:none;
	margin:0;
	float: left;
	padding: 0;
}
#options ul#categories li {
	float:left;
}

#options ul#theme {
	list-style:none;
	margin:0;
	float: left;
	padding: 0;
}
#options ul#theme li {
	float:left;
}

#options a {
	color: #929191;
	margin: 0 5px 0 0;
	padding: 2px 5px;
}
#options a:hover, #options a.current {
	color: #000;
	background:#FFF;
	text-decoration:none;
}

#options div.right {
	float: right;
}

.content { 
	margin: 0px auto; 
	width: 910px;
}

#main { 
	width: 100%; 
	float: left; 
	padding: 0; margin: 20px 0;
	font-size: 13px;
}

#main ul { 
	margin: 5px 0 20px 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	color:#333;
}

#main ol { 
	margin: 5px 0 20px 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; 
	color:#333;
}
 
#main li { 
	list-style: none; 
	background: url(images/bullet.png) no-repeat 0 5px; 
	padding-left: 25px; 
}

.divider { 
	width: 10px; 
	height: 310px; 
	background: url(images/divider.png) no-repeat; 
	float: left; 
	margin: 25px 15px 0px 15px; 
}

.divider2 { 
	width: 100%; 
	height: 10px; 
	background: url(images/divider2.png) no-repeat top center; 
	float: left; 
	margin: 20px auto; 
	display: block;
}

#sidebar {
	float: right;
	margin: 16px 0 0 0;
	width: 300px;
}

#sidebar h3 {
	color:#999;
	margin: 0 0 0 0;
	padding: 5px 5px 5px 0px;
}

#sidebar img {
	border:0;
}

#sidebar ul {
	list-style:none;
	margin-bottom: 20px;
	padding: 0;
	margin: 5px;
}

#sidebar p {
	margin: 0 0 5px 5px;
}

#sidebar ul.social {
	text-align: center;
	width: 220px;
}

#sidebar ul.social li {
	margin: 0; padding: 0;
	background: none;
	border: none;
	float:left;
}

#sidebar ul li {
	display: block;
	margin: 0 0 0 20px;
	padding: 5px 0 5px 25px;
}
/* ///Layout Styles */


/* Forms */
form{
	padding:0 5px;
	margin: 20px auto 10px auto;
	float:left;
}
form p{
	margin:0 0 5px 0;
}
form p.floatleft{
	margin-right:15px;
}
.input{
	border:none;
	background:url('images/input_white.jpg');
	cursor:text;
	margin:5px 0;
	width:327px;
	height:36px;
	color: #333;
	padding:0 5px;
}
textarea.textarea{
	width:327px;
	height:180px;
	padding: 10px 5px;
	background:url('images/input2_white.jpg');
	font-family:Verdana, Geneva, sans-serif;
	color:#333;
	font-size:12px;
	border: none;
}
.input:focus {
	color:#FFF;
	background:url('images/input_white_over.jpg');
}
.textarea:focus{
	color:#FFF;
	background:url('images/input2_white_over.jpg');
}
.btnsend{
	width:95px;
	height:38px;
	background:url('images/send_white.jpg');
	border:none;
	outline:none;
	cursor:pointer;
	text-indent:-9999px;
	margin: 0 0 0 245px;
}

/* ///Forms */

/* Cleanup */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* ///Cleanup */

/* Table Styles */
table.tabela{
	font-family:Arial,Helvetica,sans-serif;
	color:#646464;
	font-size:12px;
	width:100%;
	margin: 10px 0 10px 0;
}
table.tabela td{
	height:25px;
}
table.tabela th{
	height:25px;
	font-size:13px;
	color:#ffffff;
}
.tablewidth{
	width:10%;
	text-align:center;
}
.largura1{
	width:50px;
	text-align:center;
}
table img { border: 0; padding: 0; margin: 0;}
table.tabela tr.tabletitle{
	background: #565656 ; 
	color:#fff;
}
.rownormal {font-weight: bold; text-align:center; background-color: #F3F8FE;}
.rownormal:hover {background-color:#cce6cd;}

.rowhighlight {font-weight: bold; text-align:center; background-color: #FFDDDD;}
.rowhighlight:hover {background-color:#FFB7B7;}
/* ///Tabelas */

/* Tooltip Info */
#screenshot{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	display:none;
	color:#fff;
	z-index: 100;
	}
#blogtip{
	position:absolute;
	border:1px solid #CCC;
	background:#F5F5F5;
	padding:2px 5px;
	display:none;
	color:#787878;
	z-index: 100;
	}
/* ///Tooltip Info*/

/* Calendar Styles */
#calendar {
	width: 250px;
	padding: 0;
	margin: 0 auto 20px auto;
	border-left: 1px solid #A2ADBC;
	font: normal 12px/20px Arial,Helvetica,sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}

#calendar .nav, #calendar .nav a {
	font: bold 18px Arial,Helvetica,sans-serif;
	color: #0057c3;	
	text-align: center;
	text-decoration: none;
}	

#calendar caption {
	margin: 10px 0 0 0;
	padding: 0;
	width: 250px;
	background: #dbe2f1;
	color: #787878;	 
	font: bold 12px Arial,Helvetica,sans-serif;
	text-align: center;
}

#calendar th {
	font: bold 11px/20px Arial,Helvetica,sans-serif;
	color: #616B76;
	background: #D9E2E1;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	border-top: 1px solid #A2ADBC;
}

#calendar .today, #calendar td.today a {
	color: #F6F4DA;
	font-weight: bold;
	background: #CCC;
}

#calendar td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 20px;
	height: 20px;
	text-align: center;
}

#calendar td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

#calendar td a:link, #calendar td a:visited {	
	color: #0057c3;
}

#calendar td a:hover, #calendar td a:active {
	color: #2c8aff;
}
/* ///Calendar Styles */

#galleria{width:900px;margin:10px auto}