/* LAYOUT ------------------------*/
#container {display: block; position: absolute; min-height: 100%; min-width: 100%} 
#content {display: block; margin-bottom: 3em;} 
#footer {position: absolute; display: block; bottom: 0; height: 25px; width: 100%; color: #FFFFFF; background-color: #3FC6F8;}

#container{ 
}

#header{ 
    position: relative;
    width: 100%;
    background-color: #3FC6F8;
/*    height: 10em;*/
}

#content{
    padding: 1em 0em 0em 1em;
    margin: 0 auto 3em auto;
    width: 850px;
/*    float:left;*/
/*    background-image: url('/media/bg_alpha_pixel.png');*/
/*    min-height: 500px;*/
}

#footer{
    clear: both;
    text-align: right;
/*    border-top: 1px dotted;*/
}
#footer a{
    color: #FFFFFF;
    font-size: 12px;
    margin: 0em 1em;
}

.vid{
    border: 0.2em solid #3FC6F8;
    float:left;
}
.postImg{
    float: left;
    margin: 0em 1em 0em 0em;
    border: 0.2em solid #3FC6F8;
}

.video{
    float: right;
    margin: 0.2em 0em 0em 1em;
/*    border: 0.5em solid #3FC6F8;*/
}

.video_large{
    margin: 0.5em auto;
    width: 580px;
/*    border: 0.5em solid #3FC6F8;*/
}


/* HEADER --------------------------*/

/* IDENT */
.ident, .ident img, .ident a:hover{
    border: 0px;
}
.ident{
    margin: 0 auto;
    padding: 1em 0em 0.5em 0em;
    width:168px;
}

/* MENU */
.menu{ 
    margin: 1px auto;
    padding: 0.3em;
    text-align:center;
    border: 0;
    background-color: #3FC6F8;
}
/*.menu .menu{*/
/*    margin: 0.1em 0.5em;*/
/*    list-style: circle outside;*/
/*    border: none;*/
/*}*/

/*.menu a{ font-family:Arial; }*/
.menu li{ list-style: none; margin-left: 1em;display: inline;}
.menu h1, .menu h2{ display:inline; font-size: 1em;}
.menu a{ color: #FFFFFF;}
.menu .current{ color: #FF0000; }
.menu a:hover{ border-bottom: 1px solid;};
/*.menu .menu li{ list-style: circle outside; }*/

/*.menu h1{ font-size: 1.2em; }*/
/*.menu h2{ font-size: 1.1em; }*/


/* CONTENT --------------------------*/



#content{
    max-width: 52em;
    font-size: 1em;
    padding-bottom: 0.5em;
}

.post{
    margin-bottom: 1em;
}










.gallery_mini_cnt, #gallery_cnt{ background-color: #5a6571;}
.photo-gallery{
    float: left;
    margin: 0.5em 0.8em 0 0 ;
    text-align: center;
}

/*#content a:hover{ border-bottom: 0}*/
.nohover:hover, #footer a:hover { border: 0}
#content .photo-gallery .nohover:hover{ border: 0; text-decoration: none;}
#gallery_cnt{
    margin:0px auto;
    border: 1px solid;
    width: 756px;
    height: 627px;
    background-image: url('/media/loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
}

.gallery_photo{
    visibility: hidden;
}

#content .gallery_photo li{
    list-style: none;
    margin: 0;
}

#content .gallery h1{
    display: inline;
}

.gallery_link{
    margin-left: 1em;
    font-size: 0.9em;
    float:right;
}
.gallery_mini_cnt{
    float:right; 
    margin-left: 1em; 
    margin-top: 0.5em;
    border: 1px solid;
    width:400px;
    height: 260px;
    background-image: url('/media/loader.gif');
    background-position: center center;
    background-repeat: no-repeat;
    
}

.gallery_mini{
    visibility: hidden;
}

#content .gallery_mini li{
    list-style: none;
    margin: 0;
}

/* GALLERYVIEW ----------------------------------*/
/*.loader { background: url('/media/loader.gif') center center no-repeat #ddd; }*/
.panel .panel-overlay, .panel .overlay-background { height: 1px; padding: 0 0.5em; }
.panel .overlay-background { background: #111; }
.panel .panel-overlay { 
    color: white; 
    font-family: "Arial"; 
    font-size: 0.8em;
}
.filmstrip { margin: 5px; }
.frame {}
.frame .img_wrap { border: 1px solid #000; }
.frame.current .img_wrap { border-color: #FFF; }
.frame img { border: none; }
.frame .caption { font-size: 11px; text-align: center; color: #888; }
.frame.current .caption { color: #000; }
.pointer { border-color: #FFF; }
*html .pointer { filter: chroma(color=pink);}

