/*
Theme Name: Basic
Theme URI: http://www.wagnerpaula.com/blog
Description: Less is so much better!
Version: 1.0
Author: Wagner Paula
Author URI: http://www.wagnerpaula.com/
*/

html {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
body {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #444;
	background: #fff;
	padding: 0px;
	margin: 76px 0px 0px 91px;
}
div {
	display: block;
	text-align: left;
	/*border:1px solid #000 !important; */
}
a {
	color: #666;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	border: 0px;
}
a:hover img {
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	-khtml-opacity: .7;
	opacity: .7;
	border: 0px;
}
form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
input, textarea, submit {
	font-family: Arial, Helvetica;
}
.inputOff[type=text] {
	font-size: 12px;
	color: #666;
	width: 500px;
	height:36px;
	border: 0px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	margin: 0px 0px 8px 0px;
	padding: 2px 0px 0px 9px;
}
.inputOn[type=text] {
	font-size: 12px;
	color: #666;
	width: 500px;
	height:36px;
	border: 0px;
	background: #f9f9f9;
	border: 1px solid #999;
	margin: 0px 0px 8px 0px;
	padding: 2px 0px 0px 9px;
}
.textareaOff {
	font-size: 12px;
	color: #666;
	width: 500px;
	height:100px;
	line-height: 17px;
	background: #f9f9f9;
	border: 1px solid #ddd;
	margin: 0px 0px 8px 0px;
	padding: 9px 0px 0px 9px;
}
.textareaOn {
	font-size: 12px;
	color: #666;
	width: 500px;
	height: 100px;
	line-height: 17px;
	background: #f9f9f9;
	border: 1px solid #999;
	margin: 0px 0px 8px 0px;
	padding: 9px 0px 0px 9px;
}
.submitOff {
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	width: 180px;
	height: 55px;
	background: #333;
	margin: 5px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	border: 0px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}
.submitOn {
	font-weight: bold;
	font-size: 12px;
	color: #fff;
	width: 180px;
	height: 55px;
	background: #000;
	border:0px;
	margin: 5px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}
#sidebarTitles {
	font-weight: bold;
	color: #333;
	/*border-bottom: 1px solid #ccc;*/
	width: 270px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#formWrapper {
	float: left;
	width: 500px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#formWrapper b {
	color: #333;
	display: block;
	margin: 0px 0px 4px 0px;
}
#commentsWrapper b {
	color: #333;
	display: block;
	margin: 0px 0px 4px 0px;
}
#commentsWrapper {
	width: 500px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#commentWrapper {
	font-size:12px;
	line-height: 17px;
	width: 500px;
	background: #f6f6f6;
	border: 1px solid #ddd;
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
}
#commentBox {
	margin: 10px 10px 10px 10px;
	padding: 0px 0px 0px 0px;
}
#commentBox i {
	font-size:12px;
	display: block;
	margin: 5px 0px 5px 0px;
}
#commentNumber {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
}
#formAndCommentWrapper {
	margin: 30px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
        border-top: 1px solid #ccc;
}
#date {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #ccc;
}
#category {
	margin: 4px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #333;
	font-size: 12px;
}
#title {
        margin: 0px 0px 15px 0px;
	color: #333 !important;
	font-weight: bold;
	text-decoration: none; 
	font-size: 24px;
}
#title a {
	color: #000000;
}
#title a:hover {
	text-decoration: underline;
}
#wrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	display: block;
	width: 850px;
}
#postWrapper {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 500px;
	float: left;
}
#post {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
        border-bottom: 1px solid #ccc;
}
#header {
	color: #000;
	font-size:28px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 3px;
	width: 850px;
}
#header a {
	font-weight:bold !important;
}
#post img {
	margin: 0px 0px 14px 0px;
	padding: 0px;
}
#content {
        margin-bottom: 25px;
        padding: 0px 0px 0px 0px;
	line-height: 18px;
	font-size: 11px;
	color: #333;
}
#sidebar {
	font-size: 11px;
	font-family: Arial;
	padding: 0px 0px 0px 0px;
	width: 290px;
	float: right;
	line-height: 17px;
}
#both {
	clear: both;
	overflow: hidden;
	width: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
#nopadding {
	margin: 0px;
	padding: 0px;
}
#footer {
	width: 500px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 18px;
	font-size: 12px;
}
#logo {
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	color: #fff;
	width: 74px; 
	height: 74px;
	top: 4px;
	left: 4px;
	position: fixed;
	background-color: #000;
	display: none;
	z-index: 1000;
	-moz-border-radius-bottomleft: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-bottomright: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-webkit-border-top-left-radius: 6px;
	-moz-border-radius-topright: 6px;
	-webkit-border-top-right-radius: 6px;
}