/*
Theme Name: Erika Sarti Blog 3.0
Theme URI: https://erikasarti.com/
Author: Erika Sarti
Author URI: https://erikasarti.com/
Description: Dicas de WordPress e desenvolvimento web
Version: 3.0
*/

/* tabela de cores */
/*
pink		#ba2352
chiclete	#ef5686
rosa		#f1a0a9
azulzinho	#6ab9db
azul		#22799f
*/

/* ----- ELEMENTOS BASICOS ------------------------------------------------------ */

body,
input,
textarea,
select {
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
	
a:link,
a:visited {
	color: #ba2352;
	text-decoration: none;
}

a:hover,
a:active {
	color: #22799f;
	text-decoration: underline;
}

h1 {
	font-size: 28px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

blockquote {
	color: #666;
	border-left: 3px solid #DDD;
	margin: 10px 20px;
	padding-left: 20px;
	font-style: normal;
}

#main,
.container {
	width: 980px;
	margin: auto;
}


/* ----- ANÚNCIOS DO GOOGLE ----------------------------------------------------- */

#google-header {
	width: 728px;
	height: 90px;
	margin: 0 auto 40px;
}

/* ----- MENU PRINCIPAL --------------------------------------------------------- */

#barra {
	background: #22799f;
	margin-bottom: 20px;

 	background: -moz-linear-gradient(top,  #6ab9db 0%, #22799f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ab9db), color-stop(100%,#22799f));
	background: -webkit-linear-gradient(top,  #6ab9db 0%,#22799f 100%);
	background: -o-linear-gradient(top,  #6ab9db 0%,#22799f 100%);
	background: -ms-linear-gradient(top,  #6ab9db 0%,#22799f 100%);
	background: linear-gradient(to bottom,  #6ab9db 0%,#22799f 100%);
}

#menu-superior {
	width: 700px;
	height: 50px;
	margin: 0 auto;
	float: left;
	overflow: hidden;
	font-size: 16px;
}

#menu-superior  li {
	display: inline;
	float: left;
}

#menu-superior li a:link,
#menu-superior li a:visited {
	color: #FFF;
	padding: 15px;
	display: block;
	text-decoration: none;
}

#menu-superior li a:hover,
#menu-superior li a:active {
	background: #6ab9db;
	text-decoration: none;
}

#menu-superior li ul { /* segundo nivel */
	background: #6ab9db;
	width: 240px;
	height: auto;
	margin-top: -2px;
	padding: 0;
	position: absolute;
	left: -999em;
	z-index: 9999;

	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
	-moz-box-shadow:    0px 5px 5px rgba(0,0,0,0.2);
	-ms-box-shadow:     0px 5px 5px rgba(0,0,0,0.2);
	-o-box-shadow:      0px 5px 5px rgba(0,0,0,0.2);
	box-shadow:         0px 5px 5px rgba(0,0,0,0.2);
}

#menu-superior li li {
	border: none;
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}
	
#menu-superior li li a,
#menu-superior li li a:link,
#menu-superior li li a:visited {
	border-bottom: 1px solid #FFF;
	width: 220px;
	height: auto;
	margin: 0;
	padding: 10px;
	display: block;
	font-weight: normal;
	text-decoration: none;
}

#menu-superior li li a:hover,
#menu-superior li li a:active {
	background: #22799f;
	text-decoration: none;
}

#menu-superior li:hover ul ul, #menu-superior li:hover ul ul ul, #menu-superior li.sfhover ul ul, #menu-superior li.sfhover ul ul ul {left: -999em;}
#menu-superior li:hover ul, #menu-superior li li:hover ul, #menu-superior li li li:hover ul, #menu-superior li.sfhover ul, #menu-superior li li.sfhover ul, #menu-superior li li li.sfhover ul {left: auto;}
#menu-superior li:hover, #menu-superior li.sfhover	{position: static;}

/* ----- FORM DE BUSCA ---------------------------------------------------------- */

#searchform {
	width: auto;
	margin-top: 7px;
	float: right;
}

#searchform input[type="text"] {
	color: #22799f;
	border: 1px solid #22799f;
	border-right: none;
	width: 195px;
	padding: 7px;
}

#searchform input[type="submit"] {
	background: #FFF url(../cozinha-da-kika-2.0/icones/search-20x20-preto.png) no-repeat center center;
	color: transparent;
	border-color: #22799f;
	border-left: none;
	width: 35px;
	padding: 7px;
}

/* ----- HEADER ----------------------------------------------------------------- */

#header {
	margin-bottom: 40px;
}

#header h1 {
	padding: 20px 10px 0;
	font-family: 'Satisfy', sans-serif;
	font-size: 80px;

	text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.2);
}

#header h1 a:hover {
	color: #ba2352;
	text-decoration: none;
}

#header h2 {
	color: #22799f;
	margin-left: 150px;
	font-size: 20px;
}

/* ------ CONTEÚDO ------------------------------------------------------------ */

#conteudo {
	width: 700px;
	float: left;
}

#conteudo h1 {
	margin-bottom: 20px;
}

.post {
	border-bottom: 1px solid #6ab9db;
	margin-bottom: 40px;
	padding-bottom: 20px;
}

.meta-post {
	margin: 0 0 30px;
	font-size: 13px;
}

.titulo-arquivos {
	color: #22799f;
	margin: 0 0 20px;
	font-size: 16px;
}

