/*  
Template Name: LightSpeed
Theme URI: http://www.thewebhub.com/2008/11/lightspeed/
Description: A two-column, dark-themed design suitable for personal websites and blogs use. This design fits in a 1024x768 screen resolutions.
Author: Enjay
Author URI: http://aboutenjay.com/
(c)2008 Enjay and TheWebHub.com
*/

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666;
	background-color: #FFF;
	background-repeat: no-repeat;
}
h1, h2, h3, h4, p, ul , ol{
	margin-top: 5px;
}

h1, h2, h3 {
	text-transform: uppercase;
}

h1 {
	letter-spacing: -2px;
	font-size: 250%;
}

h2 {
	letter-spacing: -1px;
	font-size: 90%;
}
#sidebar {
	height: 200px;
	width: 180px;
	margin-top: 250px;
	float: left;
	margin-left: 15px;
	background-color: #FFF;
}


h3 {
	font-size: 100%;
	font-weight: bold;
}
h4 {
	font-size: 75%;
	font-weight: bold;
	color: #000;
	text-align: center;
}


p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 180%;
}

strong, em {
	color: #ddd;
}

a {
	text-decoration: none;
}

a:link {
	border-bottom: 1px dotted #333;
	color: #00F;
}

a:visited {
	color: #ccc;
	border-bottom: 1px dotted #666;
}

a:hover {
	color: #fff;
	border-bottom-color: #fff;
}

a img {
	border: none;
}

/* WRAP - Encloses everything to add the header background. */

#wrap {
	background-image: url(images/testback%201.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

/* HEADER - Contains the logo, slogan and menu. */

#header {
	width: 960px;
	height: 165px;
	margin: 0 auto;
	text-transform: inherit;
}


/* LOGO & SLOGAN */

#header h1, #header h2 {
	margin: 0;
	text-align: left;
	color: #FFF;
}

#header h1 {
	padding-top: 110px;
}

#header a {
	border: none;
	color: #000;
}

#header a:hover {
	color: #00F;
}

/* MENU */

#header ul {
	margin: 0;
	padding: 1em 0 0 0;
	line-height: normal;
	list-style: none;
	text-align: center;
	font-size: 200%;
}

#header li {
	display: inline;
}

#header li a {
	padding: 0 1em;
	font-weight: bold;
	color: #000;
}

#header li a:hover {
	background: url(images/post_entry_bg.png) repeat-x 0 50%;
	color: #006;
}

/* PAGE - Contains the main content and the sidebar. */

#page {
	width: 960px;
	margin: 0 auto;
}

/* CONTENT - The main content area. */

#content {
	float: none;
	width: inherit;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.post {
	height: 470px;
	float: left;
	margin-top: 0px;
	width: 540px;
	clear: none;
	margin-left: 110px;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 80%;
	float: left;
}


/* FOOTER - For footnotes and copyright notices. */

#footer {
	clear: both;
	width: 960px;
	margin: 0 auto;
	padding: 120px 0;
	text-align: center;
	font-size: 12px;
}
.sidebar {
	float: right;
	height: 480px;
	width: 400px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #FFF;
}


#footer p {
	margin: 0;
	line-height: normal;
}

#footer .legal img {
	margin-top: 1em;
	background-image: url(../../background.png);
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-style: normal;
	text-decoration: inherit;
	margin-top: 0px;
}
li {
	font-size: 12px;
}
h6 {
	font-size: 90%;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	font-family: "Arial Black", Gadget, sans-serif;
	vertical-align: top;
}

