/**
 * reform.css
 * 
 * Override the default mediawiki styles
 * 
 * @project GeoWiki
 * @version 1.0
 * @author Nieuwland
 * @copyright 2014
 */

body {
    background: none repeat scroll 0 0 #006699;
    min-width: 996px;
    position: relative;
    font-size: 13px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    height: 100%;
}
h1, h2, h3, h4, h5 {
    color: #006699;
    border-bottom: none;
}
h1 {
    font-size: 16px;
    font-weight: bold;
}
a, a:link, a:visited {
    color: #006699;
    font-size: 12px;
    text-decoration: none;
}
a:hover {
    color: #00537A;
}
#content a, #content a:link, #content a:visited {
    text-decoration: none;
}
a.btn-danger {
    color: #fff;
}
#content a, #content a:link, #content a:visited {
    text-decoration: underline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
table {
    font-size: 11px;
}


.firstHeading, #firstHeading {
    line-height: 1.2em;
    margin-bottom: 0.1em;
    padding-bottom: 0;
}
p, li {
    font-size: 12px;
    line-height: 1.5em;
}

.banderole {
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.container {
    width: 980px;
    margin: 0 auto;
    position: relative;
}
/* header */
div#header {
    height: 142px;
}
header[role="banner"] {
    height: 142px;
}
div#page-top {
    background-color: #E1F5FF;
    background-image: -moz-linear-gradient(center bottom , #E1F5FF 0%, #FFFFFF 100%);
    height: 142px;
    overflow: hidden;
}
div#logo {
    left: 35px;
    margin: 0;
    position: relative;
    top: 40px;
}
    div#logo a {
        height: 57px;
        width: 202px;
        background: url("images/reform/logo.png") no-repeat;
        display: block;
        cursor: pointer;
    }
div#logo-pre {
    background: url("images/reform/straight_line.png") no-repeat scroll left top transparent;
    height: 18px;
    left: -260px;
    position: absolute;
    top: 66px;
    width: 293px;
}
div#logo-post {
    background: url("images/reform/waves.png") no-repeat scroll left top transparent;
    height: 70px;
    left: 239px;
    position: absolute;
    top: 40px;
    width: 1001px;
}
h2#site-slogan {
    bottom: 21px;
    color: #006699;
    font-size: 11px;
    font-weight: normal;
    height: 11px;
    left: 35px;
    line-height: 11px;
    position: absolute;
}
/* content */
div#page-bottom {
    background-color: #96D7FF;
    background-image: -moz-linear-gradient(center bottom , #006699 0%, #96D7FF 100%);
    border-top: 1px solid #E1F5FF;
}
#page {
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #99CC00;
    border-radius: 10px 10px 0 0;
    border-style: solid;
    border-width: 8px 8px 0;
    margin-top: -8px;
}
#page-inner {
  margin: 0 35px -24px;
}
#sidebar {
    background-color: #E1F5FF;
    float: left;
    padding: 10px;
    width: 180px;
    w\idth: 160px;
}
    #sidebar a {
        color: #006699;
        border-bottom: none;
    }
div#content {
    background: #fff;
    direction: ltr;
    width: 700px;
    float:right;
    padding: 0px 10px 0px 10px; 
    margin-left: 0; 
    border: 0;
}

#toc, .toc, .mw-warning {
    background-color: #F9F9F9;
    border: 1px solid #99CC00;
    font-size: 95%;
    padding: 5px;
}
div.mw-warning-with-logexcerpt {
    border: 5px solid #F44336;
    border-radius: 5px;
    clear: both;
    margin-bottom: 10px;
    padding: 10px;
}

.catlinks {
    background-color: #F9F9F9;
    border: 1px solid #99CC00;
    clear: both;
    margin-top: 1em;
    padding: 5px;
}


.infobox {
    /*
    border: 1px solid rgb(107, 159, 122);
    margin-left:4px;
    padding: 3px;
    float: right;
    width: 280px;
    background-color: rgb(224, 234, 232);
    */
    background-color: #E1F5FF;
    padding: 10px;
    width: 280px;
    float: right;
    margin: 0px 0px 10px 10px;
}
    .infobox th {
        padding: 3px 0px 3px 0px;
        text-align: left;
    }
    .infobox a {
        font-size: 11px;
    }
#maptools {
    
}
    #maptools ul {
        list-style: none;
        margin: 0 0 5px 0;
        height: 30px;
    }
    #maptools li {
        float: left;
    }
    #maptools a {
        display: block;
    }

