@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - HOME : 	Forever The Sickest Kids Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		ftsk_home.css
	Date:		oct 24, 2009
	Author:		Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	

	
/*	--------------------------------------------------------------------------------------------------------------------------
	active Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#mainNav li.home a {
		background-position:0 -121px;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	reset Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	body {
		background:url(../../images/site.jpg) top center no-repeat;
	}
	#contentScroller {
		height:650px;
		overflow:auto;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	feed Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#mainCol {
		padding:70px 0 0 0;
	}
	ul#newsFeed li {
		padding:0 0 40px 0;
	}
	ul#newsFeed .date, #post .date {
		display:block;
		font:normal 21px Impact, Arial, sans-serif;
		color:#fc7065;
	}
	ul#newsFeed h2, ul#newsFeed h2 a {
		font:normal 23px Impact, Arial, sans-serif;
		color:#000;
	}
		ul#newsFeed h2 a:hover {
			color:#f8cd26;
			background:none;
		}
	ul#newsFeed .postContent, #post .postContent {
		padding:20px 0 0 0;
	}
	ul#newsFeed .postFooter, #post.postFooter {
		padding:10px 30px 0 0;
		text-align:right;
	}
	#post h1 {
		font:normal 23px Impact, Arial, sans-serif;
		color:#3d3d3d;
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Blog Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	#blog {
		margin:100px 0 0 0;
	}
	#contentScrollerBlog {
		height:180px;
		overflow:auto;
	}
	h2#h2Blog {
		width:36px; height:16px;
		background:url(../../images/h2_blog.gif) top left no-repeat;
		padding:0 0 20px 0;
	}
	ul.body {
		margin:20px 0 0 0;
	}
	ul.body li {
		padding:0 0 40px 0;
	}
	ul.body .date {
		display:block;
		font:normal 12px Arial, sans-serif;
		color:#fc7065;
	}
	ul.body h2, ul.body h2 a {
		font:normal 21px Impact, Arial, sans-serif;
		color:#000;
	}
		ul.body h2 a:hover {
			color:#f8cd26;
			background:none;
		}
	ul.body .postContent, #post .postContent {
		padding:20px 0 0 0;
	}
	ul.body .postFooter, #post.postFooter {
		padding:10px 30px 0 0;
		text-align:right;
	}
	ul.body .actions {
		display:none;
	}