/* main.css */
body
{    
    background: url('../img/map.jpg') no-repeat fixed ;
    padding: 0px;
    margin: 0px;
}

body .home
{
    background: none;
}

.blog, .single
{
	background: url('../img/map.jpg') no-repeat fixed ;

}

.page, .blog
{
    background-attachment: fixed !important;
}




.island
{
    height: 100%;
    min-height: 590px;
}

.imgContainerParent
{
    position: absolute;
    bottom: 10px;
}

//.island .imgContainer
//{
//    height: 184px;
//    text-align: center;
//    
//}
//
//.island .imgContainer img
//{
//    max-height: 100%;
//    margin: auto;
//    z-index: 500;
//}
//
//.island .topContentArea
//{
//    height: 400px;
//    text-align: center;
//    vertical-align: middle;
//    position: relative;
//}
//
//.flare
//{    
//    background: url('../img/flare.png') no-repeat;
//    position: absolute;
//    height: 100%;
//    
//}
//
//.earth
//{
//    background: url('../img/Water.png') repeat-x center bottom;
//    min-height: 590px;
//    height: 100%;
//    width: 13500px;   
//    vertical-align: bottom;
//}

.mainNav
{
    padding: 50px 0 100px 0;
    position: relative;
    margin-left: 0px;
}

.mainNav > .background
{
    background-color: black;
    opacity: .7;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 150;
    top: -180px;
}

.mainNav ul
{
    position: relative;
    z-index: 200;
}

.mainNav ul li a,
.mainNav ul li
{
    color: white;   
}

.mainNav ul li a:hover,
.mainNav ul li.selected a,
.mainNav ul li.active a,
.mainNav ul li.selected a
{
    background-color: white !important;
    color: black !important;
    font-weight: bold;
}

.sidebarContainer
{
    position: fixed;
    width: 200px;
    z-index: 4000;
    height: 100%;    
    margin-left: 15px;
    top: 0;
}

.sidebarContainer div
{
    width: 200px;
}

.sidebarContainer .logo
{
    margin: auto;
    display: inline;
    width: 200px;
    z-index: 1000;
    position: relative;
}

.thumbnailColumn
{
    width: 80px;
}

.thumbnail
{
    width: 75px;
    height: 75px;
    border: none;
    vertical-align: top;
}

.tooltip-inner
{
    max-width: 400px;
}

//.bubble
//{
//    width: 300px;
//    text-align: left;
//    display: block;
//    position: relative;
//}
//
//.bubble table
//{
//    display: block;
//    width: 100%;
//    height: 100%;
//    vertical-align: top;
//}
//
//.bubble table th
//{
//    font-weight: bold;
//    font-size: 16px;
//    text-align: left;
//}
//
//.bubble table td
//{
//    vertical-align: top;
//}
//
//.bubble .container 
//{
//    width: 200px;
//    height: 250px;
//}
//
//.bubble .container .countryName
//{
//    width: 100%;
//    float: left;
//    clear: both;
//}
//
//.bubble .container .image
//{
//    float: left;
//    clear: left;
//}
//
//.bubble .container .content
//{
//    float: left;
//    clear: right;
//}
//
//.bubble .button
//{
//    background-color: red;
//    height: 100%;
//    width: 10px;
//    position: absolute;
//    width: 38px;
//    background-position: center center !important;
//}
//
//.bubble .button.leftButton
//{
//    left: -52px;
//    background: url('../img/left.png') no-repeat;
//}
//
//.bubble .button.rightButton
//{
//    right: -52px;
//    background: url('../img/right.png') no-repeat;
//}
//
//.bubble .button.disabled
//{
//    display: none !important;
//}

.tooltip.top
{
    padding-bottom: 15px;
}

.tooltip-inner 
{
    background-color: #FFFFFF;
    color: #000000;
}

.tooltip.top .tooltip-arrow 
{
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 16px solid #fff;
}

.mainNav
{
    height: 100%;
}

.mainNav .nav.nav-list li a .icon
{
    background: url(../js/lib/bootstrap/img/glyphicons-halflings-white.png);
    background-position: -456px -72px;
    width: 14px;
    height: 14px;
    float: right;
    margin-top: 3px;
} 

.mainNav .nav.nav-list li.selected a .icon,
.mainNav .nav.nav-list li.active a .icon
{
    background-image: url(../js/lib/bootstrap/img/glyphicons-halflings.png);
} 

.postContainer
{
    background-color: white;
    display: block;
    position: relative;
    height: 100%;
    padding: 10px;
    
    -float: left;
    margin-left: 250px;
    opacity: 0.99;
}

.postContainer > div
{    
    background-color: white;
    height: 100%;
    margin: auto;
}

.postContainer h2 a,
.postContainer h2
{
    color: #000 !important;
    font-size: 20px !important;
}


.nav
{
    text-shadow: none !important;
    color: white;
}

.slogan, nav .slogan
{
    color: #FFFFFF !important;
    text-align: center !important;   
    position: relative;
    z-index: 1000;
    
    border-bottom: 1px inset grey;
    padding-bottom: 5px;
}

.widgetbar
{
    text-align: center;
}

.widgetbar .widget-inner
{
    width: 200px;
}

.widgetbar .search-query
{
    width: 86px;
}

.socialMediaLinks
{
    z-index: 3000; 
    position: relative;
    margin: auto;
    margin-top: 20px;
    text-align: center;
}

.socialMediaLinks a
{
    padding: 5px;
}

.logoContainer
{
    z-index: 3000; 
    margin-top: 20px; 
    width: 100%; 
    text-align: center; 
    position: relative;
}

.logoContainer span
{
    float: none;
}

.logoContainer .rics,
.logoContainer .spatial
{
    float: none;
}

.logoContainer .rics
{
    width: 61px;
}


.logoContainer .spatial
{
    width: 150px;
    margin-top: 10px;
}