/*
Theme Name: estudodebom
Theme URI: http://www.estudodebom.com.br
Version: 1.0
Author: Gabi Moore
Author URI: http://gabimoore.com
*/

/* Normalizing */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin : 0; padding : 0; }
h1,h2,h3,h4,h5,h6 { font-size : 100%; }
table { border-collapse : collapse; border-spacing : 0; }
fieldset,img { border : 0; }
caption,th { text-align : left;}
ul, ol {list-style: none;}
hr {display: none;}

/* Layout */

body {
	background: url(i/header-bg.jpg) repeat bottom left #c0bfbe;
	min-width: 960px;
	position: relative;
	font: 12px/1.5 Verdana, Arial, sans-serif;
}

#wrapper {
	background: url(i/body-bg.jpg) repeat fixed #434340;
	background: url(i/body-bg2.png) no-repeat right -15%, url(i/body-bg3.png) no-repeat -35% 80%, url(i/body-bg.jpg) repeat fixed #434340;
	width: 100%;
}

#header {
	width: 100%;
	background: url(i/header-bg.jpg) repeat-x top left #c0bfbe;
	height: 81px;
	text-indent: -9999px;
	margin-bottom: 70px;
}

.content {
	width: 944px;
	margin: 0px auto 40px auto;
	padding: 0 8px;
}

.content-main {
	width: 528px;
	float: left;
	background-color: #ffffff;
	background: rgba(255,255,255,0.9);
	padding: 16px 80px 16px 16px;
	margin-right: -64px;
}

.content-main a {
	color: #d97e00;
	border-bottom-color: #d97e00;
}

.content-sub {
	float: right;
	width: 352px;
	color: #fff;
	background-color: #330d2d;
	padding: 16px;
	top: 40px;
	position: relative;
	box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.2);
}

#nav {
	position: absolute;
	top: 0px;
	right: 16px;
}

#footer {
	clear: both;
	height: 60px;
	background: url(i/footer-bg.png) no-repeat center top;
	margin: 0 auto;
	padding: 115px 0px 0px 0px;
	overflow: hidden;
	text-align: center;
	border-bottom-width: 10px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-bottom-color: rgba(0,0,0,0.8);
	font-size: 10px;
	width: 100%;
}

div.emphasis p {
	color: #9d278a;
	font-size: 16px;
	line-height: 1.3;
}

/* General Styles */

h1, h2, h3, h4, h5, h6 {
	font-family: 'Yanone Kaffeesatz', Verdana, Arial, sans-serif;
}

h1 {
	font: 60px/1.2 'Yanone Kaffeesatz', Verdana, Arial, sans-serif;
	margin-bottom: 20px;
	color: #fff;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
	font-weight: 700;
	text-transform: uppercase;
}

/* Modernizr */
no-fontface h1 {
	font: 40px/1.2 Verdana, Arial, sans-serif;
}

/* h1 colors */
body.page-template h1 {
	color: #fff; /* white */
}
body.page-template-page-sobre-php h1, body.page-id-13 h1 {
	color: #f89c1c; /* orange */
}
body.page-id-19 h1, body.category-depoimentos h1, .home h1 {
	color: #bfd42f; /* green */
}
body.home h1 {
	line-height: 0.9;
	font-size: 70px;
	position: absolute;
	z-index: 10;
	top: 0px;
	left: 0px;
	color: #bfd42f;
}
/* end of h1 colors*/

h2 {
	font-size: 28px;
	margin: 10px 0;
	border-bottom: 2px dashed #000;
	font-weight: 400;
}

h3 {
	font-size: 24px;
	margin: 10px 0;
	font-weight: 400;
}

h4 {
	font-size: 20px;
	font-weight: 400;
}

a {
	text-decoration: none;
	color: #f89c1c;
	border-bottom-color: #f89c1c;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	}
	
a:hover {
	border-bottom: none;
}	

a img {
	border: none;
}

p, li {
	margin: 10px 0;
}

abbr {
	font-weight: bold;
	border-bottom: 1px dotted inherit;
	cursor: help;
}

/* Header */

#logo a {
	display: block;
	width: 363px;
	height: 130px;
	background: url(i/cda-logo-laranja.png) no-repeat top left;
	border: none;
	margin-left: 16px;
}

