/*
Theme Name: AuzProjekt Theme
Theme URI: http://www.auzprojekt.com
Description: The WP theme used in auzprojekt's website.
Version: 0.1
Author: João Santos
Author URI: http://www.thegoldenaura.com


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {

	margin:0px;
	background-color: #ff8800;
	font-family: Arial, Lucida, sans-serif;
}

#page {
    width: 800px;
	margin: 20px auto 0px auto;
}


#topbar {
	background-color: #ffffff;
	height: 20px;
}

#headerimg 	{
	display:none;
}

.narrowcolumn {

	float: left;
	width: 500px;
	margin: 0px 19px 0px 0px;
}


#sidebar-geral {
	border-left: 1px solid #ffffff;
	float: left;
	width: 260px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 0px 20px;

}

#sidebar-blog {
	border-left: 1px solid #ffffff;
	float: right;
	width: 260px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}





#footer {
	width: 800px;
	margin: 0px auto 0px auto;
	clear: both;
	padding: 10px 0 0 0;
}

#footer p {
	padding-top: 10px;
	border-top: 1px solid #ffffff;
	font-size: 13px;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	color: #ffffff;
}

h1 {
	font-size: 175%;	
}

h2 {
	font-size: 22px;
	font-weight: bold;
}

h2 a {
	color: #ffffff;	
}

h2 a:hover {
	color: #444444;	
}

h3 {
	font-size: 18px;	
}

a {
	color:#444444;
	text-decoration: none;
}

a:hover {
	color:#ffffff;

}

p {
	font-weight: normal;
	color: #ffffff;
	font-size: 13px;	
}

small {

	font-weight: normal;
	color: #ffffff;	
}

.description {

	font-weight: normal;
	color: #ffffff;	
}

#sidebar-geral h2, #sidebar-blog h2 {
	text-transform: capitalize;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: bold;
}

#sidebar-geral a, #sidebar-blog a {
	font-size:13px;
}
#sidebar-geral ul, #sidebar-blog ul {
	font-size:13px;
	color: #ffffff;
}



.navigation {
	color: #444444;
	font-size: 10px;
}
.navigation .alignright{
	float:right;
	text-align: right;
}
.navigation .alignleft{
	float:left;
	text-align: left;
}
.cat-item {
	color:#444444;

}

#sidebar-geral ul, #sidebar-blog ul {
	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px 0px 40px 0px;
}

#sidebar-geral li, #sidebar-blog li {

	list-style-type: none;
	list-style-image: none;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}


hr {
         display: none;
}

img {
	border:none;
	margin: 0px 0px 5px 0px;
}

#searchform {
	margin-top: 20px;
}

#comment {
	width: 500px;
}

.postmetadata {
	text-align: left;
	font-size: 10px;
}

.commentlist {
	color: #ffffff;
	font-size: 13px;
}

.commentlist p{
	color: #ffffff;
	font-size: 13px;
}

#comments, #respond {
	font-size: 13px;
}

.commentmetadata {
	font-size: 10px;
}

#topbar li{
	color:#ffffff;
}

.entry ul{
	color: #444444;
	font-size: 13px;
}

.entry ol{
	color: #444444;
	font-size: 13px;
}

#auztagcloud {
	margin: 10px 0px 60px 0px;
	width: 500px;

}

#auztopbanner {
	margin-top: 15px;
	width: 500px;
	height: 250px;
	background-image: url("rotating.php");

}

#footer img {
	vertical-align: middle;

}

.post {
	margin-bottom: 60px;
}

