/* ROOM FOR TWO */
/* Section Photos Stylesheet
--------------------------------------------------------------------------- */
	
	@import url("widget-subscribe.css");
	@import url("widget-editorial.css");
	@import url("widget-event.css");
	@import url("widget-pagination.css");
	@import url("widget-photo.css");	
	
	
/* Layout
--------------------------------------------------------------------------- */

	.section-photos #features p {
	
	display: block;
	position: absolute;
	left: 440px;
	top: 84px;
	width: 100px;
	height: 18px;
	background: url(../images/navigation/heading-photos.jpg) left top no-repeat;
	text-indent: -5000px;	
	
	}
	
	.section-photos #content {
	
	width: 907px;
	margin: 55px 0 0 32px;
	
	}


/* Widget-Tag
--------------------------------------------------------------------------- */	

	
	.section-photos div.widget-tag.browse.list {
	
	float: left;	
	background: url(../images/section-photos/bg-photos-top.gif) left top repeat-y;
	width: 907px;
	
	}
	
	.section-photos div.widget-tag h3 {
	
	display: none;
	
	}
	
	.section-photos div.widget-tag ul {
	
	float: left;
	width: 821px;
	height: 26px;
	margin: 22px 0 0 46px;
	background: url(../images/section-photos/bg-photos-nav.gif) left top no-repeat;	
	
	}
	
	.section-photos div.widget-tag ul li {
	
	float: left;	
	padding: 5px 0 0 35px;
	
	}
	
	.section-photos div.widget-tag ul li a {
	
	display: block;
	float: left;
	font: normal 13px/ 15px Arial, sans-serif;
	text-transform: uppercase;
	color: #916F4E;
	
	}
	
	.section-photos div.widget-tag ul li a:hover {
	
	text-decoration: none;
	color: #fff;
	
	}
	
	.section-photos div.widget-tag ul li strong {
	
	display: block;
	float: left;
	font: normal 13px/ 15px Arial, sans-serif;
	text-transform: uppercase;
	color: #fff;
	
	}




/* Widget-Photo
--------------------------------------------------------------------------- */

	.section-photos div.widget-photo {
	
	float: left;
	width: 907px;
	background: url(../images/section-photos/bg-photos-bottom.gif) left bottom repeat-y;
	padding: 22px 0 22px 46px;
	
	}
	
	.section-photos div.widget-photo h3 {
	
	display: none;	
	
	}
	
	.section-photos div.widget-photo ul.photos {
	
	float: left;
	
	}
	
	.section-photos div.widget-photo ul.photos li {
	
	display: block;
	float: left;
	width: 155px;
	height: 155px;
	list-style: none;
	padding: 0 10px 10px 0;
	
	}
	
	.section-photos div.widget-photo ul.photos li a {
	
	display: block;
	float: left;
	width: 155px;
	height: 155px;
	overflow: hidden;
	
	}
	
	.section-photos div.widget-photo ul.photos li a img {
	
	height: 155px;
	width: auto;
	
	}
	
	.section-photos div.widget-photo ul.photos li a img.portrait {
	
	height: auto;
	width: 155px;
	
	}
	
	.section-photos div.widget-photo ul.photos li strong, .section-photos div.widget-photo ul.photos li a.comments { 	

	display: none;
	
	}
	

	
	
/* Widget-Pagination
--------------------------------------------------------------------------- */	


	.section-photos div.widget-photo ul.pages {
	
	display: none;
	
	}
	
	.section-photos div.widget-photo ul.paging {
	
	clear: both;
	float: left;
	width: auto;
	padding: 12px 0 0 0;
	
	}
	
	.section-photos div.widget-photo ul.paging li {
	
	display: block;
	clear: none;
	float: left;
	padding-right: 6px;
	
	}
		

