@charset "utf-8";

/*
Media: Screen, Projection
--
Author: 2012, Mikael Carrara.
URL: http://mikaelcarrara.com/
*/

@import "pa-core.css";
/* Aside */

aside {
	width:200px;
	margin:140px 40px 0 0;
	*margin:100px 40px 0 0;
	font-size:12px;
	float:left;
}

aside p {
	margin:0 0 20px 0;
}

nav {
	width:200px;
	float:right;
}

nav ul > li {
	margin:0 0 10px 0;
	padding:10px 0 0 0;
	border-top:#eff7f3 1px solid;
}

nav ul > li:first-child, nav li ul li {
	padding:0 0 0 0;
	border:none;
}

nav li ul {
	margin:7px 0 0 0;
}

li ul li {
	margin:0 0 5px 10px;
}

#current {
	color:#a4b9d5;
}


/* Content */

#content {
	width:70%;
	float:right;
}

#login-page #content {
	margin-left:68px;
	float:left;
}

#goto_app {
	width:914px;
	height:218px;
	display:block;
	position:absolute;
	top:0;left:0;
}

.aviso {
	width:890px;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background:#eee;
	margin:15px 0 30px 0;
	padding:15px 20px 15px 20px;
	float:left;
}

#donate {margin:20px 0 0 0}

	
/* Team */

#team {
	width:100%;
    margin:5px 0 0 0;
	float:left;
}

#team li {
	width:200px; height:39px;
	margin:0 0 25px 0;
	padding:0 0 0 55px;
	line-height:20px;
	color:#c2d0e2;
	font-size:12px;
	float:left;
}

#guy-01, #guy-02, #guy-03, #guy-04 {background:url(../img/sprite-team.png) no-repeat}

#guy-01 {background-position:0 0}
#guy-02 {background-position:0 -40px}
#guy-03 {background-position:0 -80px}
#guy-04 {background-position:0 -120px}

#team h4 {
    margin:0;
}


/* Services */

#services-oauth {
	width:100%;
	border-radius:4px;
	margin:-44px 0 0 135px;
	float:left;
}

#services-oauth li {
	width:auto !important; height:50px;
	margin:0 0 0 8px !important;
	float:left;
}

#services-oauth li:first-child {
	margin-left:0 !important;
}

#services-oauth a {
	border-radius:4px;
	width:92px; height:50px;
	background:url('../img/services.png') no-repeat;
	border:#eff7f3 1px solid;
	text-indent:-9999px;
	outline:none;
	float:left;
}

#services-oauth a:hover {
	border:#e4eae7 1px solid;
}

a#google-o {background-position:0 0}
a#facebook-o {background-position:0 -50px}
a#twitter-o {background-position:0 -100px}
a#openid-o {background-position:0 -150px}

a#google-o:hover {background-position:-92px 0}
a#facebook-o:hover {background-position:-92px -50px}
a#twitter-o:hover {background-position:-92px -100px}
a#openid-o:hover {background-position:-92px -150px}


/* Forms */

input[type="text"], input[type="password"], input[type="email"], textarea, select {
	border-radius:4px;
	width:276px; height:40px;
	font:12px "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border:#e4eae7 1px solid;
	padding:0 10px 0 10px;
	line-height:40px;
	outline:none;
	color:#8b9aad;
	float:left;
}

select {
    width:298px;
	height:auto !important;
	padding-top:10px;
	padding-bottom:10px;
}

textarea {
    height:100px; max-height:150px; min-height:90px;
    max-width:276px; min-width:276px;
    padding-top:10px;
    padding-bottom:10px;
}

/*- formulários */

.style-form {
	border-radius:4px;
	width:538px;
	border:#eff7f3 1px solid;
	background:#f8fcfa;
	margin:30px 0 0 0;
	padding:25px 20px 25px 20px;
	float:left;
}

.style-form ul > li {
	width:100%;
	margin:10px 0 0 0;
	float:left;
}

