/*
Theme Name: Ultimate Audio by UD
Theme URI: http://link-to-your-site.com
Description: Describe what your child theme should be like.
Version: 0.1
Author: Your Name
Author URI: http://link-to-your-site.com
Tags: Add, Whatever, Tags, You, Want
Template: hybrid
*/

/* Get base CSS */
@import url('typography.css');


/* DESACTIVEI O SCREEN.CSS, e compiei o conteudo para este ficheiro. Assim não há mais problemas com o original da hybrid! */
/* Get default Hybrid CSS 
@import url('../hybrid/library/css/screen.css');*/


/* Get drop-downs CSS */
@import url('drop-downs.css');


/**
* Body
************************************************/

body {
	background-color:#000;
	}

/* Body container */
body {
	background-color: #000000;
	}
	
#body-container {
	background:transparent url(images/bg.png) repeat-x scroll 0 0;
	width:960px;
	margin:0 auto;
	}

	
/**
* Category Navigation
************************************************/
.nav-item-page a:hover {
	background-color: #CC0022;
	text-decoration: none;
	}
#cat-navigation a:hover {
	background: url(images/cat-nav-hover.png) repeat-x scroll 0 0;
	text-decoration: none;
	display:block;
	}
#cat-navigation {
	height: 28px;
	margin: 0 auto 0 29px;
	font: normal normal bold 12px/12px Arial, Verdana, Geneva, Tahoma, sans-serif;
	text-transform: uppercase;
	float:left;
	}
#cat-nav {
	float: left;
	height: 30px;
	}
#cat-navigation ul {
	list-style: none;
	margin: 0;
	}
#cat-navigation li {
	float: left;
	}
#cat-navigation a {
	border:1px solid #333333;
	color:#FAFAFA;
	display:block;
	margin:2px;
	padding:5px 15px 6px;
	text-transform:uppercase;
	}
#cat-navigation li li a {
	width: 175px;
	font: normal normal bold 11px/11px Arial, Verdana, Geneva, Tahoma, sans-serif;
	padding: 8px 10px;
	color: #fff;
	background: #990033;
	border-top: 1px solid #333333;
	margin:0;
	}
	
#cat-navigation li li a:hover {
	background: #CC0022;
	}
	
/* Drop-down controls */
#cat-nav ul ul, #cat-nav ul ul ul {
	width: 180px;
	}
#cat-nav li li:hover ul, #cat-nav li li li:hover ul {
	left: 180px;
	}
#cat-nav li:hover ul, #cat-nav li.sfHover ul {
	top: 29px;
	}
#cat-nav li li:hover ul, #cat-nav li li.sfHover ul, #cat-nav li li li:hover ul, #cat-nav li li li.sfHover ul  {
	top: 0;
	}
#cat-nav ul ul {
	background: #444444;
	}

/* Make sure page menu overlaps category menu */
#cat-nav ul.menu {
	position: relative;
	z-index: 98;
	}
#page-nav ul.menu {
	position: relative;
	z-index: 99;
	}

	
/**
* SEARCH FORM STYLING ON NAVIGATION BAR
* Os fundos blue, yellow e green eram só para encontrares estes campos no CSS.
* Usa-os para editar a search form na navegação, pois os outros são gerais e vão afectar outras forms como o formulário de contacto.
* Depois apaga estas linhas.
************************************************/

#search-1 {
	float:right;
	}
#search-form-1 {
	border:1px solid #333333;
	height:23px;
	margin:2px 2px;
	width:255px;
	}
#search-text-1 {
	background:transparent none repeat scroll 0 0;
	border:medium none;
	color:#FAFAFA;
	float:left;
	font-weight:bold;
	height:15px;
	padding:4px 0 0 5px;
	width:220px;
	}
#search-submit-1 {
	float:right;
	background:transparent url() no-repeat scroll 0 0;
	padding: 0px;
	margin: 0px 2px 2px 1px;
	}


/**
* Elements
************************************************/

/* Links */
a, a:visited  {
	color: #FFFFFF;
	text-decoration: none;
	}
a:hover, a:active {
	text-decoration: underline;
	}

/* Headers */
h1, h2, h3, h4, h5, h6 {
	color: #FAFAFA;
	}
.sticky h2, .sticky h3, .sticky h4, .sticky h5, .sticky h6 {
	color: #eee;
	}

