@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - MAIN : 	Lil Wayne Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		lw_main.css
	Date:			Nov 13, 2009
	Author:		Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	@import url("lw_reset.css");
	
/*	--------------------------------------------------------------------------------------------------------------------------
	mainStyles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	body {
		line-height: 1;
		font:normal 12px Arial, Helvetica, sans-serif;
		color:#fff;
		background:#000;
	}
	a {
		text-decoration:none;
		font-weight:bold;
		color:#ffffff;
	}
		a:hover {
			text-decoration:underline;
		}
		a.btn_leaveComment {
			width:102px; height:23px;
			margin:5px 0;
			display:block;
			background:url("../../images/btn_leaveComment.jpg") 0 0;
		}
	#toolbar {
		width:960px;
		height:30px;
		margin:0 auto;
	}
		#toolbar img {
			float:left;
		}
		#toolbar a.cashmoney {
			width:166px; height:30px;
			background:url(../../images/cmr_btn.gif) no-repeat;
			display:block;
			float:left;
		}
		#toolbar a.artist {
			width:68px; height:30px;
			background:url(../../images/cmrArtists_btn.gif) no-repeat;
			display:block;
			float:left;
		}
		#toolbar a.name {
			width:111px; height:30px;
			background:url(../../images/cmrLilwayne_btn.gif) no-repeat;
			display:block;
			float:right;
		}		
	#container {
		width:700px;
		margin:0 auto; padding:0 103px 0 147px;
		overflow:hidden;
		min-height:700px;
		height:auto !important;
		height:700px;

	}
	#pageHeader {
		padding:60px 0 0 0;
		background:url(../../images/bg_pageheader.jpg) top center no-repeat;
	}
	#contentSpace {
		background:#000 url(../../images/bg_content_repeat.jpg) top center repeat-y;
	}
	#bottom {
		padding:0 0 430px 0;
		background:url(../../images/bg_bottom.jpg) bottom center no-repeat;
	}
	#Tick {
	width:800px;
	float:left;
	}
	#mainCol {
		width:300px;
		float:left;
		overflow:hidden;
	}
	
	#altCol {
		width:300px;
		padding:0px 0 0;
		float:right;
	}
	
	.adholder300 {
		padding:10px 0 0;
	}
	

	
	#movieHolder {
		width:890px; height:360px;
		background:#000000;
		margin:0 auto;
	}
	.tickerHolder {
		margin:0 0 50px 0;
		width:340px; height:75px;
	}
	#navHolder {
		height:147px;
		background:#000 url(../../images/bg_nav.jpg) bottom center no-repeat;
	}
	#adWrap {
		background:#000;
	}
	
	#bottomholder {
		width:728px;
		margin:0 auto; padding:15px 0 40px 0;
	}
		#bottomholder .stickers {
			width:120px;
			margin:0 auto;
		}
		#bottomholder .stickers  a.PA {
			width:60px; height:42px;
			margin:14px 0;
			background:url(http://i262.photobucket.com/albums/ii104/umrg_newmedia/UMRG/assets/thumbs/umrg/PA_sticker.jpg) no-repeat 0 0;
			display:block;
			float:left;
		}
		#bottomholder .stickers a.cash {
			width:41px; height:60px;
			margin:7px 0;
			background:url(../../images/cashmoney_bw.gif) no-repeat 0 0;
			display:block;
			float:right;
		}
		#bottomholder .copyright {
			width:245px;
			margin:0 auto;
		}
	#comment h2 {
		margin:10px 0;
		color:#920000;
		font-size: 14px;
	}
		