/**
 *
 * global stuff for the whole page
 *
 */

 * {
	padding: 0px;
	margin: 0px;
}

body, html {
	height: 100%;
	width: 100%;
}

body {
	background: #DEDEDE url(http://www.schochphotography.com/site/assets/graphics/back.gif) repeat-x;
	color: #838383;
	font-size: 12px;
	font-family: "Tmes New Roman", Times, serif;
}

a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

#main {
	position: relative;
	height: 98%;
	width: 100%;
}

#container {
	background: #FFFFFF url("../graphics/inner_back.gif") repeat-x;
	height: 610px;
	width: 100%;
}

/**
 *
 * this is the setup for the flash stuff
 * hide the soundtrack div and the history div
 * ensure that overflow is hidden too for the dynamic iframe
 *
 */

#soundtracksource {
	width: 300px;
	height: 0px;
	overflow: hidden;
}

#historyclient {
	width: 300px;
	height: 0px;
	overflow: hidden;
}

/**
 *
 * heaeder and footer image replacement
 *
 */

#header {
	position: relative;
	top: 1px;
	background: #FFFFFF;
	width: 760px;
	height: 86px;
	text-align: left;
	text-indent: -5000px;
}

#header a {
	display: block;
	position: relative;
	overflow: hidden;
	background: #FFFFFF url("../graphics/header.gif") no-repeat;
	width: 760px;
	height: 86px;
	text-decoration: none;
	color: #fff;
}

#footer {
	position: relative;
	background: #FFFFFF;
	width: 760px;
	height: 41px;
	text-align: center;
	color: #979797;
	font-size: 11px;
	font-family: "Tmes New Roman", Times, serif;
}

#footer span u {
	text-decoration: none;
}

#footer span {
	position: relative;
	top: 15px;
}

/**
 *
 * navigation
 *
 */

#navigation {
	background: #FFFFFF url("../graphics/nav_back.gif") no-repeat;
	position: relative;
	top: 0px;
	width: 750px;
	height: 30px;
	margin: 0px 10px 0px 10px;
	padding-top: 5px;
	padding-right: 10px;
	overflow: hidden;
}

#navigation ul { /* main nav block */
	font-weight: bold;
	float: right;
	list-style: none;
	background: white;
	margin: 0px 0px 10px 0px;
}

#navigation a { /* main nav links */
	display: block;
	text-decoration: none;
	white-space: nowrap;
	margin: 5px 10px; /* spacing for main nav items */
}

#navigation li {
	float: left;
}

#navigation li ul { /* sub nav block */
	border: 1px #999 dotted;
	font-weight: normal;
	position: absolute;
	z-index: 999;
	left: -999em;
	width: 14.4em;
	w\idth: 14em;
	text-align: left;
	margin: 0px 0px 0px 10px; /* x/y offset from main heading */
}

#navigation li li {
	padding-right: 1em;
	width: 13em;
}

#navigation li ul a {
	width: 13em;
	w\idth: 9em;
}

#navigation li:hover ul ul, #navigation li.sfhover ul ul {
	left: -999em;
}

#navigation li:hover ul, #navigation li li:hover ul, #navigation li.sfhover ul, #navigation li li.sfhover ul {
	left: auto;
}

#navigation li:hover, #navigation li.sfhover {
	background: #f4f4f4;
}

/**
 *
 * class blocks
 *
 */

.hidden {
	display: none;
}

.content_bucket {
	position: relative;
	background: #FFFFFF url("../graphics/content_back.gif") no-repeat;
	width: 746px;
	height: 411px;
	text-align: left;
	overflow: hidden;
	padding: 7px;
}

/**
 *
 * album
 *
 */

.album .heading, .album .context {
	display: none;
}

.album .graphic #photo_iframe {
	width: 100%;
	height: 100%;
}

.album .graphic  {
	border: 1px #CCC solid;
	width: 744px;
	height: 409px;
}

.album .thumbnails {
	border: 1px #CCC dotted;
	float: left;
	position: relative;
	top: -95px;
	width: 724px;
	height: 55px;
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
}

.album .thumbnails ul {
	visibility: hidden;
	//visibility: visible;
	display: block;
	list-style: none;
	height: 54px;
	overflow: auto;
}

.album .thumbnails li {
	display: inline;
}

.album .thumbnails:hover ul {
	visibility: visible;
}

.album .thumbnails li a img {
	border: 2px #666 solid;
}

.album .thumbnails li a:hover img {
	border: 2px #FFF solid;
}

.photo {
	background: #FFF;
}

.photo .graphic {
	position: relative;
	height: 388px;
	overflow: hidden;
	border-bottom: 1px #CCC solid;
}

.photo .context .title {
	color: #838383;
	font-size: 12px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	height: 18px;
	padding: 3px 0px 0px 5px;
}

.photo .context .description {
	display: none;
}

/**
 *
 * splitview
 *
 */

.splitview  .graphic {
	float: left;
}

