/* Author: Janot Laval Ontwerp Copyright 2011 */

/* Style reset */
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, 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-weight: inherit; font-style: inherit; font-size: 100%; font-family: inherit; vertical-align: baseline;}
:focus {outline: 0;}
body {line-height: 1; color: black; background: white;}
ol, ul {list-style: none;}
table {border-collapse: separate; border-spacing: 0;}
caption, th, td {text-align: left; font-weight: normal;}
blockquote:before, blockquote:after, q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
/* End style reset */

strong {font-weight: bold;}
em {font-style: italic;}
.clear {clear: both;}
.hidden {display: none;}
html, body {
	height: 100%;
	background: url(../images/interface/background.png) no-repeat 0 0 scroll #eeeeee;
	font-family: 'Lucida Grande','Lucida Sans','Lucida Sans Unicode','Trebuchet MS',sans-serif;
	font-size: 9pt;
	line-height: 16pt;
	color: #666666;
}
p {padding: 5px 10px;}
p.subscript,
p.click {
	font-size: 10px;
	line-height: 16px;
	font-style: italic;
	color: #999999;
}
p.click {
	clear: both;
}
p.subscript a {
	color: #333333;
	text-decoration: none;
}
p.subscript a:hover {
	text-decoration: underline;
}
p.last {
	margin-bottom: 10px;
}
p.henry-v {
	margin-left: 100px;
}
h1 {
	margin: 10px;
	font-size: 15px;
	font-weight: bold;
}
h2 {
	padding: 5px 10px 0;
	color: #d51717;
	font-size: 16pt;
	line-height: 20pt;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
}
a.cnn {
	background-image: url(../images/interface/cnn.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 22px;
	display: inline-block;
	font-style: italic;
}
a.vdk {
	background-image: url(../images/interface/vdk.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 22px;
	display: inline-block;
	font-style: italic;
}
a.facebook {
	background-image: url(../images/interface/facebook.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 22px;
	display: inline-block;
	font-style: italic;
}
a.linkedin {
	background-image: url(../images/interface/linkedin.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 22px;
	display: inline-block;
	font-style: italic;
}
a.vimeo {
	background-image: url(../images/interface/vimeo.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 22px;
	display: inline-block;
	font-style: italic;
}
a.instagram {
	background-image: url(../images/interface/instagram.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 22px;
	display: inline-block;
	font-style: italic;
}
a.pdf {
	background-image: url(../images/interface/pdf.gif);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 22px;
	display: inline-block;
	font-style: italic;
}
a.mimus {
	background-color: #329902;
	color: #ffffff !important;
	padding: 8px 20px;
	margin: 10px 5px 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	display: inline-block;
	-webkit-transition: background 400ms, color 400ms;
	-moz-transition: background 400ms, color 400ms;
	-o-transition: background 400ms, color 400ms;
	transition: background 400ms, color 400ms;
}
a.mimus:hover {
	background-color: #63bb46;
	text-decoration: none !important;
}
a.mimus span {color: #1e4c08;}
a.available {
	width: 440px;
	margin-right: 0;
	text-align: center;
}
div#container {
	width: 520px;
	margin: 0 auto;
	min-height: 100%;
	_height: 100%;
	background-image: url(../images/interface/back.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	position: relative;
}
div#header {
	width: 500px;
	height: 90px;
	margin: 0 auto;
	background-image: url(../images/interface/header.gif);
	background-repeat: no-repeat;
	background-position: 50% 0;
	border-bottom: 1px solid #ddd;
}
div#accordion {
	width: 500px;
	margin: 0 auto;
	text-align: center;
}

img.logo {
	margin: 0 5px;
}
img.margin-bottom {
	margin-bottom: 10px !important;
}
img.no-float {
	float: none !important;
}
hr {
	margin: 0;
	border: 0;
	border-top: 1px solid #ddd;
}

h3.ui-accordion-header {
	color: #666666;
	margin: 0;
	padding: 5px 10px;
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5;
	font-size: 12pt;
	font-weight: normal;
	font-family: 'Lucida Grande','Lucida Sans','Lucida Sans Unicode','Trebuchet MS',sans-serif;
	text-align: left;
	cursor: pointer;
	clear: both;
}
h3.ui-accordion-header-active {
	color: #000000;
}
div.ui-accordion-content {text-align: left;} 
div.ui-accordion-content img {
	margin: 10px 10px 0;
}
div.ui-accordion-content a img {
	border: 1px solid #CCCCCC;
	padding: 2px;
}
div.ui-accordion-content a:hover img {
	border: 1px solid #666666;
}
div.ui-accordion-content h4 {
	padding: 5px 10px 0;
	font-weight: bold;
}
div.ui-accordion-content a {
	color: #333333;
	text-decoration: none;
}
div.ui-accordion-content a:hover {
	text-decoration: underline;
} 
.float-right {
	padding: 10px 20px;
	float: right;
}
 
blockquote {
	font-style: italic;
}
ul#list li {float: left; margin-bottom: 10px;}
ul.gallery li {
	margin-bottom: 0 !important;
}
ul#list li.section {
	border-bottom: 1px dotted #cccccc;
	padding-bottom: 10px;
}
ul#thumblist {
	margin: 10px 0 5px 0;
	float: left;
}
ul#thumblist li {
	width: 86px;
	margin: 0 0 0 10px;
	float: left;
}
ul#thumblist li img {
	margin: 0;
}
ul#thumblist li p {
	font-size: 8pt;
	padding: 0 0 0 3px;
}
/* extra box */

div.box {
	margin: 0 auto;
	padding: 10px 0;
	text-align: left;
	border-bottom: 1px solid #ddd;
}
a.facebook-jump,
a.jump {
	background-repeat: no-repeat;
	background-color: #eeeeee;
	background-position: 7px 50%;
	padding: 3px 10px 3px 30px;
	color: #333333;
	text-decoration: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
}
a.facebook-jump {
	background-image: url(../images/interface/facebook.gif);
}
a.jump {
	background-image: url(../images/interface/star.gif);
	
}
a.facebook-jump:hover,
a.jump:hover {
	text-decoration: underline;
}

div.footer {
	padding: 0;
	text-align: center;
	border-bottom: none;
}
div.footer p {
	padding: 5px 10px;
}