	
/* General Selectors */
body {
	background-color: #fff;
	margin: 0;
	font-family: verdana, helvetica, sans-serif;
	color: #333;
}

h3 {
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	border-bottom: 1px dotted #666;
	width: 50%;
}

img {
	border: 0;
}

a, a:visited {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #999;
	text-decoration: none;
}

label {
	display: block;
}

.formLabel {
	display: block;
	float: left;
	margin-right: 20px;
}

.formError {
	color: #f00;
	font-style: italic;
	font-weight: bold;
}
	
fieldset {
	border: none;
	margin-left: 0;
}

input {
	width: 600px;
}

input.submitButton {
	width: 100px;
	margin-left: 10px;
}

textarea {
	width: 600px;
}

/* Gallery (overview) page styles */
.thumbRow {
	clear: both;
	margin-bottom: 10px;
	
}
.thumbRowContents {
	margin-left: auto;
	margin-right: auto;
}

.thumbnail {
	float: left;
	margin: 0 20px 0 20px;
}

.thumbnail .label {
	text-align: center;
}

.thumbnail .image {
	width: 240px;
	height: 140px;
	background-color: #333;
}
/* Structural Elements */
#jpstanley_index { 
	width: 800px;
}
#jpstanley_series { 
	width: 800px;
	margin: 30px 0 30px 0;
}

#jpstanley_series #seriesStatement, #pageHeader {
	position: absolute;
	top: 50px;
	left: 80px;
	font-size: 12px;
	font-weight: normal;
	float: left;
	width: 400px;
}

#jpstanley_series #seriesStatement #statementHeader a {
	text-decoration: underline;
	
}
#statementHeader span.seriesTitle {
	font-size: 22px;
	line-height: 15px;
}

.pageTitle, .adminPageTitle {
	font-size: 22px;
	line-height: 15px;
	color: #999;

}

.adminPageTitle {
	color: #e00;

}
#statementToggle {
	color: #933;
}

#jpstanley_series #seriesStatement #statementContent {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	float: left;
	width: 400px;
	display: none;
	background-color: #fff;
	padding: 8px;
	border: 1px dotted #999;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

#jpstanley_series #mainPhotoFrame { 
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

#jpstanley_series #mainPhotoFrame.loading {
	 background: url(../img/ajax_loader.gif) no-repeat center center;
}

#jpstanley_series #mainPhotoCaption {
	padding-top: 5px;
	font-style: italic;
	color: #666;
}

/* Previous / Next mouseovers on series main image */
#prevEventArea, #nextEventArea {
	display: block;
	position: absolute;
}

#prevOverlay, #nextOverlay {
	color: #eee;
	font-weight: bold;
	background-color: #333;
	position: relative;
	display: none;
	width: 60px;
	text-align: center;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

#nextOverlay {
	float: right;
}

#jpstanley_series .galleryNavigation { 
	width: 800px;
	text-align: center;
	margin: 15px auto 0 auto;
}

#jpstanley_main {
	margin-top: 0;
	text-align: center;
}
#jpstanley_tags {
	width: 200px;
	float: left;
}

#content {
	width: 800px;
	margin-left: 80px;
	min-height: 250px;
}
#content p {
	margin: 0 30px 20px 30px;
}
.newsContent {
	border: 1px dotted #333;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	width: 700px;
}
.newsHeader {
	background-color: #eee;
	border-bottom: 1px dotted #999;
	padding: 10px;
}

.newsBody {
	padding: 20px;
}

.newsBody a {
	text-decoration: underline;
	color: #0041f9;
}

.createDate {
	font-style: italic;
	color: #999;
	font-size: 12px;
}

#ContactAddForm {
	width: 600px;
	margin: 0 auto 0 auto;
	font-family: verdana, helvetica, sans-serif;
}



#ContactContent {
	width: 400px;
	height: 200px;
}


/* Custom Selectors */

#mainPhotoImage {
	border: 1px solid #333;
	margin-left: auto;
	margin-right: auto;
}

#mainPhotoTitle {
	color: #fff;
	font-size: 18px;
	text-align: left;
}
#mainPhotoDescription {
	color: #fff;
	font-size: 14px;
	text-align: left;
}

.galleryNavigation {
	margin-top: 7px;
}

.galleryNavigation a {
	color: #ddd;
}

.backButton {
	margin: 0 15px 0 15px;
}

.galleryButton {
}

.forwardButton {
	margin: 0 15px 0 15px;
}

.disabled {
	color: #339;
}

#header {
	margin-top: 10px;
	margin-left: 80px;
}

#title {
	width: 800px;
}
#title h1{
	margin: 0;
	font: 28px arial,sans-serif;
	font-weight: normal;
	border-bottom: solid 1px;
}

#links {
	margin: 0;
	width: 800px;
	display: block;
	white-space: nowrap;
	text-align: right;
}
#links ul {
	margin-top: 0;
}
#links ul li {
	line-height: 0;
	list-style: none;
	display: inline;
	padding-left: 15px;
	font-weight: normal;
	font-size: 16px;
}

#header h1 {
}

#footer {
	width: 800px;
	margin:  30px 0 0 80px;
	text-align: center;
	border-top: 1px dotted #333;
	color: #ccc;
	font-weight: normal;
	font-size: 14px;
}
.bigError {
	margin-left: auto;
	margin-right: auto;
	background-color: #333;
	border: 2px solid #fff;
	width: 50%;
	padding: 10px;
}

.bigError h2 {
	color: #ff3;
	margin-top: 0px;
}

.bigError blockquote {
	font-style: italic;
}

.admin.index, .paging {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

/* Admin table styles */
.altrow {
	background-color:#e0f8ec;
}
#adminTable {
	border-collapse: collapse;
	width: 100%;
}
#adminTable td {
	padding: 2px;
}
#adminTable td a, .actions a {
	text-decoration: underline;
	color: blue;
}
#adminTable tr {
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
}

#adminTable th {
	text-align: left;
}
/* Bio / Contact Page */
.content {
	margin: 10px 0 10px 0;
}

#ContactAddForm input.styled, #ContactAddForm textarea.styled {
	width: 200px;
	height: 20px;
	padding: 2px;
	line-height: 20px;
	font-size: 14px;
	background-color: #EFFBEF;
	border: 1px solid #666;
	font-family: verdana, helvetica, sans-serif;
	margin-bottom: 10px;
	display: block;
	clear: both;
}

#ContactAddForm textarea.styled {
	width: 600px;
	height: 200px;
}

#contactSubmit {
	width: 100px;
	margin-left: 10px;
}

/* Links page */
#linksList {
}

#linksList ul {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
}
.links li {
	list-style-type: none;
}

.links a {
	color: #20c;
	text-decoration: none;
}

.links a:hover {
	text-decoration: underline;
	color: #20c;
}

.bold {
	font-weight: bold;
}
