/*
    Document   : default
    Created on : 2012-12-21, 21.21.56
    Author     : Simas Skilinskas
    Description:
        Purpose of the stylesheet follows.
*/
html,body
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden; 
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

.body-container {
    width: 100%;
    min-height: 100%;
    position: relative;
}

.intro {
    height: 100%;
    width: 100%;
    position: absolute;
    background: rgb(10, 11, 12);
    text-align: center;
}

.intro img {
    position: relative;
    top: 50%;
    margin-top: -126px;
}

#contents_and_footer {
    position: relative;
    width: auto;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    height: 100%;
    margin-left: 290px;
}

.contents {
    padding: 60px 10px 30px 60px;
    position: relative;
    width: auto;
    min-height: 100%;  
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    min-height: 100%;
}

.navigation_left {
    text-decoration: none;
    letter-spacing: 5px;
    float: left;
    left: 0;
    position: absolute;
    width: 290px;
    background-color: rgb(10, 11, 12);
    min-height: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 100;
    text-transform: uppercase;
    background-color: rgb(10, 11, 12);
}

.navigation_left_logo {
    background: url("../img/logo.png") no-repeat top center;
    width: 290px;
    height: 200px;
    margin-bottom: 50px;
}
.navigation_left_item {
    padding: 15px 0;
}

.navigation_left_item a {
    display: block;
    color: white;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
    transition: all 0.2s;
}

.navigation_left_item a:visited{
    color: white;
}

.navigation_left_item a:hover{
    color: white;
    text-shadow: 0 0 4px #FFFFFF;
    text-decoration: none;
}

.navigation_left_item .current {
    color: red;
    text-shadow: 0 0 4px #FFFFFF;
}
.navigation_left_item a:active {
    color: white;
    text-shadow: 0 0 5px #FFFFFF;
    font-weight: bold;
    text-decoration: none;    
    background-color: rgb(10, 11, 12);
}
.navigation_left .subMenu {
    margin: 0;
    padding: 0;
}
.navigation_left .subMenu * {
    max-height: 0;
    opacity: 0;
    font-size: 0em;
    transition: max-height 0.2s;
}
.navigation_left .current .subMenu *,
.navigation_left .open .subMenu * {
    font-size: 0.8em;
    max-height: 10000px;
    opacity: 1;
}
.navigation_left .subMenu li {
    list-style: none none;
    margin: 0;
    padding: 0;
}
.navigation_left .subMenu a {
    font-size: 0.8em;
    padding: 0;
}
.footer {
    background-color: white;
    border-top: 1px solid rgb(10, 11, 12);
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 1%;
    width:99%;
    letter-spacing: 2px;
    font-size: 12px;
    position: absolute;
    text-align: right;
    text-transform: uppercase;
    bottom: 0;
}

.clear { 
    clear:both;
}

.photo-link {
    padding:5px;
    margin:5px;
    border:1px solid #ccc; 
    display:block; 
    float:left; 
    text-align: center;
    vertical-align: middle;
}
.photo-link img {
    float:left
}
.photo-link:hover  {
    border-color:#999;
}
.morePics {
    padding: 10px;
}

a img {
  border:none;
}



