/*----------
Author: Fabian Wizenfeld
Date: 9/10/09 | dd/mm/yy
Profile: Brasil Hub
-----------*/

/*----------
Global
-----------*/

*{font-family:Verdana, Arial, Helvetica, sans-serif !important;}

/* Master Links */
a:link, a:active, a:visited { color:#fff; text-decoration:none; }
a:hover { color:#fff; text-decoration:none; }

.clear { clear: both; }
.spacer { clear:both; height:12px; }

/*----------
Profile Body 
-----------*/

body {text-align: center; color:#fff; overflow-x:hidden;}

#profile {
 font-style:normal;
 font-family:Verdana, Arial, Helvetica, sans-serif;
 background:#333 url(http://stage-creative.myspacecdn.com/br/brasil/v2/img/bg.jpg) center top repeat-x;
}
#profile_aboutMe {
 margin:0;
 padding:0;	
 position:relative; 
 z-index:2;
}
#wrap {
 width:900px !important;
 margin: 0 auto !important;
 text-align:left;
}

/* Formatting Prefs */
div, span {
	margin: 0;
	padding: 0;
}

/*---nav fix---*/
 
#headerTable td {background:transparent !important;}
#headerWrap{width:700px;height:44px !important;margin:0 0 0 200px !important;}
#topnav {background:transparent !important;}
.rail tr {background:transparent !important;}
#topnav ul li a:hover {background:transparent !important;color:#ffffff !important}

/*------
Footer
-------*/
/* Divider Colors and Positioning for Footer */
div#footer {
 width:900px;
 color:#fff;
 font-weight:bolder;
}
div#footer a{}
div#footer a:hover {}
/*--------------------------------------- 
Main Layout & Master Module 1-28 Controls 
----------------------------------------*/

div#mainLayout {
 width:900px !important;
 margin:0 auto;
 padding: 0;
 *text-align:center;
}

div#profile_url{
 width:900px;
 margin:-20px auto 12px !important;
 text-align:right;
}

div#profile_url span{}

div#profile_url h5{ display:none; }

div#profile_url a{ 
 color:#fff; 
 font-size:11px; 
 font-weight:bold;
 line-height:18px;
}

/*-------------
Combined Values
--------------*/

/* Positioning and Size for Friends, Forums, Comments */
div#profile_friends,
div#profile_forums,
div#profile_comments{
 color:#006600;
 font-size:11px;
 font-weight:bold;
 width:900px;
 margin:0px auto;
 overflow:hidden;
 text-align:left !important;
}

/* Link Styles for Friends, Forums, Comments */
div#profile_friends a, 
div#profile_forums a, 
div#profile_comments a {
 color:#006600;
 line-height:20px;
}
div#profile_friends a:hover, 
div#profile_forums a:hover, 
div#profile_comments a:hover {
}
/* Friends Forums and Comments Titles */
div#profile_forums .left, 
div#profile_comments .heading, 
div#profile_friends .heading {
 display:block;
 background:#000;
 line-height:40px;
 text-indent:30px;
 font-size:20px;
 color:#fff;
}

div#profile_forums .cols .left{
}

/*------------- 
Friends Section 
--------------*/

/* Top Friend Thumbnail Size and Border Color */
div#profile_friends .friend img {
 max-width:100px;
 max-height:100px;
 width:expression((this.width > 100)? ((this.height > 100)? ((this.width/100 < this.height/100)? true : 100) : 100) :true) !important;
 height:expression((this.height > 100)? ((this.width > 100)? ((this.height/100 < this.width/100)? true : 100) : 100) :true) !important;
 border: 1px solid #006600;
}

/* Top Friend Thumbnail Containers */
div.friend { width:130px; }

/* "Tom Has 100 Friends" */
div#profile_friends span {
 font-weight:bolder;
 font-size:11px;
 line-height:26px !important;
}

/* "Tom Has 100 Friends" - color of the number only */ 
div#profile_friends .redtext {
}

div#profile_friends a.redlink{
 color:#006600;
 font-size:11px;
 font-weight:bolder;
}

/*-------------- 
Comments Section 
---------------*/

div#profile_comments{
 height:500px;
 overflow-y:auto;
}

/* Style for Date Above Friend Comments */  
div#profile_comments .cols h4 {
 color:#006600;
}

/* Style for Friends Comments */
div#profile_comments td {
 color:#006600;
}

div#profile_comments th {text-align:center;}

div#profile_comments th img{}

/* Displaying 10 of 10 Comments */
div#profile_comments strong {
 line-height:30px;
}

/* "Displaying 10 of 10 Comments" - color of the numbers only */ 
div#profile_comments a {color:#fff;}
