/*
Theme Name: Ongediertebestrijding Amsterdan
Description: WordPress theme for Ongediertebestrijding Amsterdan
Version: 1.0
Author: Extanet
Author URI: http://www.extanet.com
Tags: 
*/

/* 
	CSS	RESET
*/

html, body, div, h1, h2, h3, ul, ol, li, form, fieldset, input, textarea {
    margin: 0;
    padding: 0;
    font-size: 100%;
}

ul {
	list-style: none;
}

img, fieldset {
	border: 0;
}

h1, h2, h3 {
	font-weight: normal;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

ol,ul {
	list-style:none;
}

a {
	text-decoration: none;
}

/* Basics */

body {
	background: #ffffff url(images/bg.png) repeat-x scroll 0 0;
	color: #58585a;
	font: 14px Helvetica, Arial;
	margin: 0;
}

h1 {
	font-size: 30px;
	margin: 15px 0;
}

a {
	color: #1594d0;
}

p {
	margin: 0 0 22px 0;
}

.clr {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

/*
	MAIN STRUCTURE
*/

#page-wrap {
	margin: 0 auto;
	width: 911px;
}

#header {
	height: 110px;
	position: relative;
}

#featured {
	background: url(images/bg-featured.png) no-repeat;
	height: 320px;
	margin-bottom: 20px;
}

#content {
	float: left;
	width: 544px;
	display: inline;
}

#sidebar {
	float: right;
	width: 327px;
}

#bottom {
	background: #f3f3f3 url(images/bg-bottom.png) repeat-x scroll 0 0;
	clear: both;
	height: 131px;
	margin-top: 52px;
	position: relative;
}

#footer {
	background-color: #1594d0;
	height: 120px;
	padding-top: 20px;
}

.container {
	margin: 0 auto;
	width: 911px;
}

/* 
	HEADER GROUP 
*/

.logo {
	display: block;
	float: left;
	height: 110px;
	width: 312px;
}

.nav {
	float: right;
	height: 33px;
	width: 327px;
	margin: 40px 0 0 0;
	padding: 0;
}

.nav li {
	display: inline;
	float: left;
	height: 33px;
	margin-right:5px;
}

.nav li a {
	background: url(images/bg-nav.png) repeat-x scroll 0 0;
	color: #ffffff;
	display: block;
	line-height: 33px;
	font-size: 16px;
	float: left;
}

.nav li a span {
	background: url(images/bg-nav-arrow.png) no-repeat scroll center bottom;
	display: block;
	padding: 0 20px;
}	

.nav li a:hover {
	background: url(images/bg-nav2.png) repeat-x scroll 0 0;
	color: #58585a;
}

.nav li a:hover span {
	background: url(images/bg-nav-arrow2.png) no-repeat scroll center bottom;
}

/*
	FEATURED GROUP 
*/

.image-block {
	float: left;
	margin: 20px 31px 32px 25px;
	width: 508px;
	display: inline;
}

.text-block {
	float: right;
	width: 327px;
	padding-top: 31px;
}


.text-block h1 {
	color: #58585a;
	font-size: 30px;
	font-weight: bold;
	margin: 0 0 11px 0;
}

.text-block small {
	color: #58585a;
	display: block;
	font: italic normal 14px/18px georgia;	
	margin-bottom: 36px;
}

.text-block .lists {
	float: left;
	line-height: 28px;
	padding: 0;
}

.text-block .lists li {
	background: url(images/square-bullet.png) no-repeat scroll left center;
	padding-left: 15px;
}

.text-block .lists li a {
	color: #1594d0;
	font-size: 13px;
}

.text-block #list-1 {
	margin: 0 60px 0 0;
}

.text-block #list-2 {
	margin: 0;
}

/* 
	CONTENT GROUP
*/

.title {
	margin: 0 0 5px 0;
}

.meta {
	border-bottom-style: double;
	display: block;
	font: italic normal 16px georgia;	
	padding-bottom: 5px;
	margin-bottom: 22px;
}

.readmore {}

.readmore:hover {
	font-style: italic;
}

/* 
	SIDEBAR GROUP
*/

#sidebar .button {
	background: url(images/button.jpg) no-repeat;
	color: #ffffff;
	display: block;
	float: right;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	height: 53px;
	line-height: 53px;
	width: 221px;
}

/* 
	BOTTOM GROUP
*/

.bottom-column {
	background: url(images/arrow.png) no-repeat scroll right bottom;
	float: left;
	font-size: 12px;
	height: 131px;
	width: 272px;
	padding-right: 40px;
}

.bottom-column.last {
	background: none;
	padding: 0;
}

.bottom-column h4 {
	border-bottom-style: double;
	color: #58585a;
	font: italic normal 16px georgia;
	margin: 10px 0 5px 0;
	padding: 0 0 5px 0;
}

.bottom-column img {
	margin: 0 0 0 5px;
}

.bottom-column ul {
	margin: 0 0 0 5px;
}

.bottom-column ul li {
	background: url(images/square-bullet.png) no-repeat scroll left center;
	padding-left: 15px;	
}

.bottom-column ul li a {
	font-size: 12px;
}

/*
	FOOTER GROUP
*/

.contact-info {
	color: #ffffff;
	float: left;
	font-size: 12px;
	width: 286px;
}

.contact-info span {
	font-weight: bold;
}

.contact-info a {
	color: #ffffff;
	font-style: italic;
}

.site-info {
	color: #ffffff;
	float: right;
	font-size: 12px;
	text-align: right;
	width: 387px;
}

.site-info a {
	color: #ffffff;
}

.post
{
	margin-bottom:20px;
}

.navigation .alignleft
{
	float:left;
}

.navigation .alignright
{
	float:right;
}

.clear
{
	clear:both;
}

h2.title
{
	font-weight:bold;
}

.comment-template
{
	font-size:13px;
}

.widget ul
{
	list-style:none;
	margin:0 0 10px 20px;
}

.widget ul li {
	background: url(images/square-bullet.png) no-repeat scroll left center;
	padding-left: 15px;
}

.widget .widgettitle
{
	border-bottom-color:#000;
	border-bottom-style: double;
	color: #1594d0;
	display: block;
	padding-bottom: 5px;
	margin-bottom: 22px;
}

.widget ul li a {
	color: #1594d0;
	font-size: 13px;
}