@charset "UTF-8";
/*///////////
Client: Doritos
Author: Seth Jones
\\\\\\\\\\\\\\*

/*----------
Profile Body 
-----------*/

#profile {
	font-style:normal;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#999;
	background-color:#000;
	overflow-x:hidden;
	padding-left:0;
}
#profile_aboutMe {
	margin:0 !important;
	padding:0 !important;
	margin-top:-2px !important;
}
#wrap {
	width:850px;
	margin-left:auto;
	margin-right:auto;
}
/* Master Links */
a:link, a:active, a:visited {
	color:#ff0000;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}


/*------------------
Page Header & Footer 
------------------*/

/* Hide Google Bar */
div#header_search {
	display:none;
}
/* Header Divider Styles, Header Positioning */
div#header, div#topnav {
	position:absolute;
	width:850px;
	color:#999999;
	font-size:12px;
	height:1px !important;
	margin-left:0;
}
div#header {
	top:1px;
}
div#topnav {
	top:25px;
}
/* Link Styles for Header and Footer */
div#header a, div#topnav a, div#footer a {
	color:#fff;
}
div#header a:hover, div#topnav a:hover, div#footer a:hover {
	color:#ff0000;
	text-decoration:underline;
}
/* Divider Colors and Positioning for Footer */
div#footer {
	width:850px;
	color:#fff;
	font-size:12px;
	padding-bottom:10px;
}


/*--------------------------------------- 
Main Layout & Master Module 1-28 Controls 
----------------------------------------*/
div#mainLayout {
	width:850px;
	padding:0;
	margin:0;
}
 
/*-------------
Combined Values
--------------*/

/* Positioning and Size for Friends, Forums, Comments */
div#profile_friends, div#profile_forums, div#profile_comments {
	width:750px;
	position:center;
	padding-left:64px;
	padding-right:0;
}
*html div#profile_friends, *html div#profile_forums, *html div#profile_comments {
	width:810px;
}

/* Link Styles for Friends, Forums, Comments */
div#profile_friends a, div#profile_forums a, div#profile_comments a {
	color:#ff0000;
	font-size:12px;
}
div#profile_friends a:hover, div#profile_forums a:hover, div#profile_comments a:hover {
	color:#fff;
}

/* Friends Forums and Comments Titles */
div#profile_forums .left, div#profile_friends .heading, div#profile_comments .heading {
	display:none;
}





/*------------- 
Friends Section 
--------------*/

/* Top Friend Thumbnail Size and Border Color */
div#profile_friends img {
	border:1px solid #ff0000;
	width:85px;
}
div#profile_friends a:hover img {
	border:1px solid #fff;
}
/* Top Friend Thumbnail Containers */
div.friend {
	width:104px;
}
/* "Tom Has 100 Friends" */
div#profile_friends span {
	color:#999;
	font-size:12px;
	font-weight:bold;
}
/* "Tom Has 100 Friends" - color of the number only */ 
div#profile_friends .redtext {
	color:#fff;
}
/* "View Tom's Friends..." */
div#ctl00_Main_ctl00_ctl01_pnlAllFriendsLink a {
}
/* Top Friend Fix */
div #profile_friends_14, div #profile_friends_15  {
	display:none;
}


/*----------- 
Forum Section 
------------*/

/* "Post a New Topic | View All Topics" */
div#profile_forums .right {
	color:#999;
	font-size:12px;
	margin-top:5px;
}
/* Forum Content Section */
div#profile_forums .cols {
	color:#999;
	font-size:12px;
	line-height:16px;
}
/* Folder Icons on the Left */
div#profile_forums img {
	padding:1px;
}


/*-------------- 
Comments Section 
---------------*/

/* Style for Date Above Friend Comments */  
div#profile_comments .cols h4 {
	color:#999;
	font-size:11px;
	padding-top:11px;
	margin:0;
}
/* Style for Friends Comments */ 
div#profile_comments td {
	color:#999;
	font-size:11px;
}
/* "Displaying 10 of 10 Comments" */ 
div#profile_comments strong {
	color:#999;
	font-size:12px;
}
/* "Displaying 10 of 10 Comments" - color of the numbers only */ 
div#profile_comments span {
	color:#fff;
}
/* User Thumbnails for Comments */ 
div#profile_comments .cols img {
	width:70px;
	border:1px solid #ff0000;
}
div#profile_comments .cols a:hover img {
	width:70px;
	border:1px solid #fff;
}
/* User Names for Comments */
div#profile_comments .cols a:link, div#profile_comments .cols a:active, div#profile_comments .cols a:visited, div#profile_comments .cols a:hover {
	font-size:2px;
	line-height:1px;
	color:#250F02;
}
/* Add Comment Link */
div#profile_comments .right a {
}
/* Hide Unused Section Above Each Comment */
.commentlinks {
	display:none;
}
