/* CSS for darkee oyibo */


/* Custom font */
@font-face {
    font-family: 'Vegur';
    src: url('../fonts/vegur-light.eot');
    src: url('../fonts/vegur-light.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vegur-light.woff') format('woff'),
         url('../fonts/vegur-light.ttf') format('truetype'),
         url('../fonts/vegur-light.otf') format('opentype'),
         url('../fonts/vegur-light.svg#VegurLight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Vegur-bold';
    src: url('../fonts/vegur-bold.eot');
    src: url('../fonts/vegur-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/vegur-bold.woff') format('woff'),
         url('../fonts/vegur-bold.ttf') format('truetype'),
         url('../fonts/vegur-bold.otf') format('opentype'),
         url('../fonts/vegur-bold.svg#VegurBold') format('svg');
    font-weight: bold;
    font-style: normal;
}
 
/* Elements */ 
body {
    background-color: #ef8613; /** orange */
    font-family: 'Vegur', sans-serif;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 36px;
    text-transform: none;
    margin-left: 25%;
}

#header {
    height: 80px;
}

#title {
    background: none repeat scroll 0 0 #151515;
    box-shadow: 0 0 20px #999999;
    margin-bottom: 10px;
    padding: 1px 0;
    width: 100%;
    
}

.title-text {
    color: #ffffff; 
    font-size: 48px;
    line-height: 28px;
    text-transform: uppercase;
}

#container { 
    height: 410px;
    margin-left: 25%; 
    margin-right: 25%;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}

#content{
    height: 100%;
}

#menu {
    font-size: 24px;
    height: 24px;
    line-height: 24px;
}

#menu ul {
    list-style-type: none; 
    list-style-image: none; 
    position: relative;
    padding: 0;
}

#menu li {
    display: inline; 
    float: left;
    height: 34px;
    margin-right: 36px;
}

#menu ul li a {
    text-decoration:none; 
    color:  #252525;
    display: inline-block;
    padding: 5px 0;
}

/* sub-menu */
#menu ul ul {
    text-align: left;
    display: none;
    list-style-type: none; 
    list-style-image: none;     
    position: absolute;
    font-size: 75%; 
    background-color: #ffffff;
    width: 100px;
    border-top: 1px dotted #cccccc;
    z-index: 20000;
}

#menu ul ul li {
    border-bottom: 1px dotted #cccccc;
    width: 100px;
}

#menu ul li:hover > ul {
    display: block!important;
}

#menu ul li ul a {
    padding: 10px;
}

/* Kwicks */
#kwicks_container {
    width: 100%;
    text-align: center;
    margin-left: 25%;
    margin-right: 25%;
}

.kwicks {
    width: 515px;
    height: 400px;
    float: left;
    display: block;
    overflow:hidden;
    -moz-box-shadow:0px 0px 10px #000;
    -webkit-box-shadow:0px 0px 10px #000;
    box-shadow:0 0 10px #000;
}

.kwicks > li {
    margin-left: 5px;
    float: left;
}

.kwick-text, .imageflow-text {
    position: absolute;
    top: 355px;
    z-index: 5;
    left: 5px;
    font-size: 130%;
    width: 100%;
    padding-right: 20px;
    padding-bottom: 10px;
    text-align: left;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F000000', endColorstr='#7F000000'); /* IE */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7F000000', endColorstr='#7F000000'); /* IE */ 
    display: none;   
}

#imageflow_container {
    width: 100%;
    height: 100%;
    background-color: #000000;
}
/* RGBA convert and desc: http://kilianvalkhof.com/2010/css-xhtml/how-to-use-rgba-in-ie/ */        

/* Image flow overwrite */

.imageflow .caption{
    color: #ffffff;
    top: 50px;
}

/* Image show styles */

#highlight_overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    cursor: pointer;
}

#highlight_center, #highlight_bottomContainer {
    z-index: 10005;
    position: absolute;
    overflow: hidden;
    background-color: #ffffff;
}

#highlight_image {
    position: absolute;
    left: 0;
    top: 0;
    border: 10px solid #ffffff;
    background-repeat: no-repeat;
    z-index: 10005;
}

#highlight_bottom {
    font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
    font-size: 10px;
    color: #666;
    line-height: 1.4em;
    text-align: left;
    border: 10px solid #fff;
    border-top-style: none;
    z-index: 10005;
}

#highlight_closeLink {
    display: block;
    float: right;
    width: 66px;
    height: 22px;
    background: transparent url('../img/closelabel.gif') no-repeat center;
    margin: 5px 0;
    outline: none;
    z-index: 10005;
}

#highlight_caption, #highlight_number {
    margin-right: 71px;
    z-index:10005!important;
}

#highlight_caption {
    font-weight: bold;
}

#highlight_fb {
    border: none; 
    overflow-y: auto; 
    overflow-x: hidden;
    height: 30px;
    margin-left: 10px;
    z-index: 10005!important;
}

.highlight_loading {
    background: #ffffff url(../img/loading.gif) no-repeat center;
}

#highlight_prevLink, #highlight_nextLink {
    display: block;
    position: absolute;
    top: 0;
    width: 50%;
    outline: none;
}

#highlight_prevLink {
    left: 0;
}

#highlight_prevLink:hover {
    background: transparent url(../img/prevlabel.gif) no-repeat 0 15%;
}

#highlight_nextLink {
    right: 0;
}

#highlight_nextLink:hover {
    background: transparent url(../img/nextlabel.gif) no-repeat 100% 15%;
}

/* Facebook */
.fb_edge_widget_with_comment, .fb_iframe_widget {
    z-index: 10005!important;
}

/* News */
#news {
    height: 85%;
    overflow: auto;
}

.news-head {
    font-size: 130%;
    font-weight: bolder;
}

.news-title {
    font-size: 110%;
    font-weight: bold;
}

.news-date {
    margin-left: 10px;
}

.news-content {
}
