/* the main body element */
body#t-veen {
	background: #041f0c url(../images/background.png) top left repeat-x;
	font: normal 11.7px arial, helvetica, sans-serif;
	color: #041f0c;
	text-align: center;
	line-height: 1.65em;
}

/* some general element styling */

a {
	color: #AB7F01;
	text-decoration: underline;
}

p {
	margin: 0 0 8px 0;
}

h1 {
	font: bold 25px "stone-sans", arial, helvetica, sans-serif;
	margin: 0 0 12px 0;
}

h2 {
	font: bold 20px "stone-sans", arial, helvetica, sans-serif;
	margin: 0 0 10px 0;
}

h2 span.date,
h3 span.imagecount {
	color: #FBBA00;
	display: block;	
}

h3 {
	font: bold 15px "stone-sans", arial, helvetica, sans-serif;
	margin: 0 0 8px 0;
}

.dialog-content {
	width: 800px;
}

/* the centered container wrap all */
#container {
	width: 880px;
	padding: 0 10px;
	margin: 0 auto;
	text-align: left;
}

/* navigation and top section are displayed below each other*/
#navigation {
	width: 900px;
	height: 40px;
}

#top {
	width: 900px;
	height: 60px;
	margin: 0 0 6px 0;
}

#top .logo {
	width: 440px;
	height: 30px;
	float: left;
}

#top .logo a img {
	padding: 30px 0 0 0;
}

#top .newsletter {
	width: 440px;
	padding: 40px 0 0 0;
	height: 20px;
	float: left;
	color: #fff;
	text-align: right;
}

/* the contentwrap contains the imageswap, the page content and the two banners */
#contentwrap {
	clear: both;
	width: 680px;
	float: left;
	position: relative;
	left: -18px;
}

/* the imageswap element gets replaced by a mootools slideshow */
#imageswap {
	width: 180px;
	height: 220px;
	border: 10px solid #ffe09e;
	margin: 0 0 10px 0;
	background: #041f0c;
}

#imageswaphome {
	width: 640px;
	height: 220px;
	border: 10px solid #ffe09e;
	margin: 16px 0 0 18px;
	background: #041f0c;
}

#imageswap .slideshow-images {
	border: 1px solid #fff;
}

/* the pagecontent, designed as a sketchpaper. Required a relative -18 pixels to align properly with the rest of the website*/
#pagecontent {
	float: left;
	width: 480px;
	padding: 0 0 88px 0;
	background: transparent url(../images/sketchpaper-bottom.png) bottom center no-repeat;
}

#pagecontent .top {
	width: 420px;
	padding: 26px 34px 0 34px;	
	height: 40px;
	background: transparent url(../images/sketchpaper-top.png) top center no-repeat;
}

.top h1 {
	width: 100%;
	border-bottom: 1px solid #fbba00;
}

#pagecontent .textwrap {
	width: 412px;
	padding: 14px 34px 0 34px;
	margin: 0 0 8px 0;
	background: transparent url(../images/sketchpaper-middle.png) bottom center repeat-y;
}

/* these are the embedded agenda items */
#pagecontent .agendaitem {
	margin: 20px 0 0 0;
}

#pagecontent .agendaitem h2 {
	text-transform: capitalize;
}

/* styling for the banners */
#banners {
	width: 200px;
	padding: 16px 0 0 0;
	float: left;
}

.banner {
	display: block;
	width: 200px;
	height: 120px;
	overflow: hidden;
	margin: 0 0 10px 0;
}

banner:hover {
	border-color: #fff;
}

.gallerywrap {
	padding: 15px 0;
}

.pagination {
	margin: 10px 0;
}

.pagination a.readmore {
	margin: 0 4px;
	padding: 4px 6px;
	text-decoration: none;
	color: #AB7F01;
}

/* the agendawrap on the right of the website */
#agendawrap {
	float: left;
	width: 200px;
	height: 200px;
	margin: 16px 0 0 0;
}

#agendawrap .agenda {
	width: 200px;
	padding: 0 0 3px 0;
	background: transparent url(../images/agendabackground.png) bottom center repeat-y;
}

#agendawrap .agenda h3 {
	text-align: right;
	font-size: 24px;
	padding: 4px 20px 0 0;
	width: 180px;
	height: 50px;
	background: transparent url(../images/agenda_heading.png) top center no-repeat;
}

#agendawrap .agenda h3 a {
	color: #041f0c;
	text-decoration: none;
}

/* agendaitems have rounded corners, only for real browsers */
.agenda .item {
	width: 172px;
	padding: 4px;
	margin: 0 auto 10px auto;
	color: #ab7f01;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-border-radius: 3px;
}

.agenda .item h4 {
	color: #0d3916;
	text-transform: capitalize;
	font: bold 12px arial, verdana, helvetica, sans;
}

.agenda .item h4 a {
	color: #0d3916;
	text-decoration: none;
}

.agenda .item h4 a:hover {
	text-decoration: underline;
}

a.view-agenda {	color: #ffe09e; }
a.view-agenda:hover { text-decoration: none; }

#agendawrap ul.social { margin: 10px 0 0 0; }
#agendawrap ul.social li { display: inline; margin: 0 2px 0 0; }
#agendawrap ul.social li a { text-decoration: none; }

/* and finally the page footer */
#footer {
	width: 900px;
	clear: both;
	color: #ffe09e;
	font-size: 11px;
	padding: 20px 0 50px 0;
}

#footer strong {
	color: #fbba00;
}

#footer a {
	text-decoration: none;
	color: #ffe09e;
}

#footer a:hover {
	text-decoration: underline;
}

#footer span {
	display: block;
	float: left;
	margin: 0 30px 0 0;
}
