/* Start of CMSMS style sheet 'kanters-layout' */
/*****************
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;
}

/*
Set initial font styles
*/
body {
   text-align: left;
   font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

img {
   border: 0;
   margin: 0;
   padding: 0;
}

img.left {
   float: left;
   margin: 5px;
}
img.right {
   float: right;
   margin: 5px;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; 
   color: #007DC3; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
   color: #007DC3;
}


a:hover {
   text-decoration: underline;
   background-color: inherit;
   color: #008ed4;
}

/*****************
basic layout 
*****************/
body {
   background: #fff url(uploads/images/Nudel-Blue.png);
   color: #333;
}

div#timer {
  font-weight: bold;
  font-size: 16px;
  color: #F55;
  padding: 16px;
  margin:-110px 15px 0px 435px;
  border: 3px double #FFF;
  background: transparent url(../uploads/images/timer_bg.png);
}

div#pagewrapper {
   border: 2px solid #DDD;
   padding: 0.1em;
   margin: 0.3em auto;     /* this centers wrapper */
   max-width: 75em;       /* IE wont understand these, so we use javascript magick */
   min-width: 65em;
   background: #fff;
   color: black;
}

div#header {
   height: 120px;           /* adjust according to image size */
   background: #007DC3 url(uploads/images/header_background.jpg) no-repeat;           
}

div#header h1 a {
/* you can set your own image here */
   display: block; 
   height: 120px;             /* adjust according to image size */
   text-indent: -999em;    /* will hide the text */
   text-decoration:none;   /* old firefox would have shown underline for the link, this explicitly hides it */
}

div#flags {
   float: right;
   margin: -1.6em 2.5em 0 1em;
}

div#flags a {
   border: 2px solid #EEE;
   padding: 1px;
}

div#flags :hover {
   border: 2px solid white;
}

div#printer {
   float: right;
   margin: -1.8em 0.5em 0 0;
}

div#printer :hover {
   background: white;
}

div#search {
   float: right;
   width: 23em;     /* enough width for the search input box */
   text-align: right;
   padding: 0.6em 0 0.2em 0;
   margin: 0 1em;
}

div.breadcrumbs {
   padding: 0.6em 0 0.6em 1.5em; 
   font-size: 90%; 
   margin: 0; 
   border-bottom: 1px solid #CCC;
   border-top: 1px solid #FFF;
   background: #EEE;
}

div.breadcrumbs span.lastitem { 
   font-weight: normal; 
 } 

div#main {
   margin-left: 30%;     /* gives room for sidebar on left side, must be bigger than sidebar width */
   margin-right: 0;     /* and some air on the right */
   background: #FFF;
   padding: 0 2em 0 4em;
   border-left: 1px solid #CCC;
}

div#sidebar {
   float: left;       /* set sidebar on the left side. Change to right to float it right instead. */
   width: 28%;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX ie doublemargin bug */
   margin-left: 0;
}

/* if sidebar doesnt include menu but content add class="hascontent" */
div#sidebar.hascontent {
   padding: 0 1em;
   width: 26%;  /* make width smaller if there's padding, or it will get too wide for the floated divs in IE */
}

div#plaatje {
   float: left;
   width: 200px;
   height: 200px;
   margin: -220px 35px;
   background: #efefef url(uploads/images/animal_logo.png) no-repeat;  
}

p.banner {
   margin: 1em auto;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #fff;
   background: #007DC3 url(uploads/images/footer_background.jpg);
   border-top: 1px solid #CCC;
}

div#footer p {
   font-size: 0.8em;
   padding: 1.5em;      /* some air for footer */
   text-align: center; /* centered text */
   margin:0;
}

div#footer p a {
   color: #fff; 
}

/* 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 #007DC3;
}

/* relational links under content */

.table2 {
   width: 50em;
   margin: 0 auto;
   font-size: 0.9em;
   border: 0;
}

div.left49 {
  float: left;
  text-align: left;
}

div.right49 {
  float: right;
  text-align: right;
}



/********************
CONTENT STYLING
*********************/
div#content {
   background: #efefef;
   margin: 0;
}


/* HEADINGS */
div#content h1 {
   font-size: 2em;  /* font size for h1 */
   line-height: 1em;
   margin: 0;
}
div#content h2 {
   color: #008ED4; 
   font-size: 2em; 
   text-align: left; 
   padding-left: 0.5em;
   padding-bottom: 1px;
   border-bottom: 1px solid #008ed4; 
   border-left: 0px solid #008ed4; 
   line-height: 1.5em;
   margin: 0 4em 0.5em -1.3em;
   font-variant: small-caps;
}
div#content h3 {
   color: #294B5F; 
   font-size: 1.3em;
   line-height: 1.3em;
   margin: 0 0 0.5em 0;
}
div#content h4 {
   color: #294B5F; 
   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: 1.2em;
   margin: 0 0 1.5em 0;  /* some air around p elements */
   line-height:1.4em;
   padding: 0;
}

.super {
    font-size: 0.8em;
    vertical-align: baseline;
    position: relative;
    bottom: 0.33em;
}

.sub {
    font-size: 0.8em;
    vertical-align: baseline;
    position: relative;
    bottom: -0.25em;
}

blockquote {
   border-left: 1px solid #ddd;
   margin-left: 10px;
}
pre {
   font-family: monospace;
   font-size: 1.0em;
}
strong, b {
   font-weight: bold;
}
em, i {
   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; 
   background-color: #ddd;
   margin: 0 1em 1em 1em;
   padding: 0.5em;
   line-height: 1.5em;
   font-size: 90%;
}

/* END TEXT */

/* LISTS */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.2em;
   line-height:1.2em;
   margin: 0 0 0.5em 0;
}
div#main ol li {
   margin: 0 0 0.25em 1.5em;
}

div#main ul li {
   margin: 0 0 0.25em 1.5em;
   list-style: disc url(uploads/images/waterdrop.gif);
}

div#main ul ul li {
   font-size: 0.8em;
   margin: 0 0 0 1.3em;
   list-style: circle;
}

div#dl dt {
   font-weight: bold;
   margin: 0 0 0.25em 2em;
}
div#dl dd {
   margin: 0 0 0 2em;
}
/* END LISTS */

/* End of 'kanters-layout' */

