@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - FORUM : 	Jessie James Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		jessie_forum.css
	Date:			Aug 03, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
/*  -------------------------------------------------------------
    mainCol override by Hyun Jo IDJ
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -   */
    #fullCol 
    {
        width: 935px;
    }
	
/*	--------------------------------------------------------------------------------------------------------------------------
	nav Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#nav {
		background:url(../../images/nav_current.png) 895px 1px no-repeat;
	}
	#nav li.navForum a {
		background-position:-894px -40px;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	.header Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.header {
		padding:0 10px;	
	}
		.header h1 {
			width:420px; height:30px;
			float:left;	
		}
			
/*	--------------------------------------------------------------------------------------------------------------------------
	#forum Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#forum {
		margin:0 0 0 25px;
	}
		#forum h1 {
			background: url(../../images/h1_forum.png) 0 0 no-repeat;
		}
		#forum .content .profile {
			width:204px;
			float:left;				
		}
			#forum .content .profile img {
				border:1px solid #b7ddea;
				padding:1px;
				background:#000;
				display:block;
			}
			#forum .content .quote {
				padding:25px 0;
				font:20px Arial, Helvetica, sans-serif; color:#809499;
				float:right;
			}
				#forum .content .quote .endQuote{
					padding:16px 0;
					width:200px;
					text-align:right;
					display:block;
				}
