body	{
	font-family:verdana, sans-serif;
	font-size:11px;
	color: #999999;
}

a:link, a:visited	{
	color: #555555;
	text-decoration:none;
        outline:none;
}

a:active, a:hover	{
	color: #C05F1E;
	text-decoration:none;
        outline:none;
}

.bordered	{
	border: 1px solid #cccccc;
}

#uberContainer {
	position:relative;
	margin:0 auto;
	left:0px;
	top:0px;
	width:845px;
	border: 0px dotted red;
}

.script	{
	font-family: Georgia, serif;
	font-style:italic;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

h1 {
	height: 76px;
	margin: 20px 0 0 0;
	background-image: url(/images/tom_cleveland.gif);
	background-repeat: no-repeat;
	text-indent: -1000em;
	border: 0px dotted grey;
}

.main {
	position: relative;
	height: 450px;
	border: 1px dotted white;
}

/* - - - - - - - - - - - - - - - - - - - - - */

.main ul.main-menu {
	position: absolute;
	margin-top: 170px;
	padding: 0;
	list-style: none;
}

.main ul.main-menu li a {
	margin-bottom: 18px;
	display: block;
	width: 108px;
	height: 20px;
	font-size: 1px;
	text-indent: -1000em;
	background-image: url(/images/main_menu.gif);
}

.main ul.main-menu li.gallery a 		{ background-position: 0px 0px;   }
.main ul.main-menu li.about   a   	{ background-position: 0px -36px; }
.main ul.main-menu li.contact a 		{ background-position: 0px -74px; }
.main ul.main-menu li.search a 		{ background-position: 0px -110px; }

.main ul.main-menu li.gallery a:hover 	{ background-position: -111px 0px;   }
.main ul.main-menu li.about   a:hover   { background-position: -111px -36px; }
.main ul.main-menu li.contact a:hover   { background-position: -111px -74px; }
.main ul.main-menu li.search a:hover   { background-position: -111px -110px; }
 
/* - - - - - - - - - - - - - - - - - - - - - */

.main .main-content {
	position: absolute;
	display: none;
	top: 0px;
	left: 220px;
	height: 400px;
	width: 625px;
	background-color: white;
	border: 0px dotted green;
}

.main #selected {
	display: block;
}

.main img {
	position: absolute;
	clip: rect(0px 402px 402px 0px); 
	border: solid #cccccc 1px;
}

.main img.before-after {
	display: block;
	top: 0px;
}

.main p.caption {
	margin-left: 460px;
	margin-top: 170px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

ul.thumbnails {
	list-style: none;
	margin: 0;
	padding: 0 0 0 70px;
	height: 30px;
	background-image: url(/images/line05.jpg);
	background-repeat: no-repeat;
	border: 0px dotted blue;
}

ul.thumbnails li {	
	position: relative;
	float: left;
	margin: 0 25px 0 25px;
}

ul.thumbnails li a span {
	position: absolute;
	width: 28px;
	height: 28px;
	top: 0px;
	left: 0px;
	border: 1px solid #999999;   /* was grey */
	background-image: url(/images/thumbcover.png);
}

ul.thumbnails li a:hover span,
ul.thumbnails li.selected a span { 
	background-image: none;
}

ul.thumb		{ padding-left: 380px; }
ul.thumbx		{ padding-left: 305px; }
ul.thumbxx		{ padding-left: 225px; }
ul.thumbxxx		{ padding-left: 145px; }
ul.thumbxxxx	{ padding-left: 70px;  }

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a.prev, a.next {
	position: absolute;
	display: block;
	width: 70px;
	height: 28px;
	margin-top: -30px;
	border: 0px dotted green;
	text-indent: -1000em;
        z-index:100;
}

a.next {
	right: 0px;
        z-index:100;
	/*margin-top: -45px;*/
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body.contact .main-content {
	display: block;
	width:350px;
	height: auto;
	text-align:left;
	border: dotted 1px #DDDDDD;
	padding:50px 30px 10px 30px;
	font-size:13px;
	line-height: 18px;
}


body.about .main-content {
	display: block;
	width:500px;
	height: auto;
	text-align:left;
	border: dotted 1px #DDDDDD;
	padding:10px 30px 10px 30px;
	font-size:12px;
}

body.search .main-content {
	position: relative;
	display: block;
	width:350px;
	height: auto;
	min-height: 400px;
	text-align:left;
	border: dotted 1px #DDDDDD;
	padding:20px 30px 10px 30px;
	font-size:13px;
	line-height: 18px;
}

body.instructions .main-content {
	display: block;
	width:500px;
	height: auto;
	text-align:left;
	border: dotted 1px #DDDDDD;
	padding:10px 30px 10px 30px;
	font-size:12px;
        color: #666666;
}

body.instructions .main ul.instructions   {
        position: absolute;
        top: 300px;
        left: 0px;
}

body.instructions .main ul.instructions h3   {
        color: #666666;
        margin-bottom: 3px;
}

body.instructions .main ul.instructions li   {
        list-style: none;
        margin-left: -35px;
}

body.instructions .main-content a:link,
body.instructions .main-content a:visited  {
        color: #000000;
}
/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

a.random {
	display: block;
	position: absolute;
	width: 65px;
	height: 46px;
	float: right;
	bottom: 150px;
	right: 80px;
	background-image: url(/images/random.gif);
	text-indent: -1000em;
	outline: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

form {
	margin-top: 50px;
	text-align: center;
}

body.search form {
	margin-top: 25px;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body.search .main {
	height: auto;
}

#search h4 {
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 20px 0;
	padding: 0px;
}

#search img {
	position: relative;
	display: inline;
}

#search p {
	margin-top: 20px;
	font-size: 11px;
}

#search p.pages-1 {
	display: none;
}

#search p a.selected {
	font-weight: bold;
}

.searchForm h2   {
        font-size: 12px;
        font-weight: normal;
        margin-bottom: 2px;
margin-top:20px;
}

.searchForm .first   {
        margin-top: 0px;
}

.searchForm .formUp   {
        margin-top: -30px;
        margin-bottom: 20px;
}

.searchForm .mainContent #seriesThumbs   {
        position: relative;
        top:20px;
        left: 0px;
        width: 625px;
        border: 0px solid #ff0000;
}

.searchForm .mainContent #seriesThumbsInner   {
        position: absolute;
        top:0px;
        left: 0px;
        width: 600px;
        border: 0px solid #000000;
}

.seriesThumb img   {
        position: relative;
        top: 0px;
        left: 0px;
        float: left;
        display: inline;
        margin-right: 10px;
        margin-bottom: 10px;
        border: 1px solid #cccccc;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

span.hidden {
	display: none;
}

hr {
	display: none;
}

.credit   {
        font-size:11px;
        font-style:italic;
        text-align:center;
}