/* Lists */
.content ul {
	list-style-image:none;
	list-style-position:inside;
	list-style-type:square;
	margin-left:20px;
	}
.content ul li {
	overflow: hidden;
	height: 100%;
	padding-left: 9px;
	}
.content .sticky ul li {
	padding-left: 9px;
	}

/* Blockquotes */
blockquote {
	overflow: hidden;
	padding-left: 9px;
	font-style: italic;
	border-left: 3px solid #CADAE7;
	}
.post blockquote {
	margin: 0 24px 0  0;
	padding: 6px 0 0 24px;
	border: none;
	}
.sticky blockquote {
	color: #f7f7f7;
	}
blockquote blockquote {
	color: #555;
	border-left: 3px solid #CADAE7;
	}
.sticky blockquote blockquote {
	color: #eee;
	}
blockquote em {
	font-style: normal;
	}
blockquote.pullquote {
	width: 210px;
	margin-top: 9px !important;
	margin-bottom: 3px !important;
	padding: 6px 9px;
	font-size: 1em;
	text-align: center;
	color: #333;
	background: transparent;
	border-top: 3px double #ccc;
	border-bottom: 3px double #ccc;
	}
.pullquote p {
	margin: 0;
	}

/* Code */
code {
	padding: 0 3px;
	}
pre {
	overflow: auto;
	padding: 9px;
	background: url(images/pre.png) repeat 0 0;
	border: 1px solid #eee;
	}
pre code {
	padding: 0;
	background: transparent;
	}
.sticky pre {
	background: #246F93;
	border: 1px solid #666;
	}
.sticky code {
	background: #246F93;
	}

/* Tables */
table {
	width: 100%;
	background: #5F97B1;
	border: 1px solid #eee;
	}
caption {
	font-size: .8em;
	font-style: italic;
	text-align: right;
	color: #666;
	}
td {
	padding: .3em;
	border: 1px solid #35667c;
	}
tr {
	color: #fff;
	background: #3e7690;
	}
tr.alt, tr.even {
	background: #437f9b;
	}
th {
	padding: .3em;
	color: #fff;
	background: #274958;
	border: 1px solid #35667c;
	}
td a, th a {
	font-weight: bold;
	color: #eee;
	}

/* Drop caps */
.drop-cap {
	float: left;
	line-height: 39px;
	margin: 3px 3px 0 0;
	font-size: 51px;
	font-family: "Warnock Pro", "Goudy Old Style", Palatino,"Book Antiqua", Cambria, Georgia, serif;
	color: #666;
	}
.sticky .drop-cap {
	color: #eee;
	}

/* Notes */
.note {
	padding: 6px 9px;
	background: #eee;
	border: 1px solid #ccc;
	}

/* Warnings/Alerts */
.warning, .alert {
	padding: 6px 9px;
	background: #fffbbc;
	border: 1px solid #E6DB55;
	}

/* Errors */
.error {
	padding: 6px 9px;
	background: #ffebe8;
	border: 1px solid #C00;
	}

/* Downloads */
.download {
	padding: 6px 9px;
	background: #e7f7d3;
	border: 1px solid #6c3;
	}

/* Footnotes */
.footnotes {
	margin: 0 0 21px 24px;
	padding: 9px 0 0 0;
	font-size: .8em;
	color: #777;
	border-top: 1px solid #eee;
	}
.footnotes a.return {
	padding: 0 1px;
	}
.footnotes a.return:hover {
	color: #eee;
	background: #3C738C;
	text-decoration: none;
	}

/* Alignment */
.left, .alignleft {
	float: left;
	margin: 0 18px 10px 0 !important;
	}
.right, .alignright {
	float: right;
	margin: 0 0 10px 18px !important;
	}
.center, .aligncenter {
	display: block;
	margin: 0 auto 21px auto;
	}
.block, .alignnone {
	display: block;
	margin: 0 0 21px 0;
	}
.clear {
	clear: both;
	}
span.pullquote {
	float: none;
	margin: 0;
	}

/**
* Images
************************************************/
.post img {
	max-width: 594px;
	}

img.wp-smiley {
	max-height: 12px;
	margin: 0;
	padding: 0;
	border: none;
	}

/* Captions */
.wp-caption {
	max-width: 592px;
	padding: 6px 1px 0 1px;
	background: #f9f9f9;
	background: #3c738c;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 5px;
	text-align: right;
	font-size: .8em;
	color: #666;
	color: #fff;
	}
