/* acmplus.css */

/* 
---------------------------
Site:			joopvos.nl/acmplus
Stylesheet:		acmplus.css
Author:			redfox(webdesign.nl)
Date:			date
Updated:		date
---------------------------
*/

/* @group CSS reset (Shaun Inmann) */

/* CSS reset > http://perishablepress.com/press/2007/10/23/a-killer-collection-of-global-css-reset-styles/ */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, 
form, fieldset, input, p, blockquote, table, th, td, embed, object {
	padding: 0;
	margin: 0; 
	}
table {
	border-collapse: collapse;
	border-spacing: 0;
	}
fieldset, img, abbr {
	border: 0;
	}
address, caption, cite, code, dfn, em, 
h1, h2, h3, h4, h5, h6, strong, th, var {
	font-weight: normal;
	font-style: normal;
	}
ul {
	list-style: none;
	}
caption, th {
	text-align: left;
	}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.0em;
	}
q:before, q:after {
	content: '';
	}
a, ins {
	text-decoration: none;
	}
	
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on August 23, 2010 */
@font-face {
	font-family: 'MuseoSans500';
	src: url('museosans_500-webfont.eot');
	src: local('☺'), url('museosans_500-webfont.woff') format('woff'), url('museosans_500-webfont.ttf') format('truetype'), url('museosans_500-webfont.svg#webfontZcIHVg76') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* http://www.alistapart.com/articles/howtosizetextincss/ */
body {
	font-family: Georgia, Times, "Times New Roman", serif; 
	font-size: 100.1%;
	line-height: 1.125em;
}

/*
body#home {background: #0f121b url(design/acm+_body_bg_01.jpg) repeat-y fixed 50% 0%;}
body#de {background: #0f121b url(design/acm+_body_bg_01.jpg) repeat-y fixed 50% 0%;}
body#uk {background: #0f121b url(design/acm+_body_bg_01.jpg) repeat-y fixed 50% 0%;}
body#nieuwsbrief {background: #0f121b url(design/acm+_body_bg_01.jpg) repeat-y fixed 50% 0%;}
*/

#container {  
	margin: 0 auto 0 auto;
	padding: 0;
	width: 700px;
	text-align: left;
}

#container {background:#fff; background:rgb(255,255,255); background:rgba(255,255,255,0.9);}

#header {
	margin-bottom: 0;
	padding: 0;
	height: auto;
	width: 700px; /* 700 - 2 x 40! */
	background-color: #2f4350;
	float: left; /* Make parent float if children float! */
	display: inline; /* Make div line up to the left in IE6(win)! */
}

h1#site-name {
	padding: 10px 0 14px 0;
	font-size: 4em;
	line-height: 100%;
	font-family: 'MuseoSans500','Lucida Grande', 'sans serif';
	color: #fff;
	font-weight: normal;
	float: left;
	display: inline;
	background-color: #2f4350;
	text-transform: uppercase;
	white-space: pre; /* everything on one line! */
	overflow: hidden;
	width: 700px;
	text-indent: -20px;
}

/* De + in ACM+ ... */
h1#site-name span {
	display: inline;
	margin-bottom: 20px;
	vertical-align: top;
}

p#talen {
	padding: 10px 40px 10px 0;
	font-size: 1em;
	line-height: 100%;
	color: #dcdcdc;
	font-weight: normal;
	float: left;
	display: inline;
	font-family: 'Lucida Grande', Arial, 'sans serif';
	text-transform: uppercase;
	background-color: #bebebe;
	width: 660px; /* 700 minus padding! */
	text-align: right;
	color: #fff;
}

/*
p#talen {
	background:#000; background:rgb(0,0,0); background:rgba(0,0,0,0.1);
}
*/

p#site-slogan {
	font-size: 1.2em;
	line-height: 100%;
	color: #3e465c;
	font-weight: normal;
	float: left;
	display: inline;
	padding-right: 6px;
	font-family: 'Lucida Grande', 'sans serif';
}

p#nieuws {
	font-size: 0.8em;
	line-height: 120%;
	color: #fff;
	font-weight: normal;
	float: left;
	display: inline;
	padding: 10px 40px 10px 40px;
	font-family: 'Lucida Grande', 'sans serif';
	text-transform: uppercase;
}

p#share {
	float: left;
	display: inline;
	padding: 0 0 10px 40px;
	font-family: 'Lucida Grande', 'sans serif';
	text-transform: uppercase;
}

#navfirst {
	clear: both;
	float: left;
	width: 620px; /* 700 - 2 x 40! */
	background-color: transparent;
	border-bottom: 1px solid #4d6d82;
	margin: 10px 40px 0;
}

#navsecond {
	clear: both;
	float: left;
	width: 620px; /* 700 - 2 x 40! */
	background-color: transparent;
	border-bottom: 1px solid #4d6d82;
	margin: 14px 40px 20px;
}

ul.directory  {
	float: left; /* Make parent float if children float! */
	padding-bottom: 10px;
}

