/*  
Theme Name: LWAM Design
Theme URI: http://designblog.lwam.com.br/
Description: Wordpress theme by <a href="http://kenadamsworld.blogspot.com">Mr Ken Adams</a>.
Version: 1.0
Author: Ken Adams
Author URI: http://kenadams.brinkster.com/

	Creative Commons Sucks.

*/
html, body {
	font: 75%/150% "Trebuchet MS", Tahoma, Arial;
	color: white;
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url('images/background-white.gif');
	background-repeat: repeat-y;
	background-color: black;
}
a {
	color: #accbff;
	text-decoration: none;
}
a:visited {
	color: #ffd4fd;
	text-decoration: none;
}

a:hover {
	color: #accbff;
	text-decoration: underline;
}
img {
	border: none;
}
p {
	padding: 5px 0px 10px 0;
	margin: 0px;
}
h1 {
	margin:0;
	padding-top:0;
	font: lighter 36px Georgia,"Times New Roman",Times,serif;
	color: white;
}
h1 a, h1 a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover{
	color: #d1d1d4;
	text-decoration: none;
	border: none;
	background: none;
}
h2 {
	color: #d1d1d4;
	margin: 0px 0px 10px 0;
	border-bottom: 1px dotted #d1d1d4;
	width: 100%;
	font: lighter 24px Georgia,"Times New Roman",Times,serif;
	padding-bottom: 3px;
}
h2 a, h2 a:visited {
	color: #0C72A2;
	text-decoration: none;
}
h2 a:hover {
	color: #0C72A2;
	text-decoration: none;
}
h3 {
	font: bold 16px "Trebuchet MS", Tahoma, Arial;
	color: #d1d1d4;
	margin: 5px 0 10px 0;
	padding: 0;
}
h4 {
	font: normal 13px "Trebuchet MS", Tahoma, Arial;
	color: #758d38;
	margin: 10px 0;
	padding: 0;
}
form {
	margin:0;
	padding:0;
}
#page {
	margin:0;
	padding:0;
	min-width: 898px;
}



/* HEADER */
#header {
	height: 146px;
	position: relative;
	margin:0;
	padding:0;
}
#headerbox {
	margin: 0 0 0 10px;
	padding: 38px 0 0 0;
	width: 624px;
	height: 108px;
}
#headertitle a {
	background: url('images/header-logo.gif') top;
	display: block;
	height: 82px;
	width: 624px;
}
#headertitle a:hover {
	background-position: bottom;
	border: none;
	text-decoration: none;
}
#headertitle a .buttonhome {
	display:none;
	margin:0;
	padding:0;
}
#headersubtitle {
	width:624px;
	height:26px;
	background: url('images/header-subtitle.gif') right no-repeat;
}





/* Sidebar LEFT area */
#sidebarleft {
	margin:0;
	padding:0;
	width:240px;
	float:left;
}

/* SEARCH FORM */

#search {
	margin: 0 0 0 10px;
	background-color: black;
	width: 230px;
	height: 70px;
}
#searchform {
	margin:0;
	padding: 10px 8px 12px 10px;
}
#formtext {
	font: bold 12px Arial, Helvetica, sans-serif;
	display: block;
	margin:0;
	padding:0 0 2px 0;
}
#searchform br {
	display: none;
}
#searchform #s {
	float: left;
	width: 156px;
	height: 23px;
	padding: 7px 5px 0px 5px;
	border: none;
	background-color: white;
	margin-right: 10px;
	color: black;
	font: normal 16px Arial, Helvetica, sans-serif;
}
/* search form button - para especificar apenas o botao use input[type="submit"] */
#searchform input[type="submit"] {
	background-color:#d1d1d4;
	border: 2px solid white;
	width:34px;
	height:30px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: black;
	vertical-align: middle;
}
#searchform input[type="submit"]:hover {
	background-color:white;
	border: 2px solid #d1d1d4;
	color: black;
	cursor: pointer;
}

