/* Colors: 
/* Universals */
* { padding:0;margin:0; }
/* HTML Elements */
body { position:relative;background:url(/images/bg.png) top repeat-x #1c1614;font-family: Arial, sans-serif;font-size:12px; }
a img {border:none;}
a { text-decoration: none;color:#BA6941;}


/* Common Elements */
.clear { clear:both; }
.note { font-size:11px;color:#999; }

.logo {position:absolute;left:20px;top:20px;cursor: pointer;}
.tagline {position:relative;top:90px;left:60px;color:#70A59F;width:400px;}

.search { position:absolute;width:300px;margin-top:4px;font-size:13px; }
.search .close {position:relative;text-align: left;font-size:9px;left:0px;}

/* Menu */
.menuUnder { position: fixed;bottom:0px;height:20px;background:#70A59F;opacity:.75; filter: alpha(opacity=75);width:100%; }
.menu { position: fixed;bottom: 0px;height:20px; }
.menu a { position: relative;float:left;padding:4px;color:#fff; }

.proscenium { background:#BA6941; position: relative;width:875px;margin-top:120px;left:20px;}
.proscenium .text {position:relative;padding:20px;}

/* Form */
.standard {position:relative;width:760px;}
.standard label {position:relative;float:left;width:100px;text-align:right;padding-right:4px;}
.standard input[type='text'],.standard input[type='password'],.standard textarea {position:relative;border:1px solid #ccc;padding:2px;width:580px;float:left;margin-bottom:4px;margin-right:2px;}
.standard .wrapper { position:relative;width:600px;float:left;margin-bottom:4px;margin-right:2px; }
.standard select,.standard input[type='submit'] {float:left;padding:2px;margin-bottom:4px;}
.standard .note { position:relative;display:block;width:720px;float:left;}
.standard hr {position:relative;margin-top:10px;margin-bottom:15px;margin-right:10px;width:770px;background:#ccc;height:1px;}

/* Social Network */
.sn {position:relative;margin-top:15px;margin-left:15px;}
.sn img {position:relative;margin-right:5px;}

/* Gallery */
.galleryProscenium { position:relative;left:5px;width:865px;height:485px; overflow: hidden;}
.galleryStage {position:relative;width:9999999px;}
.galleryProscenium .media {position:relative;height:485px;text-align: center;float:left;width:865px;}
.galleryProscenium .media img { position:relative;max-height: 485px; }
.galleryPrev, .galleryNext { position:absolute;width:60px;height:485px;z-index: 10;background:#faf9fa;cursor:pointer;opacity:.1; filter: alpha(opacity=10); }
.galleryPrev:hover, .galleryNext:hover { opacity:.50; filter: alpha(opacity=50);}
.galleryPrev { left:10px;top:10px; }
.galleryNext { right:10px;top:10px; }
.captions { position:relative;width:690px;height:15px;margin-top:5px;}
.caption { position:absolute;top:0px;color:#7f028a;text-align: right;width:690px;}
.galleryThumbs { position:relative;width:690px;margin-top:12px;margin-bottom:20px; }
.galleryThumbs .thumbSelected, .galleryThumbs .thumb { margin-right:4px;margin-bottom:4px; }
.galleryThumbs .thumb {position:relative;float:left;height:100px;border:1px solid #c5c5c5;opacity:.75; filter: alpha(opacity=75);cursor: pointer;}
.galleryThumbs .thumb:hover {opacity:1; filter: alpha(opacity=100);} 
.galleryThumbs .thumbSelected {position:relative;float:left;height:100px;border:1px solid #62281d;opacity:1; filter: alpha(opacity=100);}
.galleryTopper { position:relative;width:690px;text-align: right;font-size:11px;margin-top:25px;margin-bottom: 4px; }
.galleryTopper a { color:#7f028a; }
