/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets
Text Domain: kubrick

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #333;
	color: #333;
	text-align: center;
	}

#page {
	background-color: white;
	text-align: left;
	}

#header {
	background: #FEA900 url('images/header.png') no-repeat bottom center;
	}

#content {
	font-size: 1.2em;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}

.even, .alt {
	border-left: 1px solid #ddd;
}

#footer {
	background: #FD9C00;
	border: 1px solid #FEA900;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

#footer a {
	text-decoration: none;
	color: #333;
}

#footer a:hover{
	text-decoration: none;
	color: #fff;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
	}

h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	}

h1 {
	font-size: 4em;
	text-align: center;
	}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}

h2 {
	font-size: 1.6em;
	}

/*
h2.pagetitle {
	font-size: 1.6em;
	}
*/

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

h3 {
	font-size: 1.3em;
	}

h4 {
	margin: 15px 0 0px 0;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

/*h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
h2, h3 {
	color: #333;
	}
*/

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}

/*.entry p a:visited {
a:visited {
	color: #B8A555;
	}
*/

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}
/*
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
*/
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}
/*
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
*/
.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* a, h2 a:hover, h3 a:hover {*/
a {
	color: #FD9C00;
	text-decoration: none;
	}

a:hover {
	color: #333;
	text-decoration: none;
	}
	
.post h2 a {
	color: #333;
}

.post h2 a:hover {
	color: #777;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0 0 20px 0;
	padding: 0;
	}

#page {
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
/*alterado*/
	border: 1px solid #fff;
	-moz-border-radius: 6px;
/*	-khtml-border-radius: 6px;
	-webkit-border-radius: 6px;*/
	border-radius: 6px;
	}

#header {
	margin: 0;
	padding: 0;
	height: 230px;
	width: 758px;
	background-color: #FEA900;
	border: 1px solid #FEA900;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
	cursor: pointer;
	}

.narrowcolumn {
	float: left;
	margin: 0;
	width: 718px;
	padding: 0 20px;
	min-height: 400px;
	}

.widecolumn {
	padding: 0 0 20px 0;
	margin: 0 auto;
	width: 715px;
	}

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post p {
	line-height: 1.2em;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	padding: 0 5px;
	margin: 0 auto;
	clear: both;
/*	width: 758px;*/
	width: 748px;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */
h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 20px 0 0;
	}

/*
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
*/

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}
/*
.entry form { /* This is mainly for password protected posts, makes them look better. */
/*
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
*/
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
/*	
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
*/
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }
/*
#commentform p {
	margin: 5px 0;
	}
*/
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* uso das fontes especiais */
ul.topnav li a, h1, h2, h3 {
	font-family: AquaBase, 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

ul.topnav li a, #footer .caixaFooter h1 {
	font-size: 12px;
}
/* fim do uso das fontes especiais */

/* menu */
ul.topnav {
	list-style: none;
	padding: 0 0 0 11px;
/*	font-size: 1em;*/
	background: url(images/menu/topnav_bg.gif) repeat-x;
	position: relative;
	left: 0;
	margin: 0px auto;
	height: 35px;
/*	width: 750px;*/
	width: 749px;
	text-align: left;
}
ul.topnav li {
	float: left;
	margin: 0;
	padding: 0 9px 0 0;
	position: relative; /*--Declare X and Y axis base for sub navigation--*/
}
ul.topnav li a {
	padding: 10px 2px;
	display: block;
	text-decoration: none;
	float: left;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
}
ul.topnav li a:hover{
	background: url(images/menu/topnav_hover.gif) no-repeat center top;
	color: #fff;
	text-decoration: none;
}
ul.topnav .aceso {
	background: url(images/menu/topnav_hover.gif) no-repeat center top;
}
ul.topnav li span { /*--Drop down trigger styles--*/
	width: 17px;
	height: 35px;
	float: left;
	background: url(images/menu/subnav_btn.gif) no-repeat center center;
	margin-top:2px;
}
ul.topnav li span.subhover {background-position: center center; cursor: pointer;} /*--Hover effect for trigger--*/
ul.topnav li ul.subnav {
	list-style: none;
	position: absolute; /*--Important - Keeps subnav from affecting main navigation flow--*/
	left: 0; 
	top: 35px;
	margin: 0; 
	padding: 0;
	display: none;
	float: left;
	width: 161px;
	z-index: 100;
	border: 2px solid #333;
	border-top: 0;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	opacity:0.95;
	-moz-opacity: 0.95;
	background-color: #333;
	padding-right: 1px;
}
ul.topnav li ul.subnav li{
	margin: 0; 
	padding: 0;
	border-top: 1px solid #252525; /*--Create bevel effect--*/
	border-bottom: 1px solid #444; /*--Create bevel effect--*/
	clear: both;
	width: 161px;
	background-color: #333;
}
html ul.topnav li ul.subnav li a {
	float: left;
	padding: 5px;
	height: 18px;
	width: 146px;
	background-color: #333;
	border: 3px solid #333;
}
html ul.topnav li ul.subnav li a:hover { /*--Hover effect for subnav links--*/
	background: #FD9C00;
	color: #fff;
	text-decoration: none;
	border: 3px solid #FD9C00;
	-moz-border-radius: 3px;
/*	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;*/
	border-radius: 3px;
}
/* fim do menu */

