/*
 * Ribs & Blues Stylesheet
 * www.ribsenblues.nl
 * Copyright (c) 2007 Luuk Bruggeman
 * info@leedbek.nl
 */
 
/*
 * General info:
 * Red: #eb2a2e;
 * Blue: #333290;
 * Pink: #ffc7c8;
 * Red 2 (gebruikt bij menu hover): #f17275;
 * Blue 2 (gebruikt bij buttons): #8f90c2;
 * Bluegray (body background): #ebeef5;
 */



/* General tag parameters */

body, html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	margin: 0;
	padding: 0;
	background-color: #090603;
	background-image: url(images/bg.jpg);
}

a {
	color: #333290;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #333290;
	font-weight: bold;
	text-decoration: underline;
}

a img {
	border-width: 0;
}

h1 {
	font-size: 16pt;
	color: #000000;
	font-weight: bold;
	margin-top: 0;
	text-align: left;
}

h2 {
	font-size: 13pt;
	color: #000000;
	font-weight: bold;
	margin-bottom: 0;
	text-align: left;
}

h3 {
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	font-style: italic;
	margin-top: 0;
	text-align: left;
}


/* Layout parameters */

#bg_container {
	margin: 0 auto;
	width: 1000px;
	background-image: url(images/ornaments.png);
	background-repeat: no-repeat;
	padding-top: 50px;
	height: 100%;
	color: #000000;
}

#container {
	width: 780px;
	height: 100px;
	margin: 0 auto;
	background-color: #ebeef5;
	border: 2px solid #ffffff;
	clear: both;
	height: 100%;
	color: #000000;
}

#header {
	position: relative;
	width: 776px;
	height: 125px;
	margin: 0;
	padding: 0;
	border: 2px solid #eb2a2e;
}


#search {
	position: absolute;
	bottom: 15px;
	right: 35px;
	background-color: #333290;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: italic;
	background-image: url(images/find.png);
	background-position: center left;
	background-repeat: no-repeat;
	padding: 2px 5px 2px 25px;
	margin: 0px;
	width: 150px;
}

#countdown {
	position: absolute;
	bottom: 20px;
	right: 17px;
	margin: 0px;
	width: 235px;
	height: 32px;
}

#body {
	width: 736px;
	height: 200px;
	border: 2px solid #eb2a2e;
	background-image: url(images/bg_body.jpg);
	clear: both;
	padding: 20px;
	height: 100%;
	overflow: hidden;
	color: #000000;
}

#footer {
	position: relative;
	width: 776px;
	background-image: url(images/footer.jpg);
	height: 50px;
	border: solid #eb2a2e;
	border-width: 0 2px 2px;
}

#content {
	float: left;
	width: 485px;
	text-align: justify;
}

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

.sidebarblock {
	background: url(images/semitrans.png) !important; /* Om semitransparante afbeelding in Firefox weer te geven */
	background: transparent; /* Alleen voor IE */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/images/semitrans.png', sizingMethod='scale'); /* Om semitransparante afbeelding in IE weer te geven */
	border: 1px solid #eb2a2e;
	padding: 10px;
	width: 205px;
	margin-bottom: 10px;
}

.innerblock { /* Fix voor IE om child links en form tags van sidebarblock accessible te maken (bug met AlphaImageLoader) */
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 10;
}

.sidebarblock h2, .sidebartransblock h2 {
	font-size: 9pt;
	color: #000000;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 1em;
}

.sidebartransblock {
	padding: 10px;
}

#footnote {
	font-size: 7pt;
	color: #cccccc;
	text-align: center;
	margin-bottom: 40px;
}

#footnote a {
	color: #cccccc;
}

#footerbanner {
	position: absolute;
	top: 5px;
	left: 100px;
}

#sponsorbanners {
	position: absolute;
	top: 3px;
	left: 500px;
}

#homemailicons {
	position: absolute;
	top: 15px;
	left: 15px;
}
	

#adminicons {
	position: absolute;
	top: 15px;
	right: 10px;
}

.fototable {
	width: 100%;
}

.fototable td {
	padding: 5px;
	margin: 10px;
}

.fototable td.fotocell {
	background: url(images/semitrans.png) !important; /* Om semitransparante afbeelding in Firefox weer te geven */
	background: transparent; /* Alleen voor IE */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/images/semitrans.png', sizingMethod='scale'); /* Om semitransparante afbeelding in IE weer te geven */
	border: 1px solid #eb2a2e;
}

.fototable img, .pic {
	border: 2px solid #ffffff;
}

.programma {
	margin-top: 1em;
	width: 600px;
	border-collapse: collapse;
}

