/* @override 
	http://www.sarahmacwright.com/photography/themes/simple-plus/zen_fe.css
	http://www.sarahmacwright.com/galleries/themes/simple-plus/zen_fe.css
*/

* {
	margin: 0;
	padding: 0;
	}

html, body {
	background: #3a3a3a;
	color: #A2A2A2;
	}

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

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

#header {
	width: 790px;
	background-color: black;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: left;
	padding-right: 0;
	padding-bottom: 10px;
	position: static;
	font: 20px Arial, Helvetica, Geneva, sans-serif;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
}

#header2 {
	width: 790px;
	background-color: #716e6e;
	padding-right: 0;
	padding-bottom: 10px;
	position: static;
	
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}

#wrap {
	width: 790px;
	margin: auto auto auto auto; /* auto centers the div */
	}

#header a:hover {
	text-decoration: none;
	}

/*box around About and Search etc */

#content {
	text-align: left;
}

#footer {
	width: 800px;
	text-align: left;
	position: relative;
	margin: auto;
	top: 36px;
}

#footer a {
	}

#footer p {
	padding: 0;
	margin: 0;
	}

#footer_links {
	text-align: left;
	}

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

h1 {
	color: black;
	margin-top: 1.3em;
	text-transform: uppercase;
	font: 500 18px Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 2px;
	margin-bottom: 1px;
}

h2 {
	color: #6D6D6D;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: normal;
	}

h3 {
	margin-bottom: 0.3em;
	font-weight: normal;
	line-height: 120%;
	font-size: 1.1em;
}

h4 {
	font-size: 1.0em;
	}

h5 {
	font: normal 0.8em;
	}

h6 {
	color: #c6bcb2;
	font: bold 1em Verdana, sans-serif, Lucida, "Lucida Grande";
	margin-left: 20px;
}

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

img {
	border: none;
	}

#content p {
	text-align: left;
	}

#content form p {
	text-align: left;
	}

#content img {
	border: none;
}

.center {
	text-align: center;
	}

ol {
	margin-left: 3em;
	}

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

a:link, a:visited {
	
	color: #6D6D6D;
	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 {
	color: black;
	text-decoration: none;
	outline: none;
	}

h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color: black;
	text-decoration: none;
	outline: none;
	}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

/* zenphoto */

.album {
	background-color: #716e6e;
	float: left;
	width: 980px;
}

.albumdesc {
	margin-right: 20px;
}

.galleryimages {
	background-color: #716e6e;
	color: white;
	width: 770px;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}

.galleryimagestop {
	background-color: #716e6e;
	color: white;
	width: 730px;
	float: left;
	padding-left: 20px;
	padding-right: 40px;
	padding-bottom: 0;
	
}

.albumthumb {
	float: left;
	/* width: 700px; */
	/* height: 100px; */
	height: 250px;
	cursor: pointer;
	border: 2px solid black;
	margin: 20px 10px 0 10px;
}

.albumthumb:hover {
	border-color: #CC9933;
}

.albumtitle h1 {
	clear: both;
	float: left;
	/* width: 700px; */
	margin: 10px 5px 5px 10px;
	/* font-size: 140%; */
}

.imagethumb {
	float: left;
	margin: 12px 12px 0 0;
	height: 80px;
	width: 80px;
	cursor: pointer;
	border: 2px solid black;
}

.clear {
	clear: both;
}

#back {
	margin: 20px 0 0 0;
	font-size: 0.9em;
}

#add{
	margin: 20px 0 0;
	font-size: 0.9em;
	text-align: right;
}

#albumtable {
	padding: 0 20px;
}