.style-form li:first-child {
	margin:0;
}

.style-form span {
	width:120px;
	text-align:right;
	margin:0 15px 0 0;
	line-height:40px;
	float:left;
}

.ser {
	margin-top:20px !important;
}

.style-form span:hover {
	color:#c2d0e5;
}

.warn-val {
	border:2px solid rgba(228, 0, 0, 0.8)!important
}

.success-val {
	border:1px solid #6DA24B!important
}
/*-*/

#but-01, .but-01 {
	border-radius:4px;
	width:94px; height:40px;
	background:#78ae08;
	text-align:center;
	line-height:40px;
	margin:0 0 0 135px;
	float:left;
	color:#ecf2df;
	display:block;
}

#but-01:hover {
	text-decoration:none;
	background:#78ae08;
	color:#fff;
	cursor: pointer;
}

#but-01:active {
	background:#8ac80d;
}

#but-02 {
	margin:10px 0 0 30px;
	float:left;
}

/*-*/
#participar {
    margin:0 0 30px 0;
}


/* Como funciona */

#topics {
	width:100%;
	float:left;
}

#topics li {
	width:100%;
	margin:20px 0 0 0;
	float:left;
}

#topic-01 span, #topic-02 span, #topic-03 span, #topic-04 span {
	width:60px; height:60px;
	background:url(../img/sprite-topics.png) no-repeat;
	margin:35px 0 0 0;
	text-indent:-9999px;
	float:left;
}

#topic-01 span {background-position:0 0}
#topic-02 span {background-position:0 -60px}
#topic-03 span {background-position:0 -120px}
#topic-04 span {background-position:0 -180px}

#topics div {
	width:600px;
	float:right;
}


/* Questions */

.questions {
    margin:20px 0 0 0;
    float:left;
    clear:both;
}

.questions li {
    margin:20px 0 0 40px;
    list-style-type:circle;
    float:left;
    clear:both;
}

.questions li:first-child {
    margin-top:0;
}


/* Sample List */

.sample-list {
	width:100%;
	margin:20px 0 25px 0;
	float:left;
}

.sample-list li {
	width:100%;
	list-style-type: square;
	margin:3px 0 0 40px;
	float:left;
}

.sample-list li:first-child {
	margin-top:0;
}


/* Items List */

.items-list {
	width:100%;
	margin:20px 0 25px 0;
	float:left;
}

.items-list li {
    width:550px;
	border:#eff7f3 1px solid;
	background:#f8fcfa;
	margin:30px 0 0 0;
    padding:15px 15px 0 15px;
	float:left;
}

.items-list li:first-child {
	margin-top:0;
}

.items-list h4 {
	margin:0 0 5px 0;
}

.items-list p {
    margin:10px 0 10px 0 !important;
}


/* Footer */

footer {
	width:100%; height:388px;
	background:#ccc url("../img/bg.jpg") center bottom no-repeat;
	text-align:center;
	text-indent:-9999px;
	float:left;
}

footer p {
	width:100%;
	margin:0;
}

/* página do Garduino */
.garduino-fotos {
	position:relative;float:left;clear:both;
	width:100%;
	height:390px;
	margin-top:-45px;
}
.foto {
	position: absolute;
	border: 5px solid #EEE;
	border-bottom: 18px solid #EEE;
	-moz-box-shadow: 2px 2px 3px #333333;
	-webkit-box-shadow: 2px 2px 3px #333;
	box-shadow: 2px 2px 3px #333;
}
.foto, .foto img {
	width: 200px;
	height: 200px;
	xoverflow: hidden;
}

figcaption {
	font-size:9px;
	text-align: center;
	line-height:10px;
}
.foto {
	top: 84px;
	left: 0;
	-moz-transform: rotate(23deg);
	-webkit-transform: rotate(23deg);
	transform: rotate(23deg);
}

.foto-2 {
	left: 180px;
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
}

