/* @import 'reset.css'; */

/*  
Theme Name: IRIS
Theme URI: not available
Version: 1.0
Date: 10.20.2008
Author: Peter Boorsma
Author URI: http://www.peterboorsma.nl
Description: IRIS scholen PivotX theme
Required PivotX version: PivotX beta12
Copyright: Creative Commons License AANVULLEN!!!
*/

/*
themakleuren:
groen: #EA5E00;
blauw: #0183D9;
rood: #EA5E00;
geel: #FF9900;
oranje: #EA5E00;
*/

* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

a img { 
	border: none;
}

a { 
	-moz-outline-style:none; 
}

body {
	background-color: #ffffe4;
	color: #000;
	font: 100% Arial, Helvetica, sans-serif;
}

p {
	font-size: 12px;
	line-height: 140%;
	padding: 0 10px 10px 0;
}

h1 a, h2 a, h3 a, h4 a {
	text-decoration: none;
}

a {
	color: #EA5E00;
}

a:hover,
.agenda-datum a:hover {
	color: #000;
}

h1 {
	font-size: 17px;
	padding: 0 10px 15px 0;
	color: #000;
}

#sidebar h1 {
	color: #EA5E00;
}

h2 {
	color: #EA5E00;
	font-size: 14px;
}

#sidebar_right h2,
#sidebar h2 {
	padding-bottom: 5px;
}

h3 {
	color: #000;
	font-size: 12px;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #000;
}

small {
	font-size: 10px;
	color: #666;
}

#wrap {
	margin: 0 auto;
	width: 920px;
	background: #fff url(images/bg.jpg) top left repeat-y;
}

#topnav {
	height: 100px;
}

#logo {
	float: left;
	width: 215px;
}

.topnavnav {
	float: right;
	padding: 10px 0 0 21px;
}

.topnavnav img  {
	text-decoration: none;
	padding-right: 4px;
}

img#schoollogo {
	margin: 0 0 0 20px;
}

#header {
	position: relative;
	overflow: hidden;
	width: 900px;
	margin: auto;
	height: 180px;
}

#header h1 {
	font-size: 2.4em;
	text-align: center;
	line-height: 5em;
	font-weight: normal;
	padding: 0;
	color: #000;
}

#headerbeeld img,
#headerbeeld .pivot-image {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0!important;
	padding: 0!important;
	border: none!important;
}

#navbar {
	width: 900px;
	margin: auto;
}

#content {
	padding: 30px 40px;
}

#main {
	float: left;
	width: 410px;
	overflow: hidden;
}

#sidebars {
	float: right;
	width: 410px;
}

#sidebar_left {
	float: left;
	width: 270px;
}

#sidebar_right {
	float: right;
	width: 130px;
}

#footer {
	clear: both;
	height: 30px;
	background: #ffffe4 url(images/footer.jpg) top left no-repeat;
}

/* pages lay out */

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

#main_pages {
	float: left;
	width: 550px;
}

/* navigation styles */

#sidebar ul,
#sidebars ul {
	list-style-type: none;
	padding: 0;
	margin-bottom: 10px;
}

#sidebar li,
#sidebars li {
	list-style: none;
	font-size: 12px;
}

#sidebar li a,
#sidebars li a {
	display: block;
	color: #000;
	background: url(images/bullet.gif) no-repeat 0 50%;
	border-bottom: 1px solid #ddf9fb;
	padding: 3px 3px 3px 15px;
	text-decoration: none;
}

#sidebar li a:hover,
#sidebars li a:hover {
	color: #EA5E00;
	background: #ddf9fb url(images/bullet_mo.gif) no-repeat 0 50%;
}

#sidebar #active a,
#sidebar_right #active a {
	color: #EA5E00;
	background: url(images/bullet_mo.gif) no-repeat 0 50%;
	font-size: .9em;
}

/* de navigatiebalk */

#jsddm ul {
	background: #990000 url(images/bg_navbar_oranje.jpg) repeat-x;
}

#jsddm li {	
	float: left;
	list-style: none;
	text-transform: uppercase;
	font-size: 12px;
}

#jsddm li a {	
	display: block;
	background: #990000 url(images/bg_navbar_oranje.jpg) repeat-x;
	padding: 12px 12px;
	text-decoration: none;
	/*border-right: 1px solid #fff;*/
	
	color: #EAFFED;
	white-space: nowrap;
}

#jsddm li a:hover {
	background: transparent url(images/bg_navbar_oranje_mo.jpg);
}
	
#jsddm li ul {	
	margin: 0;
	padding: 0;
	position: absolute;
	visibility: hidden;
	border-top: 1px solid white;
}

#jsddm li ul li {	
	float: none;
	display: inline;
	font-size: 12px;
}
	
#jsddm li ul li a {	
	width: auto;
	background: #EA5E00;
	color: #fff;
}
	
