/*
 * default CSS
 *
 * elements and structure
 * 
 * various color themes are in a seperate CSS files in /themes/simple-plus/
 *
 */

* {
	margin: 0;
	padding: 0;
	}

body {
	text-align: center;
	font-size: 11px;
	font-family: 'Lucida Grande', Verdana, Lucida, Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	}

html>body { 
	font-size: 11px;
	}

#header {
	font-family: times newroman, serif;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 35px;
	}

#footerwrap,
#frontimgwrap,
#albumswrap,
#addwrap,
#backwrap,
#gallerywrap,
#imageswrap,
#imagewrap,
#imgnavwrap, 
#imgdatawrap,
#titlewrap {
	padding: 10px 0;
	}

#footerwrap,
#addwrap,
#stoptimewrap {
	padding: 0 0;
	}

#headerwrap {
	padding: 55px 25px 25px 25px;
	}

#header,
#frontimg,
#albums,
#add,
#header,
#footer,
#back,
#images,
#gallery,
#hitcount,
#image,
#imgnav,
#imgdata,
#stoptime,
#title {
	margin: 0 auto;
	width: 800px;
	}

#footer,
#add,
#back,
#stoptime,
#imgnav,
#hitcount {
	text-align: right;
	}

#imgdata,
#title,
#header,
#help {
	text-align: left;
	}

#help {
	padding: 20px;
	font-size: 14px;
}

/* center image on single image page if refelctions in use */
#image div {
	margin: 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
re,
fieldset,
address,
table {
	margin: 0.8em 0;
	}

h1 {
	font-family: times newroman, serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 22px;
	font-weight: normal;
	}

h2 {
	font-family: times newroman, serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: normal;
	}

h3 {
	font: 1.1em/120%;
	margin-bottom: .3em;
	font-weight: normal;
	}

h4 {
	font-size: 1.0em;
	}

h5 {
	font: normal 0.8em;
	}

blockquote {
	margin: 1em 0;
	padding: 0 0 0 1.2em;
	border-left: 4px solid black;
	}

img {
	border: none;
	}

ol {
	margin-left: 3em;
	}

ul {
	list-style-type: disc;
	margin-left: 1.5em;
	}

a:link, a:visited {
	text-decoration: none;
	}

a:hover, a:active {
	text-decoration: none;
	outline: none;
	}

h2 a,
h2 a:link,
h2 a:visited,
h2 a:hover,
h2 a:active {
	text-decoration: none;
	outline: none;
	}

/*								*/

.clear {
	clear: both;
	}

.center {
	text-align: center;
	}

.alignright {
	float: right;
	}

.fullwidth {
	width: 100%;
	}

.left {
	text-align: left;
	}

.right {
	text-align: right;
	}

.smallfont {
	font-size: 0.9em;
	}

.alignleft {
	float: left;
	}

/*	zenphoto	*/

.albumthumb {
	float: left;
	margin: 0 20px 0 0;
	width: 140px;
	cursor: pointer;
	}

.albumtitle {
	text-align: left;
	}

.albumdesc {
	padding: 0 10px 0 0;
	text-align: left;
	}

.imagethumb {
	float: left;
	margin: 20px 20px 0 0;
	height: 200px;
	width: 140px;
	cursor: pointer;
	}

.pagelist li {
	display: inline;
	}