body.page-template-page-sobre-php #logo a,
body.page-id-13 #logo a {
	background: url(i/cda-logo-verde.png) no-repeat top left;
}

body.page-template-page-clube-php #logo a,
body.page-template-page-planos-php #logo a {
	background: url(i/cda-logo-uva.png) no-repeat top left;
}

#header span {
	text-indent: -9999px;
	display: block;
}

/* Nav */ 

#nav ul {
	float: left;
}

#nav ul#nav-main {
	margin-right: 24px;
}

#nav li {
	float: left;
	font-weight: normal;
	margin: 0;
	font-size: 11px;
}

#nav ul#nav-sub li a {
}

#nav li a {
	background-color: #989283;
	background: rgba(0,0,0,0.2);
	border: none;
	padding: 5px 20px;
	display: block;
	color: #fff;
	text-transform: uppercase;
	margin: 0 -5px;
	transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
	text-shadow: 1px 1px 5px rgba(0,0,0,.4);
}

#nav li.current a {
	background-color: #262421;
	background: rgba(0,0,0,0.8);
}

#nav li.current a:hover {
	transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	cursor: default;
	background-color:#262421;
	background: rgba(0,0,0,0.8);
}

#nav li a:hover {
	transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	background-color:#757166;
	background: rgba(0,0,0,0.4);
}

#nav li:nth-child(2) a {
	padding-top: 15px;
}

#nav li:nth-child(3) a {
	padding-top: 10px;
	}

#nav li:nth-child(4) a {
	padding-top: 18px;
}

#nav li:nth-child(5) a {
	padding-top: 8px;
}

/* Home */ 

.home #news.section {
	background: url(i/cda-logo-redondo.png) no-repeat 820px 16px;
	border-top-style: dashed;
	border-top-width: 2px;
	border-top-color: #000;
	padding-top: 20px;
	position: relative;
	clear: both;
}

.home #intro {
	position: relative;
}

/* Modernizr */
.no-fontface .home h1 {
	font: 40px/1.2 Verdana, Arial, sans-serif;
}

.home #intro ul {
	width: 509px;
	height: 400px;
	background: url(i/homepage-intro.png) no-repeat top right;
	float: right;
	text-indent: -9999px;
	margin-left: 32px;
	position: relative;
	top: -30px;
}

.home #intro p {
	color: #fff;
	font-size: 14px;
	text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
	line-height: 1.8;
}

.home #intro p:first-child {
	white-space: nowrap;
}

.home .intro-text {
	padding-top: 90px;
}

.home #depoimentos, .category-depoimentos li.hentry {
	padding: 32px 16px 32px 112px;
	background-color: #330D2D;
	background: rgba(51,13,45,0.5);
	color: #fff;
	font-size: 11px;
	background-image: url(i/quotes.png);
	background-repeat: no-repeat;
	background-position: 16px 16px;
	width: 816px;
	margin-bottom: 20px;
	clear: both;
	position: relative;
}

.home #depoimentos blockquote, .category-depoimentos li blockquote {
	margin-bottom: 10px;
	font-size: 13px;
}

.home #depoimentos .vcard, .home #depoimentos cite, .category-depoimentos li cite, .category-depoimentos li .vcard {
	color: #E0B1E1;
}

a.calltoactionlink {
	position: absolute;
	right: 0;
	bottom: 0;
	background-color: #000;
	background: rgba(0,0,0,0.5);
	padding: 2px 4px;
	font-size: 10px;
	border: none;
}

.home a.depoimentos:hover, .home a.news-more:hover {
	color: #fff;
}

/* Sobre */

body.page-template-page-sobre-php .content-sub h3 {
	color:#E0B1E1;
}

/* hCard */

.fn, .member {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 86%;
}



