/*
# Manne van die Woord CSS
# ------------------------------------------------------------------------
# Build Communication
# License:  Creative Commons Attribution 3.0 License
# Based on joomla 1.5 free template - JoomlAxe
*/
/*
	960 Grid System ~ Core CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* =Containers
--------------------------------------------------------------------------------*/

.container_16
{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	
}

/* =Grid >> Global
--------------------------------------------------------------------------------*/

.grid_4, .grid_5, .grid_8, .grid_11 {
	display: inline;
	float: left;
	margin-left: 10px; /*margins was 10*/
	margin-right: 5px;
	/*overflow: hidden;*/
	
	}

.container_16 .grid_4 {
	width: 220px;
	}
.container_16 .grid_5 {
	width:280px
	}
.container_16 .grid_8 {
	width: 460px;
	}
.container_16 .grid_11 {
	width:640px
	}
/* =Grid >> Children (Alpha ~ First, Omega ~ Last)
--------------------------------------------------------------------------------*/

.alpha
{
	margin-left: 0;
}

.omega
{
	margin-right: 0;
}

/* http://sonspring.com/journal/clearing-floats */

html body * span.clear,
html body * div.clear,
html body * li.clear,
html body * dd.clear
{
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://www.positioniseverything.net/easyclearing.html */

.clearfix:after
{
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}

.clearfix
{
	display: inline-block;
}

* html .clearfix
{
	height: 1%;
}

.clearfix
{
	display: block;
}

/* ----- general ----- */
html, body, form, fieldset {
	margin: 0;
	padding: 0;
}
html {
	background-image: url(../images/bg-body3.gif);
	overflow-y: scroll;
	height: 100%;
}
body {
	
	font-size: 12px;
	line-height: 1.5em;

}

#wrapper {
	width:980px;
	margin: 0 auto;
	background-color: #fff;
	height: 100%;
	border: 2px solid #b9b9b9;
	}

body#background{
	font: 11px/165% 'Lucida Grande', Verdana, Helvetica, sans-serif;
	color: #666666; 	
	margin: 10px 0 0 0; 
	padding: 0 0 50px 0; 
	
}

/* Normal link */
a:link, a:visited {
	text-decoration: none;
	color: #be4b12;	
}

a:hover, a:active {
	border-bottom: 1px dotted #AE855C;	
}

a img {
	border: none;
	text-decoration: none;
}

/* Headers */
h1, h2, h3, h4 {
	font: bold 1em/1.5em Georgia, 'Times New Roman', Times, serif;
	color: #444;
	padding: 10px 15px 7px 15px;	 
}
h1 { font-size: 3.7em; font-weight: normal; letter-spacing: -2px; }
h2 { font-size: 2.8em; font-weight: normal; color: #663333; }
h3 { font-size: 2em; font-weight: normal; letter-spacing: -0.5px; padding-top: 5px}
h4 { font-size: 1.3em; }

/* Lists */
ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: disc; }
ol { list-style: decimal; }

dt {
  font-weight: bold;
  color: #7BA857;
}
dd {
  padding-left: 25px; 
}
p { padding: 5px 0; }
dl { padding: 10px 15px; }


/* Images 
img {
	background: #FAFAFA;
    border: 1px solid #DCDCDC;
	padding: 5px;
}*/


fieldset {
	margin: 0;
	padding: 0;
	border: none;
} 

/*Fotos*/

.object {
 float: left;
margin: 10px 15px 5px 0;
padding: 5px;
border: 1px solid #ccc;
}

.object p {
padding: 3px;
margin: 3px 0 0 0;
background-color: #f1f1f1;
}


/* Content Table Styles*/
table.data {
	border-collapse: collapse;
	width: 100%;
	}


.data tr td {
	padding: 6px 15px 6px 3px;
	vertical-align: top;
	
	}
	
.data tr th {
	background-color: #6A9DBE;
	color: #fff;
	text-align: left;
	padding: 3px 15px 3px 3px;
	}	
	