ul.directory li {
	float: left;
	padding: 0 6px 6px 2px;
	color: #464f68;
	white-space: nowrap;
	display: inline;
	font: normal 1em/120% Arial, "sans-serif";
	text-transform: uppercase;
	word-spacing: 0.5em;
}

#navsecond ul.directory li {
	font-size: 0.8em;
	padding: 0 6px 6px 2px;
	color: #464f68;
}

ul.directory li a ins {
	color: #888;
}

#main {
	margin: 0; 
	padding: 0;
	background-color: transparent;
	clear: both;
}

.article {
	margin: 20px 40px 30px; 
	padding: 0;
	background-color: transparent;
} 

h3 {
	font-family: 'MuseoSans500','Lucida Grande', 'sans serif';
	font-size: 2.4em;
	background-color: transparent;
	line-height: 120%;
	color: #385061;
	margin-bottom: 10px;
}

h3 em {
	font-style: italic;
}

p { 
	margin-bottom: 10px;
	padding: 0;
	color: #3d5768;
	font-size: 1.1em;
	background-color: transparent;
	line-height: 150%;
	font-weight: normal;
	font-style: normal;
}

p cite {
	float: left;
	font-size: 1.6em;
	font-weight: normal;
	margin: 0 20px 0 0;
	padding: 4px 6px 10px;
	line-height: 100%;
	color: #eaeaea;
	background-color: #314654;
}

p.site { 
	float: left;
	margin: 10px 0 20px 0;
	padding: 0;
	color: #3e465c;
	font-size: 0.875em; /* 14px */
	background-color: transparent;
	line-height: 150%;
	font-style: italic;
}

p.voetnoot { 
	clear: both;
	margin: -10px 0 40px 0;
	padding: 0;
	color: #3e465c;
	font-size: 0.875em; /* 14px */
	background-color: transparent;
	line-height: 150%;
	font-style: italic;
}

p span.left { 
	float: left;
	margin: 8px 20px 4px 0;
}

/* margin-right 10px om rechts correct uit te lijnen met img bottom > width img bottom is 10px te smal > ... !? */
p span.right { 
	float: right;
	margin: 8px 10px 4px 20px; 
}

p span.bottom { 
	float: left;
	margin-top: 10px;
}

p strong {
	font-weight: bold;
}

p em {
	font-style: italic;
}

p.notabene {
	font-size: 0.875em; /* 14px */
	margin: 0;
	padding: 20px 0;
	border-top: 0px solid #333;
	border-bottom: 0px solid #bebebe;
}

p.social {
	clear: both;
	float: left;
	padding-bottom: 10px;
}

p.tijd {
	clear: both;
	margin: 0;
	padding-top: 10px;
	font-size: 0.875em; /* 14px */
}


/* My first Sprite! */
p.tothetop
{
	clear: left;
	text-align: left;
	margin: 0 40px 30px;
	border-bottom: 0px solid #fff;
	line-height: 100%;
	width: 620px;
	height: 20px;
	background-image: url(design/tothetop_sprite.gif);
	text-indent: -999em;
}

p.tothetop a {height: 20px; display: block;}
p.tothetop a:hover {background: url(design/tothetop_sprite.gif) 0 -20px;}

table {
	margin: 0 0 10px 0;
	width: 620px;
	color: #3e465c;
	background-color: transparent;
}

tr {
	width: 100%;
}

th {
	padding-bottom: 10px;
	text-align: left;
}

td {
	padding: 0.4em;
	border: 1px solid #fff;
	font-size: 1.125em; /* 18px */
}

a:link { 
	text-decoration: none;
	color: #938186;
}

/* Andere a:visited kleur werkt niet overal i.v.m. gebruik scripts! */
a:visited { 
	text-decoration: none;
	color: #938186;
}
	 
a:hover { 
	text-decoration: none;
	color: #2f4350;
	background-color: transparent;
}

a:focus { 
	text-decoration: none;
	color: #2f4350;
	background-color: transparent;
}

a:active { 
	text-decoration: none;
	color: #938186;
}

.article p a {
	color: #3d5768;
	border-bottom: 1px solid #b2b2b2;
	padding: 0px 2px 2px;
	text-decoration: none;
	background-color: transparent;
}

.article p a:visited {
	color: #3d5768;
	border-bottom: 0px solid #3d5768;
	text-decoration: none;
}

.article p a:hover, .article p a:focus {
	color: #3d5768;
	border-bottom: 0px solid #3d5768;
	text-decoration: none;
	background-color: #dedede;
}

.article p a:active {
	color: #3d5768;
	border-bottom: 0px solid #3d5768;
	text-decoration: none;
}

/* to deactivate a on images (float:left is necessary!) */
a img {
	float: left;
	border: none !important;
	background: none;
	margin-bottom: 10px;
}

h1#site-name a { 
	padding: 0 4px;
}

p#talen a { 
	padding: 0;
	background: transparent;
}

p#talen a:hover, p#talen a:focus  { 
	color: #fff;
}

