/*
MainLayout StyleSheet - Post-Contest Refresh
Author: Marvin Tabangay
Client Name: Bennigans
Last modified: 3/28/08
*/


/* @group Profile Body */

	#profile {
		background-color:#000;
		font-family:Arial, Helvetica, sans-serif;
		font-size:9px;
		color:#fff;
		font-weight:normal;
		font-style:normal;
	}
	
	#wrap {
	width: 850px;
}
	/* master links */
	a:link, a:active, a:visited {
		color:#fff;
		text-decoration:none;
	}
	a:hover {
		color:#fff;
		text-decoration:underline;
	}

/* @end */


/* @group Header */

	div#header {
		display:none;
	}
	
	/*
	Hide google Bar
	*/
	div#ctl00_Header_ctl00_searchControls {display:none;}
	/*
	END Hide google Bar
	*/
	
	div#header, div#topnav, div#footer {
		color:#fff;
		font-size:9px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-weight:normal;
	}
	div#header {
		height:77px;
		}
	div#topnav {
		display: block;
		text-align: center;
		top:  50px;
		position: absolute;
		width:  850px;
		z-index: 1000;
	}
	div#topnav a {
		color:  #fff;
	}
	div#topnav a:hover {
		color:  #5a6201;
	}

/* @end */


/* @group Footer */

	div#footer {
		color:#fff;
		clear: both;
		margin: 875px 0 25px 0;
	}
	
	* html div#footer {
		margin: 0 0 25px 0;
	}
	div#footer a {
		color:#fff;
		text-decoration:none;
		font-weight:normal;
	}
	div#footer a:hover {
		color:#fff;
		text-decoration:none;
	}

/* @end */


/* @group Main Layout */

	div#mainLayout {
		width:850px;
		padding:0;
		margin:0;
	}
	/*
	Removes gap that seperates profile from modules
	*/
	div#profileBottom {
		margin:0 0 0 71px;
		padding: 0; 
		width:  708px;
		background-color: #000;
		background-image:url(http://creative.myspace.com/Client/Bennigans/FergusDargle/Images/profileBottomBg.jpg);
	}

/* @end */

/* @group Friends */

	#profile_friends {
		width:675px;
		padding: 25px 0 0 0;
		margin: 0 0 0 15px;
	}
	div#friendContainer {
		height:  300px;
	}
	div#friendContainer img {
		width:75px;
		height:70px;
	}
	div#friendContent {
		margin: 0 0 0 10px;
	}
	div#friendContent .heading {
		display:none;
	}
	div#profile_friends a{
		color: #fff;
	}
	div.friend {
		margin: 10px 0 10px 0;
		width:95px;
	}
	div.friend a img{
		border:  solid 1px #c6c7bf;
	}
	div.friend a:hover img{
		border:  solid 1px #8c9c00;
	}
	div#profile_friends_0 {
		clear: left;
	}

/* @end */


/* @group Comments */

	div#profile_comments {
		width:640px;
	}
	
	* html div#profile_comments {
		width:600px;
	}
	div#commentContainer {
		height:300px;
	}
	div#commentContent {
		width:675px;
		height:275px;
		overflow:auto;
		margin: 0 0 0 28px;
	}
	* html div#commentContent {
		padding-left:25px;
	}
	div#commentContent .heading {
		display:none;
	}
	div#profile_comments tr {
		background-color: #8c9c00;
	}
	div#profile_comments table {
		margin: 25px 0 0 0;
	}
	div#profile_comments td, div#profile_comments th {
		margin: 20px 0 0 0;
		padding: 12px;
	}
	div#profile_comments h4 {
		margin: 0;
		font-weight: normal;
	}
	/* comments: view/edit all comments */
	#profile_comments a:link, #profile_comments a:active, #profile_comments a:visited {
		color:#fff;
		text-decoration:none;
	}
	#profile_comments a:hover {
		color:#fff;
		text-decoration:underline;
	}
	
	/* accessibility text */
	a#friendsEatFree span, a#contestSubmitFromPopup span, a#contestViewGalleryfromPopup span {
		display: none;
	}

/* @end */

/* @group Blog */

	div#profile_blog {
		position: absolute;
		top: 1142px;
		margin: 0 0 0 393px;
		width: 150px;
		color:  #000;
	}
	div#profile_blog li,
	div#profile_blog h5,
	div#profile_blog a {
		color:  #000;
	}
	div#profile_blog li br {
		display: none;
	}
	
	#profile_blog_subjects {
		margin: 7px 0 3px 0;
	}
	
	#profile_blog_subjects li {
		margin: 1px 0 1px 5px;
	}
	
	#profile_blog_subject_3,
	#profile_blog_subject_4,
	#profile_blog_subject_5 {
	display: none;
	}

/* @end */

/* @group URL */

	div#profile_url {
		color:  #31330C;
		position: absolute;
		top: 10px;
		margin: 0 0 0 630px;
		width: 200px;
	}
	div#profile_url h5 {
		display: none;
	}

/* @end */