/* footer */
div#footer {
  background: #fff;
  direction: ltr;
  margin-left: 0;
  margin-top: 0;
  padding: 0.75em;
}
footer, .push {
  height: 24px;
}
div#footer #footer-icons {
    display: none;
}
/* menu */
#menu-bar {
    height: 40px;
    margin-bottom: 20px;
}
div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
    color: #fff;
    /* background for all */
    background: #3399CC; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3399CC', endColorstr='#006699'); /* for IE */
    background: -webkit-gradient(linear, 0 0, 0% 100%, from(#3399CC), to(#006699)); /* for webkit browsers */
    background: -moz-linear-gradient(center bottom , #3399CC 0%, #006699 100%) repeat scroll 0 0 #3399CC;
}

div.vectorTabs li a {
    color: #fff;
    cursor: pointer;
    font-size: 1em;
    padding: 10px 10px 4px 10px;
    /* background for all */
    background: #3399CC; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#96D7FF', endColorstr='#3399CC'); /* for IE */
    background: -webkit-gradient(linear, 0 0, 0% 100%, from(#96D7FF), to(#3399CC)); /* for webkit browsers */    
    background: -moz-linear-gradient(center bottom , #96D7FF 0%, #3399CC 100%) repeat scroll 0 0 #96D7FF;
}
div.vectorTabs li a:hover {
    text-decoration: none;
    /* background for all */
    background: #3399CC; /* for non-css3 browsers */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3399CC', endColorstr='#006699'); /* for IE */
    background: -webkit-gradient(linear, 0 0, 0% 100%, from(#3399CC), to(#006699)); /* for webkit browsers */
    background: -moz-linear-gradient(center bottom , #3399CC 0%, #006699 100%) repeat scroll 0 0 #3399CC;
}
div.vectorTabs ul, div.vectorTabs ul li, div.vectorTabs span {
    background: none;
}
div.vectorTabs {
    background: none;
    padding-left: 0px;
}
div.vectorTabs li:first-child a {
  border-bottom-left-radius: 10px;
}
div.vectorTabs li:last-child a {
  border-bottom-right-radius: 10px;
}
#left-navigation, #right-navigation {
    margin-top: 0;
}
#left-navigation div.vectorTabs li a {
    margin-right: 3px;
}
#right-navigation div.vectorTabs li a {
    margin-left: 3px;
}
/* extra actions */
#p-cactions h5 {
    padding-top: 0;
}
div.vectorMenu {
    background-position: 100% 50%;
}
div.vectorMenu div.menu {
    z-index: 100;
}
div.vectorMenu h5 a {
    background: none;
}
div.vectorMenu ul {
    border: 1px solid #ccc;
    border-bottom: none;
    list-style: none outside none;
    margin: 0 0 0 -1px;
    padding: 0;
    position: absolute;
    text-align: left;
}
div.vectorMenu li > a {
    display: block;
}
div.vectorMenu li a {
    color: #333;
    cursor: pointer;
    font-size: 0.8em;
    padding: 5px 10px 5px 10px;
    white-space: nowrap;
    display: block;
    font-size: 12px;
    border-bottom: 1px solid #ccc;
}
div.vectorMenu li a:hover {
    color: #000;
    background-color: #efefef;
    text-decoration: none;
}
div.vectorTabs li.new a, div.vectorTabs li.new a:visited {
    color: #fff;
}

/* inloggen */
#p-personal {
    position: absolute;
    right: 10px;
    top: 3px;
}
    #p-personal li {
        padding: 0;
        margin: 0;
    }
    #p-personal li:hover {
        background-color: #e1f5ff;
        border-radius: 5px;
    }
    #p-personal li a {
        font-size: 11px;
        display: block;
        padding: 10px;
    }
    #p-personal li a:hover {
        color: #333;
    }
    #pt-login {
        background: url("images/reform/106.png") no-repeat scroll 8px 7px rgba(0, 0, 0, 0);
        padding-left: 22px !important;
        text-transform: none;
    }
    #pt-login:hover {
        background-image: url("images/reform/107.png");
    }
    #pt-userpage {
        background-image: none;
        padding-left: 0px !important;
    }
/* search */
#searchform {
    margin-top: 5px;
}
#searchInput {
    border: 1px solid #ccc;
    padding: 5px 3px 5px 3px;
    margin-top: -1px;
}
.searchButton {
    margin-top: -5px;
}
/* button */
.button, .searchButton, #maptools a {
    text-decoration: none;
    margin-right: 5px;
    font-family: Arial, Helvetica, sans-serif;
    /* bootstrap */
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top , #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: #CCCCCC #CCCCCC #BBBBBB;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    padding: 4px 10px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle; 
}
.button:hover, .searchButton:hover {
    cursor: pointer;
    /* bootstrap */ 
    -moz-transition: background-position 0.1s linear 0s;
    background-color: #E6E6E6;
    background-position: 0 -15px;
    color: #333333;
    text-decoration: none;
}
.button-small {
    background: #ececec;
    border: none;
    font-size: 11px;
    padding: 3px 5px 3px 5px;
    text-decoration: none;
    margin-left: 5px;
}
.button-small:hover {
    cursor: pointer;
    background: #eaeaea;
}

/* general rules */
.element-invisible {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.clearfix:after {
  clear: both;
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
.left {
    float: left;
}
.right {
    float: right;
}
.clear {
    clear: both;
}
