@charset "UTF-8";
/* css file */

/* ------------------------------------------------------------------------- 
   Reset all page elements - Eric Meyer - v1.0 | 20080212 - DON'T TOUCH !!!
------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, 
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	vertical-align: baseline;
	font-family: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	}
	
/* remember to define focus styles! */
:focus {
	outline: 0;
	}
body {
	background: white;
	line-height: 1;
	color: black;
	}
ol, ul {
	list-style: none;
	}
	
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
	}
caption, th, td {
	font-weight: normal;
	text-align: left;
	}
	
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
	
blockquote, q {
	quotes: "" "";
	}

/* ------------------------------------------------------------------------- 
   General
------------------------------------------------------------------------- */

html, body {
	color: #333; 
	background-color: #ddd;
	background-image: url(../img/bg_pattern.jpg);
	background-repeat: repeat; 
	text-align: center;
	}

/* ------------------------------------------------------------------------- 
	Wrapper
-----------------------------------------------------------------------------*/

div#shadow {
	width: 980px;
	margin:0 auto;
	background-image: url(../img/shadow_bg.gif);
	background-repeat: repeat-y;
	background-position: top;
	}

div#wrapper { 
	width:950px;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 15px; 
	padding-bottom: 15px; 
	background-color: #fff;
	}


/* ------------------------------------------------------------------------- 
	Typography
-----------------------------------------------------------------------------*/
   
body { font: 62.5%/1.35 "Trebuchet MS", Verdana, Arial, sans-serif; }

/* ------------------------------------------------------------------------- 
	Headings
-----------------------------------------------------------------------------*/
 
h1, h2, h3, h4, h5, h6 { color: #000; }

h1 { font-size: 1.15em; }
h2 { font-size: 1.5em;  }
h3 { font-size: 1.25em; }
 
p, ul, ol, dl {
	font-size: 1.1em;
	margin-bottom: 0.5em;
	}

/* ------------------------------------------------------------------------- 
	Links
-----------------------------------------------------------------------------*/

a {
	font-size: 1.2em;
	color: #000;
	text-decoration: none;
	}

a:link 		{ color: #333; }
a:visited 	{ color: #333; }
a:hover 	{ color: #111; }
a:active 	{ color: #111; }
p a { font-size:1em; color: #394f4c; text-decoration:underline; }
p a:hover { text-decoration:none; }


/* ------------------------------------------------------------------------- 
	Header
-----------------------------------------------------------------------------*/

#header {
	margin-left: 15px;
	margin-right:30px;
	}

/* ------------------------------------------------------------------------- 
	Header - Main Navigation
-----------------------------------------------------------------------------*/

#header #navbox {
	float:left;
	display: inline;
	height:400px; /* height*/
	width: 210px;
	border-right:1px solid #D0CAC3;
	}


#header #navbox a#museeumlogo {
	float: left;
	display: inline;
	width: 195px; 
	margin-top:15px;
	margin-left: 5px;
	}

#header #navbox #navbar {
	clear: left;
	float: left;
	display:inline;
	margin-left:15px;
	margin-top:15px;
	width: 180px;
	}

#header #navbox #navbar ul#mainmenu {
	width: 180px;
	margin:0;
	text-align: right;
	font-weight: bold;
	font-size: 1.1em;
	}

#header #navbox #navbar ul#mainmenu li {
	border-top:1px solid #D0CAC3;
	padding-top: 5px;
	padding-bottom: 5px;
	} 

#header #navbox #navbar ul#mainmenu li a {
	display:block; 
	color: #332E27;
	}

/* ------------------------------------------------------------------------- 
	Header - Sub Navigation
-----------------------------------------------------------------------------*/

#header #navbox #navbar ul#mainmenu li ul.submenu {
	margin:0;
	font-size: 1em;
	font-weight: bolder;
	}

#header #navbox #navbar ul#mainmenu li ul.submenu li {
	border:none;
	padding:0;
	}

#header #navbox #navbar ul#mainmenu li ul.submenu li a {
	display: inline;
	color: #7F8F4F;
	line-height: 1.5em;
	}

