@import url('reset.css');
@import url('styled-elements.css');

.clear{
	clear:both;
	height:1px;
}


.alignleft{
	float: left;
	margin: 5px 10px 5px 0px;
}

body {
	line-height: 1;
	color: #51565b;
	background: #f1f1f1 url(../img/bg/patterns/noise.png);
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-font-smoothing: antialiased;
}

h1,h2,h3{ 
	line-height: 1.4em;
}

h1{ font-size: 30px; }

h2{ 
	font-size: 28px;
	font-weight: 200;
	font-style: italic;
	color: #a32a21;
	margin-bottom: 20px;
}

h3{ font-size: 21px; }


.wrapper{
	max-width: 1100px;
	margin: 0px auto;
	position: relative;
}

#header{
	height: 117px;
	position: relative;
	z-index: 10;
	background: #2a2d30 url(../img/header-glow.png) top center no-repeat;
}


#main{
	width: 95%;
	margin:auto;
}

#content{
	overflow: hidden;
	margin: 50px 0;
	line-height: 1.5em;
}

#logo{
	margin-top: 18px;
}

#menu {
	float: right;
	position: relative;
	bottom: 20px;
	width: 730px;
}

#minha_agenda {
	float: right;
	color: #9f2f29;
	background: #fff;
	padding: 10px 30px;
	border-radius: 0 0 10px 10px;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Buenard', serif;
}
#minha_agenda:hover {
	background:#CCC;
	
}

#content a{
	color: #37b2d1;
}

#content p{
	margin-bottom: 20px;
}

#content .line-divider{
	clear: both;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#nav{
	float: right;
}

#nav li{
	display: block;
	float: left;
	margin-right: 28px;
	padding-bottom: 17px;
}


#nav li a{
	font-size: 21px;
	font-family: 'Buenard', serif;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	margin-top: 20px;
	text-shadow: 0px -2px rgba(0, 0, 0, .8);
}

#nav li:hover{
	color: #bac0c9;
	background: url(../img/triangulo.png) no-repeat bottom;
}

#nav li:active{
	color: #bac0c9;
	background: url(../img/triangulo.png) no-repeat bottom;
}


.painel ol {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
}
.painel li {
    display: block;
    margin-bottom: .5em;
}
.painel li:before {
    display: inline-block;
    content: counter(item) "";
    counter-increment: item;
    background: #9f2f29;
    color: white;
    display: inline-block;
    border-radius: 50%;
	margin-right: 10px;
	padding: 0 7px;
	height: 20px;
	width: 6px;
	font-size: 10px;

}
.splash {
margin-top: 135px;
}
.planos {
	width: 400px;
	margin: 40px;
}
.planos img {
	margin-bottom: 15px;
}
.planos ol {
    counter-reset: item;
    margin-left: 0;
    padding-left: 0;
}
.planos li {
    display: block;
    margin-bottom: .5em;
}
.planos li:before {
    display: inline-block;
    content: counter(item) "";
    counter-increment: item;
    background: #282828;
    color: white;
    display: inline-block;
    border-radius: 50%;
	margin-right: 10px;
	padding: 0 7px;
	height: 20px;
	width: 6px;

}


#bottom{
	position: relative;
	width: 100%;
	font-size: 12px;
	line-height: 1.5em;
	line-height: 60px;
	color: #868686;
	background: #222426 url(../img/bottom-shadow.png) repeat-x;
}

#bottom #bottom-text{
	width: 600px;
	overflow: hidden;
	margin-left: 30px;	
}

#bottom a{
	color: #AFEAF9;
	text-decoration: none;
}

.social{
	padding: 26px;
	/* right: 0px; */
	/* display: block; */
	/* overflow: hidden; */
	/* width: 21px; */
	/* margin: auto; */
	float: left;
}

.social li{
	display: block;
	width: 32px;
	height: 32px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.social a{
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9000px;
}

#bottom .social a:hover{
	background-position: 0px -32px;
}

#texto-copyright {
text-align: center;
padding: 10px;
font-size: 11px;
color: #fff;
}

#page-title{
	overflow: hidden;
	height: 103px;
	margin-bottom: 30px;
	background:  url(../img/tabs-divider.png) repeat-x bottom center;
	text-shadow: 1px 1px rgba(255, 255, 255, 1);
}

#page-title .title{
	display: block;
	float: left;
	font-size: 40px;
	line-height: 103px;
	margin-left: 30px;
}

#page-title .subtitle{
	display: block;
	float: left;
	margin-left: 30px;
	font-size: 14px;
	margin-top: 4px;
	line-height: 103px;
	color: #929191;
	font-style: italic;	
}
/*
.one-column{
	width: 30%;
	float: left;
	margin: 47px 4% 0 4%;
}
*/
.one-column{
	width: 438px;
	float: left;
	margin-left: 30px;
}

.one-half {
	position: relative;
    margin-left: 4%;
    float: left;
	width: 48%;
	}

