/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*//////////////////////////////////////////////////////////////////////////*/

html, body, #container {
	height: 100%;
}



body {
	background-color: #EEE;
	font-family: verdana,helvetica,sans-serif;
	font-size: 62.5%;
}

#header {
	float: left;
	width: 334px;
}

#logo {
	height: 114px;
	left: 30px;
	position: relative;
	top: 43px;
}

#movienav {
	position: relative;
	left: 303px;
/*	float: right;*/
	top: 100px;
}

#movienav li {

}

#movienav span {
position: relative;
top: -30px;
left: -180px;
display: none;
background: url(/bg.gif) no-repeat;
width: 110px;
height: 35px;
text-align: center;
padding: 5px;
line-height:110%;
color:#000000;
}


#container {
	float: left;
	height: 100%;
	min-width: 990px;
	background: transparent url('/img/figuurtje.png') no-repeat;
	background-position: bottom right;

}

#content {
	background: transparent url('/img/bg_content.png') repeat-y;
	float: left;
	height: 100%;
	margin-left: -3px;
	width: 476px;
	z-index: 2;
}

#blog {
	left: 30px;
	position: relative;
	top:125px;
}

.blogpost {
	padding-bottom: 24px;
}

#blog h3 {
	color: #856751;
	font-family :Georgia,"Nimbus Roman No9 L",serif;
	font-size: 1.4em;
	font-weight: bold;
	padding-bottom: 4px;
}

#blog p {
	color: #242424;
	font-size: 1.1em;
	line-height: 140%;
}

p.date {
	color: #646464;
	font-size: 1em;
}


#sidebar {
	float: left;
	height: 100%;
	width: 200px;
}

#sidebar2 {
}

#sidebar h3 {
	font-family :Georgia,"Nimbus Roman No9 L",serif;
	font-size: 1.2em;
	font-weight: normal;
	line-height: 120%;
	text-transform: uppercase;
}

.bubbleInfo {
	position: relative;
    width: 500px;
}

     
.popup {
	background: transparent url('/img/bg_popup.png') no-repeat;
    color: #FFF;
    font-size: 1.2em;
    padding: 5px;
    position: absolute;
    display: none;
    z-index: 50;
    border-collapse: collapse;
    width: 200px;
    height: 25px;
}
        
#upcoming_events {
	border-left: solid #AAA 1px;
	padding-left: 20px;
	position: relative;
	top:125px;
	width: 200px;
	min-height: 500px;
	
}

#upcoming_events h4 {
	color: #993300;
	padding-bottom: 8px;
}

#upcoming_events li {
	padding-bottom: 18px;
}

ul#social, ul#social li {
	display: inline;
}

#social {
	position: relative;
	padding-left: 20px;
}

a:link    { color: #c19f50 }
a:visited { color: #c19f50 }
a:hover   { color: #000 }
a:active   { color: #484848 }


/*//////////////////////////////////////////////////////////////////////////*/