/* 
    Document   : hugo
    Created on : 29-May-2013, 16:56:41
    Author     : andy
    Description:
        Purpose of the stylesheet follows.
*/

body, html { 
    background: #EEE url('/images/background.png') repeat fixed 100% 100%;
    height: 100%;
}

.row {
    background: #FFF;
    padding: 0 10px;
}

header div.hugo-mobile {
    text-align: center;
}
header div.hugo-normal {
    text-align: center;
}

dl.sub-nav dd {
    float: none;
    display: block;
}

header .row  {
    margin-top: 8px;
    margin-bottom: 8px;
    padding: 17px 8px;
}

#homepage ul.thumb {
    margin: 20px 0;
}

#homepage ul.thumb div.tcontain {
    position: relative;
}

#homepage ul.thumb div.tcontain img {
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-right-radius: 6px;
    border-bottom-left-radius: 6px;
    -webkit-box-shadow: 2px 2px 10px 1px rgba(100, 100, 100, 0.7);
    box-shadow: 2px 2px 10px 1px rgba(100, 100, 100, 0.7);
}

#homepage ul.thumb div.tcontain span {
    width: 100%;
    font-size: 0.8em;
    display: none;
    position: absolute;
    bottom: 0;
    padding: 0 5px 2px;
    background-color:rgba(20,20,20,0.5);
    color: #fff;
    margin: 0;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-left-radius: 6px;
    z-index: 90;
}

#homepage ul.thumb div.tcontain h6 {
    width: 100%;
    font-size: 1em;
    position: absolute;
    top: 0;
    font-weight: none;
    z-index: 100;
    text-align: center;
    padding: 0 5px 2px;
    background-color:rgba(20,20,20,0.5);
    color: #fff;
    margin: 0;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    border-bottom-top-right: 6px;
}

#sideshow ul li {
    width: 950px;
}

div.toplinks {
    padding-top: 8px;
    padding-bottom: 8px;
}

div.toplinks ul {
    margin-bottom: 0;
}

div.toptrans {
    padding: 20px 0 10px;
}

div.videocontain {
    position: relative;     
    padding-bottom: 56.25%;     
    padding-top: 30px; 
    height: 0; 
    overflow: hidden;
}

div.videocontain iframe, div.videocontain object, div.videocontain embed {     
    position: absolute;     
    top: 0;     
    left: 0;     
    width: 100%;     
    height: 100%;
}

.login_image{
    width: 70%;
    margin-left: 15%;
}



.loginbox {
    width: 50%;
    margin-left:25%;
}

.login_title {
    width:100%;
    text-align:center;
}

.private_login {
    margin-left:25%;
}