/*
Theme Name: Cultura em processo
Theme URI: http://meiaduzia.com.br/culturaemprocesso/
Description: Template designed by Cuducos & Rafael Toledo.
Version: 1.0
Author: Cuducos & Rafael Toledo
Author URI: http://meiaduzia.com.br/culturaemprocesso/
*/

/*==========================================*/
/*	Basic setting							*/
/*==========================================*/

@import url("reset.css");

body {
	font: 90% "Palatino Linotype", Palatino, Garamond, Georgia, serif;
	margin: 0;
	padding: 0;
}

#main {
	width: 96%;
	margin: 0 auto;
	min-width: 768px;
}

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

a:hover {
	text-decoration: underline;
}

p {
	margin: 25px 0;
}

/*==========================================*/
/*	Title									*/
/*==========================================*/

h1 {
	font: 62px Impact, Arial, sans-serif;
	color:#8bb544;
	letter-spacing: -0.03em;
	height: 75px;
	line-height: 75px;
	vertical-align: middle;
	background: url(imgs/flickr.php) repeat-x top left;
	margin: 30px 0;
	border: 5px solid #000;
	border-width: 0 7px;
}

h1 a {
	background-color: #fff;
	float: left;
	margin-left: 75px;
	color: #000;
	text-decoration: none;
	padding: 0 7px;	
}

h1 a:hover {
	text-decoration: none;
}

/*==========================================*/
/*	Content									*/
/*==========================================*/

#content {
	width: 62%;
	float: left;
}

div.post {
	clear: left;
	line-height: 1.5em;
}

h2 {
	font: 250% Impact, Arial, sans-serif;
	letter-spacing: 0.03em;
	margin: 10px 0 0 0;
	padding-top: 10px;
}

h2 a {
	text-decoration: none;
}

.author {
	margin: 0 0 10px 0;
	font-size: 120%;
}

.post p {
	margin-left: 85px;
}

.post strong {
	font-weight: bold;
}

.post em {
	font-style: italic;
}

.post blockquote p {
	line-height: 1.3em;
	margin-left: 38%;
	font-size: 90%;
}

p.date {
	font: 120% Impact, Arial, sans-serif;
	float: left;
	text-align: center;
	width: 75px;
	overflow: hidden;
	margin: 5px 10px 0 0;
}

p.date span {
	font-size: 230%;
}

p.date span.comments {
	visibility: hidden;
}

p.date span.comments a {
	visibility: visible;
	display: block;
	width: 32px;
	margin: 20px;
	padding-top: 40px;
	font-size: 50%;
	vertical-align: middle;
	background: url(imgs/comments.png) no-repeat center right;
	line-height: 32px;
}

.post h2 a:hover, .post p.date span.comments a:hover {
	text-decoration: none;
}

h5 {
	font: 120% Impact, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 0.05em;
	border: 7px solid #000;
	border-width: 0 7px;
	padding: 14px 0 7px 80px;
	margin-bottom: 30px;
}

.tags {
	border-top: 1px solid #aaa;
	padding-top: 3px;
}

.tags a {
	padding: 2px 3px;
	text-decoration: none;
}

div.post li {
	margin: 0 0 0 85px;
	list-style-type: disc;
	list-style-position: inside;
}

/*==========================================*/
/*	Comments								*/
/*==========================================*/

#comments {
	margin-left: 80px;
	clear: left;
}

#comments h2 {
	font-size: 150%;
}

#comments p {
	margin: 1em 0;
}

#comments dt {
	margin: 15px 0 10px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid gray;
	font-weight: bold;
	font-size: 120%;
}

#comments dt span {
	font-size: 70%;
	color: gray;
	font-weight: normal;
}

#comments dt:first-child {
	border: 0;
	padding: 0;
}

#comments dd {
	margin: 0 0 25px 0;
}

#comments input, #comments textarea {
	width: 62%;	
	display: block;
}

div.post #comments li {
	margin: 0;
	list-style-type: none;
}

#comments li.bt {
	margin-top: 25px;
}

#comments li.bt input {
	width: auto;
}

/*==========================================*/
/*	Sidebar									*/
/*==========================================*/

#bar {
	width: 33%;
	float: right;
}

h3 {
	font: 250% Impact, Arial, sans-serif;
	letter-spacing: 0.03em;
	margin: 10px 0;
	padding-top: 10px;
}

h3#rss a {
	display: block;
	background: url(imgs/rss.png) no-repeat;
	line-height: 32px;
	padding: 0 0 0 40px;
	width: 25%;
}

h3#rss a:hover {
	background-position: left bottom;
	text-decoration: none;
}

#bar select {
	border: 1px solid black;
	font: 100% "Palatino Linotype", Palatino, Garamond, Georgia, serif;
}
	
#searchField, #searchButton {
	border: 1px solid black;
	padding: 3px 5px;
	font: 130% "Palatino Linotype", Palatino, Garamond, Georgia, serif;
}

#searchButton {
	border: 0;
	background-color: #000;
	color: #fff;
	cursor: pointer;
}

#searchButton:hover {
	background-color: #333;
}

#cloud {
	line-height: 1.5em;
}

#cloud a {
	padding: 3px 2px;
}

#cloud a:hover {
	text-decoration: none;
}

#bar li {
	margin-bottom: 10px;
}

/*==========================================*/
/*	Navbar									*/
/*==========================================*/

.navbar {
	font: 150% Impact, Arial, sans-serif;
	margin: 0 33% 15px 0;
	padding: 30px 0;
	clear: both;
}

.navbar .next a {
	float: right;
}

.navbar a {
	text-decoration: none;
}

/*==========================================*/
/*	Footer									*/
/*==========================================*/

#footer {
	margin: 30px 0 0 0;
	background-color: #ccc;
	padding: 20px 0;
	border-top: 1px solid #efefef;
	border-bottom: 5px solid #ccc;
	line-height: 1.3em;
}

#footer div {
	width: 33%;
	float: left;
	margin: 0 0 0 2%;
}

#footer div#about {
	width: 62%;
}

#footer #FlickrCredits {
	margin: 0;
}

#footer h4 {
	font: 120% Impact, Arial, sans-serif;
	letter-spacing: 0.1em;
	font-weight: normal;
}

#footer h4, #footer p, #footer ul {
	margin: 5px 0 0 0;
}

#footer p, #footer li, #footer li a {
	text-decoration: none;
}

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

#credits li {
	float: left;
	margin-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #999;
}

#credits li:first-child {
	border: 0;
	padding: 0;
}

#footer hr {
	clear: both;
	visibility: hidden;
}

#footer #FlickrCredits {
	display: none;
}

/*==========================================*/
/*	IE7 Hacks								*/
/*==========================================*/

*:first-child+html p.date {
	font-size: 120%;
}

/*==========================================*/
/*	IE6 Hacks								*/
/*==========================================*/

* html p.date {
	font-size: 120%;
}

* html #footer div#about {
	width: 60%;
}
