/*  
Template name: Freshmade Software
Template URI: http://templates.arcsin.se/freshmade-software-website-template/
Release date: 2009-06-21
Last updated: 2009-08-10
Description: A software company styled template in light colors of white, orange and brown.
Author: Viktor Persson
Author URI: http://arcsin.se/

This template is licensed under a Creative Commons Attribution 2.5 License:
http://templates.arcsin.se/license/
*/


/* 
   Reset
------------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, textarea, input, select {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: Arial;
	vertical-align: baseline;
}
strong {
	font-weight: bold;
}

table {border-collapse: collapse; border-spacing: 0;}
input {
	text-align: left;
	vertical-align: text-bottom;
	height: auto;
	margin-top: 5px;
	padding-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

caption, th, td {text-align: left; font-weight: normal;}
table, td, th {
	vertical-align: top;
}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: none;}
:focus {outline: 0;}


/* 
   General 
------------------------------------------------------------------- */

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}

body {
	color: #444;
	font: normal 75% sans-serif;
	line-height: 1.5;
	background-color: #82C9FD;
}


/* 
   Typography 
------------------------------------------------------------------- */

/* Headings */

h1,h2,h3,h4,h5,h6 {
	color: #444;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}
h4,h5,h6 {font-weight: bold;}

h1 {font-size: 2.6em;}
h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h4 {font-size: 1.25em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}


/* Text elements */

p {margin-bottom: 1em;}

a:focus,a:hover {
	color: #000000;
}
a {
	color: #006638;
	text-decoration: none;
}

abbr, acronym {border-bottom: 1px dotted #666;}
address {margin-bottom: 1.5em;}
blockquote {margin: 1.2em; line-height: 1.4em;}
blockquote span {font-size: 1.4em; color: #000;}
del {color:#666;}
em, dfn, blockquote, address {font-style: italic;}
strong, dfn {font-weight: bold;}
sup, sub {line-height: 0;}
cite {color: #666;}

pre {
	margin: 1.5em 0;
	white-space: pre;
}
pre,code,tt {
	font: 1em monospace;
	line-height: 1.5;
}


/* Lists */

li ul, li ol {margin-left: 1.5em;}
ul, ol {margin: 0 1.5em 1.5em 1.5em;}

ul {list-style-type: disc;}
ol {list-style-type: decimal;}

dl {margin: 0 0 1.5em 0;}
dl dt {font-weight: bold;}
dd {margin-left: 1.5em;}


/* Tables */

table {margin-bottom: 1.4em; width: 100%;}
th {font-weight: bold;}
thead th {background: #C3D9FF;}
th,td,caption {padding: 4px 10px 4px 5px;}
tr.even td {background: #F2F6FA;}
tfoot {font-style: italic;}
caption {background: #EEE;}

table.data-table {
	border: 1px solid #FFCC33;
	margin-bottom: 2em;
	width: 100%;
}
table.data-table th {
	border: 1px solid #FFCC33;
	color: #514721;
	text-align: left;
	background-color: #F6DF90;
}
table.data-table tr {border-bottom: 1px solid #EEE;}
table.data-table td, table th {padding: 8px 10px;}
table.data-table td {
	border: 1px solid #FFCC33;
	background-color: #FFFFFF;
}
table.data-table tr.even td {
	background-color: #CCCCCC;
}
.botao {
	color: #FFFFFF;
	background-color: #D15401;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #D27E00;
	border-left-color: #D27E00;
}



/* Misc classes */

.small {font-size: 0.9em;}
.smaller {font-size: 0.8em;}
.smallest {font-size: 0.7em;}

.large {font-size: 1.1em;}
.larger {font-size: 1.2em;}
.largest {font-size: 1.3em;}

.hidden {display: none;}

.quiet {color: #666;}
.loud {color: #000;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}
.error, .notice, .success, .information {
	border: 1px solid #DDD;
	margin-bottom: 1em;
	padding: 0.6em 0.8em;
}

.error {
	color: #D15401;
	border-color: #FBC2C4;
	background-color: #FFE1DF;
}
.error a {
	color: #D15401;
}

.notice {
	background: #FFF6BF;
	color: #514721;
	border-color: #FFCC33;
}
.notice a {color: #514721;}
.solicite {
	color: #D15401;
	background-color: #FFF;
	padding: 5px;
	border: 1px solid #CCC;
}



.success {background: #E6EFC2; color: #264409; border-color: #C6D880;}
.success a {color: #264409;}
.information {
	color: #004F75;
	background-color: #D9E7FF;
	border-color: #BBD5FF;
}
.information a {
	color: #18455C;
}


div.more {padding-top: 6px;}
.more a, a.more {
	color: #D15401;
}
.more a:hover, a.more:hover {color: #002;}


/* 
   Forms 
------------------------------------------------------------------- */

label {font-weight: bold; cursor: pointer;}
fieldset {padding: 1.4em; margin: 0 0 1.5em 0; border: 1px solid #DDD; background: #F6F6F6;}
legend {font-weight: bold; font-size: 1.2em;}
textarea {overflow: auto;}
input.text, textarea, select {
	background: #FCFCFC;
	border: 1px inset #AAA;
	margin: 0.5em 0;
	padding: 4px 5px;
}
input.text:focus, textarea:focus, select:focus {background: #FFFFF5;}

input.button {
	background: #DDD;
	border: 1px outset #AAA;
	padding: 4px 5px;
}
input.button:active {border-style: inset;}

.form-error {
	border-color: #D15401;
}


/* 
   Alignment 
------------------------------------------------------------------- */

/* General */

.center,.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* Images */

img.bordered,img.alignleft,img.alignright,img.aligncenter {
	background-color: #FFF;
	border: 1px solid #DDD;
	padding: 3px;
}
img.alignleft, img.left {margin: 0 1.5em 1em 0;}
img.alignright, img.right {margin: 0 0 1em 1.5em;}


/* Floats */   

.left,.alignleft {float: left;}
.right,.alignright {
	float: right;
}

.clear,.clearer {clear: both;}
.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}


/* Columns */

.col2 {width: 47%;}
fundo {
	background-color: #999999;
}




/* 
   Separators 
------------------------------------------------------------------- */

.content-separator, .archive-separator {
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	background-color: #E1E1E1;
	margin-top: 15px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.content-separatorblank {
	clear: both;
	color: #FFE;
	display: block;
	font-size: 0;
	height: 1px;
	line-height: 0;
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}

.archive-separator {margin: 0 0 14px;}

.separator-vertical {
	background-image: url(../img/separator-vertical.gif);
	background-repeat: repeat-y;
	background-position: center top;
}


/* 
   Posts 
------------------------------------------------------------------- */

.post {margin-bottom: 24px;}
.fundo {
	background-image: url(../img/mapa.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #F6DF90;
	color: #514721;
}


.post a {text-decoration: none;}
.post a:hover, .post-body a {
	text-decoration: none;
}

.post-title {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;
}

.post-date {
	color: #D15401;
	padding: 8px 0 0;
}
.post-date a {
	color: #D15401;
}

.post-body {
	padding-top: 5px;
}

.post-meta {
	border: 1px solid #ECECEC;
	color: #777;
	font-size: 0.9em;
	padding: 6px 10px;
	background-color: #EBEBEB;
}
.post-meta a {
	color: #006600;
}
.post-meta a:hover {color: #001;}


ul.nice-list {
	border-top: 1px solid #F0F0F0;
	margin-left: 0;
	margin-right: 0;
}
ul.nice-list li {
	border-bottom: 1px solid #F0F0F0;
	list-style: none;
	padding: 6px 5px;
}
ul.nice-list li a {text-decoration: none;}
ul.nice-list li a:hover {
	text-decoration: none;
}
ul.nice-list span {color: #666;}

#sidebar ul.nice-list li,#sidebar ul.nice-list {border-color: #E0E0E0;}


/* Archives */
.archive-pagination {margin-bottom: 1.6em;}
.archive-pagination a {
	text-decoration: none;
	color: #D15401;
}
.archive-pagination a:hover {text-decoration: underline;}
.archive-post {margin-bottom: 14px;}
.archive-post-date {
	background: #F5F5F5;
	border-bottom: 1px solid #C5C5C5;
	border-right: 1px solid #CFCFCF;
	float: left;
	margin-right: 12px;
	padding: 2px 0 5px;
	text-align: center;
	width: 46px;
}
.archive-post .post-date {
	border: none;
	padding: 0;
}
.archive-post-day {font: normal 1.6em Georgia,serif;}
.archive-post .post-date,.archive-post-title {padding-top: 3px;} 


/* 
   Thumbnails
------------------------------------------------------------------- */

.thumbnails {
	margin: 0 0 1em -8px;
}
.thumbnails a.thumb {
	display: block;
	float: left;
	margin: 0 0 8px 8px;
	padding: 2px;
	background-color: #E6E6E6;
}
.thumbnails a.thumb:hover {
	background-color: #FFCC33;
}
.thumbnails .thumb img {display: block;
}
.imagemcomborda {
	margin: 0;
}
.imagemcomborda a.thumb {
	display: block;
	float: left;
	padding: 2px;
	background-color: #E6E6E6;
}
.imagemcomborda a.thumb:hover {
	background-color: #FFCC33;
}


/* 
   Box
------------------------------------------------------------------- */

.box {
	border-bottom: 1px solid #DFDFDA;
	border-top: 1px solid #FFF;
	padding: 16px 20px 0;
	background-image: url(../img/box.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.box a {
	color: #006600;
}
.box a:hover {
	color: #FFFFFF;
	background-color: #FFCC33;
	text-decoration: none;
}
.box-title {	
	color: #665;
	font: normal 1.6em sans-serif;
}
.box-content {
	padding: 8px 0;
	background-color: #FFFFFF;
}
.boxmenu {
	border-bottom: 1px solid #DFDFDA;
	border-top: 1px solid #FFF;
	background-image: url(../img/box.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 16px;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0px;
}
.boxmenu  a {
	color: #006600;
}
.boxmenu a:hover {
	color: #FFFFFF;
	background-color: #FFCC33;
	text-decoration: none;
	padding-left: 10px;
}





/* 
   Comments 
------------------------------------------------------------------- */

div.comment-list {
	border-top: 1px solid #EEE; 
	margin: 1em 0 2em;
}

.comment {
	border-bottom: 1px solid #EEE;
	padding: 10px 8px 0;
}
.comment-date {font-size: 0.9em;}
.comment-date a {
	color: #004F75;
	text-decoration: none;
}
.comment-date a:hover {
	color: #008FD5;
	text-decoration: none;
}
.comment-body {padding-top: 4px;}

.comment-gravatar {width: 48px;}
.comment-gravatar img {
	background: #FFF;
	border: 1px solid #DDD;
	padding: 2px;
}


/* 
   Layout 
------------------------------------------------------------------- */

/* Common */
.center-wrapper {
	width: 960px;
	margin: 0 auto;
	border-bottom-width: 2px;
}

/* Header */

#header-wrapper {
	background-color: #FFFFFF;
}
#header-wrapper-2 {
	background-image: url(../img/header-wrapper-2.png);
	background-repeat: repeat-y;
	background-position: center top;
	background-color: #FFFFFF;
}
#header {
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#help-wrapper {
	height: 39px;
	width: 290px;
	margin-top: -50px;
	margin-left: 350px;
	padding-bottom: 50px;
}
#redes {
	position:relative;
	left:850px;
	top:58px;
	width:260px;
	height:64px;
	z-index:1;
}



#help {
	color: #666;
	font-size: 1.2em;
	padding: 10px 28px 0 32px;
}
#help a {
	color: #999;
	text-decoration: none;
}
#help a:hover {color: #DDD;}

#help span.text-separator {
	color: #444;
	padding: 0 7px;
}

#logo {color: #FFF;}
#site-title a {text-decoration: none;}
#site-title, #site-title a {color: #FFF;}
#site-title span, #site-title a span {color: #DDD;}
#site-slogan {
	color: #734E35;
	font-size: 1.4em;
	margin-top: 10px;
	margin-left: -5px;
}


/* Navigation */

ul.tabbed {
	display: inline;
	margin: 0;
	padding: 0;
}
ul.tabbed li {
	float: left;
	list-style: none;
}
ul.tabbed a {text-decoration: none;}

#navigation-wrapper {
	background-image: url(../img/navigation.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#navigation-wrapper-2 {
}
#navigation {
	min-height: 46px;
	padding: 0 8px;
	background-image: url(../img/navigation.gif);
	background-repeat: repeat-x;
	background-position: left top;
}

#navigation a {
	color: #EAE6DD;
	display: block;
	font-weight: bold;
	font-size: 1.3em;
	padding: 12px 12px 11px;
}
#navigation a:hover {color: #FFF;}
#navigation li.current_page_item a, #navigation li.current_page_parent a {color: #FFE;}
#navigation li.current_page_item a {
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url(../img/navigation-arrow.png);
}
#navigation li.current_page_parent a {
	background-image: url(../img/navigation-arrow.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}


/* Content */

.content {font-size: 1.1em;}
#content-wrapper {

}
.content#content-two-columns {
	background-color: #FFFFFF;
	background-image: url(../img/content-two-columns.gif);
	background-repeat: repeat-y;
	background-position: left top;
}


/* Main */

#main-wrapper {
	float: right;
	width: 698px;
}
#main {
	padding: 24px;
	background-color: #FFFFFF;
}

#main .text-separator, #featured .text-separator {
	color: #AAA;
	padding: 0 5px;
}


/* Sidebar */

#sidebar-wrapper {
	float: left;
	width: 260px;
}


/* Footer */

#footer-wrapper {
	padding-bottom: 20px;
	background-image: url(../img/footer.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#footer {
	font-size: 1.1em;
	background-color: #003853;
	padding-top: 50px;
	padding-right: 16px;
	padding-bottom: 50px;
	padding-left: 16px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #AAA;
	margin-top: 5px;
}
#footer a {
	color: #DDD;
	text-decoration: none;
}
#footer a:hover {color: #FFF;}
#footer span.text-separator {
	color: #999;
	padding: 0 3px;
}

/* Bottom */

#bottom {
	color: #937409;
	padding: 0 6px 12px;
	margin-top: -6px;
	background-color: #473804;
}
#bottom a {
	color: #FFFFFF;
	text-decoration: none;
}
#bottom a:hover, #bottom .right a:hover {
	color: #FFCC33;
}
#bottom span.text-separator {
	color: #FFFFFF;
	padding: 0 3px;
}
#bottom .right, #bottom .right a {
	color: #937409;
}


