/* Main Viewing Area
------------------------------------------------------ */

#photoview { /* full-width content area for photos & galleries, above where columns begin */
	position: relative;
	width: 756px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	padding: 18px 0 2px 0;
}

#photopage #content{
	clear: both;
	background: transparent url(/_images/gui/beeblocker-photo.gif) no-repeat top center;
	padding-top: 0;
	margin-bottom: 10px;
}

#photoview p{
	margin: 0 39px 16px 0;
}

#photoview p.dateline{
	margin-top: -16px;
	color: #727272;
	font-style: italic;
}

#photoview .title + p.dateline{
	margin-top: 0;
}

#photoview .title{
	margin-bottom: 16px;
}

#photoview .title h2{
	font-weight: normal;
	font-size: 16px;
}


/* Photo View
------------------------------------------------------ */

#photo{
	position: relative;
	width: 756px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	background-color: #EDEDED;
	border-top: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
}

#photoview #photo p{
	margin: 0;
	padding: 0;
}

#photo p img{
	border: none;
}

#photo .download{
	margin: 0;
	clear: both;
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	color: #9A9A9A;
	padding: 3px 2px 1px 0;
}

#caption{
	position: relative;
	margin: 19px 16px 0 16px;
}


/* Photo Flicker (prev/next)
------------------------------------------------------ */

#photo #flicker{
	position: relative;
	width: 100%;
	height: 18px;
	padding: 0;
}

#flicker #prev, #flicker #next{
	width: 50%;
	float: left;
	line-height: 18px;
	text-indent: -5000px;
	background: #EDEDED url(/_images/gui/next-off.gif) no-repeat right center;
}

#flicker #prev{
	background: #EDEDED url(/_images/gui/previous-off.gif) no-repeat left center;
}


/* Gallery View
------------------------------------------------------ */

#gallery{
	position: relative;
	margin: 15px 16px 0 16px;
}

#gallery #nav{
	text-align: right;
	font-size: 10px;
	color: #727272;
	margin: 0 0 12px 0;
	float: right;
}

#gallery #nav p{
	margin: 0;
}

#slides{
	position: relative;
	clear: both;
	padding: 0 0 0 17px;
	margin: -16px -49px 0 0;
	width: 100%;
}

#slides:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* IE/Mac Hacks (I know!)
------------------------------------------------------ */

* html>body div.slide {float:none; display:inline-block;}
* html>body div#slides {width: 768px;}
* html>body div#gallery #nav p {width: 35%;}

/* Slides
------------------------------------------------------ */

.slide{
	float: left;
	margin: 12px 33px 18px 0;
}


/* Related, Comments, Lists
------------------------------------------------------ */

#photopage #comments{
	margin-top: 2px;
}
	
#photopage #content #leftcolumn{
  top: 14px;
}


/* Gallery Listing
------------------------------------------------------ */

#galleries h2{
	margin-top: 8px;
}

#galleries.title{
	margin-bottom: 11px;
}

#yeargalleries, .gallerylist{
	color: #595959;
}

#maincolumn p.gallerylist{
	margin-bottom: -1px;
	margin-right: 0;
	line-height: 24px;
	border-bottom: 1px solid #CCCCCC;
}

ul#yeargalleries{
	text-indent: 0;
	padding: 0;
	width: 150px;
	float: right;
	margin-top: 2px;
}

#yeargalleries li{
	list-style: none;
	line-height: 20px;
	padding: 1px 0 2px 0;
	margin-left: 60px;
	border-bottom: 1px solid #CCCCCC;
}


/* Links
------------------------------------------------------ */

#flicker a:link, #flicker a:visited, #flicker a:hover, #flicker a:active, 
.slide a:link, .slide a:visited, .slide a:hover, .slide a:active
{
	display: block;
}

* html #flicker div a { 
	width: 100%; 
}

.gallerylist a:link, .gallerylist a:visited, .gallerylist a:hover, .gallerylist a:active,
#yeargalleries a:link, #yeargalleries a:visited, #yeargalleries a:hover, #yeargalleries a:active{
	font-weight: bold;
}

#yeargalleries a:link, #yeargalleries a:visited, #yeargalleries a:hover, #yeargalleries a:active{
	padding: 0 4px;
}

.slide p img{
	border: 1px solid #CCCCCC;
}

