/*

Xtreme 1.0
	
*/

html{
font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", Geneva, Lucida, Arial, sans-serif;
font-size:100% ;/***for IE****/
}


/* Main Layout
------------------------------ */
body {
background: #000000;
margin: 0px auto;
padding: 0;
text-align: center;
font-size: 1.0em; /***sets font in un-altered browsers to 16px, Times New Roman***/
}

#main {
font-size: 0.9em; 
text-align: left;
margin: 5px auto 5px auto;
padding: 0;
width: 850px;
background: #000000;
-moz-border-radius: 10px;
border: 1px solid #cc0000;
}

#gallerytitle {
margin: 0px auto;
padding: 30px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
background: #1F1F1F;
border-bottom: 1px solid #cc0000;
}

#padbox {
padding: 20px;
}

/* Text Styles
------------------------------ */
body {
font: normal 0.9em;
color: #cc0000;
}

h2 {
font: normal 1.0em;
color: #cc0000;
margin: 0;
padding: 0;
}

h2 a:link{
color: #cc0000;
text-decoration: none;
}

h2 a:visited {
color: #7C0403;
text-decoration: none;
}

h2 span {
color: #cc0000;
}

h2 a:hover {
color: #cc0000;
text-decoration: none;
}

h3 {
font-size: 1.0em;
color: #cc0000;
margin: 0;
padding: 0;
}

h4 {
font-size: 0.8em;
color: #cc0000;
margin: 0;
padding: 0;
}


/* Link Styles
------------------------------ */
a:link, a:active { text-decoration: none; color: #cc0000; border-bottom: #7C0403 1px dashed;}
a:hover, a:focus { text-decoration: none; color: #cc0000; border-bottom: #7C0403 1px dashed;}
a:visited { text-decoration: none; color: #7C0403; border-bottom: #7C0403 1px dashed;}


/* Miscellaneous
------------------------------ */
hr {
clear: both;
height: 0;
border: 0;
border-top: 1px solid #cc0000;
margin: 0 0 12px 0;
padding: 0;
color: #cc0000;
}

img {
border: 0;
}

blockquote {
border-left: 1px dotted #cc0000;
margin-left: 20px;
padding-left: 20px;
color: #cc0000;
}


/* Page Navigation
------------------------------ */
pagelist {
padding: 10px 20px 5px 20px;
}

ul.pagelist {
clear: both;
padding: 0;
margin: 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 {
font-weight: bold;
text-decoration: none;
color: #cc0000;
}

ul.pagelist li.prev {
margin-right: 0.7em;
}

ul.pagelist li.next {
margin-left: 10px;
}

.disabledlink {
color: #AAA;
cursor: default;
}

.pagenav {
clear: both;
}


/* AJAX
------------------------------ */
#albumDescEditable {
margin-bottom: 12px;
}

#imageDescEditable {
margin-top:0px;
font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", Geneva, Lucida, Arial, sans-serif;
font-size=1.4em;
font-weight: bold;
text-align: center;
}

/* Image Thumbnails
------------------------------ */
.imagethumb a {
display: block;
padding: 7px;
margin: 16px;
line-height: 0px;
background: url('img-bg.gif') top left no-repeat;
}

.imagethumb {
	float: left;
}

.albumdesc2 {
padding: 5px 20px 5px 20px;
line-height: 18px;
font-size: 1.3em;
}


/* Album Thumbnails
------------------------------ */
.album {
margin: 0 15px 15px 0;
float: left;
width: 320px;
}

.album .imagethumb a {
margin: 0;
padding: 5px;
}

.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: 0.8em;
}

.albumdesc {
float: right;
width: 205px;
padding: 6px 0 0 0;
}


/* Individual Image
------------------------------ */
.image { 
margin: 0;
padding: 0;
border: 0;
}

.imgdesc {
padding: 0 0 10px 0;
line-height: 20px;
font-family: Times New Roman;
font-size:1.3em;
text-align: center;
font-weight: bold;
}

#image {
text-align: center;
line-height: 0;
}

.imgnav {
float: right;
width: 140px;
text-align: center;
}

.imgnav .imgprevious a, .imgnav .imgnext a {
font: normal 1.0em;
display: block;
width: 50%;
height: 100%;
float: left;
text-decoration: none;
color: #cc0000;
}

.imgnav .imgprevious a:hover, .imgnav .imgnext a:hover {
text-decoration: none;
color: #cc0000;
}

.imgnav .imgprevious a {
float: left;
}

.imgnav .imgnext a {
float: right;
}

#narrow {
margin: 0 auto;
width: 540px;
}

/* Comments
------------------------------ */
#comments {
clear: both;
}

.error { 
color: #ff0000; 
font-weight: bold; 
}

.comment {
padding: 5px;
border: 1px solid #cc0000;
background: #000000;
margin-bottom: 5px;
line-height: 18px;
}

.commentmeta {
margin-bottom: 5px;
color: #cc0000;
font-size: 0.8em;
}

/* Forms
------------------------------ */
.inputbox {
width: 250px;
padding: 2px;
color: #cc0000;
background: #000000;
border: 1px solid #7C0403;
font: normal 0.7em;
}

textarea {
padding: 4px;
width: 100%;
color: #cc0000;
background: #000000;
border: 1px solid #cc0000;
font: normal 10px 0.7em;
}

.checkbox {
cursor: pointer;
}

.pushbutton {
cursor: pointer;
padding: 5px 10px;
color: #cc0000;
background: #7C0403;
border: 1px solid #cc0000;
font: normal 0.7em;
}

label {
cursor: pointer;
}

/* footer */

#footer {
width: 850px;
margin: 0px auto;
font-size: 1.1em;
text-align: center;
font-weight: bold;
border-top: 1px solid #cc0000;
}

#footer ul {
display: block;
}
#footer ul li{
display: inline;
list-style-type: none;
padding: 7px;
}

#credit {
width: 850px;
margin: 0px auto;
padding-bottom: 10px;
font-size: 0.8em;
color: #cc0000;
text-align: center;
clear: both;
}

#credit a {
text-decoration: none;
color: #cc0000;
}

#credit a:hover {
color: #cc0000;
text-decoration: none;
}