.programma th {
	font-weight: bold;
	text-align: left;
	border: 1px solid #eb2a2e;
	background-color: #f17275;
	padding: 5px;
}

.programma td {
	border: 1px solid #eb2a2e;
	padding: 5px;
	background: url(images/semitrans.png) !important; /* Om semitransparante afbeelding in Firefox weer te geven */
	background: transparent; /* Alleen voor IE */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/images/semitrans.png', sizingMethod='scale'); /* Om semitransparante afbeelding in IE weer te geven */
}
	
/* Generic classes */

.transdiv {
	background: url(images/semitrans.png) !important; /* Om semitransparante afbeelding in Firefox weer te geven */
	background: transparent; /* Alleen voor IE */
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/templates/images/semitrans.png', sizingMethod='scale'); /* Om semitransparante afbeelding in IE weer te geven */
	border: 1px solid #eb2a2e;
	padding: 10px;
}

.gbhead {
	padding: 5px 10px;
	border: solid #eb2a2e;
	border-width: 1px 1px 0 1px;
	background-color: #ebeef5;
	width: 95%;
}

.redborder {
	border: 1px solid #eb2a2e;
}

.noborder {
	border-width: 0;
}

.italic {
	font-style: italic;
	margin: 0;
}

.nomargin {
	margin: 0;
}

.small {
	font-size: 7pt;
	margin: 0;
}

.artikel img, .artikel p img {
	margin: 10px;
}

.highlight {
	background-color: #FFFF00;
}

.error {
	padding: 5px 5px 5px 25px;
	background-color: #ffc7c8;
	border: 1px solid #eb2a2e;
	background-image: url(images/error.png);
	background-position: center left;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: left;
	color: #800000;
	width: 75%;
	margin: 1em 0;
}

.success {
	padding: 5px 5px 5px 25px;
	background-color: #d1e1f9;
	border: 1px solid #eb2a2e;
	background-image: url(images/smile.png);
	background-position: center left;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: left;
	color: #008000;
	width: 75%;
	margin: 1em 0;
}

.warning {
	padding: 5px 5px 5px 25px;
	background-color: #FFFFD2;
	border: 1px solid #eb2a2e;
	background-image: url(images/warning.png);
	background-position: center left;
	background-repeat: no-repeat;
	font-weight: bold;
	text-align: left;
	color: #000000;
	width: 75%;
	margin: 1em 0;
}

/* Forms */

form {
	margin: 0;
}

input, textarea, select {
	background-color: #ffffff;
	border: 1px solid #333290;
	padding: 2px;
	margin: 2px 0;
	color: #333290;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

input.nieuwsbrief {
	width: 175px;
	padding-left: 25px;
	background-image: url(images/email.png);
	background-position: center left;
	background-repeat: no-repeat;
}

.button {
	background-color: #8f90c2;
	border: 1px solid #333290;
	color: #ffffff;
}

.checkbox {
	background-color: transparent;
	border-width: 0;
	color: #000000;
}
	
/* Paginering */

/* Pagetable wordt gebruikt in het gastenboek, onderaan. Het is om de pagina's te selecteren. */
.pagetable td {
	background-color: #ffc7c8;
	height: 10px;
	width: 20px;
	text-align: center;
	padding: 3px;
	margin: 0px 3px;
	font-weight: bold;
	border: 1px solid #eb2a2e;
	color: #333290;
}

.pagetable td.notclickable {
	color: #000000;
}

.pagetable td.hover {
	background-color: #f17275; 
	cursor: pointer;
}

.pagetable td.selected {
	background-color: #f17275;
	color: #000000;
}

.pagetable td.pagetablebreak {
	background-color: #FFFFFF;
	border-width: 0px;
	width: 50px;
}

/* MENU */


#nav, #nav ul {
	float: left;
	display: inline;
	width: 776px;
	list-style: none;
	line-height: 1;
	background: #ffc7c8; 		/* dit is de normale background van het menu */
	font-weight: bold;
	padding: 0;
	border-left: 2px solid #eb2a2e;		/* de rand; manier van display en kleur */
	border-right: 2px solid #eb2a2e;
	margin: 0;
}

#nav ul {
	border: 1px solid #eb2a2e;
}

#nav a {
	display: block;
	color: #333290;		/* de fontcolor */
	text-decoration: none;
	padding: 5px 15px;
}

#nav li {
	float: left;
	display: inline;
	padding: 0;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 11.5em;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
	z-index: 20;
}

#nav li li, #nav li ul a {
	width: 11.5em;
}


#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover  {
	background: #f17275; 		/* dit is de background bij mouseover */
}

#nav .currentpage {
	background-color: #8f90c2;
	color: #FFFFFF;
}