/* Equipe */

body.page-id-13 div.content {
	color: #fff;
}

body.page-id-13 img {
	transform: rotate(3deg);
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	box-shadow: 0px 0px 16px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0px 0px 16px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 16px rgba(0,0,0,0.5);
	float: right;
	top: -170px;
	position: relative;
	margin-left: 16px;
	margin-bottom: -140px;
	z-index: 100;
}

body.page-id-13 h2 {
	border: none;
	color: #F89C1C;
}

div.equipe-main {
	padding-top:40px;
	position:relative;
	top:-40px;
	margin-bottom: -40px;
	background: url(i/equipe-lines.png) no-repeat 196px top;
}

div.equipe-main li {
	float: left;
	width: 192px;
	margin-right: 16px;
	background-color: #330D2D;
	vertical-align: top;
	padding: 8px 16px;
}

div.equipe-main li .fn, div.equipe-sub li .fn {
	color: #e0b1e1;
}

div.equipe-main li:last-child {
	margin-right: 0px;
}

div.equipe-sub {
	clear: both;
	position: relative;
}

div.equipe-sub ul {
	background-color: #000;
	background: rgba(0,0,0,0.75);
	padding: 16px;
}

/* Planos */

div.planos-horarios h2 {
	color: #fff;
}

table {
	border-spacing: 6px;
	width: 100%;
	border-collapse: separate;
}

table.planos td, table.planos th {
	padding-left: 22px;
	width: 86px;
}

tr.heading1 th {
	padding-left: 0;
}

tr.heading2 th:first-child, tr.heading2 th:nth-child(2), tr.heading2 th:nth-child(3) {
	cursor: pointer;
}


table.planos td.plano, table.planos th.plano {
	color: #fff;
	padding: 0 10px 0 0;
	text-align: left;
	font-size: 14px;
	width: 170px;
}

td.plano h3 {
	width: auto;
	display: inline-block;
	padding: 4px 12px;
	position: relative;
	z-index: 1000;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	font-family: Verdana, Arial, sans-serif;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-shadow: 0px 0px 5px rgba(0,0,0,.85);
	position: relative;
	top: 6px;
	left: -6px;
	font-weight: normal;
	cursor: pointer;
	font-size: 14px;
}

td.plano h3 strong {
	font-weight: bold;
	font-size: 14px;
}