.wp-caption img {
	max-width: 586px;
	margin: 0 auto;
	padding: 0;
	border: 1px solid #666;
	}

/* Gallery [gallery] */
.gallery {
	display: block;
	text-align: center;
	margin-bottom: 21px !important;
	}
.gallery img {
	border: 1px solid #3c738c;
	}

/* Author avatar */
.avatar {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 18px;
	padding: 5px;
	background: #eee;
	border: 1px solid #ddd;
	}

/* Thumbnail */
.thumbnail {
	background:#EEEEEE none repeat scroll 0 0;
	border:0 solid #DDDDDD;
	float:left;
	height:80px;
	margin:5px 10px 5px 5px;
	width:80px;
	}
.sticky .thumbnail {
	background: transparent;
	border: 1px solid #000;
	}

/**
* Header
************************************************/
#header {
	display: block;
	height:162px;
	}
#site-title {
	margin:0;
	}

#site-title a {
	background:transparent url(images/header-dark.png) no-repeat scroll center 10px;
	display:block;
	height:170px;
	width:960px;
	}
	
#site-title a span {
	display:none;
	}
	
#site-description {
	display:none;
	}

/**
* Navigation
************************************************/
#navigation {
	float:left;
	}

#page-nav {
	background-color:#222222;
	float:left;
	margin-right:20px;
	}	

#page-nav li {
	margin:1px 0 0 10px;
	padding:0;
	}
#page-nav li li {
	margin: 0;
	}
#page-nav li a {
	color:#9C9E9F;
	float:left;
	font-size:0.6em;
	font-weight:bold;
	padding:6px 7px;
	text-transform:uppercase;
	}

#page-nav li a:hover {
	text-decoration:none;
	color:#FAFAFA;
	}

#page-nav ul li.current_page_item {
	}
#page-nav ul li.current_page_item li {
	background: #3c738c;
	}

#page-nav ul li.current_page_item a {
	color: #CC0022;
	text-decoration:none;
	}
	
#page-nav ul li.current-cat a {
	color: #CC0022;
	text-decoration:none;
	}
	
/* Hybrid drop-down styles */
#page-nav ul ul {
	background: #3c738c;
	border-bottom: 1px solid #2e647d;
	}
#page-nav li li {
	border-top: 1px solid #2e647d;
	}
#page-nav li li a {
	font-size: 14px;
	}
#page-nav li:hover ul {
	top: 30px;
	}
#page-nav li:hover ul, li.sfHover ul {
	top: 30px;
	}
#page-nav li li:hover ul, li li.sfHover ul , #page-nav li li li:hover ul, li li li.sfHover ul  {
	top: -1px;
	}

/**
* Container (content/primary/secondary)
************************************************/
#container {
	overflow: hidden;
	float: left;
	width: 960px;
	margin: 0;
	background:#333 url(images/sidebar.gif) repeat-y scroll top right;
	}
	
#content {
	float:left;
	width:700px;
	}

#widget-container {
	float:right;
	width:260px
	}

.content {
	float:left;
	padding:30px;
	width:640px;
	}

.page-content {
	float:left;
	padding:30px;
	width:640px;
	}

.no-widgets .content, .no-default-widgets .content, .primary-inactive.secondary-inactive .content {
	width: 920px;
	}

/**
* Posts
************************************************/
.post {
	clear: both;
	overflow: hidden;
	height: 100%;
	margin-bottom: 30px;
	}

.single .post, .page .page {
	margin-bottom: 0;
	}
.page-template-blog .post, .page-template-quick-post .post {
	margin-bottom: 36px;
	}
.sticky {
	padding: 18px 9px 0 9px;
	color: #f7f7f7;
	background: #232C36;
	}
.sticky a {
	color: #A6C2CF !important;
	}

/* Post title */
.entry-title {
	font-size: 1.1em;
	margin-bottom: 16px;
	}

.single-header {
	height:30px;
	margin:0 0 20px;
	}

.single-title, .page-title {
	float:left;
	font-size:1.5em;
	margin:0;
	}
	
.single-content {
	clear:both;
	}

.single-preco {
	float:right;
	font-size:1.5em;
	margin:0;
	}

.page-title, .attachment-title, .error-404-title {
	margin-bottom: 26px;
	}

