
/* Main Layout
------------------------------ */

body h2#warning {
	color: #bf0023;
	display: none;
}


#main {
	position: relative;
	float: left;
	text-align: center;
	width: 100%;
	background-color: #59453F;
	margin-top: 20px;
	padding-right: 0px;

}

#main #images {
	padding: 4px 0px 0px 0px;
	position: relative;
	float: left;
	margin: 0 2%;
	width: 96%;
	margin-bottom: 12px;
	display: inline;
}

.corner {
	background-color: #59453F;
	position: relative;
	width: 40%;
	margin: 0px;
	padding: 0px;
	
}

.cornersbottom {
	float: left;
	position: relative;
	width: 100%;

	
}

.corner.upperleft {
	background-image: url(../../../images/cornersleft.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 15px;
	float: left;
	
}
.corner.upperright {
	background-image: url(../../../images/cornersright.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 15px;
	float: right;
	
}
.corner.bottomleft {
	background-image: url(../../../images/cornersleft.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 26px;
	clear: both;
	float: left;
	clear: both;
}
.corner.bottomright {
	background-image: url(../../../images/cornersright.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 26px;
	float: right;
	clear: right;
}

#credit {
	padding-top:8px;
	float: left; 
	margin-left: 15px;
	display: inline;
	font-size: 0.8em;
	color: #660000;
	text-align: left;
	clear: both;
	margin-bottom: 30px;
	width: 90%;
	line-height: 1.2em;
}

#credit a {
	text-decoration: none;
	color: #294550;
	border-bottom: 1px dotted #294550;
}
#credit a:hover {
	color: #748da0;
	border-bottom: 1px solid #294550;
	text-decoration: none;
}
#main #gallerytitle {
	padding-bottom: 0px;
	margin-bottom: 10px;
	float: left;
	text-align: left;
	position: relative;
	width: 68%;
}

#main #albums {
	float: left;
	position: relative;
	clear: both;
	width: 100%;
}

body .photosback #navBar {
	display:  none;
}


/* Text Styles
------------------------------ */
#main {

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #888;
}
#feature #main h2 {
	float: left;
	font-size: 1.2em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	padding: 5px 0 0px 20px;
	line-height: 1.5em;
}
#main h2 a:link, #main h2 a:visited {
	color: #86a1b6;
	text-decoration: none;
}
#main h2 span {
	color: #666;
}

#main span.number {
	font-size: 0.9em;
	color: #999;
	font-weight: normal;
	padding-left: 5px;
	top: -1px;
	position: relative;
}


#main .album span.number {
	color: #666;
}

#main .album:hover span.number, #main .album.albumhover span.number {
	color: #999;
}

#main h2 a:hover {
	color: #fff;
	text-decoration: none;
}
#main h3 {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #748da0;
	margin-top: 30px;
}


/* Link Styles
------------------------------ */
#main a:link, #main a:active, #main a:visited { text-decoration: none; color: #86a1b6; }
#main a:hover { text-decoration: none; color: #fff; }


/* Miscellaneous
------------------------------ */
#main hr {
	clear: both;
	height: 0;
	border: 0;
	border-top: 1px solid #444;
	margin: 0 0 12px 0;
	padding: 0;
	color: #444;
}
#main img {
	border: 0;
}
#main blockquote {
	border-left: 1px dotted #96967E;
	margin-left: 20px;
	padding-left: 20px;
	color: #363630;
}


/* Page Navigation
------------------------------ */

#main ul.pagelist {
	padding: 0px;
	margin: 0px;
	font-size: 0.92em;
	clear: both;
	text-align: right;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 100%;
	list-style-type: none;
	border-top: 1px solid #666;
	color: #86a1b6;
	display: block;
}

#main #pagelist_upper ul.pagelist {
	padding: 0px;
	margin: 0px;
	font-size: 0.92em;
	float: right;
	clear: none;
	text-align: right;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	width: 30%;
	list-style-type: none;
	border: none;
	color: #86a1b6;
	display: block;
}

#main ul.pagelist li {
	padding: 0px;
	margin: 0px;
	display: inline;
	
}
#main ul.pagelist li a, #main ul.pagelist span.disabledlink {
	padding: 4px;
}

#main ul.pagelist li a:hover {
	text-decoration: none;
}
#main ul.pagelist li.current a {
	font-weight: bold;
	text-decoration: none;
	cursor: default;
	color: #fff;
}
#main ul.pagelist li.prev {
	padding-right: 0px;
	margin-left: 0px;
}
#main ul.pagelist li.next {
	margin-left: 10px;
	margin-right: 20px;
}
#main .disabledlink {
	color: #666;
	cursor: default;
}
#main .pagenav {
	clear: both;
}


/* AJAX
------------------------------ */
#main #albumDescEditable {
	margin-bottom: 12px;
	padding-left: 20px;
	padding-right: 20px;
	clear: left;
	color: #999;
}

#main.albumpage p {
	margin-bottom: 0px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 0px;
	margin-top: 0px;
	padding-bottom: 12px;
	clear: left;
	color: #999;
	text-align: left;
	line-height: 1.5em;
}

#main #imageDescEditable {
	margin-top: 24px;
}

/* Image Thumbnails
------------------------------ */
#main .imagethumb a, #main .imagethumb a:visited {
	display:  inline;
	padding: 10px;
	margin: 12px 6px 0px 6px;
	float: left;
	position: relative;
	border: 1px solid #666;
	background: #222;
	line-height: 0px;
	display: inline;
	
}

#main .imagethumb a img {
	padding: 0px;
	margin: 0px;
	position: relative;
}

#main .imagethumb a:hover {
	border: 1px solid #fff;
	background: #993300;
}
#main .imagethumb {
	float: left;
	position: relative;
	
}


