/*
Stylesheet for kristi.theresnobox.net v 2.0/inkjetcanvas.us v 3.0.
*/

body {
	background: url('img/bg_tile.jpg') top left repeat-x #302d2b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #DDDDDD;
}

#Container {
	width: 100%;
	position: relative;
}

a {
	color: #fe8e34;
	text-decoration: none;
	
}

a:hover {
	text-decoration: underline;
}

strong, b {
	font-weight: bolder;
}

#Navbox {
	margin: -72px 0 0 40px;
	position: absolute;
	width: 178px;
	height: 676px;
	background: url('img/navstrip.png') no-repeat;
	float: left;
	z-index: 500;
}

#thumbControls {
	width: 550px;
	height: 40px;
	margin: 70px 0 0 250px;
	position: relative;
	z-index: 10;
}

#ThumbnailBox {
	z-index: 10;
	height: 75px;
	overflow: hidden;
	width: 870px;
	margin: -10px 0 0 270px;
}

#thumbwrapper {
	width: 510px;
	overflow: hidden;
}

.thumbControl {
	display: block;
	width: 50px;
	height: 20px;
	position: absolute;
	cursor: pointer;
	text-indent:-10000px;
}

#ctrlRight {
	top: 0;
	right: 0;
	background: url(img/arrow-right.png) no-repeat 0 0;
	display: none;
}

#ctrlLeft {
	top: 0;
	left: 0;
	background: url(img/arrow-left.png) no-repeat 0 0;
	display: none;
}

#thumbbox {
	float: left;
	border: 1px #ffffff solid;
	height: 73px;
	width: 73px;
	margin-right: 10px;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	cursor: pointer;
}

#thumbbox:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}


#navlist {
	margin-left: 30px;
	margin-top: 117px;
	font-size: 2.1em;
	color: #FFFFFF;
	font-weight: bold;
	position: inherit;
}

#navlist ul {
	margin-top: 20px;
}

#navlist ul li {
	margin-bottom: 10px;
}


#navlist a {
	color: #FFFFFF;
	text-decoration: none;
}

#navlist a:hover {
	color: #be4a00;
}

#viewport {
	width: 750px;
	height: 700px;
	position: relative;
	padding: 0 0 0 70px;
	margin: 25px 0 0 205px;
	overflow: hidden;
	z-index: 9000;
}

#footer {
	width: 100%;
	margin-top: 10px;
	padding-top: 5px;
	height: 50px;
	text-align: center;
	border-top: 1px dotted #682900;
	font-size: .8em;
	color: #DDDDDD;
	
}

/* Specific to viewport items */

#loadingDiv {
	margin: 100px 0 0 200px;
	width: 100px;
	height: 100px;
	padding: 19px 0 0 30px;
	background: url(img/spinner_bg.jpg) no-repeat;
}

#slideshow  #slidesContainer {
	width: 500px;
	height: 500px;
  	overflow:auto; 
  	position:relative;	
}

#slideshow #slidesContainer .slide {
  width:500px;
  height:500px;
  position: relative;
}

#stats {
	width: 200px;
	height: 400px;
	float: right;
	font-size: .83em;
	line-height: 1.7em;
	padding: 0 45px 0 0;
	position: relative;
}

#stats p {
	margin-bottom: 7px;
}

#stats span {
	font-size: .7em;
	font-style: italic;
}

.rightcolumn {
	width: 380px;
	float: right;
}

.leftcolumn {
	width: 38px;
	margin-left: 30px

}

#projectPort ul {
	line-height: 22px;
	list-style-type: circle;
	margin: 10px 0px 0px 15px;
}
/* slideshow navigation */

#stats ul {
	margin: 7px 0 15px 0;
	list-style-type: none;

}

.slidenavul {
	width: 150px;
	padding-top: 32px;
	background: url(img/browsetag.jpg) no-repeat;
}
.slideshowNav ul li {
	display: inline;
	list-style-type: none;
	line-height: 2.2em;
	cursor: pointer;

}

.slideshowNav ul li a {
	color: #ffffff;
	text-decoration: none;
	background: url(img/slideshowbtn_bg.png) no-repeat 4px 8px;
	height: 20px;
	width: 20px;
	padding: 10px;
	font-size: 1em;
	font-weight: bold;
}

.slidenavul li a:hover {
	background: url(img/slideshowbtn_bg.png) no-repeat 4px -22px;
}

.slide {
	float: left;
}

.active {
	display: inline;
}

.inactive {
	display: none;
}

#infobox {
	width: 550px;
	line-height: 1.7em;
}

h1, h2 {
	color: #ff7106;
	font-size: 1.8em;
	margin: 0 0 20px 0;
	font-weight: bold;
}

#infobox h2 {
	margin-top: 20px;
}

#infobox p {
	line-height: 2em;
	font-size: 1em;
}
#infobox ul {
	line-height: 1.8em;
	margin: 0 0 10px 15px;
}

#infobox ul li {
	margin: 5px;
	list-style-type: circle;
}

#infobox .emphasis {
	font-weight: bolder;
	margin: 17px 0 20px 0;
	padding: 8px;
	color: #ffb279;
	border: dotted #ffb279;
	border-width: 1px 0 1px 0;
}

.emphasis a {
	color: #ff6000;
}