/* formulários */

form {
	position: static;
	overflow: hidden;
	margin: 0 auto;
	font-size: 11px;
	font-weight: bold;
	padding-top: 10px;
}

form p {
	text-align: justify;
}

form input[type=button], form input[type=submit] {
	padding: 0 10px;
}

input[type=text], textarea, select {
	padding: 2px 2px 2px 3px;
	border: 1px solid #aaa;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

input[type=text]:focus, select:focus, textarea:focus {
	border-color: #FD9C00;
}

form {
	width: 406px;
}

form select, form p {
	width: 387px;
}

form input[type=text], form textarea, form input[type=file] {
	width: 380px;
}

form .campoObrigatorio {
	text-align: left;
	padding-left: 2px;
	color: #C00000
}

form .validacao {
	float: right;
	position: relative;
	top: 18px;
	left: 20px;
	height: 14px;
	width: 18px;	
}

form .validacao0 {
	background: url('images/unchecked.png') no-repeat bottom center;
}

form .validacao1 {
	background: url('images/checked.png') no-repeat bottom center;
}

/* fim dos formulários*/

/* ajax */

.loading {
	display: inline;
	margin-left: 15px;
}

.mensagem {
	width: 383px;
	padding: 0 10px 0 10px;
	background: #FFFBCC;
	border: 1px solid #E6DA55;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.mensagem p {
	
}

/* fim do ajax */

/* caixas do rodapé: realização, patrocínio, apoio e parceria*/
#caixaFooterGeral {
	width: 100%;
	height: 50px;
	margin: 0 auto;
}

#footer .caixaFooter {
	display: inline;
	height: 60px;
	margin: 10px 2px 20px 2px;
	padding: 5px;
}

#caixaFooter1 {
	float: left;
	width: 273px;
}

#caixaFooter2 {
	float: left;
	width: 180px;
}

#caixaFooter3 {
	float: right;
	width: 250px;
	text-align: right;
}

#caixaFooter4 {
	float: left;
	width: 734px;
	text-align: left;
}

/*#footer .caixaFooter img {*/
#caixaFooter1 img, #caixaFooter2 img, #caixaFooter3 img {
	padding: 8px 7px;
}

#caixaFooter4 img {
/*	padding: 8px 10px 8px 26px;*/
	padding: 8px 19px 8px 18px;
}

#footer .caixaFooter p, #footer .caixaFooter h1 {
	text-align: left;
	padding: 0;
	font-size: 110%;
}

#footer .caixaFooter h1 {
	padding-bottom: 3px;
	border-bottom: 1px solid #D98600;
}

#footer #final {
	clear: both;
/*	margin-top: 200px;*/
	margin-top: 280px;
}

/* fim das caixas de rodapé */

/* páginas amigas*/

.pamigas {
/*	padding: 0 23.6px 8px 0;*/
	padding: 6px 11.8px;
	display: inline;
}

.pamigas img {
	margin-top: 8px;
	display: inline;
}

/* fim de páginas amigas*/

/* diversos */

.sublinhado {
	text-decoration:none;
	border-bottom: 1px dotted;
}

.bold {
	font-weight: bold;
}

.link {
	cursor: pointer;
}

.acender {
	float: left;
	display: inline;
}

.acender img {
	float: left;
	clear: both;
}