/* MENU */
#navi {
	width: 174px;
	padding-top: 32px;
	margin-bottom: 14px;
	line-height: normal;
	float:right;
}
#nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav li {
	clear:both;
	white-space: nowrap;
}
#nav .page_item_title {
	text-align: right;
	height:30px;
	width: 164px;
	color: white;
	border-bottom: 2px solid white;
	padding: 0 10px 0 0;
	background-color: black;
	text-decoration: none;
	font: bold 12px Arial, Helvetica, sans-serif;
	line-height: 30px;
}
#nav .page_item a {
	text-align: right;
	height:30px;
	width: 164px;
	color: white;
	border-bottom: 2px solid white;
	padding: 0 10px 0 0;
	display:block;
	background-color: black;
	text-decoration: none;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 30px;
}
#nav li:hover {
}
#nav .page_item a:hover {
	background-color: #3b3b3b;
}
#nav li.current_page_item {
	color: white;
	text-decoration: none;
	background-color: black;
}
#nav .current_page_item a, #nav .current_page_item a:visited {
	color: white;
	text-decoration: none;
	background-color: black;
}
#adsense {
margin-left: 66px;
width: 160px;
height: 600px;
}


/* content area */
#content {
	padding: 12px 20px 30px 20px;
	float: left;
	width: 468px;
	min-height: 850px;
}
#content img {
	padding: 4px 0;
}
.post {
	clear:both;
	padding: 0 0 30px 0;
}
.post-date {
	width: 45px;
	height: 49px;
	float:left;
	background: url(images/date-bg.gif) no-repeat;
}
.post-month {
	font-size: 11px;
	text-transform: uppercase;
	color: white;
	text-align: center;
	display:block;
	line-height: 11px;
	padding-top: 2px;
	margin-left: -3px;
}
.post-day {
	font-size: 18px;
	text-transform: uppercase;
	color: #999999;
	text-align: center;
	display:block;
	line-height: 18px;
	padding-top: 7px;
	margin-left: -3px;
}
.post-cat {
	float:left;
}
.post-comments {
	padding-left: 20px;
	float: right;
}
.post-calendar {
	padding-left: 20px;
	float: right;
	font-size: 95%;
	color: #999999;
}
.post-content {
	font: normal 12px  "Verdana", "Arial", sans-serif;
	line-height: 18px;
	clear:both;
	padding-top: 10px;
}
.post-search:hover {
	background-color:#3b3b3b;
}
.post-info {
	padding: 12px 12px 10px 12px;
	height: 20px;
	background: #3b3b3b;
	color: white;
	font: bold 12px "Trebuchet MS", "Tahoma", sans-serif;
}
#postdivisor {
	background: url('images/post-divisor.gif') repeat-x;
	height:14px;
	clear:both;
	margin: 8px 0 30px 0;
}
.post-info a {
	color: white;
	text-decoration: underline;
}
.post-info a:hover {
	color: black;
	text-decoration: none;
	border: none;
	background-color: white;
}
.post-content blockquote {
	background: #f3fce6;
	border-right: 2px solid #dbefc1; 
	border-bottom: 2px solid #dbefc1; 
	padding: 8px;
}
.navigation {
	clear: both;
	padding: 10px 0px;
}
.navigation a, .navigation a:visited {
	font-size: 11px;
	color: #efefef;
}
.navigation a:hover {
	border:none;
}
.previous-entries a {
	float: left;
}
.next-entries a {
	float: right;
}
#adsense2 {
width: 468px;
height: 86px;
padding-top:26px;
}