/* Byline 
.byline {
	margin: 0;
	font-size: .85em;
	font-style: italic;
	color: #666;
	}
.single .byline, .home .byline {
	margin-bottom: 21px;
	}
.sticky .byline {
	color: #f7f7f7;
	}
.byline a {
	color: #232c36;
	}
*/

.byline {display:none}

/* Post meta data 
.post-meta-data {
	clear: both;
	display: block;
	padding: 9px 0 0 0;
	font-size: .85em;
	font-style: italic;
	color: #666;
	border-top: 1px solid #ddd;
	}
.sticky .post-meta-data {
	color: #f7f7f7;
	border: none;
	}
.post-meta-data a {
	color: #232c36;
	}
*/
.post-meta-data {display: none;}

/* Page links */
p.pages a {
	margin: 0 1px;
	padding: 1px 6px;
	font-style: italic;
	border: 1px solid #ddd;
	}
.sticky p.pages a {
	background: #3C738C;
	border: none;
	}
/* Series */
.series-title {
	font-size: 1.2em;
	}

/* Page templates */
.author-profile {
	overflow: hidden;
	height: 100%;
	margin-bottom: 21px;
	}
.page-template-biography .author-profile {
	margin: 0;
	}
.author-profile .author-name {
	margin-bottom: 0;
	font-size: 1em;
	font-weight: bold;
	}
.post-box {
	overflow: hidden;
	margin-bottom: 21px;
	}

/* Archive templates */
.author-title, .category-title, .date-title, .tag-title, .search-title {
	font-size: 26px;
	}
.author-info, .date-info, .tag-info, .search-info {
	overflow: hidden;
	margin-bottom: 21px;
	}

.category-info {
	height:30px;
	margin:0 0 20px;
	}

.category-title {
	float:left;
	font-size:1.5em;
	margin:0;
	}
	
/* Attachments (post meta data) */
.attachment object {
	width: 100%;
	height: 100%;
	min-height: 400px;
	}
.attachment object.video {
	width: 100%;
	height: 360px;
	}
.attachment object.audio {
	width: 100%;
	}
.attachment-image .post-meta-data {
	clear: left;
	}
.attachment .download {
	display: block;
	margin-bottom: 21px;
	}
.attachment-icon, .mime-type-icon {
	height: 18px;
	margin-right: 6px;
	padding: 0;
	}
.attachment-application-octet-stream .video {
	height: 400px;
	margin-bottom: 21px;
	}

/* Breadcrumb */
.breadcrumb {
	margin-bottom: 21px;
	font-size: 11px;
	color: #666;
	}

/* Navigation links */
.navigation-links {
	margin-top: 10px;
	font-size: 13px;
	color: #666;
	overflow: hidden;
	clear:both;
	}
.next, .previous {
	max-width: 50%;
	font-size: .85em;
	}
.previous {
	float: left;
	}
.next {
	float: right;
	text-align: right;
	}
#comments-template .paged-navigation {
	text-align: center;
	font: .95em;
	}
#comments-template .paged-navigation .page-numbers {
	padding: 3px 6px;
	font-style: italic !important;
	border: 1px solid #eee !important;
	}
#comments-template .paged-navigation .next, #comments-template .paged-navigation .prev {
	float: none;
	text-align: left;
	border: none !important;
	}

/**
* Widget inserts
* Primary (displayed first) and Secondary
************************************************/
#primary {
	padding:30px 50px 0;
	width:170px;
	/*height:100%;
	margin-right:0px;
	overflow:hidden;
	width:280px;*/
	}
#secondary {
	/*overflow:hidden;
	padding-bottom:30px;
	width:240px;*/
	padding:0 30px 30px;
	width:200px;
	}
#subsidiary {
	overflow: hidden;
	width: 924px;
	margin: 0 0 15px 0;
	}

/* Widgets */
.widget {
	/*overflow: hidden;
	margin: 30px 0 0;
	padding:20px 30px;*/
	}

.widget_text {
	/*padding:20px 30px 0;*/
	}

.content .widget {
	margin: 0;
	padding: 0;
	}
#subsidiary .widget {
	overflow: hidden;
	float: left;
	width: 240px;
	margin: 0 18px 0 0;
	padding: 0;
	color: #999;
	background: transparent;
	}
	
.widget-categories {
	/*margin-top:0;
	padding:0 30px 20px;*/
	}

