@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - MELANIE FIONA PHOTOS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		mf_photos.css
	Date:			Aug 19, 2009
	Author:		Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

		#header ul#navTop li.photos a {
			background-position:-315px -13px;
		}
	
	

		
/*	--------------------------------------------------------------------------------------------------------------------------
	content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#content {
		margin: 3px 0 0 33px;
		background:url(../../images/bg_content.jpg) top left repeat-y;
	}
	
		#content #mainCol {
			width:432px;
			margin:0 58px 0 0;
			float: left;
		}
			
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
	h2#h2Media {
		margin:16px 0 0 26px;
		font-size:22px;
		font-weight:normal;
		color:#be7dd0;
		text-transform:uppercase;
	}
	
	h3 {
		margin:12px 5px 0 0;
		text-align:right;
		font-size:12px;
		font-weight:normal;
		color:#fbe8f8;
	}

	ul#photoList {
		width:400px;
		list-style-type:none;
		margin:15px 0 0 26px;
		overflow:hidden;
	}
	
	ul#photoList li {
		width:120px; height:128px;
		padding:0 10px 20px 0;
		display:block;
		float: left;
		overflow:hidden;
	}
	
		ul#photoList li a img {
			margin:0 auto;
			display:block;
		}
		
	