@charset "UTF-8";
/* default.css */

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border: none;
	outline: 0;
}

ol, ul {
	list-style: none;
}

:focus {
	outline: 0;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: underline;
	outline: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000000;
	background: #eeeeee;
}

/* default positioning */

.websiteOverlay {
	display: none;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	z-index: 1;
}

.websiteRow {
	display: block;
	width: 100%;
	position: relative;
	text-align: center;
}

.websiteDisplay {
	display: block;
	margin: 0px auto 0px auto;
	width: 835px;
	position: relative;
	text-align: left;
}

.websiteContent {
	display: block;
	width: 835px;
	position: relative;
}

.websiteIntro {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	background: #eeeeee;
	z-index: 1000;
	cursor: pointer;
}

/* */
.sprite {
	display: block;
	background: url(../img/sprite-sheet.png) 0px 0px no-repeat;
	overflow: hidden;
}

	.logo {
		width: 86px;
		height: 119px;
		margin-left: 20px;
	}
	
	.websiteIntro .logo {
		margin-left: 0px;
	}
	
	.button {
		float: left;
		width: 16px;
		height: 16px;
		margin: 9px 10px 0px 10px;	
	}
		.right-a {
			background-position: -32px -187px;	
		}
	
		.left-a {
			background-position: -16px -187px;	
		}
	
		.thumbs {
			background-position: -64px -171px;	
		}
	
		.expand {
			background-position: -48px -171px;	
		}
	
		.close {
			background-position: -32px -171px;	
		}
		
	.select {
		background-position: 127px -178px;	
	}
	
	.social {
		float: left;
		width: 26px;
		height: 26px;
		margin-right: 10px;
	}
		
		.facebook {
			background-position: 0px -119px;	
		}
		
		.flickr {
			background-position: -26px -119px;	
		}
		
		.linkedin {
			background-position: -52px -119px;	
		}
		
		.mail {
			background-position: 0px -145px;	
		}
		
		.twitter {
			background-position: -26px -145px;	
		}
		
		.vimeo {
			background-position: -52px -145px;	
		}
		

/* */
#gallery {
	height: 540px;
	background: #000000;
	color: #ffffff;
	overflow: hidden;
}

	#gallery a:link, a:visited, a:active{
		text-decoration: none;
		color: #666;
	}
	
	#gallery a.sel{
		color: #fff;
	}	

	#gallery #photography-printing{
		display: block;
		height: 35px;
		text-align: right;
		line-height: 35px;
	}
	
	#gallery #viewer{
		display: block;
		padding: 25px 0px 0px 145px;
		height: 375px;
		text-align: center;
	}
	
		#gallery #viewer #images div{
			display: block;
			width: 100%;
			text-align: center;
		}
		
		#gallery #viewer #images div.medium{
			margin-left: 20px;
		}
		
		#gallery #viewer #images div.large{
			width: 835px;
		}
		
		#gallery #viewer #images div ul li{
			float: left;
			display: block;
			width: 95px;
			height: 95px;
			margin: 0px 0px 40px 40px;
		}
	
	#gallery #controls{
		display: block;
		margin-left: 195px;
		height: 105px;
		width: 640px;
		text-align: center;
	}
	
		#gallery #controls #holder{
			display:block;
			margin: 0px auto 0px auto;
			padding-top: 35px;
			width: 345px;
			height: 35px;
			line-height: 35px;
		}
		
		#gallery #controls #holder #buttons, #gallery #controls #holder #select{
			float:left;
			display:block;
			height: 33px;
			line-height: 35px;
			border: 1px solid #fff;
			-moz-border-radius: 4px;
			border-radius: 4px;
		}
		
		#gallery #controls #holder #buttons{
			width: 188px;	
		}
		
		#gallery #controls #holder #select{
			margin-left: 5px;
			padding-left: 20px;
			width: 148px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 9px;
			text-transform: uppercase;
			color: #fff;
			height: 35px;
			line-height: 35px;
			-webkit-appearance:none;
			-moz-appearance: none;
    		appearance: none;
			vertical-align:middle;
		}

/* */
#content {
	padding: 65px 0px 65px 0px;
	line-height: 34px;
}
	#content h1 {
		font-size: 14px;	
	}

	#content .seperator{
		display: block;
		margin: 30px 0px 30px 0px;
		border-bottom: #666 dotted 1px;
		height: 1px;
	}

	#content #left {
		width: 130px;
		display: inline-block;
		float: left;
		position: relative;
		padding: 0px 65px 0px 0px;
	}
	
		#content #left #nav {
			font-size: 14px;	
		}
		
		#content #left #nav li a{
			display:block;
			padding-left: 20px;
			text-decoration: none;
			color: #666;
		}
	
	#content #right {
		width: 640px;
		display: inline-block;
		float: left;
		padding: 0px 0px 1000px 0px;
		font-size: 14px;
		color: #666;
	}
	
		#content #right h1 {
			font-weight: normal;
			color: #666;	
		}
		
		#content #right .user-content {
			font-family:Arial, Helvetica, sans-serif;
			font-size: 12px;
			color: #000;
		}
		
		#content #right #footer {
			padding-bottom: 30px;
			line-height: 26px;	
		}
		
			#content #right #footer .copyright {
				float: right;
				font-size: 11px;
				color: #d1d2d4;
			}

/* general */

.left {
	float: left;	
}

.right {
	float: right;	
}

.r {
	text-align: right;	
}

.c {
	text-align: center;	
}

.clear {
	clear: both;
	margin-top: -1px;
	height: 1px;
	overflow: hidden;
}
