/* http://www.stephendavidsmith.net/ */

body
	{
	background-color:#000;
	padding:0px;
	margin:0px;
	
	font-family:Helvetica, Geneva, Arial, sans-serif;
	font-size:14px;
	color:#fff;
	text-align:center;
	}

img
	{
	border:0px;
	}

a
	{
	color:#fff;
	text-decoration:underline;
	}

a:hover
	{
	color:#fff;
	text-decoration:underline;
	}

.png { behavior: url(iepngfix.htc) }

#tokyo-story-blog
	{
	right:0px;
	position:absolute;
	margin-top:337px;
	z-index:999;
	}

#top
	{
	height:344px;
	background:url('images/up-grad.gif') repeat-x bottom;
	}

#content-wrapper
	{
	text-align:center;
	background:url('images/page-glospot.jpg') no-repeat top center;
	}

#nav-wrapper
	{
	background:url('images/nav-bar-grad.jpg') no-repeat top center;
	}

.panel-left-col
	{
	float:left;
	width:365px;
	}

.panel-right-col
	{
	float:right;
	width:365px;
	}

.strap
	{
	font-size:18px;
	font-weight:bold;
	}

.title
	{
	padding-bottom:8px;
	border-bottom:1px solid #fff;
	font-size:18px;
	font-weight:bold;
	}

.para
	{
	font-size:14px;
	line-height:20px;
	}

.work-screen-shot
	{
	float:left;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	}

.work-screen-shot a
	{
	color:#fff;
	text-decoration:none;
	background:none;
	}

.cleaner
	{
	clear:both;
	height:0px;
	line-height:1px;
	}

#footer
	{
	padding:32px 0px 65px 0px;
	}


/* ---------- CODA Slider styles ---------- */

* { margin: 0; padding: 0 }

p { text-align: left; margin: 12px 0 }

p, ul { font-size: 13px; line-height: 1.4em } 

p a, li a { color: #fff; text-decoration: underline }

p.intro { border-bottom: 1px solid #ccc; margin-bottom: 20px; padding: 20px 0 30px 0; text-align: center; width: 100% }

p#cross-links { text-align: center }

p#cross-links { border-bottom: 1px solid #ccc; margin-bottom: 30px; padding-bottom: 30px }

noscript p, noscript ol { color: #fff; font-size: 13px; line-height: 1.4em; text-align: left }
noscript a { color: #fff; text-decoration: underline }
noscript ol { margin-left: 25px; }

a:focus { outline:none }

h3 { border-bottom: 1px solid silver; margin-bottom: 5px; padding-bottom: 3px; text-align: left }

.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap {
	margin: 0px;
	position: relative;
	width: 100%;
}

.csw {width: 100%; height: 460px; background: #000; overflow: hidden}
.csw .loading {margin: 200px 0 300px 0; text-align: center}

.stripViewer {
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 900px;
	height: 460px;
	clear: both;
}

.stripViewer .panelContainer {
	position: relative;
	left: 0; top: 0;
	width: 100%;
	list-style-type: none;
	/* -moz-user-select: none; */
}

.stripViewer .panelContainer .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 900px;
}

.stripViewer .panelContainer .panel .wrapper {
	padding: 0 65px;
}

.wrapper { text-align:left; }

.stripNav {
	margin:auto;
	text-align:center;
}

.stripNav ul {
	list-style: none;
}

.stripNav ul li {
	float: left;
	margin-right: 2px;
}

.stripNav a {
	font-size: 18px;
	text-align: center;
	line-height: 63px;
	color: #cecece;
	text-decoration: none;
	display: block;
	padding: 0 15px;
}

.stripNav li a:hover {
	color: #ededed;
	background:url('images/link-marker.png') no-repeat top center;
	_background:none;
}

.stripNav li a.current {
	color: #fff;
	background:none;
}

.stripNavL, .stripNavR {
	display:none;
	position: absolute;
	top: 230px;
	text-indent: -9000em;
}

.stripNavL a, .stripNavR a {
	display: block;
	height: 40px;
	width: 40px;
}

.stripNavL {
	left: 0;
}

.stripNavR {
	right: 0;
}

.stripNavL {
	background: url("images/arrow-left.gif") no-repeat center;
}

.stripNavR {
	background: url("images/arrow-right.gif") no-repeat center;
}