/* These styles are just for the test template. Make some better ones. And yes, I know it's messy ;-) */
* {margin: 0px; padding: 0px;}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: center;
	background-color: #EEE;
	margin: 0px;
	padding: 0px;
}
a {text-decoration: none;}
a:hover {text-decoration: none;
  cursor: pointer;
}
.clear {clear: both;}
img {
	border: none
}

#wrapper {
	width: 980px;
	margin: 0px auto;
	text-align: left;
	background-color:#e2f1c1;
}
#header {
	width: 980px;
	height: 209px;
	background-image: url(images/header.jpg);
	overflow: hidden;
}
#subhead {
	width: 980px;
	height: 38px;
	background-image: url(images/subhead.jpg);
	overflow: hidden;
}
.head-bread {
	float: left;
	padding: 10px 0px 0px 10px;
	font-size: 13px;
	color: #FFF;
}
.bread a {color: #FFF;}
.bread {padding: 0px 0px 0px 20px; color: #FFF;}
.bread #imageTitle {font-weight: bold;}
.head-search {
	float: right;
	padding: 215px 10px 0px 0px;
}
#sidebar {float: left; width: 230px; overflow: hidden;}
#content {width: 980px; margin: 0px auto; padding: 0px;background-image: url(images/content_bg.jpg); background-repeat: repeat-y;}
#content-left {overflow: hidden; float: right; width: 700px; padding-right: 20px;}

#content-left h2 {font-size: 18px;color: #a1041f; text-align: left;margin: 0px 20px 0px 0px; padding: 10px 20px 5px 10px;background-image: url(images/h2rule.png); background-repeat: no-repeat; background-position: top left;}
#content-left h2 a {font-size: 18px;color: #a1041f;}
#content-left .div2 {background-image: url(images/h2rule.png); background-repeat: no-repeat; height: 10px;}
#gallerytitle h2 {
	font-size: 11pt;
}

#gallerytitle span {
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
}

#gallerytitle A:link,#gallerytitle A:visited {
	text-decoration: underline;
	color: #999;
}
#padbox {
	padding: 20px !important;
}

.albumthumb img {
	border: 0px;
	float: left;
	margin-right: 10px;
}

.imagethumb img,.image img {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

.image {
	margin: 0px;
	padding: 0px;
	float: left;
}
#image {}
hr {
	clear: both;
	height: 0px;
	border: 0px;
	border-top: 1px solid #ccc;
	margin-top: 0px;
	padding: 0px;
}

.imgnav {
	float: right;
	width: 60px;
	text-align: left;
	margin-top: 13px;
	margin-right: 30px;
	_margin-top: 8px; /* IE Only */
	color: #A0D336;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	text-decoration: none;
	color: #A0D336;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	text-decoration: none;
	color: #A0D336;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	text-decoration: none;
}
.imgnav .imgprevious a {
	float: left;
	color: #A0D336;
}
.imgnav .imgnext a {
	float: right;
	color: #A0D336;
}


/* AJAX
------------------------------ */
#albumDescEditable, #albumTagsEditable {
	margin-bottom: 12px;
}
#imageDescEditable, #albumTagsEditable {
	margin-top: 24px;
}
#imageDesc, #exif_link {
	margin-bottom: 12px;
}

/* Tags
------------------------------ */
.taglist ul {
	display: inline;
	list-style-type: none;
}

.taglist li {
	background: url(images/tag.png) no-repeat left center;
	list-style-type: none;
	line-height: 16px;
	padding-left: 18px;
	float:left;
	padding-right: 5px;
}

.taglist .tags_title {
	background: none;
	padding-right: 5px;
	padding-left: 0;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a, .thumb a {
	display: block;
	padding: 5px;
	margin: 5px;
	line-height: 0px;
	background: url(images/img-bg.gif) top left no-repeat;
}
.imagethumb, .thumb {
	float: left;
}
.welcomeimage {
	display: block;
	padding: 40px 20px 0px 25px;
	margin: 5px;
	line-height: 0px;
	background: url(images/feat.png) top left no-repeat;
	height: 175px;
	width: 194px;
}
.welcomeimage img {border: 5px solid #FFF;}
.albumdesc2 {
	line-height: 18px;
}


/* Album Thumbnails
------------------------------ */
#albums {
        float: left;
}
.album {
	margin: 0 15px 15px 0;
	float: left;
	width: 315px;
}
.album .imagethumb a, .album .thumb a {
	margin: 0;
}
.album h3 {
	padding: 0;
	margin: 0;
}
.album h3 a {
	display: block;
	width: 100%;
}
.album p {
	margin: 0 0 4px 0;
	line-height: 17px;
	font-size: 10px;
}
.albumdesc {
	float: right;
	width: 205px;
	padding: 6px 0 0 0;
}


/* Individual Image
------------------------------ */
.imgdesc {
	padding: 10px 0 10px 0;
	line-height: 18px;
}
#image {
	text-align: center;
	line-height: 0;
	margin:10px 0;
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
	margin-top: 13px;
	_margin-top: 8px; /* IE Only */
}
.imgnav a, .imgprevious a, .imgnext a {	color: #A0D336; text-decoration: none;}
#imgoriginal {
	font-size: 8pt; 
	text-align: right;
	height:30px;
}
#imgorder {
	float: left;
}
#narrow {
	margin: 0 auto;
	width: 440px;
}

UL.pagelist {
	padding: 0px;
	margin: 5px 0px 5px;
	list-style-type: none;
	height: 2em;
}

UL.pagelist LI {
	display: inline;
	font-weight: bold;
}

UL.pagelist LI A,UL.pagelist LI span.disabledlink {
	display: block;
	float: left;
	padding: 2px 4px;
	text-decoration: none;
	color: #555;
}

