@charset "utf-8";
/*	-------------------------------------------------------------
	CSS -HOME : 	After Midnight Project Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		amp_home.css
	Date:			Oct 08 2009
	Author:		Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
/*	--------------------------------------------------------------------------------------------------------------------------
	activeStyles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	ul#mainNav li.news a {
		background-position:0px 0;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	newsfeedStyles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		ul#newsFeed li {
			margin:0 0 5px 0;
			background:#000;
			border:2px solid #000;
		}
			ul#newsFeed li h2 a {
				display:block;
				padding:5px 3px;
			}
				ul#newsFeed li h2 a:hover {
					background:#454545;
				}
				ul#newsFeed li h2 a .date {
					width:80px;
					margin:0 8px 0 0;
					display:block; float:left;
					color:#fff;
				}
				ul#newsFeed li h2 a .headline {
					width:210px;
					display:block; float:left;
				}
/*	--------------------------------------------------------------------------------------------------------------------------
	news Single Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#postContent {
		width:297px;
		padding:7px;
		background:#000;
		overflow:hidden;
	}
		#postContent .header .date {
			float:left;
			color:#fff;
		}
		#postContent .header a.btnBack {
			float:right;
			padding:0 0 0 10px;
			font-family:verdana, sans-serif;
			background:url(../../images/bg_back.gif) center left no-repeat;
			color:#bc6ebc;
		}
			#postContent .header a:hover.btnBack {
				color:#fff;
				background-image:url(../../images/bg_back_h.gif);
			}
		#postContent h2 {
			font-size:15px;
			color:#d9d9f0;
			padding:0 0 10px 0;
		}
		#postContent p {
			padding:0 0 5px 0;
		}
		#postContent img {
			display:block;
			margin:0 auto;
			padding:0 0 5px 0;
		}
		
		
		
		
		
		