/*
	Name: Culturele Aikido Bond Nederland
	Date: Februari 2013
	Version: 1.0
	Author: Erwin Nijhoff
	Autor URI: http://fixeld.nl
*/

/* Imports */
@import url("reset.css"); /* Nog toevoegen */
@import url("global-forms.css"); /* Nog toevoegen */
@import url(http://fonts.googleapis.com/css?family=Gudea:400,700,400italic);

/* Reset */
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, img, form, fieldset, input, textarea, blockquote {
	margin: 0; padding: 0; border: 0;
}


#notification {
	background: yellow; color: #333; clear: both; margin: 0 auto; width: 1040px; border: 2px solid orange; text-align: center; padding: 20px 0;
}

/***** Global *****/
/* Body */
body {
	background: #fff;
	color: #333;
	font-size: 87.5%; /* Base font size: 14px */
	font-family: 'Gudea', 'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	line-height: 1.571;
	margin: 0;
	padding: 0;
	text-align: left;
}

/* Headings */
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.143em}	/* 20px */
h4 {font-size: 1.286em}	/* 18px */
h5 {font-size: 1.143em}	/* 16px */
h6 {font-size: 1em}	/* 14px */

h2, h3, h4, h5, h6 {
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: .8em;
}
	
/* Anchors */
a {outline: 0;}
a img {border: 0px; text-decoration: none;}
a:link, a:visited {
	color: #ED1C24;
	text-decoration: none;
}
a:hover, a:active {
	color: #333;
	text-decoration: none;
	-webkit-transition:color 0.2s ease-in;
	-moz-transition:color 0.2s ease-in;
	-o-transition:color 0.2s ease-in;
	transition:color 0.2s ease-in;
}
	
/* Paragraphs */
p {margin-bottom: 1.143em;}
* p:last-child {margin-bottom: 0;}

strong, b {font-weight: bold;}
em, i {font-style: italic;}

::-moz-selection {background: #F6CF74; color: #fff;}
::selection {background: #F6CF74; color: #fff;}

/* Lists */
ul {
	list-style: outside disc;
	margin: 1em 0 1.5em 1.5em;
}

ol {
	list-style: outside decimal;
	margin: 1em 0 1.5em 1.5em;
}

dl {margin: 0 0 1.5em 0;}
dt {font-weight: bold;}
dd {margin-left: 1.5em;}

/* Quotes */
blockquote {font-style: italic;}
cite {}

q {}

/* Tables */
table {margin: .5em auto 1.5em auto; width: 98%;}
	
	/* Thead */
	thead th {padding: .5em .4em; text-align: left;}
	thead td {}

	/* Tbody */
	tbody td {padding: .5em .4em;}
	tbody th {}
	
	tbody .alt td {}
	tbody .alt th {}
	
	/* Tfoot */
	tfoot th {}
	tfoot td {}
	
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/***** Layout *****/
.body {clear: both; margin: 0 auto; width: 1040px;}
img.right figure.right {float: right; margin: 0 0 2em 2em;}
img.left, figure.left {float: right; margin: 0 0 2em 2em;}

figure {margin:0;}

/*
	Header
*****************/
#banner {
	height: 100px;
	margin: 0 auto;
	padding: 2em 0 0 0;
}

	/* Banner */
	#banner h1.logo {
		background: url(img/logo.jpg) no-repeat;
		float: left;
		height: 47px;
		margin: 0;
		width: 390px;
		text-indent: -9999px;
	}
	
/* Main Nav */
nav {
	float: right;
	text-align: center;
}

nav ul {
	margin: 0px; padding: 0px;
	list-style: none;
	position: relative;
	display: inline-table;
}
	nav ul:after {
		content: ""; clear: both; display: block;
	}

	nav ul li {
		float: left;
	}
		
		nav ul li a {
			color: #333 !important;
			border-top: 5px solid #fff;
			display: block; 
			font-size: 18px;	
			margin-left: 20px;
			padding-top: 5px;
			text-decoration: none;
		}

		nav ul li:hover a {
			border-top: 5px solid #ED1C24;
			}

		nav ul li a.facebook {
			background: url(img/facebook.jpg) no-repeat;
			height: 30px; width: 30px;
			padding-top: 26px;
			text-indent: -9999px;
		}
		nav ul li:hover a.facebook {
			background: url(img/facebook-hover.jpg) no-repeat;
			border-top: 5px solid #fff;
		}
	
