/* CSS Document */
/* Common elements - Headers, Links & Utility Styles */
html { }
body { }
h1, h2, h3, h4, h5, h6, p { }
h3 { margin-bottom: 0.5em }
/* Set a consistent starting-point for list formatting */
ul {
	margin-left: 2.5em;
	padding-left: 0;
}
li { margin: 0; padding: 0; }

/*Links - must be in order: link-visited-hover-active*/
a:link { color: #9999FF; }
a:visited { color: #FF55CC; }
a:hover { color: #9999FF; font-weight: bold; }
a:active { color: #FF6633; font-weight: bold; }

/*Utility Classes*/
.hide { display: none !important; visibility: hidden !important; }
.centered {
	text-align: center !important;
	margin: 10px auto;
}
.blockcentered {
	width: 90%;
	margin: 1em auto;
}
.cleardiv { clear: both; height: 1px; margin-bottom:-1px; overflow: hidden; font-size: 0px; line-height: 0px; }

/* Main blocks */
#wrapper {
	width: 760px;
	margin: 0px auto;
	text-align: center;
	background-color: #5D2F2F;
	overflow: hidden;
	border: 5px ridge #DDCC99;
}
#masthead {
	height: 85px;
	position: relative;
	text-align: center;
	margin-top: 10px;
}
#logo { }
#tagline {
	display: none;
}
#main {
	margin-top: 1.6em;
	padding: 0;
	position: relative;
}
#content {
	padding: 0 20px;
	text-align: left;
	margin-top: -0.5em;
}
#subcontent1 {
	height: 350px;
	overflow: hidden;
	width: 530px;
	margin: 0 auto;
	top: -600px;
	position: relative;
}
#basenav {
	position: relative;
	top: 0px;
}
#topnav {
	top: 88px;
	position: absolute;
	left: 50%;
	margin-left: -20em;
}
.nav {
	width: 40em;
	border-top: 1px solid #DBCA9F;
	margin: 0 auto;
}
.nav li {
	list-style: none;
	float: left;
	width: 6.6em;
	text-align: center;
}
#footer {
	text-align: center;
	display: block;
	margin: 10px 0px;
	font-size: 90%;
}
.gallery {
	margin: 0;
	width: 80px;
	font-size: smaller;
	height: 350px;
	float: left;
	text-align: center;
}
#mainpic {
	height: 350px;
	width: 330px;
	top: -370px;
	margin: 0 20px;
	float: left;
}
#mainImgLink {
	font-size: smaller;
	float: right;
}

.left { left: -220px; }
.right { left: 220px; top: -720px; }

.img1 {
	background: url(../assets/thumbs/swan_lake_repose_th.jpg) no-repeat left top;
	width: 80px;
	height: 80px;
}
.img2 {
	background: url(../assets/thumbs/grace_th.jpg) no-repeat left top;
	width: 80px;
	height: 80px;
	margin-top: 20px;
}
.img3 {
	background: url(../assets/thumbs/monnow_bridge_th.jpg) no-repeat left top;
	width: 80px;
	height: 80px;
	margin-top: 20px;
}
.img4 {

	background: url(../assets/thumbs/saffy_th.jpg) no-repeat left top;
	width: 80px;
	height: 80px;
}
.img5 {
	background: url(../assets/thumbs/johnny_depp_th.jpg) no-repeat left top;
	width: 80px;
	height: 80px;
	margin-top: 20px;
}
.img6 {
	background: url(../assets/thumbs/burning_bright_th.jpg) no-repeat left top;
	width: 80px;
	height: 80px;
	margin-top: 20px;
}
#content h1, #content h2 {
	font-size: 135%;
	padding-top: 10px;
}
#bigpic {
	height: 330px;
	width: 330px;
	background: url(../assets/tj.jpg) no-repeat 0px 0px;
	display: block;
}
#resetlink {
	float: left;
	font-size: smaller;
	text-decoration: underline;
	color: #9999FF;
	visibility:hidden;
}
.thumbnail {
	margin: 5px;
	vertical-align: middle;
	border: none;
}
.thumblink { font-weight: normal !important; } /*stops thumbnails realigning on mouseover due to bold hover & active states */
.artpic {
	margin: 4em auto 1em auto;
}


#art_details { }form {
	margin: 10px auto;
	display: block;
	width: 720px;
	position: relative;
}
label {
	white-space: nowrap;
	line-height: 2em;
}
.textbox {

	left: 100px;
	position: absolute;
}
#localnav {
	width: 740px;
	position: absolute;
	text-align: center;
	top: 1em;
}

.galleryInfo {
	text-align: left;
	margin: 0px auto;
	width: 600px;
}
#prev {
	float: left;
	width: 100px;
	text-align: right;
}
#gallery {
	width: 540px;
	float: left;
	margin: 0em;
}
#next {
	float: left;
	width: 100px;
	text-align: left;
}
#MoPic {
	margin-left: 1em;
	margin-bottom: 1em;
}
#content h2.subtitle {
	font-size: 120%;
}
#gallerypics {
	margin: 0px auto;
	width: 560px;
	height: 360px;
	padding-top: 20px;
}

#footer a { text-decoration: none !important; }
#footer a span.relink { text-decoration: underline !important; }
#footer a:link span.nolink, #footer a:visited span.nolink, #footer a:hover span.nolink, #footer a:focus span.nolink, #footer a:active span.nolink {
	text-decoration: none !important;
	color: #DBCA9F !important;
	border-bottom: none !important;
}
#masthead {
	text-indent: -5000px;
	background: url(../assets/mo_rich_logo.jpg) no-repeat center top;
}
#masthead a {
}