/* Start of CMSMS style sheet 'Layout: JOO' */
/*****************
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 {
-x-system-font:none;
color:#555555;
font-family:'Trebuchet MS',Verdana,Arial,Helvetica,sans-serif;
font-size:75%;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: underline;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #129ec4; 
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #129ec4;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   color: #129ec4;
}

/*****************
basic layout 
*****************/
body {
   background: url(uploads/images/bg.jpg) 0 0;
   color: #333;
}

div#stretch {
width: 100%;
   margin-top: 8em;
   background: #fff url(uploads/images/stretch.gif) repeat-x 0 0;
   height: 467px;
}

div#stretchhome {
width: 100%;
   margin-top: 8em;
   background: #87888a url(uploads/images/stretch.gif) repeat-x 0 0;
}

/* center wrapper, min max width */
div#pagewrapper {
   margin: 0 auto;       /* this centers wrapper */
   width: 980px;
   background-color: #c5c7c8;
   color: black;
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   width: 187px;     /* sidebar width, if you change this please also change #main margins */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
}

 div#content {
   margin-left: 187px;
   margin-right: 0; 
   height:243px;
}


div#mainhome {
    width: 100%;
    height:162px;
    background: #87888a;
}

div#logohome {
    background: url(uploads/images/joohome.jpg) no-repeat 0 0;
    width: 450px;
    height: 160px;
    float: left;
    margin-right: 0;
}

div#logohome h1 {
 display: none;
}

div#mainhome p {
   font-size: 1.5em;
   color: #fff;
   margin: 0;
   line-height: 1.5em;
   padding-top: 1.4em;
   padding-right: 2em;
}

div#main {
    width: 100%;
    height:215px;
    background: #fff;
}

div#logo {
    background: url(uploads/images/logo.jpg) no-repeat 0 0;
    width: 190px;
    height: 215px;
    float: left;
 /*   margin-right: 3em;*/
}

div#text {
margin-left: 226px;
}

div#agenda {
    width: 255px;
    height: 224px;
    float: right;
    background-color: #c5c7c8;
    margin-left: 3em;
    margin-right: 5px;
}

div#agenda p {
margin-left: 2em;
    padding-top: 0.7em;
}

div#agenda-text {
width: 440px;
margin-left: 226px;
margin-right: 0;
padding: 0;
background: #fff;
height: 220px;
overflow: scroll;
overflow-x: hidden;
}


div#forum {
    width: 336px;
    height: 224px;
    float: right;
    background-color: #e5e5e5;
   background: url(uploads/images/forum.jpg) no-repeat top right;
}

div#forumcontent {
   margin-left: 187px;
   margin-right: 0; 
   height:467px;
   background: #fff url(uploads/images/stretch.gif) repeat-x 0 0;
}

div#ledencontent {
   margin-left: 187px;
   margin-right: 0; 
   height:467px;
   background: #fff url(uploads/images/stretch.gif) repeat-x 0 0;
}

div#footimg {
width: 310px;
margin: 110px auto 0 auto;
}

/**********
NIEUWS PAGINA
**********/

#sidebarnieuws {
height: 467px;
width: 187px;
float: left;
   background: #fff url(uploads/images/stretch.gif) repeat-x 0 0;
}

#menu_vert {
height: 243px;
}

#menu_vert ul {
margin-left: 1em;
padding-top: 0.8em;
}


#logonieuws {
    background: #fff url(uploads/images/logo.jpg) no-repeat 0 0;
    width: 187px;
    height: 215px;
    float: left;
}

div#mainnews {
    width: 790px;
    height:467px;

   background: #fff url(uploads/images/stretch.gif) repeat-x 0 0;
  margin-left: 187px;
}

#fotobericht {
height: 467px;
width: 445px;
float: left;
}

#nieuwsfoto {
height: 243px;
width: 490px;
background: #000;
}

#nieuwstext {
margin-left: 40px;
width: 450px;
left: 140px;

background: #fff;
height: 224px;
overflow: scroll;
overflow-x: hidden;
}

#nieuws {
height: 467px;
width: 300px;
float: right;
background: #c5c7c8;
}

#nieuws p {
padding: 2em 2em 0 2em;
color: #fff;
}


#nieuws p.active {
color: #000;
}


#nieuws h2 {
padding: 1em 1em 0 1em;
color: #fff;
   font-size: 2em;
   margin: 0;
   line-height: 2em;
   text-transform: uppercase;
}


/********************
CONTENT STYLING
*********************/
div#main p {
padding-right: 6em;
}

/* HEADINGS */
 h1 {
   font-size: 2em;
   color: #129ec4;
   margin: 0;
   line-height: 2em;
   text-transform: uppercase;
}
 h2 {
	color: #294B5F; 
	font-size: 1.5em; 
	text-align: left; 
}
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 {
   color: #294B5F; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
h6 {
   color: #294B5F; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

blockquote {
   border-left: 10px solid #ddd;
   margin-left: 10px;
}
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%;


}

/* Separating the divs on the template explanation page, with some bottom-border */
div.templatecode {
  margin: 0 0 2.5em;
}

/* END TEXT */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1.0em;
   line-height: 1em;
   margin: 0 0 1.5em 0;
   list-style: url(uploads/images/bullet.jpg) circle;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 1.2em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: bold;
   margin: 0 0 0 1em;
}
div#main dl dd {
   margin: 0 0 1em 1em;
}

div#main dl {
  margin-bottom: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #c0c0c0;
}


/* END LISTS */
/* End of 'Layout: JOO' */

