/* 	Stylesheet:
		main.css

	Author:
		Neil Jenkins
		
	Version:
		1.0 (2008-02-01)
		
	Version History:
		1.0 Initial release

	License:
		GNU GPL: http://creativecommons.org/licenses/GPL/2.0/

	Notes:
		Supports Firefox 1.5+, Safari 2+, Opera 9+ and IE 6+
		Other browsers may work but are untested.
*/


#heightWrapper {
	/*position: relative;
	min-height: 100%;
	*/
	
	width:95%;	
}


body.Grid, body.Albums {
	overflow: visible;
}



.albums, .grid, .filmstrip, .single, .slideshow {
	display: none;
}

.Albums .albums, .Grid .grid, .Filmstrip .filmstrip, .Single .single, .Slideshow .slideshow {
	display: block;
}



#loading {
	position: relative;
	color: #fff;
	height: 2.5em;
	width: 7em;
	text-align: center;
	line-height: 2.5;
	/*opacity: 0.7;*/
	background:#000;
}

/* @group Image border */

.horizontalWrapper 
{

	
}



.imageBorder img {
	border: none;
}

/* @end */

/* @group Albums */

#albums {
	padding: 0;
	margin: 0 auto;
	width: 95%;
	/*float:left;*/
}

#albums h1 {
text-align: left;
color: #ffffff;
font-size:1.2em;
font-weight:normal; 
margin-top:0px;
}

.album {
	position: relative;
	overflow: visible;
	padding: 2em 0;
	min-height: 230px;
}

.album .info {
	width: 320px;
	padding: 0 30px;
}

.album .info * {
	padding-left: 0;
	padding-right: 0;
}

.album .info a:after {
	padding-left: 5px;
	vertical-align: -1px;
	content: '\2192';
}

.album .viewgallery {
	margin: 1em 0;
	text-align: center;
}

.album .photo {
	position: absolute;
	top: 2em;
	right: 0;
	width: 232px;
	height: 232px;
	overflow: hidden;
}

.album .photo a {
	background-repeat: no-repeat;
	display: inline;
	float: left;
	width: 50px;
	height: 50px;
	margin: 3px;
	border: 1px #fff solid;
}

.album .photo a:hover {
	width: 54px;
	height: 54px;
	margin: 1px;
}

/*

.a {
	background-position: -87.5px -87.5px;
}

.b {
	background-position: -137.5px -87.5px;
}

.c {
	background-position: -187.5px -87.5px;
}

.d {
	background-position: -237.5px -87.5px;
}

.e {
	background-position: -87.5px -137.5px;
}

.f {
	background-position: -137.5px -137.5px;
}

.g {
	background-position: -187.5px -137.5px;
}

.h {
	background-position: -237.5px -137.5px;
}

.i {
	background-position: -87.5px -187.5px;
}

.j {
	background-position: -137.5px -187.5px;
}

.k {
	background-position: -187.5px -187.5px;
}

.l {
	background-position: -237.5px -187.5px;
}

.m {
	background-position: -87.5px -237.5px;
}

.n {
	background-position: -137.5px -237.5px;
}

.o {
	background-position: -187.5px -237.5px;
}

.p {
	background-position: -237.5px -237.5px;
}
*/
.even .photo {
	left: 0;
}

.even .info {
	margin: 0 0 0 auto;
}

/* @end */

/* @group Grid Thumbnails */

#photos {
	margin: 0 5em;
	padding-bottom: 8em;
	text-align: left;
	overflow: visible;
}

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

.thumbnail {
	vertical-align: text-top;
	position: relative;
	width: 172px;
	height: 172px;
	/*padding-bottom: 1.5em;
	margin: 1em 2em;*/
	margin-right:20px;
	margin-bottom:20px;
	padding-bottom:20px;
	text-align:center;
	
	float: left;
	
	
}

.thumbnail .imageBorder {
	border-width: 5px;
}

.landscape {
	width: 172px;
	
	
}

.portrait {
	height: 172px;
	
	
	
}

