/* Clay Aiken */
/* Page Stylesheet - Index
--------------------------------------------------------------------------- */

	@import url("widget-editorial.css");
	@import url("widget-members.css");
	@import url("widget-photos.css");
	

/* Header
--------------------------------------------------------------------------- */

	#splash-header {
	
	clear: both;
	width: 730px;
	height: 487px;
	background: url(../images/page-index/header-splash.jpg) no-repeat;
	margin: 0 18px 20px 18px;
	position: relative;
	z-index: 1;
			
	}
	
	
/* Layout
--------------------------------------------------------------------------- */

	#page-index #content {
		
	display: none;
		
	}
	

/* Members Listing
--------------------------------------------------------------------------- */

	#panel-fans {
		
	margin-bottom: 0;
		
	}
	

/* Recent Blog Entries
--------------------------------------------------------------------------- */

	#updated div.widget-blog {

	padding: 0;

	}
	
	#updated div.widget-blog h3 {
		
	display: none;
		
	}

	#updated div.widget-blog ul.headlines li {

	clear: both;
	float: left;
	position: relative;
	width: 527px;
	padding: 25px 0 10px 10px;
	margin: 0 0 10px 0;
	background: url(../images/widgets/bg-clip-bottom.gif) bottom left no-repeat;
	border: none;

	}

	#updated div.widget-blog ul.headlines li.last {

	margin-bottom: 0;

	}

	#updated div.widget-blog ul.headlines li strong {

	position: absolute;
	top: 0;
	left: 0;
	width: 527px;
	padding: 5px 0 0 10px;
	font: normal 12px/14px Arial, sans-serif;
	background: url(../images/widgets/bg-clip-top.gif) no-repeat;

	}

	#updated div.widget-blog ul.headlines li a.picture {

	display: block;
	float: left;
	clear: both;
	width: 75px;
	margin: 0 10px 0 0;

	}

	#updated div.widget-blog ul.headlines li a.picture img {

	width: 75px;
	height: 75px;

	}

	#updated div.widget-blog ul.headlines li span {

	display: none;

	}

	#updated div.widget-blog ul.headlines li a {

	display: block;
	float: left;
	width: 420px;
	font: normal 20px/24px Arial, sans-serif;
	color: #222;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;

	}

	#updated div.widget-blog ul.headlines li a:hover {

	color: #5F9DBE;

	}

	#updated div.widget-blog ul.headlines li em {

	display: block;
	float: left;
	width: 420px;
	margin-top: 3px;
	font-size: 11px;
	color: #555;
	white-space: nowrap;

	}

	#updated div.widget-blog ul.headlines li em a {

	display: inline !important;
	float: none !important;
	width: auto;
	color: #5F9DBE;
	font: italic 11px/15px Arial, sans-serif;
	margin: 0;

	}

	#updated div.widget-blog ul.headlines li a.comments {

	display: inline;
	width: auto;	
	margin: 5px 0 0 0;
	color: #5F9DBE;
	font: normal 12px/15px Arial, sans-serif;

	}

	#updated div.widget-blog ul.headlines li a.comments span {

	display: inline;

	}
