/*
Theme Name: Site de Cynara B. Pamplona
Theme URI: http://www.cynarabpamplona.com.br
Description: Site em construção
Version: 1.0
Author: Lila Nascimento
Author URI: lila_nascimento@hotmail.com 
Tags: CD Anima Mundi, Livro, Cynara B Pamplona, música, piano, poesia, musicoterapia, terapeuta, terapia
*/
/* CSS Document */
@charset "utf-8";
/*----------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
   MODIFICADO
*/
html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, 
a, ul, li, article, main, footer, header, nav, section {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
/* HTML5 display-role reset for older browsers */
article, main, footer, header, nav, section { display: block;}
ul {list-style: none;}

/* Fim Eric Meyer reset */
/* utilidades */
*, *:before, *:after {
  -moz-box-sizing: border-box; 
  	-webkit-box-sizing: border-box;
   		box-sizing: border-box;
		}
.cf:before,.cf:after {content: " "; display: table;}
.cf:after { clear: both;}
.cf {*zoom: 1;}
/* Fim utilidades */
body { width: 100%; font: 62.5%/1.4 Arial, sans-serif; background-color: #F2F3F7; }
main {width:90%; margin:0 auto;}
p { font-family: Arial;	font-size: 15px; color: #333;}
	a { text-decoration: none;}
h1 {
	width: 90%;
	font-family: Georgia;
	font-size: 30px; 
	color: #000;
	line-height: 28px;
	padding: 35px 0;
	border-bottom: 1px solid #CCC;
	margin: 0 auto;
	margin-bottom: 20px;
	}
h2 {text-align: center; font-size: 16px;}

/*///MOBILE first////////////*/
.mae {width: 100%; margin: 10px auto;}
#area1 {margin-bottom: 50px;}
.topo { width:100%; text-align: center;}
	.cynara { font-family: Times New Roman; font-size: 35px; font-style: italic; font-weight: normal;}

.aviso {margin-bottom: 40px; color:#8B0B05;}

ul.item {margin-bottom: 50px;}
	ul.item li {margin-bottom: 50px;}
.item img {display: block; width: 180px; margin: 0 auto; padding-bottom: 10px;}
.item p {font-family: Times New Roman; font-size:17px; font-style: italic; font-weight: normal; text-align: center; margin: 0 auto; }
/*Area 1 - Mobile first*/

/*Rodapé - Mobile first*/
footer {text-align: center; padding-bottom:80px;}
	footer h2 { 
		display: inline-block;
		font-family: Arial; 
		font-size: 17px;
		font-weight: 500;
		width: 70%;
		border-bottom: 1px solid #999;
		padding: 10px 0;
		margin-bottom: 15px;
		}
		footer ul {width: 100%; margin-bottom: 15px;}
		footer ul li {display: inline-block; padding: 0 20px;}
			footer ul li img {width: 33px; }
	.copyright { margin: 0 auto; padding: 0 15px; }
	.copyright span { display: inline-block; width: 80%; }
	.copyright p { font-family: Times; }
/*Fim Mobile First*/

/*Viewport min-width: 800px*/	
@media screen and (min-width: 800px) {
.mae {margin-bottom: 0;}
.projetos { max-width: 700px; margin: 0 auto;}

ul.item {width: auto; padding: 0;}
ul.item li {display: inline-block; padding: 0 17px; }
.item img {width: 120px;}
footer {padding-bottom:0;}
}