.thumbnail .phototxt {
	position: relative;
	/*width: 100%;
	top: 100%;*/
	margin-top: -1.5em;
	
	padding: 0.25em 0;
	cursor: default;
	font-size: 91.67%;
	text-align: center;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.thumbnail .horizontalWrapper {
	bottom: 1.5em;
}

/* @end */

/* @group Display photo */

#displayPhoto {
	/* The margin value is used to determine the spacing around the display image */
	/*margin: 20px 20px 5px;*/
	margin-left:20px;
}

.imageBorder {
	color: inherit;
	/*position: relative;*/
	display: block;
	line-height: 0;
	overflow: hidden;
	border: 4px solid #fff;
	
		
}


#displayTitle {
	/*bottom: 100%;
	width: 100%;*/
	
}

h1
{
color: #29261f;
font-size:1.2em;
font-weight:normal; 
margin-left:12px;
margin-top:0px;
margin-bottom:0px;
letter-spacing:1px;
text-transform:uppercase;
}


#displayTitle h1 {
	/*text-shadow: #000 2px 2px 2px;
	line-height: .8;*/
	
}

#displayTitle h2 {
	/*font-size: 100%;
	font-weight: bold;
	text-align: left;
	margin: 0 5em;*/
}

#photoDescription {
	text-align: left;
	font-size: .8em;

}

#albumTitle
{
color: #29261f;
font-size:1.2em;
font-weight:normal; 
text-align:center;
margin:0px;
padding:0px;
letter-spacing:1px;
text-transform:uppercase;
}

h2
{
color: #799025;
font-size:.9em;
font-weight:normal; 
margin-left:12px;
margin-top:0px;
margin-bottom:0px;
padding-top:0px;
padding-bottom:0px;
text-align:left;
}



#photoTitle
{
color: #70871c;
font-size:1em;
font-weight:normal; 
text-align:left;

}

/* @end */

/* @group Control Bar */

#controlBar {
	
	line-height: 2;
	padding: 0 0;
	bottom: 0;
	/*width: 612px;*/
	clear:both;
		
}

#controlBar a {
	color: #ddd;
	border: none;
}

#controlBar a:hover {
	color: #fff;
}

#modeSelect a {
	/*margin: 0 .5em;*/
	padding-bottom: 5px;
	padding-left: 20px;
	margin-right:0px;
	background-position: center left;
	background-repeat: no-repeat;
}

#modeSelect a.modeAlbums {
	padding-left: 10px;
}

#controlBar .modeSelector.selected {
	color: #fff;
	cursor: default;
	font-weight: bold;
}

#controlBar .modeSelector span {
	background-position: -1000px -1000px;
	background-repeat: no-repeat;
}


#controls {
	
}

#controls span {
	cursor: pointer;
	padding: 0 1ex;
}

#thumbsSize {
	position: relative;
	/*right: 1em;
	top: .95em;
	*/
	height: 16px;
	width:200px;
	padding: 0 25px;
}

#smallThumbnails {
	background: url(../images/slider/smallThumbnail.gif) right center no-repeat;
	position: absolute;
	left: 0;
	width: 16px;
	height: 16px;
}

#largeThumbnails {
	background: url(../images/slider/largeThumbnail.gif) center no-repeat;
	position: absolute;
	right: 0;
	width: 16px;
	height: 16px;
}

#resizeSlider {
	position: relative;
	width: 116px;
	height: 16px;
	margin: 0 -8px;
	background: url(../images/slider/track.png) no-repeat center;
}

#resizeHandle {
	background: url(../images/slider/knob.png);
	width: 16px;
	height: 16px;
}

#download {
	position: relative;
	right: 0;
	bottom: 0;
	height: 2em;
	padding: .5em 1em;	
	color: #000;
}

#download * {
	margin-right: 1ex;
}

/* @end */

/* @group Filmstrip */

#strip {
	overflow: auto;
	width:700px;
	white-space: nowrap;
	text-align: center;
	/*margin: -.6em 0 0.5em;*/
	margin-left:50px;
	padding-top: 0;
	margin-bottom:10px;
}

#strip a {
	border: none;
}

#strip img {
	height: 75px;
	margin: 3px;
	border: 1px solid #fff;
}

#strip a:hover img, #strip img.selected {
	border-width: 3px;
	margin: 1px;
}

#strip img.selected {
	border-color: #e0ac4e;
}


/* @end */

