/* 
=======================================================
Lemon CSS

Released for OSWD and OWD.
Coded by Anthony Yeung (http://smallpark.org)
May 24 2005
It would be nice if you could leave this here, thanks.
=======================================================

Heavily Modified by Enoch Cheung Sept 2013
*/


html,body {
	margin:0;
	padding:0px;
	height:100%;
}

h1{
	margin:0;
}
h2{
	margin-top:0 0 40px 0;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	text-align:center;
	margin-top: 0;
	background: #EFF5F3;
}


/* Hyperlinks */
div#content a, div#extra a, div#sidebar a {
	color: #2A8994;		
	font-weight: bold;
	text-decoration: none;
	/* background-color: #F5E5C0; */ 
	/* border-bottom: 1px solid #F1F1F1; 
	border-right: 1px solid #F1F1F1; 
	padding: 1px; */
}

div#content a:hover , div#extra a:hover, div#sidebar a:hover {
	color: #2A8994;
	font-weight: bold;
	text-decoration: underline;
	/*
	background-color: #F5E5C0; 
	border-bottom: 1px solid #3F5666; 
	border-right: 1px solid #3F5666;
	padding: 1px; */
}

div#header {
	padding-top:10px;
	padding-bottom: 0px;
	/* border-bottom: 1px solid #91AA9D;*/
}

div#header h1, div#header a, div#header a:hover {
	margin-top: 18px;
	margin-bottom:8px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 25px;
	font-weight: normal;
	color: #F2385A;
	letter-spacing: -1px;
	text-decoration:none;
}

div#header h2 { /* The tagline thing */
	margin-left: 0;
	margin-right: 0;
	margin-top:-15px;
	margin-bottom:10px;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	color: #9ED4DB;
	padding-left: 20px;
}

#navigation {
	padding-top:20px;
	padding-bottom:0px;
font-family: "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
float: right;
}

#navigation li {
display: inline;
padding-right: 20px;
font-size: 11px;
}

#navigation li a {
font-size: 11px;
color: #3E606F;
font-weight: normal;
padding: 4px;
text-decoration: none;
}

#navigation li a:hover {
text-decoration: underline;
}

div#container {
text-align:left;
min-height:100%;
position:relative;
}

div#body{
	padding-top:0px;
	background:white;
	border-left: 1px solid #CFE1DB;
	border-right: 1px solid #CFE1DB;
	border-bottom: 1px solid #CFE1DB;
	padding-bottom:15px;
	min-height:300px;	
}

div#content li, p, div#extra p, div#sidebar p {
font-family: "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
font-size: 11px;
color: #0D2A2E;
line-height:1.8em;
list-style-type: square;
padding-left:10px;
padding-right:10px;
}

div#content li{
	list-style-type: square;
	padding-left:0px;
	padding-right:5px;
}

div#content h1, div#extra h1, div#sidebar h1 {
font-size: 14px;
font-weight: normal;
color: #154A5C; 
text-decoration: none; 
padding: 3px 10px; 
/* background-color: #D1DBBD; */
border-bottom: 1px solid #91AA9D;
border-top: 1px solid #CFE1DB;
}

div#content h2 {
font-family: "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
font-size: 11px;
font-weight: bold;
color: #3E606F;
margin: 0;
padding: 0;
}

div#footer p {
	margin:0;padding:5px 10px;
}

div#container {
width:700px;
margin:0 auto;
min-height:100%;
}

div#sidebar {
float:right;
width:330px;
padding-bottom: 10px;
}

div#extra {
float:left;
width:330px;
}

div#footer {
	height:10px;
	position:absolute;
	bottom:0;
	background-color: #154A5C;
	color: #FFF;
	font-size: 11px;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
	clear:both;
	width:690px;
	padding: 5px;
}

/*
div#footer a, div#footer a:hover {
margin-top: 10px;
background-color: #154A5C;
color: #EFF5F3;
font-size: 11px;
font-family: Tahoma, Helvetica, Arial, sans-serif;
clear:both;
width:100%;
color: #2A8994;
font-weight: bold;
text-decoration: none;

border-bottom: 1px solid #333; 
border-right: 1px solid #333;
}
*/

/*

 Would be nice if you could keep this credit below. Thanks.

*/

#design-by {
float: right;
display:inline;
}
