/*
Stichting Vrienden van Leonardo Maarssen website CSS
1-2-2010
*/

/* indeling */
*{
	margin: 0px;
	padding: 0px;
}

body{
	color: Black;
	background-color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#container {
	width: 800px;
	height: 650px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(images/wing.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#schaakcontainer {
width: 800px;
	height: 650px;
	margin: 0 auto;
	padding: 0px;
	background-image: url(images/schaakbord.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}
#header {
	height: 150px;
	border-bottom: 1px solid rgb(255,153,51);
	margin-bottom: 10px;
}
#menu, #schaakmenu {
	float: left;
	width: 150px;
}
#content {
	float: left;
	width: 495px;
}
#contentwide {
	float: left;
	width: 650px;
}
#bannerbar {
	float: left;
	width: 150px;
}
#footer {
	clear: both;
	text-align: center;
	padding-top: 5px;
	margin-top: 15px;
	border-top: 1px solid rgb(255,153,51);
	font-size: 10px;
}
blockquote {
	color: Black;
	background-color: rgb(255,153,51);
	padding: 10px 20px 20px 20px;
	margin: 0px 10px 10px 0px;
}

/* elementen */
a{
	color: navy;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;	
}
H1, H2 {
	color: rgb(255,153,51);
	margin: 0px 0px 10px 0px;
}
H1 {
	font-size: 1.4em;
}
H1.schaaktitel {
	color: White;
	background-color: Black;
}
H2 {
	font-size: 1em;
}
#header H1 {
	font-size: 2em;
	color: Black;
	margin-top: 10px;
}
#header H2 {
	font-size: 1em;
	color: Black;
	float: left;
}
blockquote H2 {
	color: White;
}
#contentwide blockquote UL, #content blockquote UL {
	list-style: none;
	padding-left: 0px;
}
#contentwide blockquote UL LI, #content blockquote UL LI {
	padding-bottom: 0px;
}
P {
	margin-bottom: 10px;
}
/* menu elementen (lijst), voor menu links en bannerbar (nieuws) */
#menu ul li, #bannerbar ul li, #schaakmenu ul li {
	list-style: none;
}
#menu ul li a, #schaakmenu ul li a {
	display: block;
	color: Black;
	padding: 3px 3px 5px 5px;
	border-bottom: 1px solid rgb(255,153,51);
	width: 120px;
}
#menu ul li a:hover, #bannerbar ul li a:hover, #schaakmenu ul li a:hover {
	color: rgb(255,153,51);
}
#schaakmenu ul li a:hover {
	color: rgb(255,153,51);
	background-image: url(images/schaakbullet.png);
	background-position: center right;
	background-repeat: no-repeat;
}
#countdown_schaak {
	float: left;
	text-align: center;
	font-size: 1em;
	width: 125px;
	margin-top: 4px;
	border: 1px solid rgb(255,153,51);
}
#bannerbar ul li a {
	display: block;
	color: Black;
	padding: 3px 0px 3px 3px;
	font-size: 0.7em;
	font-weight: normal;
}
/* banner rechts elementen, kopjes volgende stijl van de menu items */

#bannerbar H2 {
	color: Black;
	padding: 3px 3px 5px 10px;
	text-align: right;
	border-bottom: 1px solid rgb(255,153,51);
	font-size: 1em;
	margin-left: 5px;
}
#bannerbar IMG {
	border: none;
	margin-left: 5px;
	border: 1px solid rgb(255,153,51);
	margin-bottom: 10px;
}
/* opsommingen in #content */

#content UL, #contentwide UL {
	list-style: square;
	padding-left: 20px;
}
#content UL LI, #contentwide UL LI {
	padding-bottom: 10px;
}
#content UL UL, #contentwide UL UL {
	list-style: disc;
	padding-top: 5px;
}
#content UL UL LI, #contentwide UL UL LI {
	padding-bottom: 3px;
}
/* post stijlen */

span.postmeta {
	font-size: 0.7em;
	display: block;
}
.post {
	font-size: 1em;
	margin-bottom: 5px;
}
.knop {
	border: Black;
	color: Black;
	background-color: rgb(255,153,51);
	padding: 5px;
	margin: 3px 3px 3px 0px;
	float: right;
}
input.tekst {
	width: 250px;
	border: 1px solid rgb(255,153,51);
	padding: 2px;
}
img.alignright {
         padding: 4px; margin: 0 0 2px 7px; display: inline;
}
img.alignleft {
         padding: 4px; margin: 0 7px 2px 0; display: inline;
}
img.aligncenter {
         display: block; margin-left: auto; margin-right: auto
}
.alignright {
         float:right; 
}
.alignleft {
         float:left; 
}
.aligncenter {
         display: block; margin-left: auto; margin-right: auto
}

