 /*
Theme Name: OverBeeldendeKunst
Theme URI: http://www.overbeeldendekunst.nl/
Description: Own Theme custom tailored for Over Beeldende Kunst
Version: 1.0
Author: JP Franssen
Author URI: http://www.rgb255.nl/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Verdana, Arial, Sans-Serif;
	background-image: url('images/background.png');	
	background-attachment:  fixed;
	background-color: #FFFFFF;
	color: #000000;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}


/* START TEXT */
h1, h2, h3, h4, h5, h6 { 
	font-size: 1em;
	margin-bottom: 0.5em;
	margin-top: 0em;
	color: #FA2A00;	
	}

h1{ font-size: 2em }
h2{ font-size: 1.5em }
h3{ font-size: 1.2em }
h4{ font-size: 1em }
h5{ font-size: 1em; text-transform: uppercase;}
/* END TEXT */


/* START LINKS */
a {	text-decoration: none; }
a:link {color: #FA2A00}     /* unvisited link */
a:visited {color: #7E1C13}  /* visited link */
a:hover {color: #7E1C13}   /* mouse over link */
a:active {color: #7E1C13}   /* selected link */
/* END LINKS */

/* START IMAGES */
p img {
	padding: 0;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px 0px 4px 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px 4px 4px 0px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* END IMAGES */


/* START MAIN FRAME */
#pagecontainer {
	background-color: #1E2528;	
	margin-left: auto;
	margin-right: auto;
	width: 1060px;
	padding-top: 50px;
	padding-bottom: 40px;
	}

#page {
	background-color: #FFFFFF;
	color: #313131;
	}

#header {
	background: url('images/logo.png') no-repeat bottom left;
	height: 112px;
	cursor: pointer;
	}

#clearheader {
	margin-bottom: 60px;
	}
/* END MAIN FRAME */


/* START TOPNAVIGATION */
#topnav {
	height: 112px;
	position: relative;
	}

ul#navlist {
	margin: 0px;
	padding: 6px 0px 6px 0px;
	white-space: nowrap;
	position: absolute;
	bottom: 0px;
	right: 0px;
	}

#navlist li{
	display: inline;
	list-style-type: none;
	font-size: 1.5em;
	}

#navlist a {
	padding: 5px 15px;
	}

#navlist a:link, #navlist a:visited {
	color: #FA2A00;
	background-color: #FFFFFF;
	border: 1px solid #FA2A00;
	text-decoration: none;
	}

#navlist a:hover, #navlist a#current{
	color: #fff;
	background-color: #FA2A00;
	border: 1px solid #FA2A00;	
	text-decoration: none;
	}	
/* END TOPNAVIGATION */


/* START BLOG ENTRY */
.post {
	margin: 0px 0px 50px 0px;
	}

.postheader {
	border-left: 2px solid #FA2A00;
	padding-left: 8px;
	}

.entry {
	text-align: justify;
	font-size: 1.3em;
	line-height: 1.5em;
	}	

.entry p { 
	margin: 1em 0em 1em 0em;
	}

.postfooter {
	text-align: center;
	line-height: 1.5em;
	border-top: 1px dotted #FA2A00;
	border-bottom: 1px dotted #FA2A00;	
	}

.navigation {
	font-size: 1.3em;
	padding: 10px 0px 20px 0px;
	}

/* END BLOG ENTRY */

/* START INPUT BOXES */
#s {
	margin: 0px;
	padding: 0px;
	width: 294px;
	font-size: 1.4em;
	margin-bottom: 10px;	
}

textarea{
	width: 500px;
}
/* START INPUT BOXES */

/* START SIDEBAR */
#sidebar {
	text-align: justify;
	font-size: 1.1em;
	}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
#sidebar ul li.sidebarItem{
	margin-bottom: 10px;
	border-bottom: 1px dotted #FA2A00;
}

#sidebar ul li ul li {
	margin-bottom: 10px;
	}
	
#sidebar ul li ul li p {
	margin-bottom: 1em;
	margin-top: 0em;
	}

#newsItems h3 {
	padding-left: 20px;
	background:url('images/calendar.png') 0 0 no-repeat;
	}

/* END SIDEBAR */


/* START SIDEBAR WIDGETS */	
ul#booklist li a img{
	margin-bottom: 5px;
	}
	
/* END SIDEBAR WIDGETS */


/* START BOTTOM NAVIGATION */
#bottomnavcontainer {
	background-color: #FFFFFF;
	padding-bottom: 10px;
	}

#bottomnavcontainer ul{
	list-style-type: none;
	padding: 0px;
	margin:0px;
	}

.navcolumn {
	border-top: 2px solid #FA2A00;
	margin-top: 20px;
	}
/* END BOTTOM NAVIGATION */


/* START FOOTER */
#footer {
	margin: 10px;
	color: #FFFFFF;
	text-align: center;
	}
/* END FOOTER */
