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

#profile_aboutMe {
	margin:0;
	padding:0;	
}
#wrap {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

/* Formatting Prefs */
div, span {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
.break {
	clear: left;
}
p {
	margin-top: 0;
	padding-top: 0;
}
li {
	padding-bottom: 5px;
}

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



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

/* Hide Google Bar */
div#header_search {
	display:none;
}

/***topNav upDate***/
#header {
	margin-top: 0px!important;
	padding-top: 0!important;
	width: 800px!important;
	background-color: #000!important;
}

#headerTable tbody tr td {
	background: transparent!important;
	padding-left:0px!important;
	margin-top: 0!important;
	padding-top: 0!important;
}

#headerWrap * {
	background: transparent !important;
}

#topnav { filter: none !important; }

#topnav ul li a small {
	color: #d527ae !important;
}
#topnav ul li a:hover small {
	color: #333 !important;
}
div#topnav {
	width: 800px;
	height: 28px;
	margin-top: 430px;
	top: 3px;
	padding: 0;
	background-color: transparent!important;
	color: #6f542e;
	font-size: 10px;
}

*html div#topnav {
	width: 850px!important;;
}

div#topnav a {
	color: #000!important;
}

#subnav ul, #subnav ul li, #subnav a {
	background: #faf1d2 !important;
	color: #000!important;
	border-width: 0px!important;
	border-style: none!important;
	border-color: #fff!important;
	font-size: 10px;
}

#subnav a:hover {
	color: #d527ae!important;
}
/***topNav upDate***/


/* Link Styles for Header and Footer */
div#header a, div#topnav a, div#footer a {
	color:#d615ae;
	text-transform: lowercase;
}
div#header a:hover, div#topnav a:hover, div#footer a:hover {
	color:#22bde1;
}
/* Divider Colors and Positioning for Footer */
div#footer {
	width:100%;
	color:#777;
	font-size:11px;
	padding-bottom:10px;
}
div#footer a, u {
	text-decoration: none;
	font-weight: normal;
}

#profile_url, #profile_url.left {
	position:absolute;
	top:22px;
	padding-left:32px;
	font-family:Trebuchet MS;
	font-size:12px;
	color:#000;
	font-weight:normal;
}


/*--------------------------------------- 
Main Layout & Master Module 1-28 Controls 
----------------------------------------*/
div#mainLayout {
	width: 1200px;
	text-align: left;
	margin: 0;
	padding: 0;
}
div#topURL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #f8b222;
	height: 20px;
	top: 392px;
	position: absolute;
	margin-left: 308px;
	*margin-left: 128px;
}
div#modContainer {
	width: 770px;
	margin-left: 214px;
}

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

/* Positioning and Size for Friends, Forums, Comments */
div#profile_friends, div#profile_forums, div#profile_comments {
	width: 716px;
	padding: 10px;
	margin-left: 34px;
	background: #69685c;
}
*html div#profile_friends, *html div#profile_forums, *html div#profile_comments {
	width:796px;
	padding: 10px 30px 10px 30px;
}
/* Link Styles for Friends, Forums, Comments */
div#profile_friends a, div#profile_forums a, div#profile_comments a {
	color:#fff;
	font-size:11px;
	text-decoration: none;
	font-weight: normal;
}
div#profile_friends a:hover, div#profile_forums a:hover, div#profile_comments a:hover {
	color:#60c0cd;
	text-decoration: none;
}
/* Friends Forums and Comments Titles */
div#profile_forums .left, div#profile_comments .heading, div#profile_friends .heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1px;
	color: #f8b222;
	visibility: hidden;
}


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

/* Top Friend Thumbnail Size and Border Color */
div#profile_friends img {
	border:2px solid #fff;
	width:75px;
}
div#profile_friends a:hover img {
	border:2px solid #60c0cd;
}
/* Top Friend Thumbnail Containers */
div.friend {
	width:102px;
	padding: 9px 0;
}
/* "Tom Has 100 Friends" */
div#profile_friends span {
	color:#fff;
	font-size:12px;
	margin-bottom: 15px;
}
/* "Tom Has 100 Friends" - color of the number only */ 
div#profile_friends .redtext {
	color:#fcb332;
}
/* "View Tom's Friends..." */
div#ctl00_Main_ctl00_ctl01_pnlAllFriendsLink a {
	text-decoration: none;
	padding-right: 2px;
}

/*----------- 
Forum Section 
------------*/

/* "Post a New Topic | View All Topics" */
div#profile_forums .right {
	color:#000;
	font-size:11px;
	margin-top:0;
}
/* Forum Content Section */
div#profile_forums .cols {
	color:#000;
	font-size:10px;
	line-height:16px;
}
/* Folder Icons on the Left */
div#profile_forums img {
	margin-right: 5px;
	width: 22px;
	height: 22px;
}
*html div#profile_forums img {
	margin-right: 5px;
}
/*-------------- 
Comments Section 
---------------*/

/* Style for Date Above Friend Comments */  
div#profile_comments .cols h4 {
	color:#9fa79b;
	font-size:11px;
	font-weight: normal;
}
/* Style for Friends Comments */ 
div#profile_comments td {
	color:#fff;
	font-size:11px;
	padding-bottom: 20px;
}
div#profile_comments th {
	width: 90px;
}
/* "Displaying 10 of 10 Comments" */ 
div#profile_comments strong {
	color:#fff;
	font-size:12px;
	font-weight: normal;
}
/* "Displaying 10 of 10 Comments" - color of the numbers only */ 
div#profile_comments span {
	color:#fcb332;
}
/* User Thumbnails for Comments */ 
div#profile_comments .cols img {
	width:70px;
	border:2px solid #fff;
}
div#profile_comments .cols a:hover img {
	border:2px solid #60c0cd;
}
/* User Names for Comments */
div#profile_comments .cols a:link {
	font-size:10px;
	color:#fff;
}
div#profile_comments .cols a:hover {
	color: #60c0cd;
}