.widget-categories h3 {
	display:none;
	}
	
/* Widget title */
.widget-title {
	color:#CC0022;
	font-size:1em;
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:10px;
	}
	
.textwidget	p {
	font-size:0.8em;
	color:#FAFAFA;
	margin-bottom:10px;
	}
	
.textwidget	a {
	color:#CC0022;
	display:block;
	}

.textwidget	a:hover {
	color:#FAFAFA;
	text-decoration:none;
	}
	
#subsidiary .widget-title {
	color: #999;
	}

/* Widget lists */
.widget ul {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:square;
	margin-left:17px;
	}
.widget ul li {
	color:#FAFAFA;
	font-size:0.7em;
	font-weight:bold;
	}
	
.widget ul li a {
	color:#CC0022;
	font-weight:bold;
	text-decoration:none;
	text-transform:uppercase;
	}

.widget ul li a:hover {
	color:#FAFAFA;
	}

.widget li.current-cat a, .widget li.current_page_item a {
	color: #FAFAFA;
	}
.widget li.current-cat li a, .widget li.current_page_item li a {
	color: #FAFAFA;
	}
#subsidiary .widget ul {
	margin-left: 0;
	}
#subsidiary .widget ul li {
	padding: 3px;
	background: transparent;
	border-bottom: 1px solid #2b3b4a;
	}
#subsidiary a {
	color: #678db1;
	color: #ccc;
	}

/* Widget search */
.widget-search .search-text {
	width: 180px;
	}

/* Widget categories */
.widget-categories img {
	position: relative;
	max-height: 16px;
	top: 1px;
	margin: 0;
	padding: 0;
	}

/* Widget table (calendar) */
.widget table {
	width: 190px;
	}

/**
* Comments
************************************************/
#comments-template {
	}

/* Comment headers */
#comments-number, #reply {
	font-size: 1.2em;
	}
li.author #reply {
	color: #f7f7f7;
	}

/* Comments are closed */
.comments-closed {
	display:none;
	color: #666;
	font-style: italic;
	}

/* Comment list */
#comments-template ol {
	list-style: none;
	margin: 0 0 21px 0;
	}
#comments li {
	overflow: hidden;
	margin-bottom: 9px;
	padding: 9px 9px 0 9px;
	color: #333;
	background: #f9f9f9;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
#comments li li, #comments li.author li li {
	color: #333;
	margin: 0 9px 9px 18px;
	background: #fff;
	}
#comments li.author li, #comments li li li, #comments li li.author li, #comments li.author li.author li {
	color: #333;
	background: #f9f9f9;
	}
#comments li.author, #comments li li.author, #comments li li li.author, #comments li.author li.author li.author {
	color: #f7f7f7;
	background: #232C36;
	}
#comments li.author li.author, #comments li li.author li.author, #comments li.author li li.author {
	color: #f7f7f7;
	background: #246F93;
	}
#comments li li.author, #comments li li.author li.author {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	}

/* Comment links */
#comments li a, #comments li.author li a, #comments li.author li.author li a {
	color: #3C738C;
	} 
#comments li.author a, #comments li.author li.author a, #comments li.author li.author li.author a {
	color: #A6C2CF;
	border-color: #333;
	}

/* Avatar */
#comments-template .avatar {
	width: 40px;
	height: 40px;
	float: left;
	margin-right: 18px;
	padding: 0;
	border: 1px solid #666;
	}
#comments-template li.author .avatar {
	padding: 2px;
	background: #246F93;
	}

/* Comment meta data */
#comments-template .comment-meta-data {
	margin-bottom: 18px;
	}

/* Comment text */
#comments-template .comment-text {
	clear: left;
	margin: 0 18px;
	}
.comment-text blockquote {
	margin-bottom: 21px;
	}
.comment-text blockquote p {
	display: inline;
	}
#comments-template li.author blockquote, #comments-template li.author pre {
	color: #fff;
	background: #246F93;
	border: none;
	}
#comments-template li.author code {
	background: transparent;
	}

/* Form */
.text-input {
	display: block;
	padding: 3px 6px;
	width: 300px;
	}
.page-template-quick-post .text-input {
	width: 97.5%;
	}
#comments-template label {
	font-size: .8em;
	}
.button {
	width: 25px;
	margin-top: 0px;
	padding: 0px 9px;
	font: .9em;
	font-weight: bold;
	color: #eee;
	background: #242D36;
	border: none;
	}
