/*
The cleverer parts of this stylesheet came from
The Layout Reservoir - well worth a look.
http://www.bluerobot.com/web/layouts/
*/

body {
	color:#333;
	background-color: #FFF;
	margin:0px;
	padding:0px;
	font:11px sans-serif;
}

h1 {
	xborder-top: 1px solid #000000;
	xborder-bottom: 1px solid #000000;
	xborder-right: 1px solid #000000;
	xborder-left: 1px solid #000000;
	background-color: #000000;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding: 3px 0px 3px 10px;
	margin-bottom: 0px;
	margin-top: 0px; 
}
	

p {
	font:11px/20px sans-serif;
	margin:0px 10px 10px 10px;
}

select{
font:11px/20px sans-serif;
		
}

label
{
	font-weight:bold;
}

div.syntax
{
background:white;
}

#email {display:none;}

div.syntax a
{
	font-family: 'Courier New', Courier, monospace; 
	font-weight: normal;
	color:black;
	text-decoration:underline;
}

a {
	color:#000;
	font-size:11px;
	font-family:sans-serif;
	font-weight:600;
	text-decoration:none;
	border-bottom:1px solid #000;
}

a:link {color:#000;}
a:visited {color:#000;}
a:hover {
    background:#000;
    color:#fff;
    border-bottom:1px solid #000;
    text-decoration:none;
}
  
h1 a{color:white; text-decoration:underline;font-weight:bold;}
h1 a:link{color:white;}
h1 a:visited{color:white;}
h1 a:hover{color:yellow;background-color:transparent;}

#content h1
{
background-color: #000;

}

#titlebar a{color:white; text-decoration:underline;font-weight:bold;}
#titlebar a:link{color:white;}
#titlebar a:visited{color:white;}
#titlebar a:hover{color:yellow;background-color:transparent;}

a.code {
	text-decoration:underline; 
	font-family:courier, fixed;
	font-weight:normal;}
a.code:link {color:#09c;}
a.code:visited {color:#07a;}
a.code:hover {text-decoration:underline;}




code { font-size:12px;width:98%;}

.codeedit {	font-size:12px;width:98%;}


#titlebar {
    height: 80px;
	padding: 0px 0px 0px 5px;
	background-color: #000;
	color: #fff;
	margin-bottom: 20px;
	border-bottom:4px solid #ccc;
}

#titlebar a.header,
#titlebar a:hover.header{
    margin:20px 0 20px 5px;
	float:left;display:block;border:0;text-indent:-9999px;
    width:48px;height:48px;
    outline: none;
    background:transparent url(http://crunchbanglinux.org/images/logo-48-48.png) 0px 0px no-repeat;
	}

.nav { margin: 0px 5px 0px 5px; }
	


#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

#content {
	margin:0px 0px 50px 150px;
	padding:5px;
	xbackground-color: #FFF8EC;
	xborder:1px solid black;
}

#menu {
	position:absolute;
	top:109px;
	left:0px;
	width:162px;
	xpadding:5px;
	background-color: #F0F0F0;
	xborder:1px solid black;
	line-height:18px;
	overflow: hidden;

	/* IE5 Hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:140px;
}

/* be nice to Opera 5 */
body>#Menu {width:150px;}

#menu>p {margin:5px 10px 5px 10px;line-height:1.5em;}

li.highlight{ background-color: #D9D9D9; }

#menu ul {
	margin-left:15px;
	margin-top:0px;
	padding-left:0px;
}

#menu li {
	list-style-type: square;
	line-height: 16px;
	padding-bottom: 3px;
}


#namebox
{
	float:left;
}

#expirybox
{
	float:left;
	margin-left:20px;
}

#expirybox label
{
	padding-left:3px;
	padding-right:3px;
	
}

#expirybox label.current
{
	background:#FFF5E6;
	
}

#expiryinfo
{
	color:#000000;
	font-style:italic;
}

#end
{
	clear:both;
}

table.diff 
{
	background:white;
}

table.diff td
{
	text-align:right;
	padding-left:3px;
	padding-right:3px;
	font-size:8pt;
}

table.diff td.code
{
	text-align:left;
	font-family: 'Courier New', Courier, monospace; 
	font-weight: normal;
}

table.diff td.code pre
{
	margin:0;
	padding:0;
}

table.diff tr.new
{
	background:#ddddff;
}
table.diff tr.old
{
	background:#ffdddd;
}
table.diff tr.hidenew
{
	display:none;
}
table.diff tr.hideold
{
	display:none;
}
#titlebar ul.sitemenu{float:right;display:block;border:0;margin-bottom:10px;}
#titlebar ul.sitemenu li{display:block;float:left;text-align:left;padding:0 15px 0 0;margin: 0;}    
#titlebar ul.sitemenu li a{color:#d8d8d8;font-size:12px;text-transform:uppercase;letter-spacing:2px;font-weight:normal;border:none;text-decoration:none;}
#titlebar ul.sitemenu li a:hover{color:#282828;font-size:12px;background:#d8d8d8;border:none;text-decoration:none;}
#titlebar .searchbox {float:right;padding-top:4px;}

