@charset "UTF-8";
/* CSS Document */


#profile{
margin:0 auto;
padding:0;
background-color:#000;
color:#fff;
}

div#mainLayout {
margin:0 auto;
padding:0;
width:850px;
}
div#wrap {
margin:0 auto;
padding:0;
width:850px;
}


.section {
margin:0;
padding:0;
}

div#profileBottom
{margin:30px auto 0 auto;
padding:0;
width:850px;
}

a,
a:active,
a:visited {color:#fff !important;}

a:hover {color:#C30D00 !important;}

/* FRIENDS STYLES */

div#friendContainer{
margin:0 auto;
padding:0;
}
div#friendTop {margin:0 auto;
padding:0;
height:30px;
background-image:url('../Images/headerFriends.jpg');
background-position:center top;
}
div#friendContent{margin:12px auto 0 auto;
padding:0;
}
div#friendBot{margin:0 auto;
padding:0;
height:30px;}

div#profile_friends .friend {
margin-top:12px;}

div#friendCounter{
margin: 0 auto;
padding:0;
color:#fff;
position:absolute;
top:1600px;
background-color:#000099;
}


div#profile_friends  a img {
border:2px solid #C30D00 !important;
margin-top:6px;
height:90px;
width:90px;}
div#profile_friends h5.heading {
/*display:none;*/
color:#000;
}

/* FORUM STYLES */

div#forumContainer{
margin:0 auto;
padding:0;
}
div#forumTop {margin:0 auto;
padding:0;
height:30px;
background-image:url('../Images/headerForums.jpg');
background-position:center top;
}
div#forumContent{margin:12px auto 0 auto;
padding:0;
}
div#forumBot{margin:0 auto;
padding:0;
height:30px;
}

div#profile_forums h5.heading span.left {
display:none;}
div#profile_forums img.left {
border:1px solid #C30D00;
margin:3px;
width:40px;
height:40px;
}

/* COMMENT STYLES */

div#commentContainer{
margin:0 auto;
padding:0;
}
div#commentTop {margin:0 auto;
padding:0;
height:30px;
background-image:url('../Images/headerComments.jpg');
background-position:center top;
}
div#commentContent{margin:12px auto 0 auto;
padding:0;
}
div#commentBot{margin:0 auto;
padding:0;
height:30px;}

div#profile_comments h5.heading {
display:none;
}

div#profile_comments table.cols {
margin-top:12px;}

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

div#profile_comments table.cols td {
padding-left:15px;
}

div#profile_comments table.cols th a img {
border:2px solid #C30D00 !important;
margin-top:6px;
height:90px;
width:90px

}
/* BLOG STYLES */

#profile_blog
{
position:absolute;
top:652px;
margin:0 0 0 450px;
width:390px;
font-size:10px;
	}
	
#profile_blog li{
padding:0;
margin:0;
height:30px;
}
	
#profile_blog a,
#profile_blog a:hover,
#profile_blog a:active,
#profile_blog a:visited
{
	color:#C30D00 !important;
	font-size:10px;

}


#profile_blog h5.heading
{
display:none;
}

div#linkSubscribeBlog {
margin:0 0 0 20px;
padding:0;
width:150px;
position:absolute;
top:825px;
font-size:10px;}



a#subscribeBlog {color:#C30D00 !important; font-size:10px;}

/* HEADER AND TOPNAV */

/* Controls overall Top Navigation div */
div#header,
div#topnav {
	width:850px;
	background-color:#0D0D0D;
	margin-bottom:25px;
}

/* 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:#0D0D0D;
	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#nav1,
ul#leftNav li a#nav1:hover,
ul#leftNav li a#nav1 small,
ul#leftNav li a#nav2,
ul#leftNav li a#nav2:hover,
ul#leftNav li a#nav2 small,
ul#leftNav li a#nav3,
ul#leftNav li a#nav3:hover,
ul#leftNav li a#nav3 small,
ul#leftNav li a.open,
ul#subNav0 li a,
ul#subNav1 li a,
ul#subNav2 li a,
ul#subNav3 li a {
	color:#C30D00!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,
ul#subNav1 li,
ul#subNav2 li,
ul#subNav3 li {
	background-color:#0D0D0D;
}

/* Makes the "More" button match other buttons (match bg color to above 'ul' style */
ul#leftNav li a#nav0,
ul#leftNav li a#nav1,
ul#leftNav li a#nav2,
ul#leftNav li a#nav3,
ul#subNav0 li,
ul#subNav1 li,
ul#subNav2 li,
ul#subNav3 li {
	background-color:#0D0D0D;
	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#leftNav li a#nav1:hover,
ul#leftNav li a#nav2:hover,
ul#leftNav li a#nav3:hover,
ul#subNav0 li a:hover,
ul#subNav1 li a:hover,
ul#subNav2 li a:hover,
ul#subNav3 li a:hover {
	background-color:#0D0D0D;
	background-image:none;
}


/* FOOTER */
div#footer {font-size:10px;}