/*
Theme Name: Karla Cunha
Theme URI: http://karlacunha.com.br
Description: Tema para o Blog Karlacunha.com.br
Version: 0.1
Author: Andre Nogueira
Author URI: http://andrenogueira.com.br
Tags: fixed width, two columns, widgets
*/

/* reset */
* {
margin:0;
padding:0;
list-style:none;
vertical-align:baseline;
}
/* fim do reset */

body {
	background: url(image/fundo.gif);
	font-family:Arial,Verdana,sans-serif;
	font-size: 78%;
	margin: 0;
	padding: 0;
}

p {
	margin-bottom: 8px;
	line-height: 18px;
}
a {
	color: #790101;
}

a img {
	border: none;
}

#header {
	background: url(image/header.png) top center no-repeat;
	margin: 0;
}

#header .banner {
	width: 770px;
	margin: 0 auto 0 auto;
}
#logo {
	width: 190px;
	float: left;
}
#logo a img {
	margin: 20px 24px;
}

.frase {
	float: right;
	width: 545px;
	text-align: center;
	padding-top: 90px;
}

#wrapper {
	width: 764px;
	margin: 0 auto 0 auto;
}

#content {
	float: right;
	width: 545px;
	background: url(image/conteudo.png) repeat-y;
	margin-bottom: 20px;
}

#content div {
	margin: 0 25px 20px 25px;
}

#content div div {
	margin: 0;
}

#content h2 {
	font-size: 180%;
	border-bottom: 1px solid #790101;
	margin-bottom: 5px;
	color: #790101;
}
#content h2 a {
	text-decoration: none !important;
}

#content h3 {
	font-size: 110%;
	margin:20px 0 10px;
}
#content h3 a {
	text-decoration: none !important;
}
.entry ul {
	margin: 10px 10px 20px 10px;
}
.entry li {
	margin: 5px 0 5px 20px;
	list-style: disc;
}

.entry {
	padding: 10px 0;
}

.home .entry {
	padding: 3px 0 10px 0;
}

.post {
	border-bottom: 1px solid #eeefdb;
	padding-bottom: 10px;
}

/* videos */
object {
margin: 20px 0;
display: block;
}

/* imagens */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
.aligncenter {
margin: 0 auto !important;
}
.wp-caption {
border: 1px solid #f1f1f1;
text-align: center;
padding: 5px;
margin-bottom: 15px !important;
margin-top: 15px !important;
}

/* End Images */


textarea#comment {
	width: 500px;
}

#content div.animacao {
margin: 0 0 10px 0;
}

#sidebar {
	width: 187px;
	background: url(image/sidebar-top.png) no-repeat;
	padding-top: 20px;
	line-height: 24px;
	color: #fff;
}

#sidebar li {
	padding: 10px 20px;
}


#sidebar li li {
	background: #9d9f7b;
	padding: 0;
}

#sidebar h2 {
	font-size: 16px;
	border-bottom: 1px solid #b2b397;
	padding-bottom: 3px;
	margin-bottom: 5px;
}

.widget li {
	line-height: 24px;
}
.widget_pages a {font-weight: bold;}
.widget_pages h2 {display: none;}

#sidebar a {
	color: #fff;
	text-decoration: none;
}

#sidebar a:hover {
	color: #fff;
	text-decoration: underline;
}
.page_item li {
padding-left: 10px !important;
}
#footer {
	clear: both;
	padding: 20px 10px 10px 10px;
	margin: 40px 0 0 0;
	text-align: center;
	background: url(image/footer.png) no-repeat top center;
}
#footer p {
	margin: 0;
	padding: 0;
	line-height: normal;
}
.clear {
	clear: both;
}
