/* Start of CMSMS style sheet 'Golemlayout' */
body {margin: 0;
padding: 0;
font-family: sans-serif;
line-height: 1.4em;
font-size: small
width: 760px; 
background-color: #83F011;
color: #000000;}


/*** header ***
we will hide text and replace it with a image
we need to assign a height for it so that the image wont cut off
*/
div#header {
   height: 100px;    /* adjust according your image size */
   background: #83F011;  
        
}

div#header h1 a {
/* you can set your own image here */
   background: #83F011 url(uploads/images/golem-front.gif) no-repeat center 0px; 
   display: block;
   height: 100px;             /* adjust according your image size */

   text-indent: -999em;  /* this hides the text */
   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */

}

div#main {
 width: 760px;

margin-left: auto;
margin-right: auto;
width: 50em;
text-align: left
}

div#footer {padding: 2%;
text-align: center;
clear: both;
background-color: #83F011;
color: #000000;
 1px }

/* center wrapper, min max width */
div#pagewrapper {
margin-left: auto;
margin-right: auto;
width: 50em;
text-align: left;

div#content {
 padding: 2%;
text-align: justify;
background-color: #83F011;
color: #000000;
border-right: none 1px;
border-left: none 1px }

/* set all links to have no underline  */
a,
a:link 
a:active {
   text-decoration: none;
/* 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: #333; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #333;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #ccff99;
   color: #333;
}

/* End of 'Golemlayout' */

/* Start of CMSMS style sheet 'Golemstyle' */
body {color: #000000;
background-color: #83F011;
margin: 5px;
padding: 5px;
border-style: none;
border-width: 1px;
border-color: #83F011;
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-size: 1em;
text-align: center;
 }

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
   margin:5px;
}

/*
default link styles
*/
/* set all links to have no underline  */
a,
a:link 
a:active {
   text-decoration: none;
/* 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: #333; 
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #333;                /* a different color can be used for visited links */
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: none;
   background-color: #ccff99;
   color: #333;
}

h1 {color: #000000;
background-color: #99ff33;
font-family: sans-serif;
font-size: 1.5em;
text-align: left;
font-weight: normal;
 }

h2 {font-family: serif;
font-size: 1.4em;
font-weight: normal;
 }

h3 {font-family: serif;
font-size: 1.3em;
font-weight: normal;
 }

h4 {font-family: serif;
font-size: 1.2em;
font-weight: normal;
 }

h5 {font-family: serif;
font-size: 1.1em;
font-weight: normal;
/* End of 'Golemstyle' */