/* FORMS ------------------------------------------------------------*/

#idtUFContato {
margin-bottom: 10px;
}


#sc-contact-form,
#contactForm,
#commentform,
#contactForm,
{
	margin-bottom: 18px;
}

#sc-contact-form input,
#sc-contact-form textarea,
.admin-form input,
.admin-form textarea,
#contactForm input,
#contactForm textarea,
#contactForm select,
#commentform input,
#commentform textarea,
#experimenteForm input,
#experimenteForm textarea,
#experimenteForm select,
#AssineForm input,
#AssineForm textarea,
#AssineForm select
{
	padding: 0 15px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	height: 30px;
	width: 314px;
}

#sc-contact-form input,
.admin-form input,
#contactForm input,
#commentform input,
#AssineForm input,
#experimenteForm input
{
	width: 282px;
}

#sc-contact-form textarea,
.admin-form textarea,
#contactForm textarea,
#commentfo,rm textarea
#experimenteForm textarea
{
	width: 282px;
}

#sc-contact-form #submit,
.admin-form #submit,
#contactForm #submit,
#commentform input#submit,
#AssineForm #submit,
#experimenteForm #submit
{
	width: 100px;
	margin: 21px 0px;
	padding: 5px 0px;
	color: #f1f1f1;
	
	background: #515558;
	background: -webkit-gradient(linear, left top, left bottom, from(#515558), to(#131313)); 
	background: -moz-linear-gradient(top,  #515558,  #131313);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#515558', endColorstr='#131313', GradientType=0);
	
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,.5); 
	box-shadow: 0px 1px 2px rgba(0,0,0,.5);
	
	border: 1px solid transparent;
}

#sc-contact-form #submit:hover,
.admin-form #submit:hover,
#contactForm #submit:hover,
#commentform input#submit:hover,
#AssineForm input#submit:hover,
#experimenteForm #submit:hover
{
	background: #515558;
	background: -webkit-gradient(linear, left top, left bottom, from(#131313), to(#515558)); 
	background: -moz-linear-gradient(top,  #131313,  #515558);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#131313', endColorstr='#515558', GradientType=0);
	
	
	
}

#sc-contact-form input,
#sc-contact-form textarea,
.admin-form input,
.admin-form textarea,
#contactForm input,
#contactForm textarea,
#commentform input,
#commentform textarea,
#experimenteForm input,
#experimenteForm textarea,
#AssineForm input,
#AssineForm textarea
{
	color: #606060;
	font-size: 14px;
}

#sc-contact-form label,
.admin-form label,
#contactForm label,
#commentform label,
#experimenteForm label,
#AssineForm label
{
	display: block;
	font-size: 14px;
	line-height: 2.5em;
	font-weight: light;
}


	
.last {
    margin-right: 0 !important;
    clear: right;
}	



#intro {
	text-align: center;
}
#intro .middle {
	padding: 0 25px;
	-webkit-box-shadow: 10px 0px 10px -10px rgba(50, 50, 50, 0.25), -10px 0px 10px -10px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    10px 0px 10px -10px rgba(50, 50, 50, 0.25), -10px 0px 10px -10px rgba(50, 50, 50, 0.25);
	box-shadow:         10px 0px 10px -10px rgba(50, 50, 50, 0.25), -10px 0px 10px -10px rgba(50, 50, 50, 0.25) ;
}
.first {
	float: left;
	width: 28%;
	padding-right: 3%;
}
.middle {
	float: left;
	width: 34%;
}
.last {
	float: right;
	width: 28%;
}
#intro ol li {
	text-align: left;
	padding-bottom: 10px;
	font-size: 15px;
	line-height: 1.3;
}

/* Pennant */

		.pennant
		{
			position: relative;
			display: inline-block;
			background-color: #2f3438;
			width: 9em;
			padding: 1.5em 0 0.5em 0;
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			margin: 0 0 4em 0;
		}
		
			.pennant:after
			{
				content: '';
				position: absolute;
				bottom: -1.98em;
				left: 0;
				border-top: solid 2em #2f3438;
				border-left: solid 4.5em transparent;
				border-right: solid 4.5em transparent;
			}
		
			.pennant span
			{
				display: block;
				margin: 0 auto;
			}
			
				.pennant span:before
				{
					font-size: 3.5em;
					color: #fff;
				}

			.pennant-alt
			{
				background-color: #F4D28A;
			}
			
				.pennant-alt:after
				{
					border-top-color: #F4D28A;
				}

			.pennant-alt2
			{
				background-color: #A581B5;
			}
			
				.pennant-alt2:after
				{
					border-top-color: #A581B5;
				}



@media (max-width: 10px) { 
.first {
	float:none;
	width: 100%;
	padding-right: 0;
	}
#intro .middle {
	float: none;
	width: 100%;
	padding: 0;
}
.last {
	float: none;
	width: 100%;
}

}