/*///////////
Title: Profile.html Master StyleSheet
Author: JB |
Client Name:
Last modified: 08/21/07

!!! Adjust Values according to your project specifics !!! Detailed according to importance and section !!!

//////////*/


/*-------General Declarations------*/
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#fff;
	font-weight:normal;
	font-style:normal;
	background:url(Images/blackHeader.jpg) top center no-repeat #000;
}
a:link, a:active, a:visited {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}
div#container {
	width:968px;
	position:relative;
}
div.columnLeft {
	float:left;
	height:inherit;
}
div.columnRight {
	float:right;
	height:inherit;
}
.copy {
	display:none;
}
/*-------Panel_01 Controls------*/
div#panel01 {
	height:240px;
	width:auto;
}
/*Contact Box*/
div#contactLinks {
	padding:130px 0 0 390px;
	font-size:12px;
	color:#8f8e8e;
}
div#contactLinks a {
	font-size:12px !important;
	color:#8f8e8e !important;
	font-weight: 300 !important;
}
/*-------Panel_02 Controls------*/
div#panel02 {
	height:2230px;
	width:auto;
}
div#panel02 .columnLeft {
	width:49%;
	height:75px;
}
div#panel02 .columnRight {
	width:49%;
}
/*---------- End Profile.html Controls ----------*/

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

/*-------------------------------- Main Layout & Master Module 1-28 Controls -----------------*/
div#mainLayout {
	width:968px;
	padding:0px;
	margin:0px;
}
/*Removes gap that seperates profile from modules*/
div#profileBottom {
	margin-top:-20px;
}
*html div#profileBottom {
	margin-top:-30px;
}

/*---------- 
Friends Section 
----------*/
div#friendContainer {
	background:url();
}
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);
	margin-top:3px;
}
div#friendTop {
	height:63px;
	background:url(Images/header_friends.jpg) no-repeat;
	margin:0 0 0 50px;
}
div#friendContent {
	text-align:left;
	margin:5px 0 0 80px;
}
div#friendContent .heading {
	display:none;
}
div.friend {
	width:115px;
	margin:10px 0 20px 0;
}
div#friendContainer img {
	max-width:75px;
	max-height:70px;
	width:expression((this.width > 75)? ((this.height > 70)? ((this.width/75 < this.height/70)? true : 75) : 75) :true);
	height:expression((this.height > 70)? ((this.width > 75)? ((this.height/70 < this.width/75)? true : 70) : 75) :true);
	margin-top:5px;
}
div#profile_friends a {
	color:#fff !important;
}
.redtext, .redbtext, .redlink friendtext {
	color:#fff;
	font-weight:bold;
}



/*---------- 
Comments Section 
----------*/
div#commentContainer {
}
#profile_comments {
	font-family:Arial, Helvetica, sans-serif;
}
#profile_comments h4 {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0 0 5px 0;
}
div#commentTop {
	height:63px;
	background:url(Images/header_comments.jpg) no-repeat;
	margin:0 0 0 50px;
}
div#commentContent {
	width:800px;
	margin:0 auto;
	padding-right:25px;
	padding-top:15px;
	text-align:left;
}
*html div#commentContent {
	padding-left:100px;
	width:850px;
}
div#commentContent .heading {
	display:none;
}
/* 
comments: view/edit all comments 
*/
#profile_comments a:link, #profile_comments a:active, #profile_comments a:visited {
	color:#fff;
	text-decoration:none;
}
#profile_comments a:hover {
	color:#fff;
	text-decoration:underline;
}


#wrap {
	width:968px;
	position:center !important;
	margin-left:auto;
	margin-right:auto;
	padding-left:0px !important;
	padding-right:0px !important;
	background-color:transparent;
}

/*------------------------

 Header
 
------------------------*/

/* deffault nav, footer styling*/
#header,
#topnav, 
#footer {
	color:#fff;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}

#header {
	display:block !important;
}

#header a, 
#topnav a, 
#footer a {
	color: #fff;
	text-decoration:none !important;
}


#header a:hover, 
#topnav a:hover, 
#footer a:hover {
	color: #fff;
}


/* Controls overall Top Navigation div */
div#header,
div#topnav {
	width:968px;
	background:transparent !important;
	background-image:none !important;
	margin:0 0 0 1px;
}

#headerWrap {
	margin-left:0px;
	background-color:transparent !important;
	background-image:none !important;
}

div#topNav {
	margin-left:0px;
	font-size:10px;
	background-color:transparent !important;
	background-image:none !important;
}

/* Controls the table within Top Nav (change bg color to match 'div#topnav'; the only css should be background-color */
table#headerTable,
table#headerTable tr,
table#headerTable td {
	background-color:transparent !important;
	background-image:none !important;
	margin:0;
	padding:0;
}

/* Controls the text (must leave in 'important' */
ul#leftNav li a,
ul#leftNav li a:hover,
ul#rightNav li a,
ul#rightNav li a:hover,
ul#leftNav li a#nav0,
ul#leftNav li a#nav0:hover,
ul#leftNav li a#nav0 small,
ul#leftNav li a.open,
ul#subNav0 li a {
	color:#fff!important;
	background-color:transparent !important;
}

/* Controls the color of highlighted/hovering nav items */
/* Keep the bg color the same as regular topnav bg color for best subtle effect */
ul#leftNav li a:hover,
ul#rightNav li a:hover,
ul#subNav0 li {
	background-color:transparent !important;
	background-image:none !important;
}

/* Makes the "More" button match other buttons (match bg color to above 'ul' style */
ul#leftNav li a#nav0,
ul#subNav0 li {
	background-color:transparent !important;
	background-image:none !important;
	/*background-image:url(http://x.myspacecdn.com/modules/common/static/img/header/bkg_menubar.png);
	border:none;*/
}

/* Hides the gradient overlay when the 'More' button is in a hover state */
ul#leftNav li a#nav0:hover,
ul#subNav0 li a:hover {
	background-color:transparent !important;
	background-image:none !important;
}

#subnav ul, #subnav ul li, #subnav a { 
	color:#fff !important;
	background: #000 !important; 
} 

small {
	color:#fff!important;
}
#profile_url .heading {display:none;}

#profile_url {
	position:absolute;
	color:#fff;
	top:30px;
	margin-left:640px;
	width:300px;
	text-align:right;
}
#profile_url a {
	font-weight:normal!important;
	color:#fff!important;
}
div#addThis {
	position:absolute;
	width:12px;
	height:12px;
	top:29px;
	margin-left:947px;
}