nav ul ul {
	display: none;
}

nav ul li:hover > ul {
	display: block;
}

	nav ul ul {
		background: url(img/menutopborder.jpg) no-repeat #FFF;
		border-bottom: 1px solid #CCC;
		margin-left: -35px;
		padding-top: 20px;
		position: absolute;
		width: 200px;
	}
		nav ul ul li {
			float: none;
		}
			nav ul ul li a {
				border-top: 0px !important;
				border-left: 1px solid #CCC;
				border-right: 1px solid #CCC;
				font-size: 14px;
				margin: 0;
				padding: 15px 0px;
				color: #fff;
			}	
				nav ul ul li a:hover {
					background: #EFEFEF;
				}
 	
/*
	Sidebar Left
*****************/
#sidebarleft {
	float: left;
	overflow: hidden;
	padding-right: 20px;
	width: 240px;
}
	.newsitem {
		height: 165px;
		margin-bottom: 10px;
		overflow: hidden;
		width: 240px;
	}
	#sidebarleft time {
		color: #666;
		font-size: 12px;
	}
	#sidebarleft h3 {
		margin: 0;
		padding: 0px;
	}
	#sidebarleft p {
		margin: 0;
		padding: 0px;
	}
	a.button {
		background: url(img/button.png) no-repeat #ED1C24;
		background-position: center 4px;
		color: #fff;
		display: block;
		font-size:1.143em;
		font-weight:700;
		height: 35px;
		margin: 0 0 48px 0;
		padding: 10px 0 0 10px;
		width: 200px;
	}
	a.button:hover {
		background: url(img/button.png) no-repeat #333;
		background-position: center 4px;
		-webkit-transition: background 0.5s ease;
		-moz-transition: background 0.5s ease;
        -ms-transition: background 0.5s ease;
        -o-transition: background 0.5s ease;
		transition: background 0.5s ease; 
	}
	
	/* rotator in-page placement */
        div.rotator {
			margin:0;
	position:relative;
	height:300px;
	width:260px;
}
/* rotator css */
	div.rotator ul{
				margin:0;
				padding:0;
}

	div.rotator ul li {
	float:left;
				margin:0;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	background: #FFF;
}
        div.rotator ul li.show {
	z-index:500;
}

/*
	Body
*****************/
#content {
	background: #f2f2f2;
	float: left;
	height: 683px;
	overflow: scroll;
	padding: 30px;
	width: 460px;
}

#content h2 {
	margin-top: 0px;
}
	ul.videos {
		height: 150px;
		list-style: none;
		margin: 30px 0 0 0;
		padding: 0;
		width: 458px;
	}
	.video {
		float:left;
		height:150px;
		margin-right: 30px;
		width:214px;
	}
	.last {
		margin: 0 !important;	
	}

/*
	Sidebar right
*****************/
#sidebarright {
	float: left;
	overflow: hidden;
	width: 260px;
}
	.agenda {
		background: #ED1C24;
		height: 600px;
		width: 260px;
	}
/*

/*
	Footer
*****************/
#footer {
	clear:both;
	float: left;
	height: 300px;
	margin-bottom: 60px;
	margin-top: 0px;
	overflow: hidden;
	width: 780px;
}

#bottomleft {
	float:left;
	font-size: 12px;
	height: 300px;
	width: 500px;
}
.aikikai {
	margin-top:195px;
}
#bottomright {
	background: #ED1C24;
	color: #fff;
	float: right;
	height: 260px;
	padding: 20px;
	width: 220px;
}

#bottomright a {
	color: #fff;
	font-weight:700;
}

#bottomright a:hover {
	color: #333;
	-webkit-transition:color 0.2s ease-in;  
    -moz-transition:color 0.2s ease-in;  
    -o-transition:color 0.2s ease-in;  
    transition:color 0.2s ease-in; 
}