/*CSS Reset*/
body, div, dl, dt, dd, li, pre,form, fieldset, input, textarea, p, blockquote, th, td, button { margin: 0; padding: 0; }h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 100%; font-weight: normal; }address, caption, cite, code, dfn, em, strong, var { font-style: normal; font-weight: normal; }ol, ul { list-style: none; margin: 0; padding: 0; }table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; font-weight: normal; font-style: normal; }acronym, abbr, fieldset, img { border: 0;}:focus { outline: 0; }


#container {

	width:				880px;
	margin: 			0 auto 0 auto;
}


#main {

	clear: 				none;
	font-family: 		Helvetica Neue, Verdana, Arial, sans-serif;
	float: 				left;
	height:				68px;
	padding: 			0 10px 0 10px;
	width:				645px;
}

#jumpMain {

	clear: 				none;
	font-family: 		Helvetica Neue, Verdana, Arial, sans-serif;
	float: 				left;
	height:				68px;
	padding: 			0 10px 0 10px;
	width:				795px;
}


#content {

	clear: 				right;
	border-left: 		1px solid #dddde3;
	border-right: 		1px solid #dddde3;
	float: 				left;
	height:				440px;
	margin-top: 		65px;
	width:				645px;
}

#jumpContent {

	
	clear: 				right;
	float: 				left;
	height:				460px;
	margin-top: 		45px;
	width:				795px;
}

.column {

	
	clear: 				none;
	float: 				left;
	height:				425px;
	overflow-y: 		auto;
	padding: 			30px 10px 10px 10px;
	width:				300px;
}

.subColumn {
	
	
	clear: 				none;
	float: 				left;
	height: 			100%;
	overflow-y: 		auto;
	padding-right:		10px;
	width:				290px;
}

#footer {

	
	float: 				left;
	height:				55px;
	padding-top: 		20px;
	width:				645px;
}

#jumpFooter {

	
	float: 				left;
	height:				55px;
	padding-top: 		20px;
	padding-left: 		75px;
	width:				715px;

}

#leftButton {

	background-color: 	#dddde3;
	float: 				left;
	height: 			440px;
	margin-top: 		65px;
	width:				25px;
}

#rightButton {

	background-color:	#dddde3;
	float: 				left;
	height: 			440px;
	margin-top: 		65px;
	width:				25px;
}


#leftButton img  {float: right; margin-top: 222px;}
#rightButton img {float: left; margin-top: 222px;}


/* TYPOGRAPHY */


h1 {

	float: 				left;
	font-weight: 		100;
	text-transform: 	uppercase;
}

h2 {

	font-size: 			13px;
	font-weight: 		bold;
	text-transform: 	uppercase;
}

h3 {

	font-size: 			12px;
	font-style: 		italic;
	font-weight: 		lighter;
	text-transform: 	uppercase;
}

p, li {

	color: 				gray;
	font-size: 			11px;
	padding-bottom: 	10px;
}


a {

	color: 				inherit;
	text-decoration: 	none;
}

a:hover {

	color: 				black;
}

.bodyText {

	color:				gray;
	font-size: 			11px;
	width: 				300px;
}

.backForward {

	clear: 				none;
	float: 				left;
	font-family: 		Helvetica Neue, Verdana, Arial, sans-serif;
	font-size: 			10px;
	font-weight: 		lighter;
	margin-top: 		290px;
	text-align: 		center;
	width: 				75px;
}

#workInfo {

	margin-top: 		100px;
}

#RWtitle {

	color: 				gray;
	font-size: 			20px;
	letter-spacing: 	10px;
	margin-top: 		240px;
	margin-left: 		35px;
}

#titleImage {
	
	margin-top: 		135px;
	width:				380px;
}

#gap {

	margin-top: 		15px;
}

/* FORMS */

input, textarea {

	border: 			1px solid silver;
	clear: 				both;
	color: 				gray;
	float: 				left;
	font-family: 		Helvetica, Verdana, Arial, sans-serif;
	font-size: 			11px;
	padding: 			3px;
	margin-bottom: 		10px; 
	width:				288px;
}

.contact {

	
	height:				340px;
	margin-top: 		30px;
	width:				295px;
}

.submit {

	background-color: 	white;
	border: 			1px solid silver;
	color: 				gray;
	clear: 				none;
	float: 				left;
	margin-right: 		10px;
	width:				50px;
}

/* LISTS */

.navigation {

	/*border: 			1px solid gray;*/
	color: 				gray;
	font-size:			12px;
	font-weight: 		lighter;
	letter-spacing: 	2px;
	text-transform: 	uppercase;
}

.navigation li {

	display: 			inline;
	padding-left: 		35px;
}

.bodyList {

	margin-left: 		10px;
}


/* SHOWS */

#showTitle {
	
	height:				60px;
	padding: 			20px;	
}

#showImages {

	height:				155px;
	padding:			0 10px 0 20px;
	overflow-x: 		auto;
}

.workThumb {

	clear: 				none;
	float: 				left;
	height:				137px;
	margin-right: 		7px;
}

.workThumb img {

	height: 			136px
}

#showInfo {

	height:				180px;
	padding: 			20px;
	overflow-y: 		auto;
}


/* SINGLE WORKS */

#singleWork img {

	margin: 			65px 0 0 0;
	width:				300px;
}
