/*
Design by Clickerdieclick
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/CDC_background.jpg) no-repeat fixed top left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2 {
	font-weight: normal;
	color: #0d4985;
}

h1 {
	letter-spacing: -1px;
	font-size: 2.6em;
}

.pagetitle {
        padding-left: 10px;
}


h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
}

p {
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #0d4985;                     /* donkerblauw vd grote links, lichtblauw #e4eef8 */
}

a:hover {
	text-decoration: none;
}

small {

}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */


#header {
	width: 920px;
	height: 190px;
	background: url(images/CDC_top.jpg);
	margin: 0 auto;
}



/* RSS */

#rss p {
        position: relative;
        right: -275px; 
        top: 170px;
        font-size: 1.5em;
	margin: 0;    
}

#links {

}

#rss a {
	text-decoration: none;
}



/* Menu */

#menu {
	float: right;
	height: 190px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 97px;
	padding: 60px 20px 0px 20px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.6em;
	color: #053464;
}

#menu a:hover {
        height: 120px;
	background: url(images/top_linkbar.png) repeat-x top left;
}

#menu .current_page_item a {
	background: url(images/top_linkbar.png) repeat-x top left;
	color: #FFFFFF;
}

/* Page */

#page {
        background: url(images/CDC_page.jpg) repeat-x ;
        background-color: #FFFFFF;
        width: 920px;
	margin: 0 auto;
	padding-top: 30px;
}

#latest-post {
	float: left;
	width: 570px;
	padding: 0px 20px 0px 10px;
}

#recent-posts {
	float: right;
	width: 290px;
	background: url(images/img03.gif) repeat-y;
	padding: 0px 10px 20px 20px;
}

#recent-posts .entry {
	background: url(images/img04.gif) repeat-x left bottom;
}

.post {
        padding: 0px 20px 0px 10px; 
}

.post .title {
	margin: 0;
}

.post .pdf {
        text-decoration: none;              
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	line-height: normal;
	font-family: Arial, Helvetica, sans-serif;
	color: #497fb6;
}

.post .meta a {
	color: #497fb6;                 /* medium donkerblauw */
}

.post .entry {
	margin-bottom: 10px;
	padding-bottom: 5px;
}

/* Sidebar */

#sidebar {
	clear: both;
	width: 920px;
	background: url(images/img04.gif) repeat-x left top;
	color: #497fb6;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: disc;
        list-style-position: inside
}

#sidebar li {
        color: #ed1c24;                         /* rode stip */
	display: block;
	float: left;
	width: 200px;
	padding: 15px;
}

#sidebar li ul {
	line-height: 1.4em;
}

#sidebar li li {
	display: list-item;
	float: none;
	width: auto;
	padding: 0;
}

#sidebar h2 {
        font-size: 1.5em;
	margin: 0 0 15px 0;
	color: #0d4985;
}

#sidebar a {
        font-size: 0.9em;
	text-decoration: none;
	color: #497fb6;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
        width: 920px;
	height: 100px;
	margin: 0 auto;
	background: url(images/CDC_page_footer.jpg) no-repeat;
}

#footer p {
        margin: 0;
	/* padding: 13px 150px 0 30px; */
}

#legal {
        padding: 13px 0 0 30px;
        font-size: 0.9em;
	float: left;
}

#legal a {
        text-decoration: none;
}

#legal a:hover {
        text-decoration: underline;
}

#links {
        float: right; 
        padding: 18px 170px 0 0;
        background: url(images/rss.gif) no-repeat 140px bottom;
        font-size: 1.4em;
        
}

#links a {
        text-decoration: none;
}

#links a:hover {
        text-decoration: underline;
}



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