/* Album Thumbnails
------------------------------ */
#main .album {
	padding: 0px 0px 0px 0px;
	margin: 12px auto;
	clear: both;
	position: relative;
	border: 1px solid #666;
	background-color: #222;
	display: block;
	z-index: 10000;
	cursor: pointer;
	width: 94%;
	text-align: left;
	display: block;
	
	
}

#main .album:hover {
	padding: 0px 0px 0px 0px;
	margin: 12px auto;
	clear: both;
	position: relative;
	border: 1px solid #fff;
	background-color: #993300;
	display: block;
	z-index: 10000;
	cursor: pointer;
	width: 94%;
	text-align: left;
}

#main .albumhover {
	border: 1px solid #fff;
	background-color: #993300;
	
}

body #main .albumhover h3 a, body #main .albumhover h3 a:link, body #main .albumhover h3 a:active, body #main .albumhover h3 a:visited, body #main .album.albumhover p, body #main .album:hover h3 a, #main .album:hover h3 a:link, #main .album:hover h3 a:active, #main .album:hover h3 a:visited, body #main .album:hover p {
	color: #eee;
		
}

.albumgif2 {
	width: 50px;
	height: 41px;
	float: right;
	position: relative;
	margin: 5px 15px 10px 15px;
	background-image: url(../../../images/album.gif);
	background-repeat: no-repeat;
	background-position: -100px 0px;
}

#main .album .albumgif {
	width: 50px;
	height: 41px;
	float: right;
	position: relative;
	margin: 15px 15px 10px 15px;
	background-image: url(../../../images/album.gif);
	background-repeat: no-repeat;
		
}

.album:hover .albumgif, .albumhover .albumgif {
	width: 50px;
	height: 41px;
	float: right;
	position: relative;
	margin: 15px 15px 10px 15px;
	background-image: url(../../../images/album.gif);
	background-repeat: no-repeat;
	background-position: -50px 0px;	
}



#main .album:hover p {
	color: #eeeeee;
}

body #main .album a.albumimg {
	position: relative;
	top: 0px;
	margin: 0px;
	padding: 0px;
	margin-bottom: 0px;
	margin-top: 0px;
	padding: 0px;
	padding-bottom: 0px;
	display: block;
	float: left;
}

body #main .album a.albumimg img {
	padding: 0px;
	padding-bottom: 0px;
	float: left;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

#main .album h3 {
	position: relative;
	padding: 0;
	margin: 0;
	padding-left: 0px;
	font-size: 1.2em;
	display: block;
	
	
	
}
#main .album h3 a {
	position: relative;
	display: block;
	padding: 8px 0 6px 0;
	
}
#main .album h3 a:hover {
	text-decoration: none;
}
#main .album p {

	position: relative;
	margin: 0 10px 10px 10px;
	padding: 0px 0px 0px 0px;
	line-height: 1.4em;
}


#main .albumdesc small {
	margin-top: 8px;
	line-height: 130%;
	
	float: right;
	color: #888;
}
div.clear {
	clear: both;
	}


/* Individual Image
------------------------------ */
#main .image { 
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	position: relative;

}
body #main #image {
	float: left;
	position: relative;
	width: 100%;
	text-align: center;
}

body #main #image a {
	display: inline;
	position: relative;
	margin: 0 auto;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: 0px;
	margin-bottom: 0px;
}

body #main #image a img {
	border: 1px solid #666;
	background: #222;
	padding: 20px;
	margin-top: 0px;
	margin-bottom:0px;
	margin-left: 0;
	margin-right: 0;
}
body #main #image a:hover img {
	border: 1px solid #fff;
	background-color: #993300;
}



body #main .imgnav {
	float: right;
	clear: both;
	width: 130px;
	text-align: left;
	background: #222;
	margin-top: 0px;
	margin-right: 20px;
	display: inline;
	border: 1px solid #666;
}

body #main .imgnav.bottom {
	margin-top: 15px;
	margin-bottom: 0px;
	clear: none;
}

body #main .imgnav span {
	 position: relative;
	top: -1px;
}

body #main .imgnav .imgprevious a, #main .imgnav .imgnext a {
	display: block;
	width: 50%;
	height: 100%;
	float: left;
	padding: 3px 0;
	font-size: 1em;
	text-decoration: none;
	line-height: 180%;
	color: #86a1b6;
}
body #main .imgnav .imgprevious a:hover, #main .imgnav .imgnext a:hover {
	background-color: #993300;
	text-decoration: none;
	color: #fff;
	
}
body #main .imgnav .imgprevious a {
	float: left;
	text-align: center;
}
body #main .imgnav .imgnext a {
	float: right;
	text-align: center;
}



/* Comments
------------------------------ */
#main #comments {
	clear: both;
}
#main .error { 
  color: #C33; 
  font-weight: bold; 
}
#main .comment {
	padding: 10px;
	border: 1px solid #444;
	background: #333;
	margin-bottom: 12px;
}
#main .commentmeta {
	margin-bottom: 12px;
}
#main .commentauthor {
	font-weight: bold;
}
#main .commentdate {
	margin-top: 12px;
	color: #555;
	font-size: .9em;
}


/* Forms
------------------------------ */
#main .inputbox {
	width: 250px;
	padding: 2px;
	color: #888;
	background: #333;
	border: 1px solid #444;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#main textarea {
	padding: 4px;
	width: 100%;
	color: #888;
	background: #333;
	border: 1px solid #444;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#main .checkbox {
	cursor: pointer;
}
#main .pushbutton {
	cursor: pointer;
	padding: 5px 10px;
	color: #888;
	background: #333;
	border: 1px solid #444;
}
#main label {
	cursor: pointer;
}
#main label:hover {
	color: #999;
}