/*   
Theme Name: Planitá 2009
Theme URI: http://www.planita.com.br
Description: Tema do site da agência
Version: 1.0
Author: Planitá Comunicação
Author URI: http://www.planita.com.br
*/

@import url("reset.css");

/* @group geral */

html, body {
	font: .9em "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #777;
	background-color: #eee;
}

p {
	font-size: 1.1em;
}

h1, h2, h3, h4, a, .post .date {
	color: #e36407;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #c44719;
}

h2 {
	font-size: 180%;
	letter-spacing: -1px;
	margin-top: 0;
}

h3 {
	font-size: 140%;
	margin: 0;
	padding: 0;
}

h2 a:hover, h3 a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

blockquote {
	padding-left: 8px;
	border-left: 2px solid #333;
	color: #81969A;
	font-size: 90%;
	font-style: italic;
	margin: 0 0 0 25px;
}

code {
	background-color: #eee;
	border: 1px solid #CCC;
	padding: 5px;
}

/* @end */

/*** Layout ***/

#page {
	margin: 40px auto 0;
	background-color: #fff;
}

#page, #header-wrap, #menu-wrap, #content-container {
	width: 930px;
}

#header, #menu, #content {
	width: 870px;
	margin: 0 30px;
}

/* @group estrutura */

#header-wrap {
	background-image: url(images/headbg.jpg);
}

#menu-wrap {
	background: #707173 url(images/menubg.jpg) repeat-y;
}

#content-container {
	background: url(images/contentbg.jpg) repeat-y;
}

#body {
	float: left;
	padding: 30px 0 0 40px;
	width: 580px;
}

#sidebar {
	float: right;
	font-size: 0.9em;
	width: 200px;
	background: #eee url(images/sidebarbg.jpg) no-repeat;
	padding: 30px 0 0 20px;
}

#footer {
	font-size: 0.85em;
	background: url("images/footer.jpg") no-repeat;
	width: 930px;
	margin: 0 auto;
	min-height: 20px;
	padding: 40px 0 10px;
}

/* @end */

/* @group Header */

#header {
	height: 240px;
	padding-left: 25px;
	background: url(images/h1.jpg) no-repeat;
}

#header #blog-description, #header h1 {
	display: none;
}

.spaceball {
	float: right;
	width: 210px;
	height: 200px;
	padding: 30px 30px 0 0;
}

/* @end */

/* @group Menu */

#menu {
	height: 40px;
}

#menu ul {
	width: 600px;
	margin: 0;
	list-style: none;
	padding-left: 30px;
	float: left;
}

#menu ul li {
	float: left;
}

#menu .page_item a {
	display: block;
	padding: 10px;
	margin: 2px;
	color: #ddd;
	text-decoration: none;
}

#menu .page_item a:hover, #menu .current_page_item a {
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

#menu .page_item a:hover {
	color: #fff;
	border: 1px solid #565759;
	padding: 9px 9px 5px;
	background-color: #5a5b5d;
}


#menu .current_page_item a {
	color: #999;
	background-color: #606163;
	padding: 10px 10px 6px 9px;
}

#menu .current_page_item a:hover {
	color: #fff;
	padding: 9px 8px 5px;
}

#menu #busca {
	float: right;
	padding-right: 20px;
}

/* @group busca menu */

#searchform div {
	background: url(images/searchform.gif) no-repeat;
	margin-left: -7px;
	margin: 10px 0;
	width: 180px;
	height: 20px;
}

#searchform div #s {
	color: #999;
	border: 0;
	width: 125px;
	margin-left: 30px;
	height: 20px;
}

#searchform div #searchsubmit {
	border: 0;
	background: none;
	width: 15px;
	height: 20px;
	overflow: hidden;
	text-indent: -99px;
	color: #fff;
}

#searchform input {
	background: transparent;
}

/* @end */

/* @end */

/*@group Content*/

.post {
	width: 540px;
	padding: 15px 0 30px 0;
}

.post h2 {
	padding: 10px 0;
	border-top: 1px dashed #ddd;
	border-bottom: 1px dashed #ddd;
}

.post .entry {
	font-size: 0.9em;
	line-height: 1.3em;
	clear: both;
}

.post p {
	padding: 10px 0 15px;
}

.post ul {
	padding: 20px 10px;
}