button.definition {
	background-color: transparent;
	border: none;
	width: 17px;
	height: 17px;
	background-image: url(i/plus-minus.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	cursor: pointer;
	margin-left: 6px;
}

th button.definition {
	display: block;
	margin: 2px auto;
}

button.definition:active, button.definition:focus, button.definition {
	outline: none;
}

.show button.definition, button.definition.show {
	background-position: top center;
}

.hide button.definition, button.definition.hide  {
	background-position: bottom center;	
}

.term-definition {
	padding: 0;
}

.page-id-17 .term-definition p {
	background-color: #fff;
	background: rgba(255,255,255,0.8);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	padding: 10px;
	display: block;
	color: #000;
	font-size: 11px;
}

td.plano p {
	line-height: 1.2;
	margin-left: 12px;
	background-color: #fff;
	background: rgba(255,255,255,0.8);
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	position: relative;
	top: -20px;
	margin-bottom: -12px;
	color: #000;
	padding: 12px 10px 8px 10px;
	font-size: 11px;
}

td.plano p.hidden {
	display: none;
}

table.planos td.frequencia1, table.planos th.frequencia1 {
	padding: 0;
}

table.planos th {
	vertical-align: bottom;
	font-size: 11px;
}

table.horarios th {
	font-size: 11px;
	vertical-align: center;
}

table.horarios td {
	padding: 0.3em 8px;
	background-color: #fff;
	text-align: center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	font-size: 10px;
}

table.horarios tr:first-child th:first-child {
	background: none;
}

th span, table.horarios th {
	background-color: #000;
	background: rgba(0,0,0,0.7);
	padding: 3px 8px;
	text-align: center;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	color: #fff;
}

th span {
	display: block;
}

td span.details-value {
	padding: 8px 6px;
	color: #fff;
	text-align: center;
	font-size: 20px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	text-shadow: 0px 0px 5px rgba(0,0,0,.85);
	display: block;
}

th.plano span {
	background: none;
	text-indent: -9999px;
}

tr.plano-laranja td span.details-value {
	background-color: #f89c1c;
}

tr.plano-laranja td h3 {
	background-color: #f15f03;
}

tr.plano-verde td span.details-value {
	background-color: #bfd42f;
}

tr.plano-verde td h3 {
	background-color: #8fb009;
}

tr.plano-uva td span.details-value {
	background-color: #b13bb3;
}

tr.plano-uva td h3 {
	background-color: #7b0e7e;
}

td.convidados, td.frequencia2, td.desconto {
	background: url(i/plus2.png) no-repeat left center;
}

td.preco {
	background: url(i/equals.png) no-repeat left center;
}

div.dignostico {
	background-color: #000;
	background: rgba(0,0,0,0.4);
	color: #fff;
	padding: 16px;
	margin: 10px 0 30px 0;
}

.page-id-17 p {
	color: #fff;
}

div.planos-horarios {
	width: 624px;
	float: left;
}

div.planos-horarios h2:first-child {
	width: 944px;
}

div.planos-extra {
	width: 272px;
	float: right;
	background-color: #000;
	background: rgba(0,0,0,0.75);
	padding: 0 16px 32px 16px;
	color: #fff;
	position: relative;
	top: 75px;
	margin-bottom: 80px;
	
}

div.planos-extra p {
	color: #fff;
}

/* Posts */

.entry-content blockquote, .entry-content p, .entry-content li {
	margin: 10px 0;
}
.entry-content cite {
	margin-left: 32px;
}
.entry-content blockquote {
	border-left: 3px solid #ddd;
	margin-left: 22px;
	padding-left: 8px;
}

.entry-content ul {
	list-style-type:square;
	margin-left: 32px;
}

.entry-content ol {
	list-style-type:decimal;
	margin-left: 32px;
}

.entry-content pre {
	background-color: #fff;
	padding: 8px;
	display: block;
	font-family: "Courier New", Courier, monospace;
}

.entry-content code {
	font-family: "Courier New", Courier, monospace;
}

.entry-content dt {
	font-weight: bold;
}

.entry-content dd {
	margin-left: 32px;
}

.entry-content table
{
	margin: 10px 0;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	background-color: rgba(255,255,255,0.2);
}

.entry-content table caption {
	font-weight: bold;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-bottom: 3px;
}

.entry-content th
{
	font-weight: normal;
	color: #000;
	padding: 10px 8px;
	border-bottom: 2px solid #000;
}

.entry-content td
{
	border-bottom: 1px solid #ccc;
	padding: 6px 8px;	
}

.hentry img {
	max-width: 808px;
	border: 4px solid #222;
	height: auto;
	}	

.wp-caption {
	max-width: 816px;
	background: #222;
	text-align: center;
	}
.wp-caption .wp-caption-text {
	margin: 0;
	padding: 0 4px 4px 4px;
	text-align: center;
	font-size: 10px;
	line-height: 1.2;
	color: #fff;
	}
.wp-caption img {
	margin: 0 auto;
	padding: 0;
	}
	
.wp-caption a {
	border: none;
}	

.aligncenter {
	text-align: center;
}
	
.alignright, .alignleft, .hentry img.alignright, .hentry img.alignleft  {
	max-width: 464px;
}	
	
.alignleft img, .alignright img {
	max-width: 456px;
	height: auto;
}

.alignright, .hentry img.alignright {
	float: right;
	margin: 0 0 5px 16px;
}

.alignleft, .hentry img.alignleft {
	float: left;
	margin: 0 16px 5px 0;
}

/* Clube */

body.page-template-page-clube-php div.img-container {
	padding: 16px;
	background-color: #000;
	background: rgba(0,0,0,0.5);
}

body.page-template-page-clube-php div.img-container img {
	width: 912px;
}

div.clube-info {
	position: relative;
}

div.clube-intro {
	position: absolute;
	z-index: 2;
	top: 16px;
	right: 16px;
	width: 592px;
	padding: 0 16px;
	background-color: #F89C1C;
	color: #000;
}

div.clube-map {
	position: relative;
}

div.clube-map ul {
	position: absolute;
	height: 458px;
	width: 912px;
	top: 16px;
	left: 16px;
	z-index: 5;
}

li.clube-item {
	position: absolute;
	overflow: visible;
	border: 3px dashed #eee;
	border: 3px dashed rgba(0,0,0,.2);
	margin: 0;
	transition: all 0.1s ease-in;
	-moz-transition: all 0.1s ease-in;
	-webkit-transition: all 0.1s ease-in;
}

li.clube-item:hover {
	border: 3px dashed #9D278A;
	z-index: 300;
}

li.clube-item p {
	color: #fff;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background-color: #000;
	padding: 12px;
	margin: 0;
	width:120px;
	font-size: 11px;
}

li.clube-item p strong {
	color: #BFD42F ;
}

li.clube-item div.clube-details {
	position: absolute;
	padding-left: 15px;
	background-image: url(i/triangle.png);
	background-repeat: no-repeat;
	background-position: left bottom;
    display:none;
}

#mesa-comunal {
	height:230px;
	left:295px;
	top:120px;
	width:185px;
}