.foto-3 {
	left: 385px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

#garduino-autor, .garduino-autor {font-size:12px;line-height:18px;}
.photo {margin-right: 8px;float:left;}
#garduino-autor p, .garduino-autor p { margin:5px 0 5px 10px;}
.garduino-autor h4 {margin-top:0;}
/* hackathon */
.vcard  {float:left;clear:both;width:100%;margin:10px 0}
/* Home */

#home aside {
	display:none;
}

.apelo {
	width:45%;
	margin:140px 0 20px 0; 
	font-size:23px;
	text-align:left;
	line-height: 1em;
	color:white;
	float:right;
}

/* ie 9 hack */
#home h2 {
	line-height:23px;
}

.conteudo-home {
	position:relative;
	z-index:10;
}


/* imagem que fica no fundo da home
 * pode ser sempre alterada.
 */
.img-hack {
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	width: 100%;
	height: 435px;
}


/* Ação de audiência 
  Esse container fica responsável
  sempre por receber html modificado com foco
  em ações de marketing na home.
*/
#acao {
	clear: both;
	float:right;
	width:45%;
	color:white;	
	height: 226px;
	margin:0 0 30px 0;
}

#acao blockquote, .apelo {text-shadow:1px 1px 1px #000;}

#estoque-co2 {
	width:400px;
	float:left;
	position:relative;
	top:0;
	left:0;
}
.cards-info {clear:both;}
.pergunta-usuario {
	float:left;
	width:40%;
	margin-left:51px;
}

.conheca-aplicativo {
	width:40%;
	float:left;
	margin:0 0 20px 5%;
}

#participe .conheca-aplicativo h4, #participe .pergunta-usuario h4 {
	color:#728194;
}

#participe  .conheca-aplicativo p, #participe .pergunta-usuario p {
	float:left;
	font-size:12px;
	color:black;
	text-align: left;
}

#participe .conheca-aplicativo img {float:left;}
#participe .pergunta-usuario img {float:right;}


#chamada-app {
	float:left;
	margin-left:10px;
	width:45%;
}

#chamada-app a {
	clear:both;
	line-height: 30px;
	margin-left:30px;
}

.but-01 {
	border-radius: 4px;
	width: 84px;
	height: 30px;
	background: #78ae08;
	text-align: center;
	margin: 0 0 0 10px;
	float: left;
	color: #ecf2df;
	display: block;
	line-height: 1.333;
	border: none;
}

/* fim da Ação */
#participe {
	clear:both;
	float:left;
	width:100%;

}
#participe h3 {
	color:#728194;
	font-size:30px;
	width:100%;
	text-align: center;
	margin:0;
}

#participe p {
	text-align:center;
	float:left;clear:both;
	width:100%;
	font-size:16px;
	margin:5px 0 20px 0;
	color:#ccc
}
#participe a:hover {text-decoration: none;}
#participe ul {
	width:878px; margin:0 auto;
}

#participe ul li { color:white;width:183px;height:95px; padding-left:92px;float:left;margin-right:17px;
	border-radius: 3px;
}
#participe ul li:last-child {margin-right:0;}
#participe h4 {color:white;}

#participe ul li p {font-size:12px;text-align: left;color:white;line-height: 15px;}
.cor-1 { background:#a1b571 url(../img/ajuda-sp.png) no-repeat 20px 0px}
.cor-2 {background: #c9ba5a url(../img/ajuda-sp.png) no-repeat 20px -95px}
.cor-3 {background: #8db6d7 url(../img/ajuda-sp.png) no-repeat 20px -190px}

/* - minha conta -*/
#minha-conta p {clear:both;}
#minhas-apps p {
	margin:0;
	line-height:0; 
	white-space:nowrap;
	line-height:20px;
}
#minhas-apps {
	clear:both; 
	width:100%;
}

#minha-conta form img {float:left}

#minhas-apps .style-form { margin:10px 0 0 0;}

#minhas-apps span {line-height:0;margin:0;float:none;}
.but-01 {margin:10px auto;}