.post ul li {
	list-style-type: disc;
	list-style-position: inside;
}

.data_e_autor, .metadata {
	font-size: 0.85em;
	color: #929496;
}

.data_e_autor {
	margin-top: -20px;
}

.data_e_autor span {
	padding: 0 10px 0 0;
}

.data_e_autor a:hover, .metadata a, .metadata a:hover {
	color: #e36407;
}

/* @end */

/* @group Sidebar */

#sidebar h2 {
	font-size: 1.5em;
	color: #707173;
	margin-bottom: 10px;
}

#sidebar, #sidebar a {
	color: #888;
}

#sidebar ul ul a {
		color: #665;
}

#sidebar ul ul ul a {
		color: #888;
}

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

#sidebar ul ul ul a:hover {
	color: #443;
	text-decoration: none;
}

#sidebar ul, #sidebar ul ol { }

#sidebar ul li {
	list-style-type: none;
	margin-bottom: 25px;
}

#sidebar ul p, #sidebar ul select {
	margin: 0 5px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 10px 0;
	padding: 0 5px;
	border-left: 1px solid #ccc;
}

ol li, #sidebar ul ol li {
	list-style-position: outside;
	list-style-type: decimal;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0 3px;
	padding: 0;
}

#collapsArchList,
#collapsArchList ul,
#collapsArchList ul li,
#collapsArchList ul ul,
#collapsArchList ul ul li,
#collapsArchList ul ul ul,
#collapsArchList ul ul ul li  {
	border: hidden;
	border-left-color: #eee;
}

/* Arquivos */

.widget_archive li {
		padding-bottom: 5px;	
}

.widget_archive li a {
		color: #777;	
}

/* Wordpress calendar */

#calendar_wrap {
	margin: 0px;
}

#wp-calendar {
	width: 100%;
}

#wp-calendar th {
	text-align: left;
}

/* @end */

/* @group Footer */

#footer a {
	color: #a3a3a3;
}

#footer #subscribe, #footer #credit {
	height: 18px;
	float: left;
	margin: 0 40px;
}

#footer #subscribe {
	background: url("images/feed16x16.gif") no-repeat;
	display: block;
	padding-left: 18px;
}

#footer #subscribe a {
	color: #c44719;
}

#footer #credit {
	float: right;
}

#footer #credit a {
	text-decoration: none;
}

/* @end */

/* @group Navigation */

.navigation {
	width: 100%;
}

.navigation a {
	text-decoration: none;
	font-size: .85em;
}

.navigation .previous {
	float: right;
}

.navigation .next {
	float: left;
}

/* @end */

/* @group Standard WP */

.aligncenter, div.aligncenter {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.clear {
	clear: both;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

/* @end */

.commentform, .respond {
	display: none;
}

/* @group Search result */

.search_result {
	margin: 0 0 20px 20px;
	width: 500px;
}

.search_result h4 {
	margin: 30px 0 10px -15px;
}

.search_result h4 a {
	color: #c44719;
	text-decoration: none;
}

.search_result .metadata {
	color: #BFC4C1;
	margin-top: 10px;
	text-align: left;
}

.search_result .metadata a {
	color: #BFC4C1;
}

.search_result .metadata span {
	display: none;
}

/* @end */

/* @group Form Contato */

span.required {
	display: none;
	color: #fff;
}

.formcontainer .form-label {
	padding: 10px 0 2px;
}

.formcontainer fieldset {
	padding: 5px 0 20px 0;
}

.formcontainer input[type=text], .formcontainer textarea {
	border-color: #ccc;
	background-color: #f9f9f9;
}

.formcontainer input:focus, .formcontainer textarea:focus {
	border-color: #777;
	background-color: #fff;
}

.formcontainer #ec_challenge_a {
	background-color: #fcfefc;
}

.formcontainer #ec_challenge_a:focus {
	background-color: #ffe;
}

.formcontainer .button {
	margin: 15px 0;
	font-size: 1.2em;
}

.error {
	border: solid 1px #fcc;
	background-color: #fee;
	padding: 3px;
	margin: 3px;
}

/* @end */

/* @group 404 */

.erro404 #searchform div {
		background: #fff url(images/search404.gif) no-repeat;
}

/* @end */

.entry hr {
	border-top: 1px dashed #ddd;
	color: #fff;
}