/**
 * Theme Name: Topografie
 * Theme URI: http://topoinbeeld.nl/
 * Description: Theme used for the topografie websites of Kajrietberg.nl
 * Version: 0.5
 * Author: Kaj Rietberg
 * Author URI: http://kajrietberg.nl/
 * Template: hybrid
 */
 
 /* Get base CSS */
@import url('../hybrid/library/css/25px.css');

/* Get plugins CSS */
@import url('../hybrid/library/css/plugins.css');

/* Get drop-downs CSS */
@import url('../hybrid/library/css/drop-downs.css');

* {
margin:0;
padding:0;
}

body {
font-size:62.5%;
background:#005BAA;
font-family:arial, helvetica, serif;
}

a:link {
color: #800000;
text-decoration: none;
}

a:hover {
color: #DD5D16;
text-decoration: underline;
}

a:active {
color:
}
a:visited {
color:#DD5D16;
text-decoration: none;
}

#body-container {
background:#FFF4E8; 
font-size: 1.2em;
margin:0 auto;
width:960px;
}

#nav1{
border-bottom: 1px solid #005BAA;
height: 1.6em;
padding-bottom: 5px;
text-align: right;
width:960px;
}
 
#nav1 li{
border-left: 1px solid #005BAA; 
display: inline;
font-weight: 700;
padding: 5px;
}

#nav1 li a {
text-decoration: none;
}

#header-container {
background: url(images/headerbg1.png) no-repeat;
height:75px;
padding: 2em 0 0 0;
text-align:center;
}

#site-title {
text-decoration:none;
font: italic 35px/35px Georgia,Times,"Times New Roman",serif;
margin: 0 0 10px;
}

#site-title a {
	color: #000;
	font-size:2em;
	font-weight: 900;
	}
	
#site-description {
    color: #666666;
    font: 16px/20px Georgia,Times,"Times New Roman",serif;
    margin: 0;
}

#primary-menu {
	border-bottom: 1px solid #005BAA;
	border-top: 1px solid #005BAA;
	height: 34px;
	margin:0;
   overflow: visible;
   z-index: 100;
}

div.menu ul {
    line-height: 1;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}    

#primary-menu li {
	border-bottom: 1px solid #005BAA;
	border-right: 1px solid #005BAA;
	font-size: 1.3em;
	font-weight:600;
	margin: 0;
	}

div.menu li:hover ul {
	background: #005BAA;
	}

div.menu a {
	border-right: 1px solid #005BAA;
	display: block;
	padding: 9px 15px;
   position: relative;  
}

div.menu a:hover {
	background: #005BAA;
	color: #fff;
	}

.current-menu-item a {
	background: #005BAA;
	color: #fff;
	}

.sub-menu li a {
	font-size: 14px;
	}

.breadcrumb {
	visibility: hidden;
	}
	
#utility-before-content {
	float: right;
	margin-bottom: 25px;
	}

.no-widgets .content, .page-template-no-widgets .content {
	padding: 25px;
	width: 900px;
	}

.entry-title {
color:#960309;
font-size:3.5em;
padding:0 0 5px;
}

#footer {
height:30px;
border-top:solid 1px #999;
clear:both;
padding:10px 0 0;
text-align: center;
}
