/**************************************************************************
**************************************************************
Welcome to the CSS for Limeade, coded by Kevin Cannon.
If you see !important, then thats a small hack for firefox, the line
below will control Internet Exlporer.
CSS margins and paddings go clockwise starting from the top:
Margin:top right bottom left;
Unless specified. (Margin-left:10px)
If you have any questions, email me at kmcannon@telus.net
***************************************************************
***********************************************************************/


body  {
	margin:0;
	padding:0;
	font-family:verdana, arial, times, georgia, sans-serif;
	/*text-align:center;*/
	background-color: gray;
}

a {
	color:#367726;
	text-decoration:none;
}

a:hover {
	color:#65A852;
	text-decoration:underline;
}

p, th, td {
	font-size:80%;
}

p{
	/*text-align: justify;*/
}

h2 {
	color:#367726;
	font-weight:normal;
	font-size:20px;
	font-family:Century Gothic;
}

h3 {
	color:#367726;
	font-weight:normal;
	font-size:18px;
	font-family:Century Gothic;
}

b{
 	color:#367726;
	font-weight:bold;
}

img.left {
	float:left;
	padding:4px;
	background:#fff;
	margin-right:6px;
	border:1px solid #367726;
}

img.right {
	float:right;
	padding:3px;
	margin-right:6px;
	border:1px solid #367726;
}

img:hover {
	/*border:1px solid #367726;*/
}

ul {
	list-style-image:url(images/bullet.gif);
}

ul ul {
	list-style-image:url(images/bullet.gif);
	margin-left: 10px;
	padding-left: 10px;
}


li {
	margin-bottom:1em;
	font-size: 80%; 
}

#wrapper {     /* Dont mess around here too much. This all keeps everything in the middle in all browsers */
	width:98%;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	border-top:3px solid silver;
	border-left:2px solid #666;
	border-right:2px solid #666;
}

/***************************** TOP NAVIGATION ********************/

#nav {
	text-align:center;
	vertical-align:middle;
	background:url(images/navbutton.gif) repeat-x;
	height:30px;
	padding-top:5px;
}

#nav a  {
	padding:0 11px;
	color:#000;
	margin-left:-6px;
}

#nav a:hover {
	padding:5px 11px 7px 11px;
	background:url(images/navbarhover.gif) repeat-x;
	text-decoration:none;
	height:30px;
	padding-top:5px;
}

/*********************** HEADER *****************************/

#top {
	background: url(images/header.jpg) no-repeat;
	height:150px;
	
}

/***************** TEXT IN THE HEADER **************************/

#top h1 {
	font-family:'Century Gothic', georgia, helvetica, times, sans-serif;
	font-weight:bold;
	font-size:35px;
	vertical-align:top;
	text-align:left;
	margin:10px;
   color: #FFFFFF;
}


#top h2 {
	font-family:'Century Gothic', georgia, helvetica, times, sans-serif;
	font-weight:bold;
	font-size:25px;
	vertical-align:top;
	text-align:left;
	margin:10px;
   color: #FFFFFF;
}

/******************************  TITLES *************************/

#right h1, #middle h1, #left h1 {
	font-size:17px;
	font-family:georgia, arial, georgia, times, sans-serif;
	border-bottom:1px solid #367726;
	font-weight:normal;
}

#middle h1 {
	color:#367726;
	font-weight:normal;
	font-size:28px;
	font-family:Century Gothic;
	}



/************************ LEFT SIDE COLUMN *****************/
#left {
	position:absolute;
	top:210px;
	left:10px;
	width:200px;
	margin-left:9px;
}

#left li{
	font-size: 12px;
}

/************************** MAIN CONTENT IN MIDDLE ******************/

#middle {
   margin:0px 230px 0px 230px;
	min-height:2500px;
	height:auto !important;  /* für moderne Browser */
	height:2500px;  /*für den IE */
}
#middle table{
	border: 1px solid #a1a1a1;
}
#middle table tbody tr td{
	border: 1px solid #a1a1a1;
	padding: 3px;
	vertical-align: top;
}

#middle table thead tr th{
	border: 1px solid #a1a1a1;
	padding: 3px;
	vertical-align: top;
}

/***************************  RIGHT COLUMN  *********************/

#right {
	position:absolute;
	top: 210px;
	right: 10px;
	width:200px;
	margin-right:9px;
	font-size: 80%;
}

#right p{
	font-size:12px;
}
/******************************** RIGHT SIDE CONTENT BOXES *****************/
.post {
	
	padding:10px;
	padding-top:0px;
	display:block;
}

/********************************* LEFT & MIDDLE CONTENT BOXES *****************/
.sidepost {
	border:1px solid #ccc;
	padding:5px;
	margin-bottom:10px;
	background-color:#f8f8f8;
}

/********************************* LINK LISTS ON RIGHT SIDE *********************/
.links {
	font-size:11px;
	text-align:right;
}

.links a {
	margin-right:10px;
}

/********************************************    FOOTER  *****************/

#footer {
	border-top:1px solid #c4c4c4;
	text-align:center;
	width:100%;
	clear:both;
	padding-bottom:1px;
}






textarea{
	font-size:12px;
	width: 100%;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