#mesa-comunal div.clube-details {
	left:195px;
	top:-50px;
}

#pufes {
	height:320px;
	left:585px;
	top:100px;
	width:280px;
}

#pufes div.clube-details {
	right:290px;
	top:30px;
	background-position: right bottom;
	padding: 0 15px 0 0;
}

#terminais {
	height:70px;
	left:295px;
	top:360px;
	width:185px;
}

#terminais div.clube-details {
	left:195px;
	top:-95px;
}

#aquario {
	height:115px;
	left:130px;
	top:85px;
	width:80px;
}

#aquario div.clube-details {
	left:90px;
	top:-20px;
	background-position: left 15px;
}

#multimidia {
	bottom:0px;
	height:130px;
	left:0px;
	width:250px;
}

#multimidia div.clube-details {
	left:260px;
	top:-70px;
}

/* Contato */

div.contact-form > p {
	font-size: 14px;
	margin: 15px 0;
}

div.visit-form {
	padding: 0 16px 16px 16px;
	background-color: #000;
	background: rgba(0,0,0,0.9);
	color: #fff;
}

div.visit-form input[type="text"], div.visit-form textarea, div.visit-form select {
	max-width: 274px;
}

/* Archive and Single */

.hentry {
	padding: 8px 16px 12px 112px;
	background-color: #000;
	background: rgba(0,0,0,.6);
	color: #fff;
	position: relative;
	}
	.archive.category-cursos .hentry {
		padding-left: 16px;
		}

.hentry h1, .hentry h2, .hentry h3 {
	line-height: 1.2;
}

.single .hentry {
	background-color: #fff;
	color: #000;
	clear: both;
	padding-top: 24px;
}

.single .hentry iframe {
	margin-top: 20px;
	height: 80px;
}

.single .hentry h1 {
	text-transform: none;
	text-shadow: none;
	color: #330D2D;
	font-size: 42px;
}

.planos-extra .hentry {
	background-color: transparent;
	padding: 0;
	border-top: 2px dashed #666;
	margin-top: 20px;
}

.hentry .published {
	text-transform: uppercase;
	border: none;
	background-color:#330D2D;
	padding: 3px 6px;
	color:#E0B1E1;
	font-size: 10px;
	text-align: center;
	position: absolute;
	top: 24px;
	left: 16px;
}

.single .hentry .published {
	top: 40px;
}

.home #news.section .hentry {
	background-color: #000;
	background:  rgba(0,0,0,0.55);
	float: left;
	width: 352px;
	margin-right: 16px;
	color: #eee;
	padding-left: 16px;
}

