/* Start of CMSMS style sheet 'Layout: Left Navigation + 1 Column + Right Sidebar' */
/*****************
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, p {
   text-align: left;
   font-family: Georgia, Serif;
   font-size: 100%;
   font-style: italic;
   line-height: 1.45em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {

}

/*
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: #6f9b8e;
   font-style: italic;
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #6f9b8e;                /* a different color can be used for visited links */
   font-style: italic;
}


/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   color: #6f9b8e;
   font-style: italic;
}

/*****************
basic layout 
*****************/
body {
   background-color: #c7e4d2;
   color: #333333;
}

/*** 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: 80px;    /* adjust according your image size */
   background: #c7e4d2;
   display: block;

   text-decoration:none; /* old firefox would have shown underline for the link, this explicitly hides it */
   margin: 40px 0 20px 40px;
}

div#sidebar {
   float: left;        /* set sidebar on the left side. Change to right to float it right instead. */
   display: inline;  /* FIX IE double margin bug */
   margin-left: 0;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
}

div#footer p {
   padding: 1.5em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
   color: #838383;
   font-size: 0.75em;
   font-style: italic;
}

#footer #content p {
  text-align: left;
  padding: 0;
  margin: 0;
}

/********************
CONTENT STYLING
*********************/
/* HEADINGS */
div#content h1 {
   font-size: 0.75em; /* font size for h1 */
   margin: 0;
   color: #282e2e;
}

div#content h2 {
	color: #294B5F; 
	font-size: 1em; 
	text-align: left; 
/* some air around the text */
	padding-left: 0.5em;
	padding-bottom: 1px;
/* set borders around header */
	border-bottom: 1px solid #e7ab0b; 
	border-left: 1.1em solid #e7ab0b; 
/* and some air under the border */
        margin: 0 0 0.5em 0;
}

div#content h3 {
   color: #333333; 
   font-size: 1em;
   margin: 0 0 0.5em 0;
}

div#content h4 {
   color: #333333;
   font-size: 1em;
   margin: 0 0 0.25em 0;
}

div#content h5 {
   color: #333333;
   font-size: 1em;
   margin: 0 0 0.25em 0;
}

h6 {
   color: #294B5F; 
   font-size: 1em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* LISTS */
/* lists in content need some margins to look nice */
div#main ul,
div#main ol,
div#main dl {
   font-size: 1em;
   margin: 0 0 1.5em 0;
}

div#main ul li,
div#main ol li {
   margin: 0 0 0.25em 3em;
}

/* definition lists topics on bold */
div#main dl dt {
   font-weight: normal;
   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 */
	#sidebar, #content, #right {
		background-image: url("uploads/images/trenner.gif");
		background-repeat: no-repeat;
		background-position: 10px top;
		padding: 2em;
	}

.release {
  padding-bottom: 2em;
  margin-bottom: 2em;
  border-bottom: dotted 1px #edf7f2;
}

	#sidebar {
		background-position: 40px top;
	}

  #sidebar { width: 22%; margin: 0; padding-left: 10px; padding-right: 10px; }
  #content { width: 43%; float:left; margin: 0; padding-left: 10px; padding-right: 10px; }
  #right { margin-left: 77%; margin-right: 0%; padding-left: 10px; padding-right: 20px; }

  #right h3,
  #content #main #releases h3 {
    margin-bottom: 0.8em;  
    color: #6f9b8e;
    font-size: 1.15em;
    font-weight: normal; 
  }

  #content #main #releases p,
  #content #main #label p,
  #content #main #contact p,
  #content #main #label p,
  #right #newsletter p {
    font-size: 0.75em;
    padding: 0;
    margin: 0;
  }

  .date,
  .desc {
    padding: 0;
    margin: 0;
    line-height: 1.45em;
  }

  #right .date {
    color: #838383;
    font-size: 0.75em;
    margin-bottom: 0;
  }

  #right .desc,
  #right .submit,
  #content #main #releases .subHead,
  #content #main #contact .subHead,
  #right #newsletter .subHead {
    color: #3c383d;
    font-size: 0.75em;
    font-style: italic;
    border-bottom: dotted 1px #eef7f2;
    padding-bottom: 2.5em;
    margin-bottom: 2.5em;
  }  

  #content #main #releases .subHead,
  #content #main #contact .subHead,
  #right #newsletter .subHead {
    border: 0 none;
    padding: 0;
    margin: 0;
    margin-top: 1em;
    font-style: italic;
    color: #838383;
  }

  #right .desc,
  #right .form-label {
    border: 0;
    margin: 0;
    margin-bottom: -1.5em;
  }

  #right #newsletter h3,
  #right .myspace h3 {
    margin-top: 1.5em;
  }

  #right #newsletter input {
    padding: 0.1em;
    font-size: 0.9em;
    font-style: italic;
    width: 14em;
  }

  #right #newsletter .kannSubmit {
    margin-top: 0.7em;
    font-size: 0.75em;
    font-style: italic;
    width: auto;
  }


/* End of 'Layout: Left Navigation + 1 Column + Right Sidebar' */

