/*
	Main parts in container for layout.tpl
	This uses #M0_container to put the following in
	---------------------------------
	-           M1_top				-
	---------------------------------
	-           M1_banner           -
	---------------------------------
	-          M1_topmenu           -
	---------------------------------
	-					            -
	-					            -
	-         M1_middle             -
	-					            -
	-					            -
	---------------------------------
	-         M1_bottommenu			-
	-         M1_adminmenu			-
	---------------------------------
	-         M1_disclaimer         -
	---------------------------------
	             M1_buffer              

	M1_middle consists of:
	---------------------------------
	-					  -         -
	-					  -         -
	-	  M2_inhoud 	  - M2_menu -
	-					  -         -
	-					  -         -
	---------------------------------

	M2_inhoud consists of:
	-----------------------
	-	  M3_heading	  -
	-----------------------
	-	   M3_error	      -
	-----------------------
	-	  M3_browser	  -
	-----------------------
	-	  M3_content	  -
	-----------------------
	-	  M3_browser	  -
	-----------------------
*/

#M0_container {
  width: 830px;
  height: 100%;
  margin: 0px auto; /* center */
  border: solid 0px #fff;
} 
#M1_top {
	height: 10px;
}
#M1_banner {
	height: 130px;
  background: #330033 url(Queenys.jpg) no-repeat left;	
  border: solid 0px #fff;
}
#M1_banner img {}
#M1_topmenu {}
#M1_middle {
  width: 100%;
  background: url(Queenys_body_filler.jpg) repeat left top;
  border: solid 0px #fff;
  overflow: auto;
	}
	* html #M1_middle { height: 100%; width: 100%; } /* for internet explorer */
#M1_bottommenu {}
#M1_adminmenu {}
#M1_disclaimer {
  height: 25px; 
  background: #330033 url(Queenys_body_bottom.jpg) no-repeat right top;
  border: solid 0px #fff;
	}
	* html #M1_disclaimer { height: 25px; } /* for internet explorer */
#M1_disclaimer table p { color: #fff; margin: 5px 10px 0 10px; text-align: center; font-size: 0.8em; }
#M1_disclaimer a, #M1_disclaimer a:visited { text-decoration: none; color: #ffffcc; }
#M1_disclaimer a:hover { color: white; text-decoration: underline; }
#M1_buffer {
	bottom: 45px; 
	overflow: auto;
	text-align: left;
	padding: 10px;
	border: 2px dashed red;
	background: white;
	}

#M2_menu {
	width: 300px; 
	float: left;
	text-align: right;
	}
	
#M2_content {
	width: 530px;
	background: url(Queenys_body.jpg) no-repeat left top; 
	float: right;
	text-align: justify;
	}

/* inside M2_content */
#M3_heading {
	margin: 0 2% 0 2%;
	padding-bottom: 15px;
	text-align: left;
	font-size: 1.5em;
	}
#M3_error {}
#M3_browser {}
#M3_leftbrowser {}
#M3_pagebrowser {}
#M3_rightbrowser {}

#M3_content {
	margin: 0 2% 0 2%;
	min-height: 526px;
/*	overflow: auto;
*/
}

* html #M3_content { min-height: 526px; } /* for internet explorer */

/* inside M2_menu */
/* M2_menu -> main menu */

#mainmenu {
	margin-bottom: 20px;
}
#mainmenu dl {
	margin: 0 auto;
	padding: 0 30px 0 0;
	background: inherit;
}
#mainmenu dt {
	margin: 0;
	padding: 0px;
	font-size: 1.0em;
	font-weight: bold;
	color: #000;
	border-bottom: 2px solid #000;
	background: inherit;
}

#mainmenu dd {
	margin: 0;
	padding: 10px 0 10px 0;
	font-weight: bold;
	color: #f8c5f8;
	font-size: 1.8em;
/* border-bottom:1px solid #000;*/
	background: inherit;
}

#mainmenu a, #mainmenu a:visited {
	color: #f8c5f8;
  font-weight: bold;
	text-decoration: none;
	display: block;
	background: inherit;
}
#mainmenu a:hover {
	color: #764376;
}
#menu dd div {
  padding-left: 25px;
  font-weight: normal;
  color: #363527;
}

#menu span a, #menu span a:visited {
	background-color: inherit;
  color: #363527;
  font-weight: normal;
  padding-left: 25px;
}
#menu a:hover, #menu span a:hover {
	background: inherit;
	color: #764376;
}
ol li {font-size:10px;}

.mid {
  background-image: url(../../images/menu_mid.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
	padding-left: 20px;
	height: 17px;
}
.last {
  background-image: url(../../images/menu_last.gif);
	background-repeat: no-repeat;
	background-position: 4px 0px;
	padding-left: 20px;
	height: 17px;
}

/* Boxed boxes ;-)
--------------------------------------------------*/
#boxed {
	padding: 0px;
	margin: 0px;
	border: 0px solid #000;
}
#boxed .boxtitle {
	padding: 2px 5px 2px 5px; 
	margin: 2px;
	overflow: hidden;
	font-size: 1.2em;
	border: 0px solid #000;
}
#boxed .boxcontent {
	padding: 2px 5px 2px 5px; 
	margin: 2px 2px 10px 2px;
	overflow: hidden;
	border: 0px solid #000;
}
#boxed .boxsubcontent {
	width: 70%;
	margin: 5px;
	padding: 5px;
	overflow: hidden;
	font-size: 0.9em;
	border: 1px solid #515944;
	background: #888b78;
	float: right;
}
#boxed .boxgray {
	color: #C0C0C0;
}
#boxed .boximage {
	width: 120px;
	min-height: 123px;
	text-align: center;
	float: left;
	padding: 2px; 
	margin: 2px;
	overflow: hidden;
	font-size: 0.9em;
	font-weight: bold;
	border-left: 1px solid #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #A2A;
	border-right: 1px solid #000;
	background: #efa;
}

#boxed .boximageleft {
	text-align: center;
	float: left;
	padding: 2px; 
	margin: 0px;
	overflow: hidden;
	font-size: 0.9em;
	font-weight: bold;
}

/* PAGINATION */
.pagination	{ float: left; margin: 0px; padding: 0; }
.pagination ul	{ margin: 0; padding: 0; }
.pagination li	{ float: left; list-style: none; padding: 2px 5px; }

.pagination li, .pagination a	{  }

.pagination .previous	{ font-weight: bold; margin-left: 25px; }
.pagination .next	{ font-weight: bold; }
.pagination .readout	{ font-weight: bold; }

.pagination .current	{ border: solid 1px #7f7f7f; }

/* Module: Gallery
--------------------------------------------------*/
#gallery {
	margin: auto;
}
.thumbnail {
	text-align: center;
	float: left;
	margin: 0px;
	overflow: hidden;
	font-size: 0.8em;
}

