/* Begin Typography & Colors */
body {
	font-size: 70%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #d5d6d7 url('images/kubrickbgcolor.jpg');
	color: #333;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: white;
	text-align: left;
	background: url("images/bg960.jpg") repeat-y top;
	border: 0;
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 960px;
	}

#header {
	background: #73a0c5 url('images/maxisnack_header.jpg') no-repeat bottom center;
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 200px; 
	width: 958px;
	}

#footer {
	background: #eee url('images/footer960.jpg') no-repeat top; 
	border: none;
	height:63px;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

small, blockquote, strike {
	color: #777;
	}

a {
	color: #06c;
	text-decoration: none;
	}

a:hover {
	color: #147;
	text-decoration: underline;
	}

/* End Typography & Colors */

/* Begin Structure */

.narrowcolumn {
	float: left;
	padding: 5px 0 20px 45px;
	margin: 0;
	width: 660px;
	text-align: left;
	}

.onecolumn {
	float: left;
	padding: 5px;
	margin: 10px;
	width: 900px;
	text-align: left;
}

#footer {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */

/*	Begin Headers */

h1, h2, h3, h4, h5, h6, dt {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
	margin-top: 5px;
	}

h1 {
	font-size: 4em;
	margin-bottom: 10px;
	}
	
h2 {
	font-size: 3em;
	margin-bottom: 10px;
	}
	
h3 {
	font-size: 2.5em;
	margin-bottom: 10px;
	}
	
h4 {
	font-size: 2em;
	margin-bottom: 5px;
	}
	
h5 {
	font-size: 1.5em;
	margin-bottom: 5px;
	}
	
h6 {
	font-size: 1.2em;
	margin-bottom: 0;
	}

h1, h1 a, h4, h4 a {
	color: #09c;
	background-color: transparent;
	text-decoration: none;
	}

h2, h2 a, h5, h5 a {
	color: #036;
	background-color: transparent;
	text-decoration: none;
	}

h3, h3 a, h6, h6 a {
	color: #666;
	text-decoration: none;
	}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	color: #999;
	text-decoration: none;
}
/* End Headers */

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

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 */

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

#sidebar ul, #sidebar ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

/* End Form Elements */

/* Begin Sidebar */
#sidebar {
	padding: 20px 0 10px 0;
	margin-left: 745px;
	width: 190px;
	}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */

/* Begin Various Tags & Classes */
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

a img {
	border: none;
	}

.block li a {
	color: #09c;
	background-color: transparent;
	text-decoration: none;
	font-size: 1.2em;
	font-weight: bold;
	}
/* End Various Tags & Classes*/

#category_list ul {
	padding-left: 0;
	margin-left: 0;
	color: #fff;
	background-color: #036;
	float: left;
	margin: 2em 0;
	text-align: center;
}

#category_list ul li {
	display: inline;
	font-weight: bold;
}

#category_list ul li a {
	padding: 0.3em 0.3em;
	background-color: #036;
	color: #fff;
	text-decoration: none;
	float: left;
	border-right: 1px solid #fff;
}

#category_list ul li a:hover {
	background-color: #09c;
	color: #fff;
}

div.thumb {
  float: left;
  width: 190px;
  padding: 10px;
  }

div.thumb h6 {
   text-align: center;
}

/* TABLES */

table.box {
    border: #666 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table.slick {
    background-color: transparent;
    border: 0;
    border-collapse: collapse;
}

table.slick td {
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	padding: 2px 0;
}

table.slick th {
	border-bottom: 1px solid #ccc;
	padding: 2px;
	text-align: left;
}

table.slick th a {
	color: #036;
	background-color: transparent;
	text-decoration: none;
}

table.slick th a:hover {
	color: #09c;
	background-color: transparent;
	text-decoration: none;
	border-bottom: 1px dotted #09c;
}

tr.category {
	color: #09c;
	background-color: transparent;
	text-decoration: none;
	text-align: left;
	font-size: 1.3em;
}

th.info {
	color: #036;
	background-color: transparent;
	text-decoration: none;
	text-align: center;
	font-size: 1.1em;
}

th.extra {
	text-align: right;
	color: #999;
}

/**
 * EXTRA SINDS CMS
 */

ul#breadcrumbs {
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

ul#breadcrumbs li {
	display: inline;
	padding-left: 10px;
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

textarea {
	font: 1em Verdana, Arial, Helvetica, sans-serif;
}

div.status_ok, div.status_nok, div.warning, div.status_normal {
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

div.status_nok, div.warning {
	color: #990000;
}

div.status_ok, .ok {
	color: #009900;
}

.halfitem {
	float: 				left;
	width: 				45%;
	border-top: 		1px solid #6a624f;
	border-left: 		1px solid #6a624f;
	border-right: 		1px solid #6a624f;
	margin: 			0 8px 15px 8px;
	padding: 			0;
	background-color:	#fff;
}

.itemheader {
	padding:			2px 5px;
	margin: 			0;
	border-bottom:		1px solid #6a624f;	
	background-color:	#069;
	color:				#fff;
	font-weight:		bold;
}

.itemsubheader {
	padding:			2px 5px;
	margin: 			0;
	border-bottom:		1px solid #6a624f;
	background-color:	#09c;
	color:				#fff;
	font-weight:		bold;
}

.iteminhoud {
	background-color:	transparent;
	padding:			2px 5px;
	margin:				0;
	border-bottom:		1px solid #6a624f;
}

div.smallitem {
	float: 				left;
	width: 				29%;
	border: 			1px solid #fff;
	margin: 			0 7px 15px 7px;
	padding: 			0;
	padding-bottom:		6px;
}

.smallitem .title {
	color: #333;
	font-weight: bold;
	text-align: center;
}

.smallitem .image {
	text-align: center;
}

div.object, .center {
	text-align: center;
}

#content div.object {
	padding-top: 10px;
}

div.controls {
	text-align: right;
	margin: 20px 0;
	//clear: both;
}

div.pagination {
	padding:3px;
	margin:3px;
	text-align: center;
}
div.pagination a {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #333;
	background-color:#fff;
	text-decoration:none;
	color:#f6b92a;
	font-weight:bold;
}
div.pagination a:hover,div.pagination a:active {
	border:1px solid #333;
	color:#fff;
	font-weight:bold;
	background-color:#f6b92a;
}

div.pagination span.current {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #333;
	font-weight:bold;
	background-color:#f6b92a;
	color:#ffffff;
}
div.pagination span.disabled {
	padding:2px 5px 2px 5px;
	margin:2px;
	border:1px solid #333;
	color:#333;
	font-weight:bold;
	background-color:#ccc;
}

img.links {
	float: left;
	padding: 0;
	margin-right: 20px;
	margin-bottom: 10px;
}
img.rechts {
	float: right;
	padding: 0;
	margin-left: 10px;
	margin-bottom: 10px;
}

ul.icons {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

div.afbeelding, div.artikel, div.formulier, div.tekst, div.video, div.toneel, div.marker, div.map, div.user, div.immo, div.album, div.snack {
	margin: 15px 0;
	//clear: both;
}

.zijbalk {
	float:right;
	//clear: both;
}

.infowindow {
	font-size: 0.9em;
	margin-bottom: 30px;
}

.hidden {
	visibility: hidden;
}

.fotobox {
	float: left;
	width: 30%;
	height: 170px;
	text-align: center;
	padding: 5px;
}
