@charset  "UTF-8";

/*
  Bob Schalkwijk Photography
  http://www.bobschalkwijkphotography.com
  
  @author Dieter Wimberger (dieter at wimpi dot net)
*/

body { background-color: #000; }

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

a img { border-style: none; }

/* Paragraph Headings
----------------------------------------------- */

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1
{
	font-size: 165%;
	text-align: left;
	color: #fff;
}

p { margin: 0.375em 0; }

/* Layout Rules
----------------------------------------------- */

#wrap
{
	width: 1000px;
	padding-top: 20px;
	margin: 0 20px;
}

/* Form Elements
----------------------------------------------- */

label, select
{
	font-size: 120%;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
}

select
{
	color: #B1B1BC;
	background-color: #131313;
	border: 1px solid #b1b1bc;
}

/* Gallery and Playback Controls
----------------------------------------------- */

#gallerySelect { width: 180px; }
#controls { margin: 0 auto 10px auto; }
#galleries { margin: 0 auto 20px auto; }
#galleries label { padding-bottom: 2px; }

#transport
{
	margin: 0;
	padding: 0;
	list-style: none;
}

#transport li
{
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

#transport a
{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin: 0 1px 0 0;
	padding: 4px 8px;
	width: 64px;
	float: left;
	display: block;
	-moz-user-select: none;
	-khtml-user-select: none;
}

#transport a:link
{
	background: #666 url('../images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}

#transport a:visited
{
	background: #666 url('../images/bg_grad_gray1.gif') repeat-x;
	color: #fff;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}

#transport a:hover
{
	background: #666 url('../images/bg_grad_gray2.gif') repeat-x;
	color: #000;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
}

#transport a:focus
{
	-moz-user-select: none;
	-khtml-user-select: none;
}

#previews
{
	border-top: solid 1px #404040;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #404040;
	padding: 10px 10px 20px 10px;
	margin-bottom: 5px;
	background-image: url('../images/bg.gif');
	width: 250px;
	float: left;
	margin-right: 10px;
}

#thumbnails
{
	clear: both;
	margin: 0px auto;
    height: 90px;
	width: 10000px;
	text-align: left;
}

#thumbnails div
{
	position: relative;
	width: 75px;
	height: 75px;
	margin: 5px 8px;
	padding: 0;
	float: left;
	display: inline;
}

#thumbnails img
{
	width: 75px;
	height: 75px;
	position: absolute;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
}

/*
#picture {
	padding: 0px;
	width: 500px;
	float: left;
}
#mainImageOutline {
	margin: 0 auto;
	padding: 0;
	background-color: #eee;
	border-top: solid 1px #999;
	border-right: solid 1px #404040;
	border-bottom: solid 1px #333;
	border-left: solid 1px #404040;
	padding: 1em; 
	overflow: hidden; 
}

#mainImage {
	width: 100%;
	height: 100%;
}

#picture img {	border: 1px solid #999; }
*/

.selectedThumbnail { border: solid 2px #fc0 !important; }
.inFocus { border: solid 1px #fc0 !important; }

#scrollDiv
{
	position: relative;
	float: left;
	overflow: hidden;
	height: 90px;
	width: 95%;
	/*	width:430px; */
	border: 1px solid #ccc;
	white-space: nowrap;
}

#thumbnav
{
	position: absolute;
	bottom: 15px;
	left: 5%;
	width: 90%;
	/*	width: 464px; */
	height: 90px;
	/*	margin:10px auto 10px auto;*/
	
}

.handle
{
	position: relative;
	display: inline;
	float: left;
	height: 92px;
	width: 15px;
	background: #929A9D;
	border: 1px solid #ccc;
	color: #fff;
	font-size: 8pt;
	line-height: 90px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#setbox
{
	position: absolute;
	top: 15px;
	left: 5%;
	width: 90%;
	height: 80px;
	clear: both;
}

#setbox h2
{
	float: right;
	font-family: Trebuchet MS, Arial, Verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #FFF;
	text-align: left;
	padding-bottom: 5px;
}

#setbox h2 a
{
	color: white;
	text-decoration: none;
}

#setbox h2 a:hover
{
	text-decoration: none;
	color: #993300;
}

#setbox .controls
{
	float: right;
	padding-top: 5px;
}

#setbox .setselect { }
#setbox .photoset { float: left; }
#descriptionbox .setname { font-style: italic; }

#descriptionbox
{
	display: inline;
	position: relative;
	top: 100px;
	left: 5%;
	width: 25%;
	min-height: 300px;
	float: left;
}

#picturebox
{
	position: relative;
	display: inline;
	float: left;
	margin-left: 100px;
	top: 100px;
	min-width: 300px;
	min-height: 300px;
	width: 50%;
	text-align: center;
}

#picturebox .picture
{
	margin: 10px auto 10px auto;
}

#picturebox .thumb-title
{
	font-family: sans-serif,Helvetica,Arial,Verdana;
	font-size: 12px;
	font-variant: small-caps;
	clear: both;
	padding-top: 5px;
	font-weight: bold;
	text-align: left;
}

#picturebox .thumb-record
{
	float: left;
	padding-left: 3px;
	font-size: 10px;
	font-family: sans-serif,Helvetica,Arial,Verdana;
	font-weight: bold;
	text-align: left;
	padding-top: 0px;
	margin-top: 0px;
	text-align: left;
}

#picturebox .thumb-flag
{
	float: left;
	border: 0;
	margin: 0;
	padding-top: 2px;
}

#picturebox .thumb-tpr
{
	float: left;
	padding-left: 2px;
}

/* Utility IDs, classes, and HTML selectors
----------------------------------------------- */

#boxshot
{
	background-color: #fff;
	border-top: solid 1px #999;
	border-bottom: solid 1px #3a3a3a;
	border-left: solid 1px #3a3a3a;
	border-right: solid 1px #3a3a3a;
	text-align: center;
}

.clear
{
	visibility: hidden;
	display: block;
	clear: both;
	height: 0px;
	margin: 0;
	padding: 0;
}

.ClearAll
{
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
