/*
Theme Name: Moderado Medíocre
Theme URI: http://meiaduzia.com.br/moderadomediocre
Description: Theme of the blog Eduardo Cuducos, moderado medíocre.
Author: Eduardo Cuducos
Version: 1.0
Tags: cuducos, newspaper, moderado medíocre
*/

body {
	background: #fff url(imgs/paper.light.jpg) repeat center top;
}

/* sidebar */

#rss {
	height: 60px;
	background: transparent url(imgs/sprite.black.gif) no-repeat 878px -480px;
}

#rss a {
	display: block;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	margin: 14px 0 0 14px;
}

#sidebar h1 a {
	display: block;
	width: 220px;
	height: 245px;
	background: transparent url(imgs/sprite.black.gif) no-repeat 0 0;
	text-indent: -9999px;
}

#sidebar ul,
#sidebar ul li {
	margin:0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}

#sidebar ul li {
	margin-bottom: 3em;
}

#sidebar li li {
	margin-bottom: 0;
}

#sidebar ul li h3 {
	width: 100%;
	height: 60px;
	margin: 0;
	background: transparent url(imgs/sprite.black.gif) no-repeat;
	text-indent: -9999px;
}

#sidebar ul li#search h3 { background-position: 0 -300px; }
#sidebar ul li#tags h3 { background-position: 0 -360px; }
#sidebar ul li#links h3 { background-position: 0 -420px; }

#sidebar a {
	color: #000;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* post */

h2.archive {
	text-align: center;
}

div.page,
div.post {
	background: transparent url(imgs/hr.gif) no-repeat center bottom;
	padding-bottom: 120px;
	margin-bottom: 3em;
}

div.post p.date {
	line-height: 1;
	font-size: 12px;
}

div.post p.tags {
	margin-bottom: 0;
}

div.page a,
div.post a {
	color: #443519;
	text-decoration: none;
}

div.page a:hover,
div.post a:hover {
	color: #000;
	text-decoration: underline;
}

div.page h2 a,
div.post h2 a,
div.post .tags a {
	color: #000;
	text-decoration: none;
}

div.post .tags {
	text-align: center;
}

div.post .tags a:hover {
	text-decoration: underline;
}

div.page h2 a:hover,
div.post h2 a:hover {
	text-decoration: none;
}

div.page hr,
div.post hr {
	height: 20px;
	background: transparent url(imgs/sprite.black.gif) no-repeat 0 -560px;
	border: 0;
}

div.page blockquote,
div.post blockquote {
	margin-left: 80px;
	font-size: 12px;
}

/* comments */

#comments-title {
	font-size: 120%;
}

.commentlist, .commentlist * {
	list-style-type: none;
}

.commentlist p {
	margin: 0;
}

.commentlist li {
	margin-left: 0;
	padding-left: 0;
}

.commentlist li.depth-2 {
	margin-left: 16px;
}

.commentlist li.depth-3 {
	margin-left: 32px;
}

.commentlist li.depth-4 {
	margin-left: 48px;
}

.commentlist li.depth-5 {
	margin-left: 64px;
}

.commentlist dt {
	font-weight: bold;
}

/* nav */

#nav p {
	width: 250px;
	float: left;
}

#nav p.next	 {
	float: right;
	text-align: right;
}

#nav p a {
	color: #999;
	text-decoration: none;
}


#nav p a:hover {
	color: #000;
	text-decoration: underline;
}

/* footer */

#footer {
	clear: both;
	background: transparent url(imgs/paper.dark.ripped.gif) repeat-x center top;
	padding: 48px 0 0 0 ;
	margin: 3em 0 0 0;
	color: #443519;
}

#footer a {
	color: #443519;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

#FooterWrap {
	background: transparent url(imgs/paper.dark.jpg) repeat center top;
	padding: 48px 0 3em 0;
}

#about h3 {
	height: 60px;
	background: transparent url(imgs/sprite.brown.gif) no-repeat;
	text-indent: -9999px;
}

#acknowledges h3 {
	height: 60px;
	background: transparent url(imgs/sprite.brown.gif) no-repeat 0 -60px;
	text-indent: -9999px;
}

#acknowledges li {
	text-align: center;
	list-style-type: none;
}

