@charset "UTF-8";
/* Necessities */
/*///////////
Client:
Last modified: 08/16/07
\\\\\\\\\\\\\\*
/*----- Profile Body ------*/

#profile_aboutMe{margin:0px !important; padding:0px !important; margin-top:0px !important}

#wrap{
	width:817px;   
	position:center !important;   
	margin-left:auto;   
	margin-right:auto;   
	padding-left:0px !important;   
	padding-right:0px !important;
	background-repeat:repeat-y;
	background-position:top center;
	background-image:url(Images/bg_wrap_3.png);
}

*html #wrap { 
	background-image:url(Images/bg_wrap_3.png); 
}

#profile {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:14px;
	color:#fff;
	font-weight:normal;
	font-style:normal;
}

/* master links */
a:link, a:active, a:visited {
	color:#ff6600;
	text-decoration:underline;
	font-weight:normal;
}
a:hover {
	color:#ff6600;
	text-decoration:none;
	font-weight:normal;
}

/*---------------------------- 
Page Header & Footer 
-----------------*/


div#header, div#topnav, div#footer {
	color:#fff;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
}
/* 
footer text/links 
*/
div#footer {
	color:#fff;
	background-repeat:repeat-y;
	background-position:top center;
	background-image:transparent;
	width:800px;
	padding:0;
	letter-spacing:-1px;
	margin-left:9px;
	text-align:center;
}
*html div#footer { 
	background-image:transparent; 
	letter-spacing:-.5px;
}
div#footer a {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
div#footer a:hover {
	color:#fff;
	text-decoration:underline;
}


/*-------------------------------- Main Layout & Master Module 1-28 Controls -----------------*/
div#mainLayout {
	width:817px;
	padding:0px;
	margin:0px;
}

/*
Removes gap that seperates profile from modules
*/
div#profileBottom {
	margin-top:-20px;
}
*html div#profileBottom {
	margin-top:-10px;
}

/*
Combined Values
*/
#profile_friends, #profile_forums {
	width:712px;
	padding:40px;
	padding-top:40px;
}

/*---------- 
Friends Section 
----------*/
div#friendContainer {
	margin:15px 0 0 50px;
	width:712px;
	border:1px solid #272727;
	background:#000;
}
div#friendContainer img {
	max-width: 70px;
	max-height: 65px;
	width:expression((this.width > 70)? ((this.height > 65)? ((this.width/70 < this.height/65)? true : 70) : 70) :true);
	height:expression((this.height > 65)? ((this.width > 70)? ((this.height/65 < this.width/70)? true : 65) : 70) :true);
	border:1px solid #727272;
}
div#friendContent {
	padding:0;
	margin:-20px 0 0 0;
}

div#friendContent .heading {
	
}

div#friendContent h5 {
	color:#000;
}
div#friendBot {
	display:none;
}

div#profile_friends, div#profile_friends .section {
	width:670px;
	margin:0;
	padding:20px;
}

div#profile_friends a, div#profile_friends a:link {
	color:#ff6600 !important;
	text-decoration:none !important;
}

div#profile_friends a:hover {
	text-decoration:underline !important; 
}

a.redlink friendtext:hover,  
a.redlink friendlink:hover {
	color:#ff6600;
	text-decoration:underline;
}

div.friend {
	width:92px;
	height:105px;
	padding:0 !important;
	margin:0 !important;
}
div#profile_friends .btext, div#profile_friends .redtext {
	margin-bottom:10px;
}
/*---------- 
Forum Section 
----------*/

div#forumContainer {
	margin:25px 0 0 50px;
	width:712px;
	border:1px solid #272727;
	background:#000;
}
div#forumContainer .heading {
	margin: 0 25px 10px 0;
}

div#forumContent {
	padding:0;
	margin: -20px 25px 0 -25px;
}

/* forum - post topic | view all topics */

#profile_forums .right, #profile_forums .right a:link, #profile_forums .right a:active, #profile_forums .right a:visited {
	color:#ff6600 !important;
	font-weight:normal;
	text-decoration:none;
	font-size:10px;
}
#profile_forums .right a:hover {
	color:#ff6600;
	text-decoration:underline;
}
*html #profile_forums .right {
	margin:0 -65px 10px 0 !important;
	padding:0 20px 0 0 !important;
}
#profile_forums .left {
	color:#ff6600;
}
div#forumContent .left {
	display:none;
}

div#profile_forums, div#profile_forums .section {
	margin:0;
	padding:30px 20px 20px 40px;
}

div#forumBot {
	display:none;
}


/*---------- 
Comments Section 
----------*/
div#commentContainer {
	margin:25px 10px 0 50px;
	width:712px;
	height:410px;
	border:1px solid #272727;
	text-align:left;
	background:#000;
}
div#commentContent {
	margin:10px 0 0 0;
	width:670px;
	height:360px;
	padding:25px 15px 0 25px;
	overflow:auto;
}
*html div#commentContent {
	padding-left:25px;
}
div#commentContent .heading {
	display:none;
}
/* 
comments: view/edit all comments 
*/
#profile_comments a:link, #profile_comments a:active, #profile_comments a:visited {
	color:#ff6600;
	text-decoration:none;
}
#profile_comments a:hover {
	color:#ff6600;
	text-decoration:underline;
}


