@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - FORUM : 	The Rocket Summer Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		rs_forum.css
	Date:			Mar 30, 2010
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
	
	
/*	--------------------------------------------------------------------------------------------------------------------------
	Nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav {
		background-position:790px 2px;
	}
		#nav li.navForum {
			background:none !important;
		}
			#nav li.navForum a {
				background-position:-764px -30px;
			}
		#footer .info .nav li.forum a {
			color:#d24d20;
		}	
/*	--------------------------------------------------------------------------------------------------------------------------
	contentSpace Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#contentSpace {
		background:none;
	}
		#mainCol {
			width:922px;
			position:relative !important;
			float:none;
		}
		#altCol {
			display:none;
		}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	Header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#h2_forum {
		border-bottom:2px solid #aca47f;
		height:21px;
		padding:0 0 7px 0; margin:0 0 7px 0;
		background:url(../../../images/h2_forum.png) 0 0 no-repeat;
	}
		
/*	--------------------------------------------------------------------------------------------------------------------------
	userContent Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#userContent .titleBar h1#h1_rsCommunity {
		width:199px; height:15px;
		background:url(../../../images/h1_rocketSummerCommunity.png) no-repeat;
	}
	#userContent {
		width:280px;
	}
		#userContent .contentBox {

		}
			#userContent .contentBox .userInfo {
				width:292px;
				padding:10px 0 0 0;
			}
				#userContent .contentBox .userInfo .userPhoto {
					float:left;
				}
					#userContent .contentBox .userInfo .userPhoto img {
						border:solid 3px #b3ab85;
						display:block;
					}
				#userContent .contentBox .userInfo .user {
					margin:0 0 0 10px;
					font:normal 13px Georgia, "Times New Roman", Times, serif;
					color:#9b8569;
					float:left;
				}
					#userContent .contentBox .userInfo .user strong {
						font:bold 11px Georgia, "Times New Roman", Times, serif;
					}
					
			/*	NOT LOGGED IN */
			#userContent .contentBox .userInfo .statusText {
				font:normal 11px Verdana, Arial, Helvetica, sans-serif;
				color:#575757;
			}
			#userContent .contentBox .userInfo .btnHolder {
				padding:0 0 10px 0;
			}
				#userContent .contentBox .userInfo .btnHolder a.btn:link, #userContent .contentBox .userInfo .btnHolder a.btn:active, #userContent .contentBox .userInfo .btnHolder a.btn:visited {
					margin:10px 0 0 0;
				}
			#userContent .contentBox ul {
				width:296px;
				padding:0 0 7px 0;
				color:#fff;
				list-style:none;
			}
				#userContent .contentBox ul li {
					margin:5px 0 0 1px; padding:0 4px 0 0;
					background:url(../../../images/list_line.gif) right 5px no-repeat;
					font:normal 11px Georgia, "Times New Roman", Times, serif;
					float:left;
					display:inline;
				}
					#userContent .contentBox ul li.noLine {
						background:none;
					}
					#userContent .contentBox ul li a {
						margin:2px 0 0 0;
						display:block;
					}
						#userContent .contentBox ul li a.active {
							color:#766044;
						}
				#userContent .contentBox ul li a.btn:link, #userContent .contentBox ul li a.btn:active, #userContent .contentBox ul li a.btn:visited {
					width:67px; height:17px;
					padding:2px 0 0 0;
					background:url(../../../images/btn_67.png) 0 0 no-repeat;
					font-size:11px;
				}	
					#userContent .contentBox ul li a.btn:hover {
						background-position:0 -20px;
					}

