/*   
Theme Name: In de Kiem Gescoord
Theme URI: http://www.manifestarotterdam.nl
Description: In de kiem gescoord 2010.
Author: Manifesta
Author URI: http://www.manifestarotterdam.nl
Version: 1.1
*/
/*----------------------------------------------*/
/*poor_man_reset*/
html, body {
	padding: 0;
	margin: 0;
}
html {
	font-size: 0.1em;
}
body {
	font-size: 100%;
}
a img, :link img, :visited img {
	border: 0;
}
/*end_reset*/
/*----------------------------------------------*/
/*layout*/
html {
	height: 100%;
}
body {
	background-image: url(images/layout/back.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: fixed;
}
#wrapper {
	width: 900px;
	margin: auto;
	height: auto;
	overflow: hidden;
	background-color: transparent;
}
#header {
	width: 900px;
	height: 244px;
	margin-top: 20px;
	float: left;
	clear: both;
	margin-bottom: 0;
}
#menu {
	width: 900px;
	height: 39px;
	float: left;
	clear: both;
	background-color: #0099d5;
	margin: 0;
}
#top, #down {
	width: 900px;
	height: 18px;
	float: left;
	clear: both;
	margin: 0
}
#content {
	width: 900px;
	height: auto;
	float: left;
	clear: both;
	margin: 0;
}
#footer {
	width: 900px;
	height: 74px;
	float: left;
	clear: both;
	background-image: url(images/layout/foot.gif);
	background-color: #0099d5;
}
/*groen_beton_classes*/
.groen_head {
	background-image: url(images/2009/groen_beton_head.jpg);
}
.groen_top {
	background-image: url(images/2009/groen_beton_top.jpg);
}
.groen_mid {
	background-image: url(images/2009/groen_beton_mid.jpg);
}
.groen_down {
	background-image: url(images/2009/groen_beton_down.jpg);
}
/*nwe_fietspaden_classes*/
.fiets_head {
	background-image: url(images/2010/fiets_head.jpg);
}
.fiets_top {
	background-image: url(images/2010/fiets_top.jpg);
}
.fiets_mid {
	background-image: url(images/2010/fiets_mid.jpg);
}
.fiets_down {
	background-image: url(images/2010/fiets_down.jpg);
}
/*end_layout*/
/*----------------------------------------------*/
/*menu*/
#menu ul {
	list-style-type: none;
	margin-left: 40px;
	margin-top: 10px;
	padding: 0;
}
#menu li {
	float: left;
}
#menu li ul {
	position: absolute;
	left: -999em;
}
#menu li:hover, #menu li.sfhover {
	position: relative;
}
#menu li:hover ul, #menu li.sfhover ul {
	left: 0;
	top: 100%;
	display: block;
	margin: 0;
	padding: 5px;
	width: 150px;
	background-color:#0099d5;
}
#menu a {
	color: #fff;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-style: italic;
	font-size: 16px;
	letter-spacing: 0.1em;
	display: inline;
	padding-right: 15px;
	margin-right: 5px;
}
#menu a:hover {
	color: yellow;
}
#menu li ul a {
	font-size: 14px;
	display: inline;
}
/*end_menu*/
/*----------------------------------------------*/
/*typography*/
h1, h2, h3, h4, h5, h6 {
	margin-left: 40px;
	margin-right: 180px;
	color: #0099d5;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-weight: normal;
	line-height: 1.5em;
}
p, ul, ol {
	margin-left: 40px;
	margin-right: 180px;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
em {
	font-style: italic;
}
strong {
	font-weight: bold;
}
a {
	font-weight: normal;
	color: #0099d5;
	text-decoration: none;
}
a:hover {
	color: #009;
}
#footer p {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	font-size: 11px;
	line-height: 1.5em;
	margin-top: 12px;
	width: 500px;
}
#footer a {
	color: #fff;
}
/*end_typography*/
/*----------------------------------------------*/
/*wp_img_classes*/
.alignleft {
	float: left;
	display: block;
	margin-top: 12px;
	margin-right: 12px;
	margin-bottom: 12px;
}
.alignright {
	float: right;
	display: block;
	margin-top: 12px;
	margin-left: 12px;
	margin-bottom: 12px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 12px;
	margin-bottom: 12px;
}
.alignnone {
	float: left;
	display: block;
	margin-right: 100%;
	margin-top: 12px;
	margin-bottom: 12px;
}
.wp-caption-text {
	font-size: 0.8em;
	font-style: italic;
	padding-top: 0.8em;
	padding-bottom: 0;
	margin: 0;
	color: #603;
}
/*end_wp_img_classes*/
/*----------------------------------------------*/
/*forms*/

/*end_forms*/