.home #news.section h2 {
	border: none;
}

.calltoaction {
	border: 2px dashed #BFD42F;
	padding: 0 16px;
	margin-top: 20px;
	font-weight: bold;
	}

span.next {
	float: right;
}

span.prev {
	float: left;
}

div.entry-back {
	background-color: #000;
	background: rgba(0,0,0,.75);
	padding: 5px 10px;
	float: left;
	margin-left: 16px;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
}

/* Form */

label {
	margin: 3px 0;
	line-height: 1.2;
}

input, textarea, select {
	margin: 2px 0 5px 0;
}

input[type="text"], input[type="password"], textarea {
	background-color: #fff;
	border: 2px solid #bbb;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 5px;	
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
	background-color: #f8f8ce;
	outline: none;
	border: 2px solid #D97E00;
}

input[type="submit"], input[type="reset"] {
	cursor: pointer;
	padding: 6px 8px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	font-size: 13px;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

input[type="submit"]:active, input[type="reset"]:active {
	position:relative;
	top: 1px;
	left: 1px;
}

input[type="submit"] {
	border: 1px solid #7b0e7e;
	background-image: -moz-linear-gradient(0% 50% 270deg,#b13bb3, #7b0e7e);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#b13bb3), to(#7b0e7e), color-stop(1,#b13bb3));
	background-color: #b13bb3;
	color: #fff;
}

input[type="submit"]:hover {
	background-image: -moz-linear-gradient(0% 0% 270deg,#b13bb3, #7b0e7e);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 50%, from(#b13bb3), to(#7b0e7e), color-stop(1,#b13bb3));
	background-color: #7b0e7e;
}

input[type="reset"] {
	border: 1px solid #e4e4e4;
	background-image: -moz-linear-gradient(0% 50% 270deg,#FFFFFF, #EDEDED);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFFFFF), to(#EDEDED), color-stop(1,#EDEDED));
	background-color: #efefef;
	color: #404040;
}

input[type="submit"] {
	margin: 10px 8px 0 0;
}

img[alt="captcha"] {
	margin-top: 10px;
}

span.wpcf7-not-valid-tip-no-ajax {
	background-color: #cc0000;
	color: #fff;
	font-size: 11px;
	padding: 0 2px;
}

div.wpcf7-validation-errors  {
	border:2px solid #cc0000;
	background-color: #000;
	background: rgba(0,0,0,0.75);
	color: #fff;
}

div.wpcf7-mail-sent-ok  {
	border:2px solid #BFD42F;
	background-color: #fff;
	color: #000;
}


/* Footer */

#footer .vcard {
	text-align: center;
	width: 930px;
	margin: 0 auto;
	padding-left: 30px;
}

#footer .vcard div {
	float:left;
	padding: 0.3em 6px;
	background-color: #000;
	background: rgba(0,0,0,0.8);
	margin: 0 3px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	color: #fff;
	font-size: 10px;
}

#footer .vcard div a {
	border: none;
	color: #fff;
}

#footer .vcard div a:hover {
	color: #f89c1c;
}

#footer .vcard .fn {
	font-weight: normal;
}

#footer .credits-copyright {
	margin-top: 10px;
	font-weight: bold;
}

#footer .credits-copyright p {
	display: inline;
	margin-right: 4px;
	padding-right: 7px;
	border-right: 1px dotted #333;
	color: #000;
}

#footer .credits-copyright a {
	color: #000;
	border-bottom-color: #000;
}

#footer .credits-copyright small {
	font-size: 10px;
}

#partnerships {
	text-align: center;
	padding: 10px 0;
	background: url(i/header-bg.jpg) repeat-x top left #c0bfbe;
}

#partnerships a {
	border: none;
}

/* 404 */

.error404 .content {
	background-color: #fff;
	padding: 32px;
	-moz-border-radius: 16px;
}

.error404 .content h1 {
	color: #330D2D;
	text-shadow: none;
}

/* Clearing Floats */

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
