@import "/css/facebox.css";
@import "/css/ratings.css";
@import "/css/jcrop.css";
@import "/css/form.css";

* { padding: 0; margin: 0 }

html, body {
 	font: 90% Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: white;
	background-color: black;
	height: 100%;
	padding: 0; margin: 0;
}

a {
    color: #3197fc;
    text-decoration: none;
}
a.button {
    border-width: 0;
    font-size: larger;
    font-variant: small-caps;
    padding: 5px;
    background: #311;
}
a:hover {
    color: #e60000;
}

a img {
    border: 0;
}

h2 {
    font-size: 14px;
}

dt { color: #ccc; font-size: 10px }
dd { color: #eee; font-size: 12px; margin-left: 20px }

#login_form {
    font-size: 12px;
    text-align: right;
    margin-bottom: 20px;
}
#login_form label {
    display: block;
    margin: 3px;
}

#search_form label {
    font-weight: bold;
}
#search_form input {
	color: #E60000;
	font-style: italic;
    font-weight: normal;
}

.icon { vertical-align: middle; margin-left: 5px }

.tags {
}

#apannel {
    border: thin solid #174878;
    background: #300;
    padding: 5px;
    width: 95%;
}
#apannel legend {
    padding: 3px;
    font-size: 10px;
}
#apannel ul {
    margin-left: 20px;
}


#container {
    position: relative;
    margin: 0 auto;
    height: auto !important;
    height: 100%;
    min-height: 100%;
}

#body {
    padding-bottom: 20px;
}
#body table {
    margin: 0 auto;
    border: 0;
}

#loading {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    height: 15px;
    background: #a00;
    color: white;
    padding: 3px;
    margin: 2px;
}

#footer {
    position: absolute;
	text-align: center;
    bottom: 0;
    padding: 5px 0;
    height: 20px;
    width: 100%;
}
#footer div {
    width: 620px;
    margin: 0 auto;
    border-top: thin solid gray;
    color: lightgray;
    padding-top: 2px;
    font-size: 10px;
}

#logo {
    width: 100%;
    text-align: left;
    background: url(/i/top_bar_dots.png) repeat-x;
    margin-top: 10px;
}

#mmenu {
    margin-top: 25px;
    font-size: 14px;
    width: 98%;
}

#mmenu a {
    background: #174878;
    color: #e60000;
    border: 0;
    padding: 3px 5px;
    margin-left: 10px;
    text-decoration: none;
    font-variant: small-caps;
}
#mmenu a:hover {
    background: black;
}

.caution {
    margin: 10px 100px;
    padding: 10px;
    background: #6e1778;
    text-align: center;
}
.announce {
    margin: 10px 100px;
    padding: 10px;
    background: #786e17;
}

fieldset {
    border: 0;
    border-top: thin solid #174878;
    padding-top: 10px;
    margin-bottom: 20px;
    margin-top: 10px;
}
fieldset legend {
    background: #174878;
    margin-left: 20px;
    padding: 5px 10px;
}

fieldset legend a {
    font-weight: bold;
    color: #c00;
}

#progress {
    background: #111; 
    position: absolute; 
    width: 100%; 
    height: 100%; 
    top: 0;
    left: 0;
    z-index: 1000;
    text-align: center;
    display: none
}
div>#progress {
    background: url(/i/overlay.png);
}
#progress div {
    background: #514a10; position: absolute; width: 500px; height: 100px; border: 5px solid #820101; padding: 20px;
}
#progress h3 {
    font-weight: normal;
    font-size: 120%;
    font-variant: small-caps;
    margin-bottom: 20px;
}
#progress h5 {
    font-weight: normal;
    margin-top: 15px;
}
#files span { display: block; margin-top: 20px; color: white }
#files a { border: 0 }
.submit input { height: 25px; color: #174878 }

.eimages, .pimages, .thumbs {
    float: left;
}

.eimages input {
    background: black;
    color: white;
    border: thin solid #411;
    margin: 0 4px;
    width: 150px;
}

.eimages div, .pimages div, .thumbs div {
    margin: 0;
    width: 150px;
    height: 210px;
    padding: 2px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
}
.pimages div {
    width: 230px;
    height: 230px;
    vertical-align: bottom;
    margin: 5px;
}
.thumbs div {
    width: 130px;
    height: 220px;
    vertical-align: bottom;
    margin: 5px;
    font-size: 10px;
}

.eimages div a, .pimages div a {
    border: 0
}
.eimages div a img, .pimages div a img, .thumbs div a img {
    border: 3px solid black;
}
.eimages div a:hover img, .pimages div a:hover img, .thumbs div a:hover img {
    border-color: #a50000;
}
.eimages div img, .pimages div img {
    margin: auto 0;
}

h5,h6 {
    font-weight: normal;
    text-align: left;
    border-top: thin solid gray;
    padding-top: 3px;
    margin-bottom: 5px;
}

h6 {
    border-color: #333;
    margin-top: 30px;
}

.photoimage {
    display: table-cell;
/*     border: 1px solid green; */
    width: 130px;
    height: 210px;
    margin: 2px;
    margin-bottom: 5px;
    padding: 0;
    overflow: hidden;
    float: left;
}
.photoimage div {
/*     border: 1px solid cyan; */
    font-size: 10px;
    text-align: center;
    white-space: nowrap;
    margin-top: auto;
    vertical-align: bottom;
}
.photoimage img {
    margin-bottom: 2px;
    border: 3px solid black;
}
.photoimage a:hover img {
    border: 3px solid #500;
}

.favs {
    width: 150px;
}
.favs a.del img {
    border: 0;
    margin-left: -5px;
    margin-top: -10px;
}


.photoset {
    border: 0;
    font-size: 10px;
}
.photoset a {
    font-size: 12px;
}

table.album td.t {
    background: url("/i/album-top.png");
    height: 20px;
    text-align: right;
}
table.album td.b {
    background: url("/i/album-bottom.png") right;
    height: 20px;
}
table.album td.l {
    background: url("/i/album-left.png");
    width: 20px;
}
table.album td.r {
    background: url("/i/album-right.png") bottom;
    width: 20px;
}
table.album td.tr {
    background: url("/i/album-right.png");
}
table.album td.bl {
    background: url("/i/album-left.png") bottom;
}

#carousel ul {
    list-style: none
}
#carousel li {
    display: block;
    float: left;
    margin: 0 5px;
    padding: 13px 3px 0px 3px;
}
#carousel li.active {
    background: url(/i/carousel_bg.png) no-repeat;
/*     border-bottom: 3px solid #a33; */
}

#carousel button {
    padding: 0;
    border: 0;
    background: 0;
}

#carousel #right:hover, #carousel #left:hover {
    cursor: pointer;
}

#sizes {
    list-style: none;
    margin: 0 10px;
}
#sizes li {
    display: block;
    float: left;
    width: 100px;
}
#sizes small {
    font-size: 10px;
}
#exif {
    font-size: 10px;
    color: #ccc;
}
#exif b {
    color: white;
    font-weight: normal;
}

#models_small {
    list-style: none;
}
#models_small li {
    display: block;
    float: left;
}
#models_small a img {
    margin: 5px;
    border: 1px solid black;
}
#models_small a:hover img {
    border-color: #e77;
}

#cmnt_new {
    display: none;
}
.comments h6 {
    margin-top: 10px;
}
.comments p {
    margin-left: 15px;
}
.comments textarea {
    width: 100%;
}
h6.cmnt_mine b {
    color: #e60000;
}
p.cmnt_mine {
    color: #aaaae6;
}