li.author .button {
	background: #333C45;
	}
.button:hover {
	cursor: pointer;
	background: #333C45;
	}
.allowed-tags {
	font-size: .8em;
	}

/**
* Footer
************************************************/
#footer-container {
	background-color:#222222;
	border-top:5px solid #000000;
	clear:both;
	color:#999999;
	height:25px;
	margin:5px 0 15px;
	width:960px;
	}
#footer-container a {
	color: #ccc;
	}
#footer {
	float:right;
	font-style: italic;
	margin:3px 10px 0 0;
	}
#footer a {
	font-style: normal;
	color: #f7f7f7;
	}
#footer .copyright {
	font-size:10px;
	display: inline;
	float: right;
	margin:0;
	}

#feed {
	float:left;
	margin-top:4px;
	}

	
	
/**
* Comments popup
************************************************/
.comments-popup #body-container {
	width: 540px;
	margin: 20px auto;
	padding: 20px;
	}
.comments-popup #container {
	width: 520px;
	margin: 0 auto;
	padding: 0;
	}
.comments-popup .content {
	width: 500px;
	padding: 20px;
	}


/**
* Links para páginas na Navegação Geral
************************************************/

.nav-item-page {
	font-weight:bold;
	line-height:1;
	font-size:12px;
	float:left;
	display:block;
	height:29px;
	}

.nav-item-page a {
	border-right:1px solid #333333;
	color:#FAFAFA;
	display:block;
	padding:8px 10px 10px 10px;
	text-transform:uppercase;
	width:165px;
	}

/**
* Organização em duas colunas das páginas de categorias
***********************************************************/
	
#products-list .hentry {
	background-color:#222222;
	border:0 solid black;
	clear:none;
	float:left;
	height:90px;
	padding:10px;
	width:285px;
	}

#products-list .hentry.even {
	margin-left:30px;
	}
	
h2.entry-title {
	font-size:1em;
	font-weight:bold;
	margin:5px 0 10px;
	line-height:1em;
	}

h2.entry-title a {
	color:#CC0022;
	display:block;
	max-height:50px;
	/*overflow:hidden;*/
	}

h2.entry-title a:hover {
	text-decoration:none;
	color:#FAFAFA;
	}

.preco {
	font-size:14px;
	font-weight:bold;
	}

.category-noticias h2 {
	font-size:1.2em;
	font-weight:bold;
	/*margin:10px 0 0;*/
	}


/**
* Organização em uma coluna na página da frente e notícias
***********************************************************/

#products-list .category-noticias {
	background-color:#222;
	clear:none;
	padding:15px;
	width:610px;
	height:auto;
	float:none;
	}

#products-list .category-noticias.even {
	margin-left:0;
	}	

/**
* Organização em uma coluna na página da frente e notícias
***********************************************************/

#search-list .hentry {
	background-color:#222;
	clear:none;
	padding:15px;
	width:610px;
	height:auto;
	float:none;
	}

/* No post details*/
.byline, .post-meta-data { 
display: none; 
	}
	
/**
* CONTACT FORM
***********************************************************/
span.form-label {
	width:100px;
	text-align:right;
	margin-right:10px;
	display:block;
	float:left;
}

.form-item-wrapper {
	height:30px;
	}
	
.form-message-wrapper {
	margin-bottom:10px;
	}

.form-submit-wrapper {
	height:40px;
	}

.form-submit-wrapper input {
	margin-left:506px;
	}

input.wpcf7-validates-as-required {
	border:1px solid #FF0000;
	}
	
div.wpcf7 {
	margin:60px 0 0;
	padding: 0;
}

div.wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
}

div.wpcf7-mail-sent-ok {
	border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
	border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
	border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
	border: 2px solid #f7e700;
}

span.wpcf7-form-control-wrap {
	position: relative;
}

span.wpcf7-form-control-wrap textarea {
	clear:none;
	width:447px;
	border:1px solid #000;
	}

span.wpcf7-form-control-wrap input {
	width:447px;
	border:1px solid #000;
	}

span.wpcf7-not-valid-tip {
	position: absolute;
	top: 20%;
	left: 20%;
	z-index: 100;
	background: #fff;
	border: 1px solid #ff0000;
	font-size: 10pt;
	width: 280px;
	padding: 2px;
	color:#555555;
}