/* ------------------------------------------------------------------------- 
	Header - mediabox
-----------------------------------------------------------------------------*/

#header #mediabox {
	float:right;
	display:inline;
	width: 680px;
	text-align: right;
	}

#header #mediabox  h1 { 
	float:left;
	display:inline;
	width:450px;
	padding-top:12px;
	text-align:left;
	color: #394F4C;
	}
	
#header #mediabox  p {
	float:left;
	clear:left;
	display:inline;
	width: 450px;
	margin-bottom:0;
	line-height: 1.6em; 
	text-align: left;
	color: #394F4C;
	}

#header #mediabox  a#aboutbreman {
	float:left;
	clear:left;
	display: inline;
	width: 450px;
	text-align: left;
	line-height: 1.6em; 
	font-weight: bold;
	color: #394F4C;
	}
	
/* ------------------------------------------------------------------------- 
	Header - mediabox - search field
-----------------------------------------------------------------------------*/

#header #mediabox #inputArea {
	position: relative;
	top:30px;
	right:0;
	clear:right;
	margin:0;
	padding:0;
	padding:0;
	}

#header #mediabox #inputArea fieldset {
	float:right:
	display:inline;
	}

#header #mediabox #inputArea fieldset input#searchfield {
	font-size:1.1em;
	width:155px;
	padding:4px 2px 4px 2px;
	border:1px solid #c2c2c2;
	margin-right:2px;
	}

.activeField {
	background-image: url(../img/searchbox_bg_blank.gif );
	background-position: top left;
	background-repeat: repeat-x;
	border: none;
	}

.idle {
	background-image: url(../img/searchbox_bg.gif );
	background-position: top left;
	background-repeat: no-repeat; 
	border: none;
	}

#header #mediabox #inputArea fieldset input#searchsubmit {
	background:#394F4C none repeat scroll 0 0;
	border: none;
	cursor:pointer;
	font-size:1.1em;
	height:22px;
	width:30px;
	color: #fff;
	}

#header #mediabox #flashbox {
	float:left;
	clear:left;
	display:inline;
	width: 680px;
	padding-top: 15px;
	}

/* ------------------------------------------------------------------------- 
	Main Content
-----------------------------------------------------------------------------*/

#maincontent {
	float:left;
	clear:both;
	display:inline;
	margin-top:15px;
	margin-left: 30px;
	margin-right: 28px;
	border-top: 1px solid #D0CAC3;
	text-align: left;
	}

#maincontent h2,
#maincontent h3, 
#maincontent p, 
#maincontent a {
	padding-left: 20px;
	padding-right: 20px;
	}

#maincontent h2 {
	font-size: 1.5em;
	padding-top:10px;
	padding-bottom:8px;
	font-weight: bold;
	color: #394F4C;
	}

#maincontent h3 {
	font-size: 1.25em;
	font-style: italic;
	}

#maincontent p {
	font-size: 1.1em;
	line-height: 1.55em;
	padding-bottom: 10px;
	}

#maincontent a {
	font-size: 1.1em;
	font-weight: bold;
	text-decoration: underline;
	color: #394F4C;
	}

/* --- --------------------------------------------------- --- */

#maincontent #specials {
	float:left;
	display:inline;
	width: 240px;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin-right:15px;
	margin-top:15px;
	background: #fff url(../img/gradient_01.jpg) repeat-x 0 0;	
	}

#maincontent #specials #buttons {
	float:left;
	display:inline;
	width: 240px;
	height:100px;
	margin-top: 5px;
	background-image: url(../img/button_bg2.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	}

#maincontent #specials #buttons a { 
	float:left;
	width: 85px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
	text-indent: 1em;
	text-decoration: none;
	padding:0;
	}

#maincontent #specials #buttons a.join { 
	margin-top: 14px;
	padding-top:7px;
	padding-bottom:6px;
	}

#maincontent #specials #buttons a.donate {
	clear: left;
	margin-top: 10px;
	padding-top:7px;
	padding-bottom:6px;
	}

