/*
Theme Name: Blog Marcia Charnizon
Theme URI: http://www.marciacharnizon.com.br
Description: Descricao
Version: 1.0
Author: Cumplice e Agencia Dez
*/
* {
	margin: 0;
	padding: 0;
}
body {
	background: #ededed;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}
#wrapper {
	width: 760px;
	padding:0;
	margin: 0 auto;
}
#header {
	width: 760px;
	height: 227px;
}
#logo {
	width: 435px;
	w/idth: 510px;
	padding: 55px 0 0 75px;
	background-image: url(images/logo-marcia.gif);
	background-position: 75px 55px;
	background-repeat: no-repeat;
	float: left;
}
#link-site {
	float: right;
	line-height: 20px;
	font-size: 12px;
	background: url(images/seta.gif) right no-repeat;
	padding: 0 12px;
	margin: 0 0 10px 0;
}
#link-site a:link, #link-site a:visited {
	color: #515151;
	text-decoration: none;
}
#link-site a:hover, #link-site a:active {
	color: #000;
	text-decoration: underline;
}
h1 {
	font-size: 14px;
	color: #333;
	padding-bottom: 20px;
}
h2 {
	padding-bottom: 15px;
	font-size: 13px;
}
h2 a:link, h2 a:visited {
	color: #000;
	text-decoration: none;
}
h2 a:hover, h2 a:active {
	color: #000;
	text-decoration: underline;
}
p {
	padding-bottom: 10px;
}
a:link, a:visited {
	color: #515151;
	text-decoration: underline;
}
a:hover, a:active {
	color: #000;
}
/***************************** posts - coluna esquerda ***************************/
#esquerda {
	width: 460px;
	w/idth: 510px;
	padding: 25px 25px 15px 25px;
	background: url(images/bg-posts.gif);
	float: left;
}
.post-fotter  {
	color: #333;
	font-size: 10px;
	padding-bottom: 35px;
}
.post-fotter a:link, .post-fotter a:visited {
	color: #333;
	text-decoration: none;
}
.post-fotter a:hover, .post-fotter a:active {
	text-decoration: underline;	
}
/***************************** sidebar - coluna direita *************************/
#direita {
	width: 200px;
	float: right;
}
.box {
	/*background: url(images/box-bottom.gif) bottom no-repeat;*/
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #515151;
	font-size: 10px;
}
.box h3 {
	/*background: url(images/box-top.gif) top no-repeat;*/
	padding: 3px 3px 10px 5px;
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
a.site:link, a.site:visited {
	padding: 3px 3px 10px 5px;
	color: #000;
	text-decoration: none;
	display: block;
	margin: 0 0 10px 0;
}
a.site:hover, a.site:active {
	text-decoration: underline;
}
.box h2 {
	display: none;
}
.box ul {
	list-style: none;
}
.box ul li {
	background: url(images/bullet.gif) 5px 5px no-repeat;
	padding-left: 16px;
	clear: both;
	padding-bottom: 10px;
}
.box input, .box select {
	margin-left: 10px;
}
/********************************** comentrios ***************************/
ul.commentlist {
	list-style: none;
}
.commentlist {
	font-size: 11px;
	color: #515151;
}
.commentlist p  {
	padding: 0 0 15px 0;
}
.post-info {
	color: #999;
	font-size: 10px;
}
.comment-author {
	color: #000;
}
/*************** formulrio de comentrio ***************************/
h2#comments, h2#respond {
	padding-top: 20px;
	color: #000;
}
form#commentform  label {
	float: left;
	width: 80px;
	color: #515151;
}
form .btn {
	margin-left: 80px;
}
/***************************** formulrio de arquivo ********************/
#archiveform select {
	width: 180px;
}
/***************************** formulrio de busca **********************/
#searchform input {
	width: 145px;
	display: inline;
}
#searchform input#searchsubmit {
	width: 25px;
}
/* links da marcia (twitter / facebook) */
#box-links {
	overflow: hidden;
	display:block;
	_height: 1%;
	clear: both;
	padding: 0 0 15px 0;
}
#box-links ul {
	list-style: none;
}
#box-links ul li {
	float: left;
	margin: 0 5px 0 5px;
	padding: 0 0 0 0;
	border: 0;
	background: none;
	list-style: none;
	clear: none;
	
}