span.wpcf7-not-valid-tip-no-ajax {
	color: #f00;
	font-size: 10pt;
	display: block;
}

span.wpcf7-list-item {
	margin-left: 0.5em;
}

.wpcf7-display-none {
	display: none;
}




/**
* Marcas
***********************************************************/
	
.simpleimage p {
margin:0;
padding:0;
}


/* WP PageNavi (plugin) */

.wp-pagenavi {
	float:right;
	clear:both;
	font-size:0.9em;
	margin-right:3px;
	}

.wp-pagenavi .pages {
	margin: 2px 3px 2px 0;
	font-style: italic;
	}
.wp-pagenavi .current {
	background-color:#222;
	border:0px solid black;
	font-weight:bold;
	margin:0 2px;
	padding:3px 6px;
	}
.wp-pagenavi .extend {
	margin: 2px;
	}
.wp-pagenavi a {
	background-color:#222;
	border:0px solid black;
	font-weight:bold;
	margin:0 2px;
	padding:3px 6px;
	color:#CC0022;
	}

.wp-pagenavi a:hover {
	color:#fafafa;
	text-decoration:none;
	}
	

/**
 *
 * Front Page Stylesheet
 *
 */

/**
* Featured slider
************************************************/
#slider-container {
	height:172px;
	margin:0 0 30px;
	overflow:hidden;
	width:640px;
	}

#slider-title {

	}
	
#slider {
	overflow: hidden;
	width: 640px;
	height: 150px;
	}
.feature {
	overflow: hidden;
	width: 610px;
	height: 210px;
	padding: 10px 10px 0 10px;
	color: #ccc;
	background: #CC0022;
	border: none !important;
	}
.feature img {
	float:left;
	margin:0 15px 0 0;
	max-height:120px;
	max-width:120px;
	}

#slider .feature .entry-title {
	font-size: 1.3em;
	margin-top:0;
	}
.feature .byline {
	color: #aaa;
	margin-bottom: 15px;
	}
.more-link {
	float: right;
	text-indent: -9999px;
	width: 100px;
	height: 20px;
	display: block;
	background: url(images/more-link.gif) no-repeat 0 0;
	}
.more-link:hover {
	background: url(images/more-link.gif) no-repeat 0 -20px;
	}

#excerpt-price-wrapper {
	}

#excerpt {
	}		
	
#excerpt p {
	height:38px;
	margin-bottom:5px;
	overflow:hidden;
	}

#price {
	margin:8px 0 5px;
	font-weight:bold;
	}

#more-link-wrapper {
	}
	
	

/* Slider controls */
.slider-controls {
	background:#CC0022 none repeat scroll 0 0;
	clear:both;
	float:left;
	height:22px;
	line-height:15px;
	overflow:hidden;
	padding:2px 26px 0 539px;
	width:75px;
	}
.slider-controls .slider-prev {
	text-indent: -9999px;
	float: left;
	width: 25px;
	height: 20px;
	background: #CC0022 url(images/slider-prev.gif) no-repeat 0 0;
	border: none !important;
	}
.slider-controls .slider-prev:hover {
	background: #CC0022 url(images/slider-prev.gif) no-repeat left -20px;
	}
.slider-controls .slider-pause {
	text-indent: -9999px;
	float: left;
	width: 25px;
	height: 20px;
	background: #CC0022 url(images/pause.gif) no-repeat center 0;
	border: none !important;
	}
.slider-controls .slider-pause:hover, .slider-controls a.paused {
	background: #CC0022 url(images/pause.gif) no-repeat center -20px;
	}
.slider-controls .slider-next {
	text-indent: -9999px;
	float: right;
	width: 25px;
	height: 20px;
	background: #CC0022 url(images/slider-next.gif) no-repeat right 0;
	border: none !important;
	}
.slider-controls .slider-next:hover {
	background: #CC0022 url(images/slider-next.gif) no-repeat right -20px;
	}

/**
* Featured excerpts
************************************************/
.byline {
	margin-bottom: 3px;
	}

.page-template-front-page .entry-meta {
	display: none;
	}

#front-page-list .hentry {
	background-color:#222;
	clear:none;
	padding:15px;
	width:610px;
	height:auto;
	float:none;
	}

.front-content {
	float:left;
	height:100%;
	overflow:hidden;
	padding:30px 30px 0;
	width:640px;
	}