#maincontent #specials #buttons p {
	padding-right: 15px;
	padding-left: 105px;
	padding-top: 15px;
	font-size: 1.1em;
	line-height: 1.55em;
	}

#maincontent #specials h2 {
	float:left;
	clear: left;
	padding:0;
	margin:0;
	margin-top: 25px;
	margin-bottom: 15px;
	text-indent: 20px;
	width: 240px;
	}

#maincontent #specials .highlights {
	float:left;
	clear:left;
	display:inline;
	width: 210px;
	margin-right: 10px;
	margin-left: 20px;
	margin-bottom: 5px;
	height:50px; /* spacing for 2 lines ....  */
	}

#maincontent #specials h3 {
	color: #394F4C; 
	text-align: left; 
	margin:0; 
	padding:0; 
	}
	
#maincontent #specials h3 a {
	color: #394F4C;
	text-align: left;
	margin:0;
	padding:0;
	text-decoration: none;
	font-size: 1em;
	display: block;
	font-weight: normal;
	}

#maincontent #specials h3 img {
	float:left;
	clear: left;
	display: inline;
	margin-right: 15px;
	}

#maincontent #specials a {
	padding-top:15px;
	float:left;
	clear:left;
	display: inline;
	width: 200px;
	}

/* --- --------------------------------------------------- --- */

#maincontent #previews {
	float:left;
	display:inline;
	width: 635px;
	margin-top: 15px;
	min-height:400px;
	height:auto !important;
	height:400px;
	border-left:1px solid #D0CAC3;
	background: url(../img/preview_bg_ext.jpg) repeat-y 0 0;
	}

#maincontent #previews #exhibition {
	float:left;
	display:inline;
	width: 200px;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin-left:15px;
	background: url(../img/gradient_02.jpg) repeat-x 0 57px;
	}

#maincontent #previews #happenings {
	float:left;
	display:inline;
	width: 200px;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin-left:10px;
	background: url(../img/gradient_03.jpg) repeat-x 0 57px;	
	}
#maincontent #previews #happenings h2,
#maincontent #previews #happenings a { color: #889A51;}

#maincontent #previews #treasures {
	float:left;
	display:inline;
	width: 200px;
	min-height:400px;
	height:auto !important;
	height:400px;
	margin-left:10px;
	background: url(../img/gradient_04.jpg) repeat-x 0 57px;
	}

/* ------------------------------------------------------------------------- 
	Footer
-----------------------------------------------------------------------------*/

#footer {
	clear: both;
	float:left;
	display:inline;
	width: 890px;
	margin-left: 30px;
	margin-right: 30px;
	text-align: right;
	background-color: #fff;
	}

#footer img {
	float:right;
	padding-top: 20px;
	padding-left: 30px;
	}

#footer p {
	padding-top:20px;
	padding-bottom: 15px;
	margin-bottom: 0;
	color: #332E27;
	}
	
/* ------------------------------------------------------------------------- 
	Footer - navigation
-----------------------------------------------------------------------------*/

#footer p {	font-size: 1.1em; }

#footer ul#footernavigation  { 
}

#footer ul#footernavigation  li {
	display: inline;
	padding:0 8px 0 0;
	border-right:1px solid #889A51;
	border-left:1px solid #fff;
	}

#footer ul#footernavigation  li.noline { border: none; padding:0; 	}

#footer ul#footernavigation  li a {
	color: #889A51;
	padding:0 0 0 5px;
	font-size: 1.1em;
	line-height: 1em;
	font-weight: bold;
	}

/* ------------------------------------------------------------------------- 
	Helpers
-----------------------------------------------------------------------------*/

.spaceafter { display:block; padding-bottom: 20px; }

.clear { clear:both; float:left; display:inline; }

/* =Clearfix (all browsers)--------------------------------*/

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

/* IE6 */ * html .clearfix {height: 1%;}
/* IE7 */ *:first-child+html .clearfix {min-height: 1px;}
