/*
The cleverer parts of this stylesheet came from
The Layout Reservoir - well worth a look.
http://www.bluerobot.com/web/layouts/
*/

body {
	background-color: #fff; 
	color:#000;
}

h2 {
    margin: 10px;
    background-color: #2e4b73;
    color: #FFF;
    height: 10px
}
h2 a:link {color:#ccc;}
h2 a:visited {color:#ccc;}
h2 a:hover {text-decoration:underline;}

#menu h2 {
   background-color:#EAEAEA;
   color: #000;
   margin:10px;
   padding:1px 3px 10px;
}

h3 {
	background-color: #eaeaea;
	color: #000;
}
h3 a:link {color:#474C7F;}
h3 a:visited {color:#474C7F;}
h3 a:hover {text-decoration:underline;}

h1 {
	display: none;
}
#menu {
    top: 5px;
}
	
div.syntax a
{
	font-family: 'Courier New', Courier, monospace; 
	font-weight: normal;
	color: white;
	text-decoration:underline;
}

a {
	color: black;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
}

a:link {color:#474C7F;}
a:visited {color:#474C7F;}
a:hover {text-decoration:underline;}

a.code {
	text-decoration:underline; 
	font-family:consolas, courier, fixed;
	font-weight:normal;
}
a.code:link { color:#09c; }
a.code:visited { color:#07a; }
a.code:hover {text-decoration:underline;}

#content {
	background-color: transparent;
}


#content .recent ul.recent {
    border-bottom:4px solid #2e4b73;
}
#recentposts ul {
    padding:10px;
}
#content ul {
    margin:0px;
    padding:0px 10px;
}

.alternate {
background-color: #eaeaea !important;
color:#202633;
}

.em1 {
color: #2e4b73;
}

li.highlight    { background-color: #EEE;  color: black;}
li.highlight a { background-color: #EEE;  color: black;}

#expirybox label.current
{
	background: transparent;
	color: #369;
   font-weight: bold;
}

#expiryinfo
{
	color:#000000;
	font-style:italic;
}


#end
{
	clear:both;
}

