@charset "UTF-8";
/* CSS Document */
/*	-------------------------------------------------------------
	RICHY NIX SITE - HOME
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		richy_home.css
	Date:			4/16/2010

	Author:		UMRG New Media
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	-------------------------------------------------------------
	
	/*	--------------------------------------------------------------------------------------------------------------------------
		nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#header ul#nav li.navHome a {
		background-position:0 -50px;
	}
	
	/*	--------------------------------------------------------------------------------------------------------------------------
		content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#flashBox {
		width:734px; height:177px;
		margin:35px auto;
	}
		#player {
			width:734px; height:177px;
			background:#10471e;
		}
	
	#news {
		width:710px;
		min-height:400px;
		height:auto !important;
		height:400px;
		margin:0 auto;
		padding:15px 20px;
		background-color:#092b12;
		_background-color:#092b12;
		background:
			-webkit-gradient(
				linear,
				left top,
				left bottom,
				color-stop(0.00, rgb(16,71,30)),
				color-stop(1.00, rgb(0,0,0))
			);
		background:
			-moz-linear-gradient(
				center top,
				rgb(16,71,30) 0%,
				rgb(0,0,0) 100%
			);
	}
		#news h2 {
			width:78px; height:21px;
			margin:0 0 10px;
			background:url(../../images/h2_news.gif) 0 0 no-repeat;
		}
		#news .stuff {
			width:710px;
		}
			#news .stuff ul {
				width:365px;
				float:left;
			}
				#news .stuff li {
					width:345px;
					margin:0 0 5px 0;
					padding:5px 10px;
					background:#335a34;
				}
					#news .stuff li span.date{
						font-style:italic;
						font-size:10px;
					}
						#news .stuff li a {
							font-weight:bold;
							color:#7de397;
							text-decoration:none; 
						}
							#news .stuff li a:hover {
								color:#3F0;
							}
						#news .stuff li h3 {
							padding:0 0 10px 0;
						}
							#news .stuff li h3 a {
								font-size:18px;
								font-weight:bold;
								color:#fff;
								text-decoration:none;
							}
								#news .stuff li h3 a:hover {
									color:#3F0;
								}
					#news .stuff li .foot {
						margin:10px 0;
						color:#7de397;
					}
						#news .stuff li .foot a {
							font-size:12px;
							color:#7de397;
							text-decoration:none;
						}
							#news .stuff li .foot a:hover {
								color:#3F0;
							}
		#news .stuff .ad300 {
			width:300px; height:250px;
			background:#10471e;
			float:right;
		}
		
	#tour {
		width:710px;
		min-height:220px;
		height:auto !important;
		height:400px;
		margin:15px auto;
		padding:15px 20px;
		background-color:#092b12;
		_background-color:#092b12;
		background:
			-webkit-gradient(
				linear,
				left top,
				left bottom,
				color-stop(0.00, rgb(16,71,30)),
				color-stop(1.00, rgb(0,0,0))
			);
		background:
			-moz-linear-gradient(
				center top,
				rgb(16,71,30) 0%,
				rgb(0,0,0) 100%
			);
	}
	#tour h2 {
		width:200px; height:21px;
		margin:0 0 10px 0;
		background:url(../../images/h2_tour.gif) no-repeat 0 0;
	}
	#tour table {
		width:710px;
	}
		#tour table colgroup col.dateCol {
			width:50px;
		}
		#tour table colgroup col.locationCol {
			width:140px;
		}
		#tour table colgroup col.venueCol {
			width:180px;
		}
		#tour table colgroup col.ticketsCol {
			width:60px;
		}
		#tour table th {
			font-weight:bold;
			font-size:11px;
			padding:5px;
			text-transform:uppercase;
		}
		#tour table tr {
		}
			#tour table tr td {
				padding:5px;
				background:#335a34;
			}
			#tour table tr td.date{
				color:#fff;
			}
			#tour table tr td.location{
				color:#fff;
			}
			#tour table tr td.venue{
				color:#fff;
			}
				#tour table tr td.venue a {
					color:#fff;
					text-decoration:none;
				}
					#tour table tr td.venue a:hover {
						color:#3F0;
					}
			#tour table tr td.tickets{
				font-size:10px;
			}
				#tour table tr td.tickets a {
					color:#fff;
					text-decoration:none;
				}
					#tour table tr td.tickets a:hover {
						color:#3f0;
					}
	
	.awesome {
		width:250px;
		margin:30px auto;
	}
		.awesome a {
			width:150px; height:85px;
			padding:50px;
			color:#b7e69a;
			font-size:16px;
			font-weight:bold;
			text-decoration:none;
			display:block;
		}
		.awesome a.community {
			background:url(../../images/bg_community.jpg) 0 0 no-repeat;
			/*float:left;*/
		}
		/*.awesome a.ringtones {
			background:url(../../images/bg_ringtones.jpg);
			float:right;
		}*/
			.awesome a .white {
				color:#fff;
			}
			.awesome a:hover {
				color:#fff;
			}