/**************************************************************************
**************************************************************
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;
	background:#333366;
	text-align:center;
}

a {
	color:#6666cc;
	text-decoration:none;
}

a:hover {
	color:#99ccff;
	text-decoration:underline;
}

p {
	font-size:11px;
	color:#404040;
}

td {
	font-size:11px;
	color:#404040;
}

ul {	font-size:11px;
	color:#333366;}

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

img.center {
	padding:4px;
	background:#fff;
	border:1px solid #c4c4c4;
}

img.header {
	float:left;
	padding:0px;
	margin-top:0px;
	margin-left:50px;
	margin-right:0px;
	border:0px;
}

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

img.left:hover {
	border:1px solid #99ccff;
}

img.center:hover {
	border:1px solid #99ccff;
}

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

li {
	margin-bottom:1em;
}	

.bold {
	font-weight:bold;
}

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

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

#nav {
	text-align:center;
	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;
}	

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

#top {
/*	background:url(../images/ce_header_v3.jpg) repeat-x;  */
	background:url(../images/ce_header_v3.jpg) repeat-x;
	height:169px;
	width:900px;
}

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

#top h1 {
	font-family:Century Gothic, georgia, helvetica, times, sans-serif;
	font-weight:normal;
	font-size:35px;
	text-transform:uppercase;
	text-align:center;
	margin:0;
}

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

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

#right h1 {
	color:#6666cc;
	font-weight:normal;
	font-size:28px;
	text-transform:uppercase;
	font-family:Century Gothic;
	}
	
/************************ LEFT SIDE COLUMN *****************/
#left {
	float:left;
	width:19%;
	margin-left:9px;
	font-size:11px;
}

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

#middle {
	float:left;
	font-size:11px;
	width:19%;
	margin-left:14px;
}
	
/***************************  RIGHT COLUMN  *********************/

#right {
	float:left;
	left:0px;
	margin-left:20px;
	width:55%;
}

/******************************** RIGHT SIDE CONTENT BOXES *****************/
.post {
	background-color:#ffffff;
	padding:10px;
	padding-top:1px;
	display:block;
}

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

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

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

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

#footer {
	width:880px;
	clear:both;
	padding-bottom:10px;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	border-top:1px solid #c4c4c4;
	background-color:#ccccff;
	text-align:center;
	
}