.data tr.odd {
	background-color: #f1f1f1;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
	
/* Content Table Styles*/

/* ================================ Layout ================================*/
/*----Top navigation - user 3*/
#top-nav {
	width: 100%;
	border-bottom: 2px solid #ccc;
	height: 25px;
	background-color: #f1f1f1;
	z-index: 10000;

	}

/* Search */
.search{
	background:#ffffff url(../images/h-search.gif) no-repeat scroll 0 0;
	float: right;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height:25px;
	margin:0;
	padding:0;
	width:212px;
	z-index:999999;
	}

fieldset.searchResult {
border-left: 1px solid #ccc;
background-color: #f6f6f6;
}

#searchForm .label {
text-align: right;
font-weight: bold;
}


/* Wrapper */
#content-outer {
	background: #fff;
	width: 100%;
	padding: 5px 0;		
	border-bottom: 1px solid #E8E8E8;	
	text-align: left;		
	
}
#content-wrapper {
	margin: 0 auto;	
	background: #fff;	
	padding-bottom: 35px;
	padding-top: 5px;		
	overflow: auto;
}

/* Header */
#header-wrap {
	width: 100%;
	background-color: #fff;
	margin: 0; padding: 0; 
}
#header {
	position: relative;
	margin: 0 auto;
	background: url(../images/mvdw-logo5.jpg) left 38px no-repeat;
	height: 259px;
	border-bottom: 2px solid #ccc;
}
#header h1#logo-text { margin: 0; padding: 0; }
#header h1#logo-text a {
	position: absolute; 
	margin: 0; padding: 0 5px 0 0;
	font: normal 75px Georgia, 'Times New Roman', Times, serif;
	letter-spacing: -6px;
	color: #93b876;
	text-decoration: none;
		
	/* change the values of top and left to adjust the position of the logo*/
	top: 90px; left: 20px;	
}
#header h1#logo-text a:hover { border: none; }
#header p#intro {
	position: absolute;
	margin: 0; padding: 0;
	font-family: Georgia, 'Times New Roman', Times, Serif;
	font-weight: normal;
	font-size: 17px;
	line-height: 1.6em;
	font-style: italic;
	letter-spacing: -.5px;
	color: #7ba45b;
	width: 400px;
	
	/* change the values of top and left to adjust the position */
	top: 175px; left: 110px;		
}

#header #header-image {
	/*position: absolute;
	left: 10px; top: 35px;*/
	
	
	width: 280px;
	height: 209px;	
}

.contain {
height: 300px;
width: 99%;
border: 1px solid #ccc;
}

.contain .lefty {
float: left;
width: 48%;

}

#header #slogan {
	margin-top: 10px;
	width: 640px;
	height: 209px;
	}

#breadcrumb-wrapper{
	width: 100%;
	background: #fff;
	
}

.moduletablebread {
padding-left: 25px;
background:transparent url(../images/bread.gif) no-repeat left 50%;
	}
	
.breadcrumb{
	width: 946px;
	background:transparent url(../images/border.gif) repeat-x scroll left bottom;
	margin: 0 auto;
	overflow: hidden;
	padding: 3px;
}

#newsflash {
width: 100%;
}

#user1 {
border-bottom: 1px solid #ccc;
padding-bottom: 15px;
margin-bottom: 15px;
margin-top: 12px;
}

img {
border: none:
}



/* ================================= Footer =============================*/
#footer-wrapper {
	clear: both;
	margin: 0 auto;
	text-align: left;			
}

/* footer-content */
#footer-content {
	float: left;	
	width: 100%;	
	padding: 0 0 35px 0;				
	margin: 10px 0 0 5px;			
}

/* footer-bottom */
#footer-bottom {
	clear: both;
	border-top: 1px solid #dadada;
	width: 940px;
	margin: 0 auto;	
	font-family: 'Trebuchet MS', 'Helvetica Neue', Arial, sans-serif;
}
#footer-bottom .bottom-left {
	float: left;
	padding-left: 5px;		
}
