/* Start of CMSMS style sheet 'Licht_Bruin' */
body {
   background-color: #e3bb7e;
   color: #333;
}

div#pagewrapper {
   background: url("uploads/images/Achtergronden/Licht_Bruin.jpg") no-repeat top center;
   color: black;
}
/* End of 'Licht_Bruin' */

/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Standaard' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-weight: bold;
   font-size: 10px;
   line-height: 12px;
   letter-spacing: 0.3px;
}

div { font-size: 1em; }

div.clear { clear: both; }

img { border: 0; }

/*
 * Form elements
 */
div.required {
  overflow: auto;
  width: 810px;
  margin-bottom: 5px;
}

label {
  display: block;
  float: left;
  width: 150px;
}

input {
  float: left;
  background: inherit;
  width: 300px;
  border: 1px solid #E66700;
}

div.submit input {
  margin-left: 150px;
  border: 1px solid #E66700;
  background: #E66700;
  font-weight: bold;
}

textarea {
  background: inherit;
  width: 300px;
  height: 150px;
  border: 1px solid #E66700;
}

div.error_message ul {
  margin: 10px 20px;
  list-style: bullets;
}

/*
 * Link elements
 */
a,
a:link 
a:active {
   text-decoration: underline;
   background-color: inherit; 
   color: #18507C; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #18507C;
}

a:hover {
   text-decoration: none;
   color: #385C72;
}

/*****************
basic layout 
*****************/
body {
   color: #333;
}

/* center wrapper, min max width */
div#pagewrapper {
   width: 1000px;
   height: 577px;
   margin: 0 auto;     /* this centers wrapper */
   color: black;
}

div#content_overlay {
   border: 1px solid #D3D3D3;
   background: #FFF;
   width: 850px;
   margin: 0 auto;
   height: 430px;
   display: none;
   opacity: 0;
   filter: alpha(opacity=0);
   -moz-opacity: 0;
}

div#content {
  position: absolute;
  top: 20px;
  left: 0;
  width: 830px;
  height: 410px;
  margin: 0 auto;
  overflow: auto;
  display: none;
}

div#main { 
   padding: 10px;
   margin: 0 auto;
   width: 915px;
   height: 430px;
   margin-bottom: 60px;
}

div#footer {
   background: #FFF;
   padding: 3px;
   color: #000;
   filter: alpha(opacity=50);
   -moz-opacity: .50;
   opacity: .50;
   position: absolute;
   right: 5px;
   bottom: 0px;
}

div#footer:hover {
   filter: alpha(opacity=1);
   -moz-opacity: 1;
   opacity: 1;
}

div#footer a {
   text-decoration: none;
}

/* as we hid all hr for accessibility we create new hr with extra div element */
div.hr {
   height: 1px;
   margin: 1em;
   border-bottom: 1px dotted black;
}

/* relational links under content */
div.left49 {
  float: left;
  width: 49%;  /* 50% for both left and right might lead to rounding error on some browser */
}

div.right49 {
  float: right;
  width: 49%;
  text-align: right;
}

/********************
CONTENT STYLING
*********************/

/* HEADINGS */
h1 {
   font-size: 2em;
   line-height: 1em;
   margin: 0;
   color: #E66700;
}

h2 {
   color: #E66700; 
   font-size: 1.5em; 
   text-align: left; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h3 {
   color: #E66700; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}

div#content h4 {
   color: #E66700; 
   font-size: 1.2em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

div#content h5 {
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h6 {
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 12px 0;
   line-height:1.4em;
   padding: 0;
}
blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
/* explicit setting for these */
   font-weight: bold;
}
em, i {
/* explicit setting for these */
   font-style:italic;
}

/* Wrapping text in <code> tags. Makes CSS not validate */
code, pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
 font-family: "Courier New", Courier, monospace;
 font-size: 1em;
}

pre {
   border: 1px solid #000;  /* black border for pre blocks */
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;   /* smaller font size, as these are usually not so important data */
}

/* END TEXT */

/* LISTS */
ul,
ol,
dl {
    margin: 10px 20px;
}
ul li,
ol li {

}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 3em;
}
div#dl dd {
   margin: 0 0 0 3em;
}
/* END LISTS */

/*
 Default/example stylesheet for the CMSMS Guestbook module.
This may be overwritten when the module is upgraded and it will be deleted when 
the module is uninstalled, so make a copy if you want to modify it.
*/

 /* Style pagination */

.cms-guestbook-pagination_header {
	margin: .5em 0;
}
.cms-guestbook-pagination_nav {
	font-weight: bold;
	margin: .5em 0;
}
.cms-guestbook-pagination_nav a {
    font-weight: normal;
}

/* Style the guestbook */

/* Style each entry */
.cms-guestbook-entry
{
	border: 1px dashed #E66700;
	margin-bottom: 1em;
}

/* Style the message header */
.cms-guestbook-entry-header
{
	border-bottom: 1px solid #E66700;
	margin: 1px;
}

/* Style the actual message */
.cms-guestbook-entry-text 
{
	padding: .5em;
	color: black;
}

/* Show the postdate on the right */
.cms-guestbook-entry-posted 
{
	float: right;
	font-size: smaller;
}

/* Style message header links */
.cms-guestbook-entry-header a {
	color: white;
} 
.cms-guestbook-entry-header a:hover {
	color: black;
} 
		  
/* Style the sender name */
.cms-guestbook-entry-sendername
{
	font-weight: bold;
}

/* Style the E-mail link */
.cms-guestbook-entry-email {
	font-size: smaller;
}
		      
/* Style the senders homepage link */
.cms-guestbook-entry-homepage
{
	font-size: smaller;
	margin: 2px;
	margin-bottom: 0;
}

/* The some smileys links */
.cms-guestbook-somesmileys a
{
	margin-right: .5em;
}

/* End of 'Standaard' */

/* Start of CMSMS style sheet 'Home' */
body {
   background-color: #121e10;
   color: #333;
}

div#pagewrapper {
   background: url("uploads/images/Achtergronden/Home.jpg") no-repeat top center;
   color: black;
}
/* End of 'Home' */