.lista-arquivos {
	list-style: none !important;
	margin-left: 0 !important;
}

.lista-arquivos li {
	margin: 0 0 0.3em 0 !important;
}

.lista-arquivos li:before {
	content: "\00BB";
}

.lista-data {
	color: #666;
	font-size: 12px;
}

/* ----- IMAGENS ---------------------------------------------------------------- */

#conteudo img,
img.aligncenter {
	max-width: 700px !important;
}

.wp-caption.aligncenter {
	max-width: 680px !important;
}

.wp-caption.aligncenter img {
	max-width: 100%;
}

/* ----- COMPARTILHAMENTO NAS REDES SOCIAIS ------------------------------------- */

#redes-sociais .twitter-share {
	width: 240px;
	float: right;
}

/* ------ SIDEBAR ------------------------------------------------------------- */

#sidebar {
	width: 250px;
	float: right;
}

#sidebar .widget {
	margin-bottom: 50px;
}

#sidebar .widget-titulo {
	color: #22799f;
	margin-bottom: 0.3em;
	line-height: 0.8;
	font-size: 28px;
	font-family: 'Satisfy', sans-serif;
	font-weight: normal;
	text-align: left;
}

/* ------ MÍDIAS SOCIAIS ------------------------------------------------------ */

#icones-sociais {
	height: 32px;
	margin: 0 0 50px;
}

#icones-sociais a {
	margin-left: 15px;
}

#icones-sociais .feed {
	margin-left: 0;
}

/* ----- PAGINACAO -------------------------------------------------------------- */
 
.paginacao span,
.paginacao a {
	text-decoration: none;
}

.paginacao a:hover {
	background: #22799f;
}

/* ------ COMENTÁRIOS --------------------------------------------------------- */

#comments,
#respond {
	color: #6ab9db;
	margin-bottom: 40px;
}

#commentform {
	margin-top: 20px;
}

.comentarios-info {
	width: 280px;
	float: left;
}

.comentarios-mensagem {
	width: 390px;
	float: right;
}

#commentform input[type="text"],
#commentform textarea,
#commentform input[type="submit"] {
	border-color: #6ab9db;
}

#commentform input[type="text"] {
	width: 270px;
}

#commentform textarea {
	width: 380px;
	height: 185px;
}

#commentform input[type="submit"] {
 	background: #22799f;
	width: 120px;
	margin-left: 150px;
	font-weight: bold;

	background: -moz-linear-gradient(top,  #6ab9db 0%, #22799f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ab9db), color-stop(100%,#22799f));
	background: -webkit-linear-gradient(top,  #6ab9db 0%,#22799f 100%);
	background: -o-linear-gradient(top,  #6ab9db 0%,#22799f 100%);
	background: -ms-linear-gradient(top,  #6ab9db 0%,#22799f 100%);
	background: linear-gradient(to bottom,  #6ab9db 0%,#22799f 100%);
}

#commentform input[type="submit"]:hover {
	background: -moz-linear-gradient(top,  #22799f 0%, #6ab9db 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#22799f), color-stop(100%,#6ab9db));
	background: -webkit-linear-gradient(top,  #22799f 0%,#6ab9db 100%);
	background: -o-linear-gradient(top,  #22799f 0%,#6ab9db 100%);
	background: -ms-linear-gradient(top,  #22799f 0%,#6ab9db 100%);
	background: linear-gradient(to bottom,  #22799f 0%,#6ab9db 100%);
}

.commentlist {
	margin: 0 !important;
	padding: 0;
}

.commentlist li {
	border: 1px #6ab9db solid;
	margin: 0 0 30px;
	padding: 10px;
	min-height: 55px;

	border-radius:         5px;
	-moz-border-radius:    5px;
	-webkit-border-radius: 5px;
}

.commentlist .admin {
	background: #FEFAFB;
	border-color: #f1a0a9;
}

.commentlist p {
	margin-bottom: 1em;
	line-height: 120%;
}

.commentlist .avatar {
	border: 3px #22799f solid;
	margin: 5px;
	display: block;
	float: right;
}

/* ------ RODAPÉ -------------------------------------------------------------- */

#rodape {
 	background: #22799f;
	margin-top: 40px;
	padding: 20px 0;

  	background: -moz-linear-gradient(top,  #6ab9db 0%, #22799f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6ab9db), color-stop(100%,#22799f));
	background: -webkit-linear-gradient(top,  #6ab9db 0%,#22799f 100%);
	background: -o-linear-gradient(top,  #6ab9db 0%,#22799f 100%);
	background: -ms-linear-gradient(top,  #6ab9db 0%,#22799f 100%);
	background: linear-gradient(to bottom,  #6ab9db 0%,#22799f 100%);
}

#rodape .widget-titulo {
	color: #ba2352;
	margin-bottom: 0.3em;
	line-height: 0.8;
	font-size: 30px;
	font-family: 'Satisfy', sans-serif;
	font-weight: normal;
	text-align: left;
}

#rodape a {
	color: #FFF;
}

#rodape .widget-esquerda {
	width: 35%;
	height: auto;
	float: left;
}

#rodape .widget-direita {
	width: 60%;
	height: auto;
	float: right;
}

#rodape .widget_tag_cloud { /* nuvem de tags */
	line-height: 1;
}










/* ----- VAI PRO RESET -------------------------------------------------------------- */


/* ----- PAGINACAO -------------------------------------------------------------- */

.paginacao a.label {
	margin-top: 4px;
}