/*
Theme Name: Sandra Fluttert
Author: Emile Nijssen
Author URI: http://www.code92.nl
*/

/* Default CSS */
* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-weight: normal;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#menu a:active,
#content p a:active,
#sidebar p a:active {
	position: relative;
	top: 1px;
}
.left,
.alignleft {
	float: left;
}
.right,
.alignright {
	float: right;
}
.aligncenter {
	margin: auto;
}
.clear {
	clear: both;
}

@font-face {
    font-family: 'Opera';
    src: url('font/opera-webfont.eot');
    src: url('font/opera-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/opera-webfont.woff') format('woff'),
         url('font/opera-webfont.ttf') format('truetype'),
         url('font/opera-webfont.svg#OperaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html {
	height: 100%;
	background: #FFFFFF url(img/html-bg.png) repeat;
}

body {
	font-family: "Georgia", serif;
	font-size: 14px;
	color: #000000;
	background: url(img/body-bg.png) no-repeat center 105px;
	height: 100%;
	min-width: 976px;
}

	#clef {
		background: url(img/clef.png) no-repeat center 50px;
		min-height: 100%;
	}
	#wrap {
		width: 940px;
		position: relative;
		margin: auto;
		padding: 0 18px;
	}
	
	#logo {
		display: block;
		font-family: Opera;
		text-decoration: none;
		margin-top: 70px;
		float: left;
		margin-bottom: 50px;
	}
		#logo span {
			display: block;
			font-size: 72px;
			color: #000000;
			line-height: 72px;
		}
		#logo em {
			display: block;
			font-size: 32px;
			font-style: normal;
			color: #a20000;
			line-height: 32px;
			text-transform: lowercase;
		}
	
	h1 {
		font-family: Opera;
		font-size: 28px;
		color: #a20000;
		line-height: 28px;
		padding-bottom: 0.75em;
		clear: both;
	}
	h2 {
		font-size: 18px;
		font-weight: normal;
		padding-bottom: 0.5em;
		color: #000;
		clear: both;
	}
	p,
	ol,
	ul {
		padding-bottom: 1em;
		line-height: 22px;
	}
	ol,
	ul {
		padding-left: 25px;
	}
	p a {
		color: #a20000;
	}
	p strong {
		font-weight: bold;
	}
	p img {
		border: 4px solid #dedede;
	}
	blockquote {
		padding: 1em;
		background: #ededed;
		margin: 0.5em 0;
		font-style: italic;
	}
	blockquote p {
		padding: 0;
	}
	
	#menu {
		float: right;
		list-style: none;
		margin-top: 129px;
		position: relative;
	}
		#menu li {
			float: left;
				margin-left: 20px;
		}
			#menu li a {
				float: left;
				font-family: Opera;
				font-size: 22px;
				color: #a20000;
				text-decoration: none;
				height: 36px;
				line-height: 30px;
			}
		#menu li.back {
			position: absolute;
			height: 6px;
			background: url(img/menu-active.png) no-repeat bottom center;
			margin-top: 30px;
			margin-left: 0;
		}
	
	#content {
		width: 650px;
		float: right;
	}
	
	.video {
		float: left;
		text-decoration: none !important;
		position: relative;
		top: 0 !important;
		width: 309px;
		height: 225px;
	}
	.video.odd {
		margin-right: 30px;
	}
		.video .overlay {
			display: block;
			position: absolute;
			left: 7px;
			top: 7px;
			width: 295px;
			height: 160px;
			background: url(img/video-bg.png) no-repeat bottom left;
		}
		.video:hover .overlay {
			background-position: top left;
		}
		.video img {
			display: block;
			border: 7px solid #e7e7e7;
		}
		.video span {
			display: block;
			text-align: center;
			line-height: 30px;
			font-size: 13px;
			font-style: italic;
			color: #515151;
		}
		.video:hover span {
			color: #000000;
		}
	
	#sidebar {
		float: left;
		width: 221px;
		background: #ededed;
		padding: 7px;
	}
		#sidebar p {
			font-size: 12px;
			line-height: 18px;
			padding: 0.5em 0;
		}
			#sidebar p a {
				white-space: nowrap;
			}
	#footer {
		clear: both;
		text-align: right;
		font-size: 11px;
		color: #888888;
		padding: 60px 0 30px 0;
	}
		#footer a {
			color: #888888;
		}
	
	#lightbox-overlay {
		position: fixed;
		z-index: 1;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0,0,0,0.75);
	}
	#lightbox-video {
		position: fixed;
		z-index: 2;
		top: 50%;
		margin-top: -330px;
		left: 50%;
		margin-left: -420px;
	}
		#lightbox-video iframe {
			border: 9px solid #FFFFFF;
			display: block;
			clear: both;
			box-shadow: 0 0 20px rgba(0,0,0,0.5);
			background: #FFFFFF;
			position: relative;
			z-index: 3;
		}
		#lightbox-video-title {
			background: #FFFFFF;
			float: left;
			padding: 7px 10px 0 10px;
			font-weight: bold;
			color: #000000;
			line-height: 14px;
			position: relative;
			z-index: 4;
		}
		#lightbox-video-close {
			float: right;
			background: #FFFFFF;
			padding: 4px 7px 0 7px;
			margin-top: 3px;
			color: #a20000;
			font-size: 13px;
			line-height: 14px;
			position: relative;
			z-index: 4;
		}
		#lightbox-video-close:hover {
			text-decoration: underline;
			cursor: pointer;
		}
	
	
	
	
	
	
	