/* 
=======================================================
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.
=======================================================
*/

html,body {
	margin:0;
	padding:0;
}

body {
	font-family: 'Lucida Sans', Helvetica, Arial, sans-serif;
	text-align:center;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

div#content a, div#extra a, div#sidebar a {
	color: #2c75b4;
	/*font-weight: bold;*/
	text-decoration: none;
	/*background-color: #FAFAFA; 
	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: #333333;
	/*font-weight: bold;*/
	text-decoration: none;
	/*background-color: #FAFAFA; 
	border-bottom: 1px solid #F1F1F1; 
	border-right: 1px solid #F1F1F1;
	padding: 1px;*/
}

div#header {
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}

div#header h1 {
	font-size: 30px;
	font-weight: normal;
	color: #515151;
	letter-spacing: 0px;
	padding-top: 10px;
	text-decoration: none;
}

div#header a {
	text-decoration: none;
	color: #515151;
}

div#header h2 { /* The tagline thing */
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: normal;
	color: #999;
	padding-left: 20px;
	margin-top: -15px;
}

#navigation {
text-align: left;
border-bottom: 1px solid #999;
}

#topics {
	float: right;
	line-height: 1.1;
}

div#topics h2 { /* The tagline thing */
	margin: 0;
	padding: 0;
	font-size: 15px;
	font-weight: normal;
	color: #777777;
	padding-left: 20px;

}

#navigation li {
display: inline;
padding-right: 20px;
font-size: 14px;
}

#navigation li a {
font-size: 14px;
color: #333333;
font-weight: normal;
padding: 4px;
text-decoration: none;
}

#navigation li a:hover {
text-decoration: underline;
}

ul {
padding-left:0; 
list-style-position:inside;
}

div#container {
text-align:left;
}

div#content p, div#extra p, div#sidebar p  {
font-size: 13px;
color: #333;
line-height:1.8em;
}

div#update p {
	font-size: 12px;
}

div#sidebar p {
	font-size: 13px;
}

div#content h1, div#extra h1, div#sidebar h1 {
font-size: 13px;
font-weight: normal;
color: #FFBA27; 
text-decoration: none; 
padding: 3px 6px; 
background-color: #4C4C4C; 
border-bottom: 1px solid #F1F1F1; 
border-right: 1px solid #F1F1F1;
}

div#content h2 {
font-size: 11px;
font-weight: bold;
color: #444;
margin: 0;
padding: 0;
}

div#footer p {

margin:0;padding:5px 10px;
}

div#container {
width:700px;
margin:0 auto;
}

div#sidebar {
float:left;
width:360px;
padding-bottom: 10px;
}

div#extra {
float:right;
width:300px;
text-align: right;
}

div#sidebar img {
	display:block;
    margin:auto;
}

div#sidebar, div#extra {
	padding-top: 20px;
}

#heading {
	font-size: 14px;
	font-weight: bold;
	color: #626262;
	letter-spacing: 1px;
}

div#footer {
margin-top: 10px;
border-top: 1px solid #999;
background-color: ;
color: #777777;
font-size: 13px;
clear:both;
width:100%;
padding: 5px;
padding-top: 15px;
line-height: 1.2;
}

div#footer a, div#footer a:hover {
margin-top: 10px;
background-color: #333;
color: #FFF;
font-size: 13px;
clear:both;
width:100%;
color: #FFBA27;
font-weight: bold;
text-decoration: none;
border-bottom: 1px solid #333; 
border-right: 1px solid #333;
line-height: 1.2;
}

/*

 Would be nice if you could keep this credit below. Thanks.

*/

#footer_left {
float: right;
display:inline;
}

#footer_right {
float: left;
display:inline;
}
