/*
Theme Name:	Funcionário Cansado
Theme URI: http://fabapps.com/wordpress/nearnothing 
Description: Near Nothing is a bare bones theme with minimal markup and no images. It's made from scratch and consists of fewer than 500 lines of commented code. 
Version: 1.0
Author: Christian MacAuley
Author URI: http://fabapps.com
Tags: white, black, light, two-columns, left-sidebar, fixed-width, custom-menu, threaded-comments, sticky-post 
*/

/* basic reset */
	* { margin: 0; padding: 0; }
	h1, h2, h3, h4, h5, h6, p, ul, ol, pre, blockquote, cite, table { margin-bottom: 0px; }
	ul, ol, li { margin-left: 0 px; }

/* page wrappers */
	body {
		text-align: center;
		font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		color: #fff; width: 100%; background-color: #000;
	}

/* links */
	a:link {
		color: #fff;	
	}
	a:visited {
		color: #fff;	
	}
	/* prettier images */
	img { border: none; }
	/* blockquote */

/* main contents */
	#main { }
	#content {
		width: 100%;
		float: right;
		padding: 0px 0 0px 0px;
		margin: 0 0 0px 0px;
	}
	.postmeta {
		clear: both;	
	}

/* header */
	#header {
		margin: 0px 0 0px 0;
	}
	
	/* posts */
	.postmeta, .postnavigation {
		font-size: 0.9em;
	}
	.post {
		padding-top: 150px;
		padding-bottom: 100px;
	}
	body.blog .post .postmeta, body.archive .post .postmeta, body.search .post {
		padding-top: 200px;
		margin-top: 200px;
	}
	body.blog .post:last-child .postmeta, body.archive .post:last-child .postmeta {
		border-bottom: none;
	}

/* footer */
	#footer {
		display: block;
		clear: both;
		padding: 10px 0 10px 0;
	}
	#footer p {
		text-align: center;	
		font-size: 0.9em;
	}

/* comments */
	#comments {
		font-size: 0.9em;	
	}
	#comments ol {
		margin: 0;
	}
	#comments li {
		list-style-type: none;
		margin: 0;
		padding: 0;
	}
	#comments li ul {
		padding-left: 10px;
		margin-bottom: 0;
	}
	#comments .comment-body {
		padding: 10px 10px 0 10px;
		border-bottom: 1px solid #ccc;
	}
	#comments .comment-meta {
		font-size: 0.8em;
		padding-bottom: 0.5em;
	}
	#comments .reply {
		padding-bottom: 10px;
		font-size: 0.8em;
	}
	#comments .thread-even {
		background: #000;
	}
	#comments .thread-odd {
		background: #252525;	
	}
	#respond {
		margin-top: 30px;
		padding: 10px;
	}
	#respond label {
		display: block;
	}
	#respond input, #respond textarea {
		font-family: Helvetica, sans-serif; 
		font-size: 10pt;
}

/* wordpress classes */
	.alignleft {
		float: left; 
		padding: 2px 8px 8px 2px;
	}
	.alignright {
		float: right;
		padding: 2px 2px 8px 8px;
	}
	.aligncenter {
		clear: both;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.wp-caption-text, .gallery-caption { 
		color: #666; 
		font-size: 0.8em; 
		padding: 3px 0; 
	}
	.gallery {
		padding: 10px 10px 25px 10px;
	}

