@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - MELANIE FIONA LINKS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		mf_links.css
	Date:			Aug 19, 2009
	Author:		Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

	body #header ul#navBottom li.links a {
		background-position:-140px -45px;
	}
	
	

		
/*	--------------------------------------------------------------------------------------------------------------------------
	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#h2Links {
		margin:16px 0 0 26px;
		font-size:20px;
		font-weight:normal;
		color:#be7dd0;
	}
	
	ul#linksList {
		margin:0; padding:0;
		list-style-type:none;
	}
	
	.post, ul#linksList li {
		margin:30px 0 0 10px; padding:0 0 12px 0;
		background:url(../../images/border_post.gif) bottom left repeat-x;
	}
	
		ul#linksList li a {
			width:88px;
			margin:0 0 0 20px; padding:97px 0 0 0;
			display:block;
			text-align:center;
			color:#fcf9fc;
		}
			ul#linksList li a:hover {
				color:#af0bc2;
			}
	
		ul#linksList li a.twitter {
			background:url(../../images/bg_twitter.gif) top center no-repeat;
		}

		ul#linksList li a.facebook {
			background:url(../../images/bg_facebook.gif) top center no-repeat;
		}
		
		ul#linksList li a.ilike {
			background:url(../../images/bg_ilike.gif) top center no-repeat;
		}		

		ul#linksList li a.myspace {
			background:url(../../images/bg_myspace.gif) top center no-repeat;
		}
		
		ul#linksList li a.youtube {
			background:url(../../images/bg_youtube.gif) top center no-repeat;
		}
	