/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 14, 2016, 10:27:58 PM
    Author     : jvoosten
*/

body
{
  background-color: #333;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  color: white;
}

.body
{
  background-color: #666;
}

h1, h2, h3, h4, h5, h6
{
  margin-top: 0;
  color: orange;
}

h1, h3
{
  border-bottom: 1px solid orange;
}

/*h2.item-title
{
  border-bottom: none;
}*/

h1
{
  margin-bottom: .5em;
}

a
{
  color: #0033bb;
  transition: 0.25s;
}

a:hover
{
  color: #00ff45;
}


.brand
{
  color: orange;
  font-size: 150%;
  font-family: Arial;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.10em;
}

.site-description
{
  font-size: 75%;
  letter-spacing: 0;
  color: white;
  text-align: right;
}


ul.nav, ul.latestnews
{
  padding-left: 0.5em;
}

ul.nav li, ul.latestnews li
{
  list-style-type: none;
}

div.breadcrumbs ul li:first-of-type
{
  color: white;
}

ul.menu-top
{
  display: inline-block;
  height: 2em;
  margin: 0;
  padding: 0;

  background-color: #777;
  border-top-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

ul.menu-top li
{
  display: inline-block;
  list-style: none;
  float: left;
  padding: 0.5em 1.5em;
  margin: 0;

  border-left: 2px solid orange;

  font-weight: bold;
  font-size: 90%;
}

ul.menu-top li:first-of-type
{
  border-left: none;
  border-bottom-left-radius: 15px;
}

ul.menu-top li:last-of-type
{
  border-top-right-radius: 15px;
}

ul.menu-top li:hover
{
  background-color: orange;
  transition: 0.25s;
}

ul.menu-top li:hover a
{
  color: #777;
}

ul.menu-top li a
{
  text-decoration: none;
  color: orange;
}

ul.menu-top li a:hover
{
  color: #777;
}

ul.pagination-list
{
  float: left;
  padding-left: 0;
}

ul.pagination-list li
{
  display: inline-block;
  float: left;
  margin: 0 0.25em;
}

ul.pagination-list li a
{
  padding: 0 0.5em;
  background-color: #999;
}


li.disabled a
{
  color: #333;
}

span.icon-first:after
{
  content: "←";
}

span.icon-previous:after
{
  content: "«";
}

span.icon-next:after
{
  content: "»";
}

span.icon-last:after
{
  content: "→";
}

.element-invisible
{
  display: none;
}
