/* 
	Theme Name: WP LightPro 
	Description: LightPro Wordpress Theme
	Version: 1.0
*/

/* Default */
* {
	margin: 0;
	padding: 0;
}
body {
	background: url(images/background.jpg) repeat-x top #000;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
div.hide-me {
	display: none;
}
/* Typography */
p {
	padding: 10px;
	font-size: 14px;
	line-height: 1.6em;
	text-align: justify;
	font-family: Verdana, Tahoma, Arial, sans-serif;
	text-indent: 2em;
}

/* Sructure */
#wrapper {
	width: 790px;
	margin: 0 auto;
	text-align: left;
	
}
#header {
	width: 748px;
	height: 130px;
	background: url(images/header.jpg) no-repeat;
	display: block;
}
	#header  h1 {
		font-weight: bold;
		float: left;
		padding:  35px 40px;
		font-size: 24px;
		padding-bottom: 0;
		color: #fff;
	}
	#header  h3 {
		font-weight:  lighter;
		float: right;
		font-size: 13px;
		padding:  40px 40px;
		padding-bottom: 32px;
		color: #5b89a2;
	}
#nav {
	width: 748px;
	height: 40px;
	background: url(images/navbar.jpg) no-repeat;
	display: block;
	height:48px;
padding:0;
}
	#nav li {
		list-style: none;
		float: left;
		display: block;
	}
	#nav li a {
		list-style: none;
		float: left;
		display: block;
		padding: 14px;
		border-left: 1px solid #23272c;
		border-right: 1px solid #101213;
		text-decoration: none;
		color: #fff;
		font-weight: bold;
	}
	#nav li a:hover { background: url(images/nav-hover.gif) repeat-x top; }
#content {
	clear: both;
	margin-left: 0;
	margin-right: 17px;
	margin-top: -10px;
	position: relative;
	margin-left: -4px;
	padding: 10px 30px;
	background: url(images/content.png) repeat-y top left;
}

	#content h1 {
		color: #cc0000;
		text-align: center;
		padding: 10px 40px;
		font-size: 27px;
		line-height: 120%;
		letter-spacing: 0px;
		font-family: Verdana, Helvetica, arial, sans-serif;
	}
	#content h2 {
		color: #cc0000;
		text-align: center;
		padding: 5px 40px;
		font-size:18px;
		font-family: Verdana, Helvetica, arial, sans-serif;
	}
	#content h3 {
		color: #000000;
		text-align: center;
		padding: 0 30px;
		font-size:16px;
		letter-spacing: 0px;
		font-family: Verdana, Helvetica, arial, sans-serif;
	}
	#content h4 {
		color: #000000;
		text-align:  center;
		font-size: 15px;
		padding: 10px 0;
		padding-bottom: 5px;
		letter-spacing: 1px;
		font-family: Helvetica, arial, sans-serif;
	}

div.salespage {
	width: 648px;
	padding: 0 20px;
}
#intro {
	padding: 10px 30px;
	background: #f5f5f5;
	margin: 10px 0;
	border-top: 1px dotted #cdcdcd;
	border-bottom: 1px dotted #cdcdcd;
}	
	#intro span {
		display: block;
		padding: 3px 5px;
		color: #444;
		font-size: 14px;
	}
#footer {
	width: 748px;
	height: 26px;
	background: url(images/footer.jpg) no-repeat;
	display: block;
	margin-left: 0px;
	margin-bottom: 20px;
}
#footer span {
	color: #4a606d;
	padding: 25px 0;
	display: block;
	font-weight: bold;
	text-align: center;
}

/* Post */
div.post {
	text-align: justify;
	width: 500px;
	padding: 10px 0;
	border-bottom: 1px dotted #ccc;
	margin-left: -30px;
	float: left;
	clear: left;
}
div.post a {
	font-weight: bold;
	text-decoration: none;
	color: #2a7dd2;
}
div.post ul {
	margin-left: 30px;
}
div.post ul li {
	padding: 3px;
}
div.post ol {
	margin-left: 30px;
}
div.post ol li {
	padding: 3px;
	color: #555;
}
#content div.post h2 {
	text-align: left;
	padding: 0;
	padding-left: 10px;
	font-size: 22px;
}
#content div.post h2 a {
	text-decoration: none;
	color: #333;
}
#content div.post h3 {
	text-align: left;
	padding: 0;
	font-size: 11px;
	padding-left: 10px;
}
#sidebar {
	width: 190px;
	float: right;
	margin-right: -20px;
}
#sidebar li
{
	font-family: arial;
	list-style: none;
}
#sidebar ul li
{
	background: url(images/bullet.png) no-repeat left;
	border-bottom: 1px dotted #ccc;
	display: block;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 4px;
	color: #2a7dd2;
	padding: 5px;
	padding-left: 15px;
}
#sidebar ul li a {
	color: #2a7dd2;
	text-decoration: none;
}
#sidebar h2 {
	text-align: left;
	padding: 5px;
	font-size: 14px;
	color: #444;
	background: #f8f8f;
	border: 1px dotted #ccc;
}

/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
.comment-author img {
        float:left;
        margin-right:10px;
}
textarea#comment {width:640px;}
/* End Comments */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left;
}

a img {
        border: 0;
}

blockquote {
	margin: 2% 10%;
	padding: 15px 20px 15px 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #cfcfcf;
	font-style: italic;
	background-color: #feffbc;
}

div.salespage ul {
	margin-left: 0px;
}
div.salespage ul li {
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 8px;
	list-style: none;
	line-height: 1.6em;
	background: url(images/vantagem.png) no-repeat left top;
}
div.salespage ol {
	margin-left: 0px;
}
div.salespage ol li {
	padding-left: 30px;
	padding-top: 0px;
	padding-bottom: 8px;
	list-style: none;
	line-height: 1.6em;
	background: url(images/desvantagem.png) no-repeat left top;
}

div.salespage ol.commentlist li {
background:none;
}