#jsddm li ul li a:hover {}

#navbar {
	position: relative;
	width: 900px;
	background: #990000 url(images/bg_navbar_oranje.jpg) repeat-x;
	height: 38px;
}
/*
#navbar ul {

	background: transparent url(images/bg_navbar_oranje.jpg) repeat-x;
	text-transform: uppercase;
	list-style: none;
	text-align: left;
	border: 1px solid green;
	height: 40px;
}

#navbar ul li {
	display: block;
	float: left;
	width: 170px;
	height: 40px;
	border: 1px solid fuchsia;
}

#navbar ul li a {
	display: block;
	height: 40px;
}

#navbar ul li li  {

	display: block;
	float: left;
	border: 1px solid blue;
}

#navbar ul li li a {
	display: block;
	background: #EA5E00;
}

#navbar ul ul {

}

#navbar ul li a {
	background: transparent url(images/bg_navbar_oranje.jpg) repeat-x;
	text-decoration: none;
	color: #fff;
}

#navbar ul li a:hover {

	background: transparent url(images/bg_navbar_oranje_mo.jpg);
}

#navbar #active a {
	background: transparent url(images/bg_navbar_oranje_mo.jpg);
}
*/

/* simpel menu 

#nav {
	padding-left: 10px;
	background: transparent url(images/bg_navbar_oranje.jpg) repeat-x;
}

#navbar ul {
	width: 100%;
	background: transparent url(images/bg_navbar_oranje.jpg) repeat-x;
	text-transform: uppercase;
	font-size: .9em;
	list-style: none;
	text-align: left;
	padding: 12px 0;
}

#navbar ul li { 
	display: inline;
}

#navbar ul li a {
	text-decoration: none;
	padding: 12px 15px;
	color: #fff;
}

#navbar ul li a:hover {
	color: #fff;
	background: transparent url(images/bg_navbar_oranje_mo.jpg);
}

#navbar #active a {
	background: transparent url(images/bg_navbar_oranje_mo.jpg);
}
*/


.entry ul {
	padding-left: 20px;
}

.entry li {
	list-style-type: circle;
	list-style-position: outside;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 5px;
}
 
.agenda {
	margin: 0 30px 0 0;
	padding: 0;
}

.agenda a {
	text-decoration: none;
}

.agenda-datum {
	font-size: 11px;
	margin: 4px 0 0 0;
}

.divider {
	margin: 10px 0 15px 0;
	border-bottom: solid 1px #EA5E00;
	clear: both;
}

.commentlink a {
	margin: 0 0 0 10px;
	padding: 0 0 0 13px;
	font-style: normal;
	background: url(images/icon_comment.gif) center left no-repeat;
}

.more {
	clear: both;
	padding: 0 0 5px 0;
	font-size: 12px;
}

.more a,
.commentlink a {
	color: #EA5E00;
	text-decoration: none;
}

.more a:hover,
.commentlink a:hover {
	color: #000;
}

.footertext,
.footertext a {
	text-align: center;
	padding-top: 5px;
	font-size: 11px;
	text-decoration: none;
	color: #999;
}

.footertext a:hover {
	color: #000;
}

.rss {
	padding-left: 16px;
	margin-left: 5px;
	background: url(images/icon-rss.png) center left no-repeat;
}

p.meta {
	text-decoration: none;
	padding: 2px;
	background-color: #E3E3E3;
}

p.meta a {
	text-decoration: none;
}

p.meta a:hover {
	color: #000;
}

.message {
	color: #ff0000;
	font-weight: bold;
	font-size: 12px;
}

.date {
	padding: 5px 0;
	font-size: 11px;
	font-style: italic;
}

.cat {
	font-style: normal;
	font-weight: bold;
	padding-right: 6px;
}

.pagenav {
	font-size: .7em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.intro {
	margin-bottom: 10px;
}


/* pivot_essential.css overrides */

#gallery {
	clear: both;
}

.commentform {
	margin: 20px 0 10px 0;
}

.pivot-image,
.pivot-popupimage {
	margin: 0 20px 20px 0;
	background-color: #fff;
	border: 1px solid #ccc;
}

#sidebar fieldset {
	margin-bottom: 20px;
}

.searchbutton {
	border: solid 1px #999;
	font-size: 12px;
	padding: 3px 0 4px 0;
}

.searchbox {
	width: 120px;
	font-size: 12px;
	border: solid 1px #999;
	color: #999;
	padding: 3px 3px 2px 3px;
}

.taglinkext, a[rel="tag"] {
    border: none;
    background: none;
    line-height: 20px;
}

.taglinkext:hover {
    border: none;
    color: #00A8FF!important;
    background: none;
    padding-right: 4px;
}

li.activepage {
	font-weight: normal;
}