h1#site-name a { 
	text-decoration: none;
	color: #fff;
	background-color: #3e465c;
}

#home p#talen a.nl, #de p#talen a.de, #uk p#talen a.uk { 
	text-decoration: none;
	color: #3e465c;
	background-color: transparent;
	cursor: default;
}


#footer {
	clear: left; /* p.tothetop has a float:left! */
 	height: 300px;
 	margin: 20px 0 0 0;  
	padding: 20px 0 40px;
	border-top: 0px solid #ff5800;
	background-color: #171b28;
}

.footer {
	margin: 20px 40px 0; 
	padding: 0;
	background-color: transparent;
}

.footer h3 {
	font-size: 1.250em; /* 20px */
}

.footer p {
	color: #b1b1b1;
	font: 0.875em Segoe, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
	text-align: center;
	line-height: 140%;
	vertical-align: middle;
}

.footer p strong {
	font-weight: bold;
}

.footer a:link { 
	text-decoration: none;
	color: #1166a4;
}

.footer a:visited { 
	text-decoration: none;
	color: #1166a4;
}
	 
.footer a:hover { 
	text-decoration: none;
	color: #c80031;
	background-color: #000;
}

.footer a:active { 
	text-decoration: none;
	color: #1166a4;
}

/* @group form */
/* http://www.alistapart.com/articles/prettyaccessibleforms */
/* zemContactForm */

form.zemContactForm {
	clear: left;	
	color: #515151;
	margin: 0 30px 20px 0;
	padding: 20px 20px 20px 0;
	background-image: url(#);
	border-bottom: 0px solid #999;
}

/* waar komt deze div vandaan!? */
form.zemContactForm div {
	margin: 0;
	padding: 0;
}

form.zemContactForm ol {
    margin: 0;
    padding: 0;
}

form.zemContactForm li {
    list-style: none;
    padding: 5px 0;
    margin: 0;
    font-size: 1.000em; /* 16px */
	line-height: 100%; 
}

form.zemContactForm li em {
    font-size: 1.125em; /* 22px */
	color: #e8391e;
	font-weight: bold;
}

/* to position label< >input visual ok!  */
form.zemContactForm li label {
    margin-bottom: -8px;
    font-family: "Lucida Grande", Lucida, "Lucida Sans Unicode", Verdana, sans-serif; /* !? */
	font-size: 1.000em; /* 16px */
    
}

form.zemContactForm label {
    display: inline-block;
    line-height: 1.8;
    vertical-align: top;
}

form.zemContactForm input {
    font-size: 0.875em; /* 14px */
    width: 300px;
    padding: 4px;
    border: 1px solid #999;
	color: #6b6a6b;
	
}

form.zemContactForm textarea {
	margin: 0 0 10px 0;
	padding: 4px;
	width: 450px;
	font-family: "Lucida Grande", Lucida, "Lucida Sans Unicode", Verdana, sans-serif; /* !? */
	font-size: 0.875em; /* 14px */
	border: 1px solid #999;
	cursor: auto;
	color: #6b6a6b;
}

form.zemContactForm select#zemDoSubscribe {
	margin: 5px 0 0 10px;
	font-size: 0.875em; /* 14px */
	color: #515151;
	padding: 0 6px 2px 2px;
}

form.zemContactForm input.zemSubmit {
	margin: 20px 0 0;
	padding: 2px 4px;
	font-size: 1.000em; /* 16px */
	width: auto;
	border: 1px solid #999;
	background: #fff;
	cursor: pointer;
	color: #9d9896;
}

form.zemContactForm button.zemSubmit img {
	border: 0;
}

form.zemContactForm input.zemSubmit:hover {
	border: 1px solid #999;
	color: #2f4350;
	background-color: #fff;
}

/* Ok ... so not for IE6! */
input[type="text"] {
	background-color: #fff;
	}

input[type="text"]:focus {
	background-color: #f4f4f4;
	}

textarea {
	background-color: #fff;
	}

textarea:focus {
	background-color: #f4f4f4;
	}

select:focus {
	background-color: #f4f4f4;
	}

/* zemError */

ul.zemError {	
	width: 500px;
	padding: 0 5px 20px 0;
	margin: 0 0 20px 0px;
	list-style: none;
}

ul.zemError li {	
	font-size: 1.000em; /* 16px */
	line-height: 160%; 
	color: #e8391e;
	background-color: transparent;
	font-weight: normal;
}

ul.zemError li {
	font-style: italic;
}

.zemThanks {
	margin: 60px 0;
	padding: 20px 0;
	border-top: 1px solid #e8391e;
	border-bottom: 1px solid #e8391e;
}

.zemThanks p {
	width: auto;
	margin: 20px 20px 10px 0;
	padding: 10px 0 10px 0;
	font-size: 1.2em;
	line-height: 160%; 
	color: #515151;
	background-color: transparent;
	display: inline; /* voor IE6/win > margin and float bug! */
}

/* @end */

/* @group clearfix */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* IE6 and IE7 */
.clearfix {
zoom: 1;
}

/* @end */






