/*** Main page ***/

#mybody {
	background: url(images/99CC00009900gradient.jpg);
	background-repeat:repeat-x;
	background-color:#009900;
	color: black;
	font-family: Verdana, Arial, Tahoma, sans-serif;
}

#header {
	width:100%;
	background: #009900; color: white;
	margin-bottom: 1em;
	height: 5em;
	text-align: center;
}

#footer {
	clear: both;
	width:100%;
	font-size: xx-small;
	text-indent: 2em;
}

/* Sets body properties for Firefox */
#wrap {
	margin: 0 auto; /* auto centers this div*/
	background: white;
	width: 46em;
}

#leftMenu {
	margin: 0em 0.5em 0em 0.5em;  /*TRBL*/
	width: 7em;
	float: left;
}

#contentDiv{
	float: left;
	width: 35em;
}

/*
Thanks to http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/ for the footer solution
*/

/*****************************
  Menu settings
******************************/

#leftMenu .header{
	background: #009900; color: white;
	font-family: Verdana, "Arial Black", sans-serif;
	font-weight: bold;
}

#leftMenu UL{ 
	left:0px; 
	margin: 0em; 
	padding: 0em; 
	list-style-type: none; 
} 

#leftMenu LI>UL{
	display: none;
}

#leftMenu A{
	font-size: small;
	text-decoration:none;
	text-indent: 0.3em;
	display: block;
	width: 100%;
}

#leftMenu A:hover{
	color: white;
	background-color: #009900;
}

/*****************************************************************
  Module and entry settings

  The combination of 'float' and 'clear' keeps elements inside
    of the box created by the div.  Using 'clear' means a new
    div can't start while something is to the left or right of it,
    while using 'float' forces the div box to expand to holds all
    of its contents

*****************************************************************/
.module{
	margin: 0em 1em 0em 1em;
}

.entry, .blogentry{
	margin: 0em 0em 1.5em 0em;
	width: 100%;
	float: left;
}

.module .text{
	float: left;
}

.title, .entrytitle{
	background: #009900; color: white;
	font-size: large;
	font-family: Verdana, "Arial Black", sans-serif;
	font-weight: bold;
	margin: 0em 0em 0.75em 0em; /*TRBL*/
}

.entry .text, .blogcomment{
	float: left;
        margin: 0em 0em 1em 0em; /*TRBL*/
}

.permalink{
	margin: 0em 0em 0em 1em; /*TRBL*/
	float: left;
}

.boxtop div {
	background: url(images/FFFFFF99CC00tl.jpg) no-repeat top left; 
 }
 
.boxtop { 
	background: url(images/FFFFFF99CC00tr.jpg) no-repeat top right;
 }

.boxbottom div {
	background: url(images/FFFFFF009900bl.jpg) no-repeat bottom left;
 }
 
.boxbottom {
	background: url(images/FFFFFF009900br.jpg) no-repeat bottom right;
 }

.boxtop div, .boxtop, .boxbottom div, .boxbottom {
	width: 100%;
	height: 25px;
}

/** Blog **/

.entrydate{
	float: left;
	font-style: italic;
}

.blogarchivelinks{}
.blogarchivelink{}
/*.permalink{}*/

.contentList{
	list-style-type: none;
}

.contentList LI{
	margin-bottom: 1em;
	margin-left: -2em;
}

.runningPic{
	width: 255px;
	margin: 3px;
	float: left;
}

/** OSS **/
.package{
	margin: 1em;
}

#randomQuote{
	margin: 1em 0em 0em 0em;
	font-style: italic;
}

#header A{
	background: #009900; color: white;
	text-decoration: none;
	font-family: Verdana, "Arial Black", sans-serif;
	font-weight: bold;
	font-size: 3.5em;
}

A, A:visited {
	color: black;
}

.break{
	margin-bottom: 0.5em;
}
