/* Clay Aiken */
/* Section Stylesheet - Photos
--------------------------------------------------------------------------- */

	@import url("widget-comments.css");
	@import url("widget-photos.css");
	
	
/* Related Photos
--------------------------------------------------------------------------- */

	#page-photo #mini-photos h3 {

	background: url(../images/section-news/h3-relatedphotos.gif) no-repeat;

	}

	#page-photo #mini-photos {

	margin-bottom: 20px;

	}

/* Photos
--------------------------------------------------------------------------- */
	
	#panel-photos {
		
	margin-bottom: 0;
		
	}
	
	#all {
	
	float: left;
	width: 547px;
	padding: 10px 0 10px 10px;	
	background: url(../images/tabs/bg-block-top.gif) no-repeat top right;
		
	}

	#official, #favorite, #shared, #personal {
	
	float: left;
	min-height: 350px;
	width: 547px;
	padding: 10px 0 10px 10px;
	background: url(../images/tabs/bg-block-top-double.gif) no-repeat top right;
		
	}
	
	#page-photos div.widget-photo.browse {
		
	padding: 0;
		
	}
	
	#page-photos div.widget-photo.browse ul.actions {
		
	margin-top: 0;
		
	}
	
	
/* Photo Browse
--------------------------------------------------------------------------- */

	#page-photos-browse #all, #page-photos-browse #official, #page-photos-browse #favorite, #page-photos-browse #shared, #page-photos-browse #personal {
	
	position: relative;	
	width: 730px;
	min-height: 75px;
	margin: 0;
	padding: 0;
	background: url(../images/tabs/bg-block.gif) bottom right no-repeat;
	overflow: hidden;
		
	}
	
	#page-photos-browse div.widget-photo {
		
	position: relative;
	z-index: 1;
	float: left;
	width: 547px;
	padding: 10px 0 0 183px;
	background: 0;
		
	}
	
	#page-photos-browse div.widget-photo h3 {
	
	display: block;
	float: left;
	width: 730px;
	min-height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -5000px;
		
	}
	
	#page-photos-browse #all h3 {
	
	background: url(../images/section-photos/h3-allphotos.gif) no-repeat;
		
	}
	
	#page-photos-browse #official h3 {
	
	background: url(../images/section-photos/h3-officialphotos.gif) no-repeat;
		
	}
	
	#page-photos-browse #favorite h3 {
	
	background: url(../images/section-photos/h3-favoritephotos.gif) no-repeat;
		
	}
	
	#page-photos-browse #shared h3 {
	
	background: url(../images/section-photos/h3-sharedphotos-browse.gif) no-repeat;
		
	}
	
	#page-photos-browse #personal h3 {
	
	background: url(../images/section-photos/h3-personalphotos.gif) no-repeat;
		
	}
	
	#page-photos-browse div.widget-photo ul.pages {
		
	margin-top: 0;
		
	}

	
/* Photo Display
--------------------------------------------------------------------------- */

	#photo {
		
	position: relative;	
	width: 730px;
	min-height: 75px;
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	background: url(../images/tabs/bg-block.gif) bottom right no-repeat;
	overflow: hidden;
		
	}
	
	#photo h3 {
	
	display: block;
	float: left;
	width: 730px;
	min-height: 80px;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/section-photos/h3-photo.gif) no-repeat;
	text-indent: -5000px;
		
	}
	
	#photo div.widget-photo h3 {
	
	position: absolute;
	top: 10px;
	left: 183px;
	width: 537px;
	height: 10px;
	background: url(../images/section-photos/overlay-top.png) no-repeat;
		
	}
	
	#photo div.widget-photo h4 {
	
	position: relative;
	z-index: 1;	
	width: 537px;
	margin: -10px 0 10px 0;
	padding: 20px 0 0 0;
	font: normal 20px/24px Arial, sans-serif;
	background: url(../images/section-photos/overlay-bottom.png) top left no-repeat;
		
	}
	
	#photo div.widget-photo {
	
	position: relative;
	z-index: 1;
	float: left;
	width: 537px;
	padding: 10px 0 0 183px;
		
	}
	
	#photo div.widget-photo img {
		
	width: 537px;
		
	}
	
	#photo div.widget-photo a {
		
	color: #3d667b;
		
	}
	
	#photo ul.actions {
		
	width: 537px;
		
	}
	
		
/* Upload Photo
--------------------------------------------------------------------------- */

	#upload {

	clear: left;
	float: left;
	width: 527px;
	margin: 0 0 40px 0;
	padding: 10px 0 0 193px;	
	background: url(../images/section-photos/h3-upload.gif) no-repeat;

	}

	#upload h3 {

	display: none;

	}
	
	#upload div.group.details {
		
	margin-bottom: 0;
		
	}
	
	#upload ul.actions {
		
	width: 527px;
		
	}
	
	
/* Uploaded Photos
--------------------------------------------------------------------------- */

	#page-upload #mini-photos h3 {
		
	background:transparent url(../images/section-photos/h3-uploadedphotos.gif) no-repeat;

	}
	