/* Comments */
#comments, #respond {
	border-bottom: 1px dotted #d1d1d4;
	padding: 10px 0 5px 0;
	clear: both;
}
.commentlist {
	margin: 10px 0px;
	padding-left: 20px;
	line-height: 130%;
	color: black;
	font-size: 11px;
}
.commentlist li {
	padding: 10px;
	padding-bottom: 0px;
	background: #d1d1d4;
	border: 1px solid white;
	margin-bottom:10px;
}
.commentlist li a, .commentlist li a:hover, .commentlist li a:visited {
	color: #6c84ff;
}
.commentlist .alt {
	background: white;
	border: 1px solid #d1d1d4;
}
.commentlist cite, .commentlist cite a, .commentlist cite a:visited {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}
.commentlist small {
	margin-bottom: 5px;
	display: block;
	font-size: 10px;
}
#commentform {
	margin-top: 10px;
	font: 110% Arial, Helvetica, sans-serif;
}
#commentform p {
	padding: 6px 0px;
	margin: 0px;
}
#commentform label{
	color: #d1d1d4;
	font-size: 87%;
}
#commentform input{
	width: 200px;
	background: white;
	border: 1px solid #d1d1d4;
	padding: 3px;
	margin-top: 3px;
}
#commentform textarea{
	width: 462px;
	height: 115px;
	background: white;
	border: 1px solid #d1d1d4;
	padding: 2px;
	margin-top: 3px;
}
#commentform textarea:focus, #commentform input[type="text"]:focus {
	background: #d1d1d4;
}
#commentform #submit{
	background-color:#d1d1d4;
	border: 1px solid white;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: black;
	float:right;
	width: 65px;
	height: 28px;
	cursor: pointer;
}
#commentform #submit:hover {
	background-color:white;
	border: 1px solid #d1d1d4;
}



/* Sidebar */
#sidebar {
	padding: 38px 0 0 0;
	width: 150px;
	color: black;
	overflow: hidden;
	float:left;
}
/*sidebar title (h2) */
#sidebar h2, #sidebar .sidebartitle{
	font: bold 12px Arial,Helvetica,FreeSans,clean,sans-serif;
	background-color: white;
	line-height: 30px;
	height:30px;
	color: black;
	border-bottom: 2px solid black;
	padding: 0 0 0 10px;
	margin: 0;
}
/*sidebar text styles */
#sidebar a:hover{
	border: none;
}
#sidebar a, #sidebar a:visited{
	color: black;
	text-decoration: none;
}
#sidebar .list-cat li, #sidebar .list-archives li, #sidebar .linkcat li {
	color: black;
	border-bottom: 2px solid black;
	text-decoration: none;
	height:30px;
	width: 150px;
	padding: 0 0 0 10px;
	display:block;
	background-color: white;
	font: normal 12px Arial, Helvetica, sans-serif;
	line-height: 30px;
}
#sidebar .list-cat li:hover, #sidebar .list-archives li:hover, #sidebar .linkcat li:hover {
	background-color: #efefef;
}
#sidebar .list-cat li a:hover, #sidebar .list-archives li a:hover, #sidebar .linkcat li a:hover {
	text-decoration: underline;
}
.widget {
	padding: 0;
	margin-bottom: 15px;
}
/*sidebar list level 1 */
#sidebar ul {
	margin: 0;
	padding: 0;
}
#sidebar ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
/*sidebar list level 2 */
#sidebar ul li ul {
	padding: 0;
	margin: 0;
}
#sidebar ul li ul li {
	padding: 2px 0 2px 0px;
	border-bottom: 1px solid #dbefc1;
}
/*sidebar list level 3 */
#sidebar ul li ul li ul li {
	padding: 1px 0 1px 10px;
	border: none;
}
#feed {
padding:0 0 15px 15px;
}


/* Footer */
#footerbox {
	font: normal 10px "Verdana", "Arial", sans-serif;
}
#footer01 {
	color:black;
	width: 240px;
	height: 86px;
	margin-right:10px;
	float: left;
	padding: 10px 0;
	background: url('images/quote.gif') no-repeat;
}
#footer02 {
	color: white;
	padding: 62px 0 0 0;
}


/* Alignments e Classes */

.strong {
	font-weight: bold;
}
.center {
	text-align: center;
}
img.center, img[align="center"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
img.alignleft, img[align="left"] {
	float:left;
	margin: 2px 10px 5px 0px;
}
.alignright {
	float: right;
}
img.alignright, img[align="right"] {
	float:right;
	margin: 2px 0px 5px 10px;
}
.clear {
	clear:both;
}
hr.clear {
	clear:both;
	visibility: hidden;
	margin: 0px;
	padding: 0px;
}

	th.a {
	font-size: 36px;
	line-height: 28px;
	padding-bottom: 4px;
	}
	table.c td {
	padding: 0 3px 16px 3px;
	text-align:center;
	font-size: 11px;	
	}
	table.c {
	margin: 10px 0;
	}