/* UFC Fight Club */
/* Master Stylesheet
----------------------------------------------------------------------------- */


	@import url("actions.css");
	@import url("forms.css");
	@import url("layout.css");
	@import url("navigation.css");
	@import url("alerts.css");
	

/* Style Precedents
----------------------------------------------------------------------------- */

	body, h2, h3, h4, ul {
	
	margin: 0;
	padding: 0;
	clear: left;
	font: normal 11px/15px Arial, Verdana, sans-serif;
	color: #acacac;
	
	}
	
	thead {

	display: none;
	
	}


/* Headings */


	h2 {
	
	display: block;
	height: 46px;
	margin-bottom: 20px;
	text-indent: -5000px;
	
	}

	h3 {
	
	margin-bottom: 15px;
	font: normal 17px/17px Arial, sans-serif;
	color: #b34b1c;
	
	}

	h4 {
	font: normal 18px/18px Arial, sans-serif;
	
	}


/* Inline Elements */

	
	a {
	
	color: #e07e26;
	font-weight: normal;
	text-decoration: none;
	background: transparent;
	outline: none;
		
	}
	
	a:hover {
	
	color: #990000;
		
	}
	
	img {
	
	border: 0;
	
	}
	
	table {
	
	border-collapse: collapse;
	
	}


/* Lists */

	
	dl, dt, dd, ul {
	
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	}
	
	dt {
	
	float: left;
	width: 90px;
	
	}
	
	dd {
	
	float: left;
	
	}
	
	
/* Content Widgets
----------------------------------------------------------------------------- */
	
	#content div {
	
	margin-bottom: 50px;
	float: left;
	clear: left;
	width: 540px;
	
	}
		
	#content div div {
	
	margin-bottom: 0;
	clear: none;
	float: none;
	
	}
	
	
	
/* Sidebar Widgets
----------------------------------------------------------------------------- */

	#sidebar div {
	
	width: 260px;
	background: url(../images/widgets/background.jpg) bottom left no-repeat;
	margin: 10px 0 5px 0;
	padding: 15px;
	float: left;
	
	}
	
	#sidebar div div {
	
	width: none;
	background: none;
	margin: 0;
	padding: 0;
	float: none;
	
	}
	
	#sidebar div h3 {
	
	margin: -15px 0 10px -15px;
	padding: 0;
	display: block;
	width: 290px;
	height: 42px;
	text-indent: -5000px;
	
	}
	
	#sidebar div a {
	
	color: #e07e26;
	
	}
		
	#sidebar div a:hover {
	
	color: #d90000;
	
	}
		
	#sidebar input[type="text"] {
	
	width: 150px;
	
	}
		
	#sidebar select {
	
	width: 150px;
	
	}
		
	#sidebar li input {
	
	width: 106px;
	
	}
		
	#sidebar textarea {
	
	width: 255px;
	
	}


/* Profile in Community and Account Sections
----------------------------------------------------------------------------- */

	div.group.love {
	
	display: none;
	
	}
	
	div.group.background label.religion, div.group.background label.politics {
	
	display: none;
	
	}
	
	
/* Let's Get It On / Upcoming Chats
----------------------------------------------------------------------------- */

	#sidebar #upcoming-chats {
	
	padding-top: 30px;
	
	}

	#sidebar #upcoming-chats h3 {
	
	background: url(../images/section-home/h3-upcomingchats.gif) no-repeat;
	display: block;
	margin: 15px 0 10px 13px;
	width: 233px;
	height: 34px;
	
	}
	
	#upcoming-chats tr {
	
	width: 270px;

	}
	
	#upcoming-chats td.chat, #upcoming-chats td.rsvp,  #upcoming-chats td.comments, #upcoming-chats td.location {
	
	display: none;
	
	}
	
	#upcoming-chats td {
	
	border-top: 2px solid #272727;
	border-bottom: 2px solid #272727;
	padding: 0 5px 0 5px;

	}
	
	#upcoming-chats td.details {
	
	width: 120px;
	
	}
	
	#sidebar .forum h3 {
	
	background: url(../images/section-community/h3-letsgetiton.jpg) no-repeat;
	height: 47px;
	
	}
		
	#sidebar .forum a.chat {
	
	width: 106px;
	height: 20px;
	text-indent: -5000px;
	display: block;
	background: url(../images/actions/a-chat.gif) no-repeat;
	padding: 0;
	margin-left: 15px;
	float: left;
	
	}
	
	#sidebar .forum a.messageboard {
	
	width: 106px;
	height: 20px;
	text-indent: -5000px;
	display: block;
	background: url(../images/actions/a-messageboard.gif) no-repeat;
	float: left;
	margin-left: 15px;
	
	}
	
	#sidebar .forum a:hover {
	
	background-position: 0 -20px;
	
	}