UL.pagelist LI span.disabledlink {

	color: #000;
	cursor: default;
}

UL.pagelist LI A:hover {
	color: black;
}

UL.pagelist LI.current A {
	background-color: #CB0624;
	color: #FFF;
	cursor: default;
}

/* Forms
------------------------------ */
form {padding-bottom:10px;}

.checkbox {
	cursor: pointer;
}

label {
	cursor: pointer;
}

#map{
	margin-left:-85px;
	padding: 10px 0;
}

#rating { margin-top: 10px; }

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position:fixed;
  _position: absolute;
	right:0;
	top:0;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: #fff;
	width:120px;
}
#admin_data{
	top:16px;
}
#admin h3 {
	font: 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #666;
	border-bottom: 1px dashed #CCC;
	margin:0;
	padding:0;
}

#search {
	float: right;
	width: 350px;
}

#search #search_input {
	width: 150px;
}

#search ul {
	position: absolute;
	margin-top: 0px;
	text-align: left;
}

#search ul .item {
	display: none;
}

#search ul:hover .item {
	display: block;
	padding: 1px;
	margin: 1px;
}

#search ul:hover .item a {
	color: #000;
	text-decoration: none;
}

#search ul:hover .item a:hover {
	color: #999;
}

#search ul {
	width: 20px;
	float: left;
	margin: 0px;
	padding: 2px;
	list-style: none;
}

#search li {
	width: 150px;
}

.clear {
	clear: both;
	height: 10px;
}

#map {
	margin-top: 25px;
}

#imagemetadata {
	text-align: right;
	position: relative;
	display: none;
}

#imagemetadata table {
	text-align: left;
	line-height: 1em;
	border: 1px solid #ccc;
	position: absolute;
	top: 2em;
	right: 0;
	background-color: #fafafa;
}

#imagemetadata table td {
	border-bottom: 1px solid #f0f0f0;
	background-color: #f8f8f8;
	padding: 2px 5px;
}

#fullsize_download_link {
	font-size: 8pt;
	text-align: right;
	float: right;
}

#meta_link {
	font-size: 8pt;
	text-align: left;
	float: left;
}

#image_data {
	margin-bottom: 15px;
}


/* Archive View
---------------------------- */
#archive{
	margin: 0 auto;
}
ul.archive * {
	padding:0;
	margin:0;
	list-style:none;
}
ul.archive .year {
	margin-top:10px;
	margin-bottom:5px;
	font-weight:bold;
	font-size: 15px;

}
ul.archive .month {

	list-style:none;
	padding-top: 5px;
	font-size: 12px;
}

/* Tag Cloud
---------------------------- */
#tag_cloud {
}

#tag_cloud ul li {
	display: inline;
	list-style-type: none;
}

#tag_cloud p {
	padding:10px 0;
	margin:20px 0;
}
/* Error Messages
------------------------------ */
.errorbox {
	padding: 20px;
	background-color: #FDD;
	border-top: 1px solid #FAA;
	border-left: 1px solid #FAA;
	border-right: 1px solid #FAA;
	border-bottom: 5px solid #FAA;
	margin-bottom: 10px;
	font-size: 100%;
	color: #DD6666;
}
.errorbox h2 {
	color: #DD6666;
	font-size: 100%;
	font-weight: bold;
	margin: 0px;
}
/* Zenphoto link
------------------------------ */

#zen-part {
 font-familiy: Arial, Helvetice, sans-serif;
 font-size: 1.8em;
 font-weight: thin;
}

#photo-part {
 font-familiy: Arial, Helvetice, sans-serif;
 font-size: 0.9em;
 font-weight: bold;
}

#footer {
	color: #FFF;
	height: 58px;
	font-weight: bold;
	background-image: url(images/footer.jpg);
	
}
#credit {float: right; padding: 20px 50px 10px;text-align: right;color: #FFF; width: 435px;}
#credit a {color: #FFF;}
#credit .link {padding-left: 10px;}
#credit .rsslink {background-image: url(images/rss.gif); background-repeat: no-repeat; background-position: bottom left; padding-left: 25px; margin-left: 5px; }
#credits {float: left; padding: 20px 0px 0px 30px; text-align: left; color: #FFF;}
#credits a {color: #FFF;}
#page-head {
	background-image: url(images/page-head.jpg);
	height: 38px;
}
#page-bot {
	clear: both;
	background-image: url(images/page-bot.jpg);
	height: 38px;
}
.menu  {margin: 10px 15px 10px 40px; padding: 0px 20px 0px 0px;}
.menu h3 {font-family: Verdana; font-weight: bold; font-size: 20px; color: #990033; padding: 0px 0px 10px;text-align: center;background-image: url(images/div.gif); background-repeat: no-repeat; background-position: bottom left;}
.menu ul li {font-family: Verdana; font-size: 13px;padding: 5px 0px 12px;list-style: none; background-image: url(images/div.gif); background-repeat: no-repeat; background-position: bottom left;}
.menu ul li a, li.menu-active {padding: 3px 10px; color: #990033; font-weight: bold;display: block;}
.menu ul li a:hover, .menu-active {background-color: #cde896;display: block;}
.menu ul li .menu-active {padding-left: 10px;}
.side-ad {text-align: center;}
.addthis {padding: 10px 0px;}
.addthis2 {padding: 10px 100px 10px 750px;}
#welcome .left {float: left; width: 390px; font-size: 13px;}
#welcome .right {float: right; width:250px; text-align: left;}
#welcome .left h1 {font-size: 20px; color: #990033; text-align: center;padding: 0px 0px 10px;}