/*
Theme Name: Lunch Break Investing
Theme URI: 
Description: Based on Starkers HTML5. An HTML5 version of (Based on <a href="http://elliotjaystocks.com/starkers/">Starkers</a> by <a href="http://elliotjaystocks.com/">Elliot Jay Stocks</a> which is based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a> by <a href="http://binarybonsai.com/">Michael Heilemann</a>)
Version: 1.1
Author: Chris Delph
Author URI: http://nathanstaines.com
Tags: starkers, html5, beginning, start, clean, basic
*/

@import "style/css/reset.css";
@import "style/css/layout.css";

Header, Article, Footer, aside
{

}

Header
{
	width: 100%;
	clear:both;
	text-align:left;
	min-height:150px;
	background-color:#428E60;
	border-bottom: 15px #303B30 solid;

}
hgroup
{
	padding:20px;
	margin-left:auto;
	margin-right:auto;
	width:1000px;
}

Header a
{
	color:#FFF;
	text-decoration:none;
}

header h1
{
	font-size: 45px;
	padding-left:40px;
	padding-bottom: 20px;
}
header h2
{
	font-size: 20px;
	padding-left:80px;

}
nav
{
	text-align:left;
}
.side3 ul { list-style:none; margin:0; width: 100%;}
.side3 li { float:right; display:inline; margin:0; margin-right:10px; }
#TopNav { font-size:15px; width:100%; min-height: 25px; padding-top: 5px; 	background-color:#303B30;}
#TopNav a {color:#FFF;}

body
{
	background-image:url(background.gif);
	background-repeat:repeat-x;
	background-color:#8EB090;

}

#body
{
/*	border: 1px #000 solid;*/
	width: 1000px;
	margin-left:auto;
	margin-right:auto;
}

article
{

	padding: 10px;
	margin:10px;
	line-height: 1.429;
	text-align:justify;
	margin-bottom: 40px;
	font-size:18px;
	color:#000;
	
}
article h2
{
	margin-bottom: 5px;
	font-size:25px;
	border-bottom: 1px #428E60 solid;
	color:#000;

}
article a
{
		color:#428E60;
		text-decoration:none;
}
article p
{
	padding-bottom: 22px;
}

.post-meta ul { list-style:none; margin:0; width: 100%;}
.post-meta li { float:left; display:inline; margin:0; margin-right:10px; }
.post-meta-key {visibility:hidden; display:none; }
.post-meta-key img {padding-right:5px; padding-bottom:5px;}
aside
{
	/* Sidebar */
	width: 325px;
	margin:10px;
	padding:5px;
	line-height: 1.429;
	color:#000;

}
aside a
{
	color:#000;
}
.side1
{
	float:right;
}
.side2
{
	float:right;
}
aside li
{
	list-style:none;

}
aside h1
{
	text-indent:-20px;
	padding-top: 10px;
	padding-bottom: 5px;
}
#content
{
	width: 625px;
	display:block;
	float:left;

}
#footer
{
	width: 100%;
	clear:both;
	color:#FFF;
	background-color:#303B30;
	min-height: 100px;
	padding-top: 10px;
	border-top: 10px #6C6E58 solid;
}
#footer_inner
{
	margin-left:auto;
	margin-right:auto;
	width:900px;
}
#footer a
{
	color: #FFF;	
}
#footer_cat
{
	float:left;
	width:750px;
}

#footer_cat ul { list-style:none; margin:0; width: 100%;}
#footer_cat li { float:left; display:inline; margin:0; margin-right:10px; }
#footer_cat h2 { padding-bottom: 2px; }
#footer_txt
{
	float:right;
	width: 150px;
}
#ad1
{
	font-weight:bolder;
	color:#F4F7D9;
}

#single_ad 
{
	float:right;
	width:450px;
	padding:10px;
}
#single_ad img
{
margin-bottom:-7px;
}