/* 
	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: Arial, sans-serif;
	font-size: 12px;
}
.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: 12px;
	line-height: 1.6em;
	color: #575759;
	font-family: Verdana, Tahoma, Arial, sans-serif;
}

/* 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;
	padding: 1px;
}
	#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: 0px;
	padding: 10px 30px;
	background: url(images/content.jpg) repeat-y top left;
}
	#content h1 {
		color: #cf3f2d;
		text-align: center;
		padding: 10px 50px;
		font-size: 27px;
		letter-spacing: -1px;
		font-family: Helvetica, arial, sans-serif;
	}
	#content h2 {
		color: #21404f;
		text-align: center;
		padding: 5px 50px;
		font-size:18px;
		font-family: Helvetica, arial, sans-serif;
	}
	#content h4 {
		color: #e30505;
		text-align: center;
		padding: 0 30px;
		font-size:16px;
		letter-spacing: -1px;
		font-family: Helvetica, arial, sans-serif;
	}
	#content h3 {
		color: #766;
		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: left;
	width: 500px;
	padding: 15px 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;
	color: #555;
}
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
{
	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: 17px;
}
#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;
}

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;
}

blockquote {
	margin: 5px 10px 5px 10px;
	padding: 15px 20px 15px 20px;
	border-width: 1px;
	border-style: solid;
	border-color: #cfcfcf;
	font-style: italic;
	background: url(images/blockquote.png) no-repeat;
}