@charset "UTF-8";
/* Necessities */
/*///////////
Client: Barton | Wide Eye Liquor
Created By: CT |
Last modified: 4/24/08
\\\\\\\\\\\\\\*
/*----- Profile Body ------*/


#profile {
	background-color:#121212;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#fff;
	font-weight:normal;
	font-style:normal;
	background-image:url(Images/bkgrnd.jpg);
	background-repeat:repeat-y;
	background-position:top;
}
*html #profile {
	background-color:#121212;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#fff;
	font-weight:normal;
	font-style:normal;
	background-image:url(Images/bkgrndie.jpg);
	background-repeat:repeat-y;
	background-position:top;
}


/* master links */
a:link, a:active, a:visited {
	color:#fff;
	text-decoration:none;
}
a:hover {
	color:#fff;
	text-decoration:underline;
}


#wrap { width:800px;}





/* Controls overall Top Navigation div */
div#header,
div#topnav {
	width:850px;
	background-color:#000;
	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:#000;
	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:#f59201 !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:#000;
}

/* 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:#000;
	background-image:url();
	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:#000;
	background-image:none;
}



div#footer {
	color:#333;
}
div#footer a {
	color:#fff;
	text-decoration:none;
	font-weight:normal;
}
div#footer a:hover {
	color:#942706;
	text-decoration:none;
}

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

/*
Combined Values
*/
#profile_friends, #profile_forums {
	width:810px;
	padding:40px;
	padding-top:40px;
}

/*---------- 
Friends Section background-color:#000000;
----------*/
div#friendContainer {
	height:390px;
	
	background-repeat:no-repeat;
}
div#friendTop {
	background-image:url(Images/friendsHeader.jpg);
	background-repeat:no-repeat;
	width:850px;
	height:49px;
	}
div#friendContent {
}


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


div#friendContent .heading {
display:none;
	font-size:12px;
	color:#fff;
}
/* strong / bold sub-headers */
#profile_friends strong {

}

/* span sub-headers */
#profile_friends span {
display:none;
}
/* friend space - top 14 display names*/
#profile_friends a:link, 
#profile_friends a:active, 
#profile_friends a:visited {
	color:#FFF;
	text-decoration:none;
	font-size:12px;
}
/* friend space - view all friends link */
#profile_friends_viewAll {
	float:left;
	padding-right:125px;
}

#profile_friends_viewAll a:hover {
	color:#bb7000;
	text-decoration:none;
	font-size:13px;
}
#profile_friends a:hover {
	color:#bb7000;
	text-decoration:none;
}
/* friend space - top 14 images*/
/* note: image width auto set to prevent stretching */
#profile_friends img {
	filter:none;
	border:1px solid #bb7000 ;
max-width:130px;
max-height:120px;
width:expression((this.width > 130)? ((this.height > 120)? ((this.width/130 < this.height/100)? true : 120) : 130) :true);
height:expression((this.height > 120)? ((this.width > 130)? ((this.height/120 < this.width/130)? true : 120) : 130) :true);
}
#profile_friends a:hover img {
	filter:none;
	border:1px solid #000 ;
	}




/*---------- 
Comments Section 
----------*/
div#commentContainer {

	background-repeat:no-repeat;
	
}
div#commentTop {
	background-image:url(Images/commentsHeader.jpg);
	background-repeat:no-repeat;
	width:850px;
	height:49px;
	}
div#commentContent {
	width:780px;
	margin:0 auto;
	padding-right:25px;
	padding-left:5px;
	overflow:auto;
	margin-top:-25px;
}
div#commentContent .cols {margin-top:50px; }
*html div#commentContent {
	padding-left:25px;
}
div#commentContent .heading {
	display:none;
}

/* 
comments: view/edit all comments 
*/
#profile_comments a:link, #profile_comments a:active, #profile_comments a:visited {
	color:#bb7000;
	text-decoration:none;
	font-size:11px;
}
#profile_comments a:hover {
	color:#fff;
	text-decoration:underline;
}

#profile_comments img {
	filter:none;
	border:1px solid #bb7000 ;
	}
#profile_comments img a:hover{
	filter:none; ;
	border:1px solid #FFF;
	}	

#profile_comments .h4 {
	color:#bb7000;
	text-decoration:underline;
}


div#ctl00_Main_ctl00_ctl02_pnlAllFriendsLink{display:none;}


/*-------- BLOG ---------*/
#profile_blog {
	position:absolute;
	top:1150px; 
	margin-left:32px;
	margin-top:25px;
	width:500px; 
	color:#FFF !important;
	
}
*html #profile_blog {
	position:absolute;
	top:1170px; 
	width:500px;
	margin-left:33px;
	margin-top:10px;
}


#profile_blog .heading {
	font-size:14px !important;
	color:#FFF;
	margin-bottom:20px;
}

#profile_blog a:link, 
#profile_blog a:active, 
#profile_blog a:visited {
	color:#ff9900 !important;
}
ul#profile_blog_subjects {font-size:12px !important}