.hover {
	position: relative;
	left: 0;
	top: -60px;
	clear:both
}

/* fim de diversos */

/* caixinhas na página inicial*/

/* destaques */

#highlights {
	height: 320px;
	width: 690px;
	background: #FFF8E6;
	margin: 20px 0 30px 0;
	padding: 4px 5px;
	border: 1px solid #FFF8E6;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

/*#highlights a, .colunas a {*/
#highlights a, .grupoItem a, .nuvemtags a, a.sublinhado.alignright, table a {
	color: #333;
}

/*#highlights a:hover, .colunas a:hover {*/
#highlights a:hover, .grupoItem a:hover, .nuvemtags a:hover, a.sublinhado.alignright:hover, table a:hover {
	color: #777;
}

.nav {
	height: 241px;
	width: 23px;
	float: right;
	position: relative;
	left: 29px;
	top: -4px;
	padding-top: 4px;
}

.nav div {
	margin-bottom: 10px;
}

.nav a {
	color: #487997;
	font-weight: bold;
	padding: 4px 8px;
	border: 1px solid #fff;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
}

.nav .activeSlide {
	color: #3B5A6E;
	background: #FFF8E6;
	border: 1px solid #FFF8E6;
}

.caption {
	z-index:90;
	background-color:#000;
	color:#fff;
	width:668px;
	padding: 10px;
	position:absolute;
	top:525px;
	border: 1px solid #000;
	border-radius: 6px;
	-moz-border-radius: 6px;
	opacity:0.8;
	-moz-opacity: 0.8;
}

.caption .content {
	margin:5px
}

.caption .content h3 {
	margin:0;
	padding:0;
	color:#FD9C00;
}

.caption .content p, .caption .content a {
	color:#ffffff;
}

/* colunas: esquerda e direita */

#coluna1 {
	float: left;
}

#coluna2 {
	float: right;
}

/* destaque e colunas */

.colunas {
	width: 346px;
	margin-bottom: 20px;
}

.colunas .titH2 span {
	float: right;
	cursor: pointer;
	font-size: 9px;
	padding-right: 3px;
}

.colunas, .colunas .titH2 {
	border: 1px solid #fff;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.colunas .grupoItem {
	padding: 10px;
}

/*.colunas*/ .separacao {
	padding-bottom: 15px;
	margin-bottom: 13px;
	border-bottom: 2px dotted;
	border-color: #FFE4A5;
}

#highlights h2, #highlights h3, .colunas h2, .colunas h3 {
	margin: 0 0 5px 0;
	padding: 0;
}

#highlights .titH2, .colunas .titH2 {
	text-align: left;
	color: #fff;
	font-size: 14px;
	margin: 0;
	padding: 6px 2px 4px 8px;
}

#destaque a:not(first) {
	display: none;
}

/* primeira caixa */

#box1 .grupoItem {
	background: #FFF8E6;
}

#box1 .titH2 {
	background: #666;
	border: 1px solid #666;
}
/*
#box1 .separacao {
	border-color: #FFE4A5;
}
*/
#box1 .grupoItem div {
	width: auto;
	margin: 0 auto;
}

#box1 a:hover {
	opacity: 0.8;
}

/* segunda caixa */

#box2 .grupoItem {
	background: #FFF8E6;
}

#box2 .titH2 {
	background: #999;
	border: 1px solid #999;
}

#box2 .grupoItem div {
	width: auto;
	margin: 0 auto;
}

/* terceira caixa */

#box3 .grupoItem {
	background: #FFF8E6;
}

#box3 .titH2 {
	background: #bbb;
	border: 1px solid #bbb;
}

#box3 .grupoItem div {
	width: auto;
	margin: 0 auto;
}

/* terceira caixa */

#boxNoticias .grupoItem {
	background: #FFF8E6;
}

#boxNoticias .titH2 {
	background: #444;
	border: 1px solid #444;
}

/* fim da segunda coluna */

/* fim das caixinhas na página inicial*/

/* tabelas */

table {
	border-collapse: collapse;
}

table caption {
	padding: 25px 0 16px 0;
	text-align: left;
}

table caption h3 {
	padding: 0;
	margin: 0;
}

table thead th, table tbody td {
/*	padding: 3px 10px;*/
	padding: 10px;
	text-align: left;
}

