/*
The cleverer parts of this stylesheet came from
The Layout Reservoir - well worth a look.
http://www.bluerobot.com/web/layouts/
*/

img { border: 0; }

body {
	color:#333333;
	background-color: #D9D0C3;
	margin:0px;
	padding:0px;
	font:11px verdana, arial, helvetica, sans-serif;
}

h1 {
/*
	xborder-top: 1px solid #3d8ea8;
	xborder-bottom: 1px solid #005069;
	xborder-right: 1px solid #3d8ea8;
	xborder-left: 1px solid #3d8ea8;
*/
	background-color: #BFB8AC;
	color: #ffffff;
	font-family: trebuchet ms, verdana, 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 verdana, arial, helvetica, sans-serif;
	margin:0px 10px 10px 10px;
}

.p {
	font:11px/20px verdana, arial, helvetica, sans-serif;
	margin:5px 10px 10px 10px;
}

select {
font:11px/20px verdana, arial, helvetica, sans-serif;
		
}

label {
	font-weight:bold;
}

div.syntax {
background:white;
overflow-wrap:break-word;
}

div.syntax a {
	font-family: 'Courier New', Courier, monospace; 
	font-weight: normal;
	color:black;
	text-decoration:underline;
}

a {
	color:#474C7F;
	font-size:11px;
	font-family:verdana, arial, helvetica, sans-serif;
	font-weight:600;
	text-decoration:none;
}

a:link {color:#474C7F;}
a:visited {color:#474C7F;}
a:hover {text-decoration:underline;}
  
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: #807A73;
}

#titlebar a{color:white; text-decoration:none;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 {
	padding: 0px 0px 0px 5px;
	height:16px;
/*
	xborder-top: solid 1px #73a5d3;
	xborder-bottom: solid 1px #39526b;
*/
	background-color: #807A73;
	color: #fff;
	margin-bottom: 11px;
}

.nav { margin: 0px 5px 0px 5px; }
	


#Content>p {margin:0px;}
#Content>p+p {text-indent:30px;}

#content {
	margin:0px 0px 50px 210px;
	padding:5px;
/*
	xbackground-color: #FFF8EC;
	xborder:1px solid black;
*/
}

#menu {
	position:absolute;
	top:16px;
	left:0px;
/*
	xpadding:5px;
*/
	background-color: #FFF5E6;
/*
	xborder:1px solid black;
*/
	line-height:17px;
	overflow: hidden;

	/* IE5 Hack */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:210px;
}

/* be nice to Opera 5 */
body>#Menu {width:200px;}

#menu>p {margin:5px 10px 5px 10px;line-height:1.5em;}

li.highlight{ background-color: #D9D0C3; }

#menu ul {
	margin-left:15px;
	margin-top:0px;
	padding-left:0px;
}

#menu li {
	list-style-type: square;
	line-height: 11px;
	padding-bottom: 3px;
}


#namebox {
	float:left;
}

#expirybox {
	float:left;
	padding-top: 1em;
	padding-bottom: 1em;
}

#expirybox div {
	padding-left: 1em;
}

#privacybox label {
	padding-left:3px;
	padding-right:3px;
	
}

#expirybox label.current, #privacybox label.current {
	background:#FFF5E6;
	
}

#expiryinfo {
	color:#000000;
	font-style:italic;
}

#container {
	position:relative;
	min-height:100%;
}

#end {
	clear:both;
	text-align:center;
	position:fixed
	bottom:0px;
	width:100%;
	height:100%;
}

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;
}

table.myposts {
	/*background: white;*/
}

table.myposts td,th {
	padding-top: 2.5px;
	padding-bottom: 2.5px;
}

table.archive {
	/*background: white;*/
}

table.archive td,th {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2.5px;
	padding-bottom: 2.5px;
}

table.myposts td {
	text-align: center;
}
.alt1 { background-color: #ECECEC; }
.alt2 { background-color: #F7F7F7; }

.ellipsis {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.facebook {
	margin: 10px 10px 10px 10px !important;
	align: center !important;
}
