@charset "UTF-8";
/* CSS Document */
/*	-------------------------------------------------------------
	RICHY NIX SITE - HOME
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		richy_bio.css
	Date:			4/16/2010

	Author:		UMRG New Media
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	-------------------------------------------------------------
	
	/*	--------------------------------------------------------------------------------------------------------------------------
		nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#header ul#nav li.navNews a {
		background-position:-205px -50px;
	}
	
	/*	--------------------------------------------------------------------------------------------------------------------------
		content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

	#news {
		width:710px;
		min-height:400px;
		height:auto !important;
		height:400px;
		margin:20px 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 ul {
				width:710px;
			}
				#news li {
					width:690px;
					margin:0 0 5px 0;
					padding:5px 10px;
					background:#335a34;
				}
					#news li span.date{
						font-style:italic;
						font-size:10px;
					}
						#news li a {
							font-weight:bold;
							color:#7de397;
							text-decoration:none; 
						}
							#news li a:hover {
								color:#3F0;
							}
						#news li h3 {
							padding:0 0 10px 0;
						}
							#news li h3 a {
								font-size:18px;
								font-weight:bold;
								color:#fff;
								text-decoration:none;
							}
								#news li h3 a:hover {
									color:#3F0;
								}
					#news li .foot {
						margin:10px 0;
						color:#7de397;
					}
						#news li .foot a {
							font-size:12px;
							color:#7de397;
							text-decoration:none;
						}
							#news li .foot a:hover {
								color:#3F0;
							}
					#news li.single {
			            margin:15px 0;
		            }
					
					h3.commentsHead {
						width:100px; height:16px;
						margin:15px 0 7px 0;
						background:url(../../images/h3_comments.gif);
					}
					#news ul.Comment {
						width:400px;
						padding:0 0 0 15px;
					}
		            #news ul.Comment li {
			            width:660px;
						margin:9px 0;
						padding:5px;
			            background:#0e2815;
		            }
			            #news ul.Comment li h4 {
				            color:#7de397;
				            font-size:14px;
				            font-weight:bold;
				            padding:0 0 10px;
			            }
			            #news ul.Comment li p {
				            color:#fff;
				            font-size:11px;
			            }
			            #news ul.Comment li .posted {
				            color:#9a9a9a;
				            padding:5px 0 0;
				            font-size:9px;
			            }
			            .leaveComment {
		                    width:330px;
		                    margin:35px 0 0 15px;
	                    }
		                    .leaveComment a.btn_comment {
								color:#7de397;
								font-size:14px;
				            	font-weight:bold;
								text-decoration:none;
								text-transform:uppercase;
			                    display:block;
		                    }
			                    .leaveComment a.btn_comment:hover {
				                    color:#3F0;
			                    }
		                    .leaveComment .register {
			                    width:200px;
			                    margin:7px 0 0;
		                    }
			                    .leaveComment .register p {
				                    font-size:10px;
				                    margin:0 0 3px;
			                    }
			                    .leaveComment .register a {
				                    text-decoration:none;
				                    color:#7de397;
				                    font-weight:bold;
			                    }
				                    .leaveComment .register a:hover {
					                    color:#3F0;
				                    }