table thead {
	background: #FD9C00;
	color: #fff;
}

table tbody .lin0 td {
	background: #fff;
}

table tbody .lin1 td {
	background: #FFF5D2;
}

table#localLinhasOnibus th#col1 {
	width: 220px;
}
table#localLinhasOnibus th#col6 {
	text-align: right;
}

table.programacao th#col1 {
	width: 100px;
	min-width: 100px;
}
table.programacao th#col2 {
	width: 300px;
}
table.programacao th#col3 {
	width: 220px;
}
table.programacao th#col4 {
	width: 20px;
	min-width:20px;
}

/* fim das tabelas*/

/* nuvem de tags */

.nuvemtags {
	text-align: center;
}

.nuvemtags a {
	margin: 0 3px;
}

.nuvemtags a:hover {
	color: #FD9C00;
}

.nuvemtags.borda {
	border: 2px dotted;
	border-color: #FFE4A5;
	padding: 15px;
}

.nuvemtags .tamanho0, .nuvemtags .tamanho1 {
	color: #8F8F8F;
	line-height: 1.8em;
}

.nuvemtags .tamanho2, .nuvemtags .tamanho3 {
	color: #696969;
}

.nuvemtags .tamanho4, .nuvemtags .tamanho5 {
	color: #484848;
}

.nuvemtags .tamanho6, .nuvemtags .tamanho7 {
	color: #333;
}

.nuvemtags .tamanho3, .nuvemtags .tamanho6, .nuvemtags .tamanho9, .nuvemtags .tamanho12 {
	font-weight: bold;
	line-height: 1em;
}

/* fim da nuvem de tags */

/*
.tags a {
	color: #333;
}

.tags a:hover {
	color: #777;
}
*/

/* botões */

.button {
	display: inline-block;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	line-height: 1;
	padding: 6px 16px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: 0 1px 3px #999;
	-moz-box-shadow: 0 1px 3px #999;
	-webkit-box-shadow: 0 1px 3px #999;
	border-bottom: 1px solid #999;
	position: relative;
	cursor: pointer;
	background-color: #fff;
	margin: 1px;
}

.button:hover {
	background-color: #FDAD2C;
	color: #fff;
}

.button.disabled {
	background-color: #aaa;
	cursor: default;
	color: #fff;
}

.small.button {
	font-size: 11px;
}

.medium.button {
	font-size: 13px;
}

.large.button {
	font-size: 14px;
	padding: 8px 14px 9px;
}

.blue.button {
	background-color: #2daebf;
}

.red.button {
	background-color: #e33100;
}

.magenta.button {
	background-color: #a9014b;
}

.orange.button {
	background-color: #ff5c00;
}

.yellow.button {
	background-color: #ffb515;
}

/* fim dos botões */

/* produtos */

div.produto {
	margin: 20px auto;
	padding: 10px;
	min-height: 140px;
	background-color: #FFF8E6;
	border: 1px solid #FFF8E6;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

div.produto .imagem {
	float: left;
	padding: 5px;
	height: auto;
	width: 150px;
	margin-right: 15px;
}

div.produto .imagem img {
	margin: auto;
	max-height: 180px;
	max-width: 150px;
}

div.produto h3 {
	margin: 5px 0 20px 0;
}

#pedido {
	min-height: 0;
}

#pedido ul {
	min-height: 60px;
}

#pedido ul li a {
	display: inline-block;
	background: url('images/xit.gif') 0 0 no-repeat;
	width: 10px;
	height: 10px;
	margin-left: 5px;
}

#pedido ul li a:hover {
	background: url('images/xit.gif') -10px 0 no-repeat;
}

#pedido #preco {
	font-family: "Aquabase";
	text-align: right;
	padding: 0 10px 0 0;
	margin: 0;
	position: relative;
	bottom: 0px;
}

#pedido span#precoTitulo {
	font-size: 1em;
}

#pedido span#precoValor {
	font-size: 2em;
}

/* fim dos produtos */

/* fotos */

.gallery {
	overflow: hidden;
}

.gallery li {
	list-style: none;
	float: left;
}

.gallery img {
	background: #fff;
	border: solid 1px #ccc;
	padding: 4px;
	width: 158px; /*1024px;*/
	height: 105px; /*680px;*/
}

.gallery a {
	text-decoration: none;
}

/* fim das fotos */

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
