/*
Theme Name: OMH
Author: Mike Rheinheimer
Author URI: http://www.ohmyhead.com/
*/
#simpleviewer {   /* the background color for simpleviewer. Leave this line near the front for performance reasons */
    /* background: #0b9577; */
}

.clear { /* see:  http://www.greywyvern.com/code/min-height-hack */
	clear:both;
	height:1px;
	overflow:hidden;
}

img {
	border: 0;
}
#flash {
	height: 800px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
}

#gallerytitle {
	padding: 18px 10px 18px 10px;
}


/* Page Navigation
------------------------------ */
#navbar {
	font-family: sans-serif;
	font-size: 0.8em;
	padding: 4px;
	color: #98958f;
	background-color: #eee;
}

#navbar a {
	text-decoration: none;
}

#navbar span {
	margin-top: 0.8em;
}

#search {
	float: right;
	width: 200px;
	text-align: left;
}

#search input.pushbutton {
	padding: 1px;
	font-size: 80%;
}

#search a {
	text-decoration: none;
}

#search ul {
	border: 1px solid #ccc;
	position: absolute;
	text-align: left;
	list-style: none; 
	height: 8em;
	width: 20em;
	overflow: auto; 
	color: #fff;
	background-image: url(../images/50percent.png);
}

#searchfields_icon {
	position: relative;
	top: 4px;
}

#search_submit {
	position: relative;
	top: 6px;
}

#content p {
	clear: both;
	padding-top: 15px;
}

ul.pagelist {
	clear: both;
	padding: 0;
	margin: 20px 0 0 0;
	list-style-type: none;
}
ul.pagelist li {
	display: inline;
}
ul.pagelist li a,
ul.pagelist span.disabledlink {
	padding: 4px;
}
ul.pagelist li.current a {
	color: #98958f; /*denotes the current page were on (1..5 etc) */
}
ul.pagelist li.prev {
	margin-right: 10px;
}
ul.pagelist li.next {
	margin-left: 10px;
}
.pagenav {
	clear: both;
}
/* AJAX
------------------------------ */
#albumDescEditable:hover {
    background: #eceae7;
}
#imageDescEditable:hover {
    background: #12a081;
}
/* Image Thumbnails
------------------------------ */
.imagethumb {
	float: left;
	text-align: center;
}
.imagethumb a {
	display: block;
	padding: 7px;
	margin: 6px;
	border: 2px solid #d8d6cf;
	background: #fff;
	line-height: 0px;
}
.imagethumb a:hover {
	border: 2px solid #c4c2bb;
	background: #eee;
}
#albums .imagethumb {
	float: none;
}
/* Album Thumbnails
------------------------------ */
ul#albums {
	text-align: center;
	padding-left: 70px;
	margin: auto;
}
ul#albums li {
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	list-style: none;
}

/* MIKE */


/* Individual Image
------------------------------ */
.imgwrap {
	width: 615px;
	margin:0 auto;
	padding-left: 2em;
	padding-right: 2em
}
.imgwrap ul {
	text-align: center;
	margin-left: 0;
	margin-rignt: 0;
	padding: 0;
	list-style-type: none;
}
.imgwrap li {
	margin: 0;
	padding: 0;
	float: left;
	text-align: center;
	width: 50%
}
.image {
	margin: 0;
	padding: 0;
	border: 0;
}
#image {
	width: 615px;
	margin: 0 auto;
	color: #7b7973;
}
#image_container {
	color: black;
	text-align: center;
	border: 2px solid #ECEBE1;
	padding: 7px;
	background: #fff;
	margin-bottom: 10px;
}
#image_container a {
	color: black;	
}
.imgnav {
	float: right;
	width: 140px;
	text-align: center;
}
.imgnav .imgprevious a, .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color: #fff;
}
.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
	text-decoration: none;
	color: #84e4cf;
}
.imgnav .imgprevious a {
	float: left;
}
.imgnav .imgnext a {
	float: right;
}
.imgnav .imgdisabledlink {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	font-size: 120%;
	text-decoration: none;
	line-height: 200%;
	color: #84e4cf; /*disabled next/prev in single image view*/
}

/* Forms
------------------------------ */
.pushbutton {
	padding: 5px 10px;
}
/* Footer
------------------------------------ */
.footlinks {
	color: #b1aea7;
	font-size: 0.8em;
	text-align: center;
	padding: 4px 0;
	clear: both;
}

.footlinks a {
	color: #b1aea7;
	text-decoration: underline;
}

.footlinks a:hover {
	color: #fff;
}

/* Admin Toolbox
------------------------------ */
#admin, #admin_data{
	position:fixed;
	right:0;
	top:0;
	border-left: 1px solid #E6E6DF;
	border-bottom: 1px solid #E6E6DF;
	width: 10em;
	color: #7b7973;
	padding: 0.5em;
}
#admin, #admin_data ul {
	text-align: left;
}
#admin, #admin_data a {
	color: #7b7973;
	text-decoration:none;
}
#admin, #admin_data a:hover {
	color:#b1aea7;
}
#admin_data{
	top: 2em;
	background-image:url(../images/50percentwhite.png);
}
#admin h3 {
	font: 100% "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #7b7973;
	margin:0;
	padding:0;
}
#admin h3 a {
	color: #7b7973;
	text-decoration:none;
}
#admin h3 a:hover {
	color:#b1aea7;
}
