/*
Theme Name: Clean Line Energy
Theme URI: http://www.raisedeyebrow.com/
Description: Built by Raised Eyebrow Web Studio.
Version: 1.0
Author: Raised Eyebrow Web Studio
Author URI: http://www.raisedeyebrow.com/

*/



/* Begin Typography & Colors */
body{
	background-color: #FFF;
	color: #808080;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

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

#header{
	float: left;
	width: 228px;
	height: 484px;
	background: url(../images/home_bottomwhite_bg.gif) bottom right repeat-x;
}
	#headerimg h1{
		text-indent: -5000px;
		background: url(../images/home_topwhite_bg.gif) 0 0 repeat-x;
		margin:0 0 0 14px;
		padding:25px 0 0 10px;
	}
	#headerimg h1 a{
		display: block;
		background: url(../images/logo.gif) 0 25px no-repeat;
		width: 179px;
		height: 94px;
	}
	
#homeb{
	float: left;
}

#contentWrapper{
	margin-top: 20px;
}

h1{
	padding: 0;
	margin: 0;
}

p{
	padding: 0;
	margin: 0 0 15px 0;
}

#content{
	display: block;
	float: right;
	width: 740px;
	height: 484px;
	background: url(../images/home_bg2-test.jpg) 0 0 no-repeat;
	text-align: right;
}
	#content #post-2 .entry, #content #post-285 .entry{
		padding: 218px 18px 0 0;
	}
	#content #post-2 .entry p, #content #post-285 .entry p{
		color: #FFF;
		font-size: 18px;
		line-height: 25px;
	}

#footer{
	clear: both;
	background: url(../images/footer_bg-test.jpg) 0 0 repeat-x;
	color: #e8831d;
	font-size: 10px;
}
	#footer p{
		background: url(../images/footer_arrow-test.gif) 722px 10px no-repeat;
		padding-top: 10px;
		padding:16px 18px 5px 0;
		text-align: right;
	}

#addy{
	padding: 250px 33px 0 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16px;
	float: right;
	text-align: right;
	text-transform: uppercase;
	color: #4c4c4c;
}
	#addy a{
		color: #4c4c4c;
		text-decoration: none;
	}
	#addy a:hover{
		text-decoration: underline;
	}

a:link, a:active, a:visited{
		color: #81ac62;
		text-decoration: none;
}
a:hover{
	text-decoration: underline;
}