/* Featured Box */
#featured-wrapper {
	padding-bottom: 22px;
	background-color: #FFFFFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}
#featured {
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

#featured h2 {
	font: normal 3em sans-serif;
	margin: 0;
}
#featured h2 span {color: #43B16C;}


/* 
   Misc overriding classes
------------------------------------------------------------------- */

/* Border */

.noborder {border: 0;}
.notborder {border-top: 0;}
.norborder {border-right: 0;}
.nobborder {border-bottom: 0;}
.nolborder {border-left: 0;}

/* Margin */

.nomargin {margin: 0;}
.notmargin {margin-top: 0;}
.normargin {margin-right: 0;}
.nobmargin {margin-bottom: 0;}
.nolmargin {margin-left: 0;}

/* Padding */

.nopadding {padding: 0;}
.notpadding {padding-top: 0;}
.norpadding {padding-right: 0;}
.nobpadding {padding-bottom: 0;}
.nolpadding {padding-left: 0;}

/* Single Line IE Fixes */
* html .separator-vertical, * html .content {height: 0.01%; min-height: 0.01%;}
#contadordevisitas {
	width: 100%;
	margin-top: 20px;
}
.boxpublicidade/* Propaganda
------------------------------------------------------------------- */

 {
	width: 962px;
	height: 350px;
	border: 20px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: right;
}

.boxTop {
	left: 50%;
	top: 572px;
	margin-left: -500px;
	position: absolute;
	visibility: hidden;
}
.close {
	color: #D15401;
	font-weight: bold;
	cursor: default;
	background-color: #FFFFFF;
	margin-top: -350px;
	padding-right: 5px;
	padding-left: 5px;
	position: absolute;
	margin-left: 900px;
	width: 100px;
	visibility: hidden;
}

