/* - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
URL: www.steve-a.co.uk 
Handheld style sheet 
Last edited: 23 May 06 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - */
* { /* universal selector resets all padding and margins to zero */
	margin:0;
	padding:0;
	text-decoration:none;
}
body {
	background:#111;
	color:#bbb;
	font-family:verdana, tahoma, helvetica, arial, sans-serif;
	font-size:small;
}
/* - - - - - - - - - - - - - - - - - divs - - - - - - - - - - - - - - - - - */
#container {
	text-align:left;
	width:100%;
}
#topspacer {
	display:none;
}
#topspacercontent {
	display:none;
}
#topnav {
	background:#111;
	border:none;
}
#masthead {
	background:#111;
	background-image:none;
	border:none;
	height:21px;
	padding-left:5px;
}
#bottomnav {
	background:#111;
	border:none;
}
#midspacer {
	display:none;
}
#midleft {
	display:none;
}
#midleftcontent {
	display:none;
}
#midright {
	background:#111;
	width:100%;
}
.gallery #midrightcontent {
	display:none;
}
#midrightcontent {
	background:#111;
	height:auto;
}
#sidebar {
	background:#111;
	height:auto;
	width:100%;
}
#content {
	background:#000;
	height:auto;
	width:100%;
}
#footer {
	background:#111;
	border-top:1px solid #333;
	height:auto;
	width:100%;
}
#footercontent {
	background:#111;
}
/* - - - - - - - - - - - - - - - - - forms - - - - - - - - - - - - - - - - - */
body.order {
	margin:10px;
}
body.order #container {
	background-image:none;
	border:none;
	margin:0 auto;
	text-align:left;
	width:600px;
}
body.order input,
body.order textarea {
	background-color:#333;
	border:1px solid #999;
	color:#ddd;
	padding:2px;
}
body.order p,
body.order address {
	padding-left:5px;
}
.button {
	background:#333;
	border:1px solid #666;
	border-top:1px solid #888;
	border-left:1px solid #888;
	color:#ddd;
	font-weight:bold;
	margin-right:5px;
	padding:2px 5px;
}
fieldset {
	background:#1a1a1a;
	border:1px solid #666;
	padding:1em;
	width:25em;
}
form div {
	color:#bbb;
	font-weight:bold;
	line-height:1.7em;
	margin-bottom:15px
}
.formtext:focus {
	background:#434343;
}
.formtext {
	color:#ccc;
	font-size:small;
	font-weight:normal;
}
input,
textarea {
	background-color:#333;
	border:1px solid #666;
	padding:2px;
}
#orderbutton {
	background-color:#333;
	border:1px solid #999;
	margin-right:10px;
}
table {
	border-collapse:collapse;
}
td {
	border:1px solid #666;
	padding:3px 5px;
}
/* - - - - - - - - - - - - - - - - - images - - - - - - - - - - - - - - - - - */
#masthead .logo {
	border:0;
	padding:5px 0;
}
.thumbbig {
	border:1px solid #666;
}
.thumbsmall {
	border:1px solid #666;
}
.thumbcurrent {
	background-color:#fff;
	border:1px solid #666;
}
.thumbcontainer { /* flash thumbnails */
	margin-bottom:10px;
	height:auto;
	width:auto;
}
.thumbnail { /* flash thumbnails */
	border:0;
	float:left;
	margin:0 15px 5px 0;
}
/* - - - - - - - - - - - - - - - - - links - - - - - - - - - - - - - - - - - */
a:link,
a:visited {
	color:#8ac;
}
/* the gallery navigation number links */
li.selected,
#gallery-nav-one li.selected a,
#gallery-nav-two li.selected a,
#gallery-nav-three li.selected a,
#gallery-nav-four li.selected a {
	color:#eee;
}
#gallery-nav-one a:visited,
#gallery-nav-two a:visited,
#gallery-nav-three a:visited,
#gallery-nav-four a:visited {
	border-bottom:1px solid #555;
}
li.non { /* the galleries that don't yet exist */
	display:none;
}
/* - - - - - - - - - - - - - - - - - lists - - - - - - - - - - - - - - - - - */
ul,
li {
	list-style:none;
}
/* - - - - - - - - - - - - - - - - - text - - - - - - - - - - - - - - - - - */
h1 {
	color:#aaa;
	font-size:100%;
	margin-bottom:0;
}
body.moniker h1 {
	padding-top:0;
}
body.warning h1 {
	color:#c33;
}
h2 {
	color:#aaa;
	font-size:100%;
	margin-bottom:0;
}
body.gallery h2,
body.moniker h2,
body.artwork h2 {
	font-weight:normal;
	margin-bottom:0;
}
body.sitemap h2 {
	margin:0;
}
h3 {
	color:#aaa;
	font-size:100%;
	margin-bottom:0;
}
body.gallery h3 {
	padding-top:10px;
}
p {
	font-style:normal;
	line-height:1.3em;
	margin-bottom:5px;
}
#footer p {
	font-size:80%;
	margin:0;
	padding:0;
}
ins {
	text-decoration:none;
}
