
html, body {
	margin: 0;
	padding: 0;
	background-color: #171717;
}

a img {
	border: 0;	
}

/* --default fonts & colors -- */
body, table, #container {
	color: #EEE;
	font-family: Helvetica, sans-serif;
}


/* -- layout --*/
#container {
	min-width: 730px;
	min-height: 600px;
	margin: 30px;
}
#header {
	height: 60px;
}
#main {
	margin-top: -10px;
}
#sidebar {
	position: absolute;
	top: 130px;
	right: 25px;
	width: 300px;
	min-height: 550px;
	text-align: center;
}
#footer {
	margin-top: 30px;
	margin-bottom: 50px;
    text-align: center;
    font-size: 70%;
	color: #666;
}
#footer a{
	color: #666;
	text-decoration: none;
}
#footer a:hover {
	color: #666;
	text-decoration: underline;
}

#content {
	/*make room for the sidebar*/
	margin-right: 350px;
	min-height: 690px;
	font-size: 95%;
}
#primary-navigation {
	height: 30px;	
}

#header h1{
	
}

#header h1 a {
	text-decoration: none;
	background: url("lazarus-logo.png") no-repeat bottom left;
	position: absolute;
	top: 0px;
	left: 30px;
	display: block;
	text-indent: -2000px;
	width: 700px;
	height: 80px;
}

#slogan {
	display: none;
	/*
	background: url("lazarus-slogan.png") no-repeat bottom left;
	width: 256px;
	height: 36px;
	position: absolute;
	text-indent: -2000px;
	top: 46px;
	left: 200px;
	font-size: 90%;*/
}

#screenshot {
	margin-bottom: -50px;
}




/* -- links --*/
#main a {
	color: #ff8;
	text-decoration: none;
}
#main a:hover {
	color: #ff8;
	text-decoration: underline;
}

/* -- primary navigation (tabs) -- */
/* ref: CSS tab designer */
#primary-navigation * {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

#primary-navigation {
	width:100%;
	display: block;
	height: 37px;
	font: bold 13px Verdana;
	line-height:normal;
	border-bottom:1px solid #666;
}
#primary-navigation ul {
	margin:0;
	padding:10px 10px 0 72px;
	list-style:none;
}
#primary-navigation li {
	display:inline;
	margin:0;
	padding:0;
}
#primary-navigation a {
	float:left;
	background:url("tableft6.gif") no-repeat left top;
	margin:0;
	padding:0 0 0 4px;
	height: 27px;
	text-decoration:none;
	border-bottom:1px solid #666;
}
#primary-navigation a.selected {
	border-bottom:1px solid #171717;
	background-position:0% -42px;
}
#primary-navigation a.selected span{
	background-position:100% -42px;
}
#primary-navigation a span {
	float:left;
	display:block;
	background:url("tabright6.gif") no-repeat right top;
	padding:5px 15px 4px 6px;
	text-align: center;
	color:#FFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#primary-navigation a span {float:none;}
/* End IE5-Mac hack */
#primary-navigation a:hover span {
	color: #FF8;
}
#primary-navigation a:hover {
	
	text-decoration: none;
}
#primary-navigation a:hover span {
	
}
#primary-navigation #current a {
	background-position:0% -42px;
}
#primary-navigation #current a span {
	background-position:100% -42px;
}

.button-large {
	display: block;
	width: 175px;
	background: url("button-green-small.png") no-repeat;
	height: 48px;
	text-align: center;
	text-decoration: none;
	padding-top: 12px;
	color: #008;
	font-size: 15px;
	font-weight: bold;
}
.button-large:hover {
	background-position: 0px -80px;
	color: #008;
}

#install-link {
	position: absolute;
	top: 30px;
	right: 195px;
}

#install-link span, #main #install-button span{
	padding-right: 25px;
	color: #008;
	background: url("download.png") no-repeat center right;
}
#main a#install-button:hover { 
	text-decoration: none;
}
#donate-link {
	position: absolute;
	top: 30px;
	right: 10px;
}
#donate-link span {
	padding-right: 68px;
	background: url("paypal-icon.png") no-repeat center right;
}

h2 {
	font-size: 140%;	
}
h3 {
	font-size: 120%;
}
.intbox {
	width: 4em;
	text-align: right;
}
#donate-button {
	margin-bottom: -34px;	
}

/* faq.html */
.faq-answer {
	border-bottom: 1px solid #888;
	padding: 10px;
}

/* secret-settings.html */

table.datatable {
	border-collapse: collapse; /*cellspacing = 0*/	
	color: #000;
	font-size: 14px;
}
table.datatable th {
	background-color: #5786D7;
	color: #fff;
	padding: 5px 10px;
	text-transform: uppercase;
	text-align: left;
}
table.datatable tr:hover {
	background-color: #efe;
}
tr.odd {
	background-color: #EDF3FE;	
}
tr.even {
	background-color: #FFF;
}
table.datatable td {
	padding: 5px 10px;
	vertical-align: top;	
	text-align: left;
}

.code {
	font-family: monospace;	
}

/* footer navigation */
#footer {
	border-top: 1px solid;	
	clear: both;
}

.footer-navigation ul{
	margin: 0;
	padding: 0;
	text-align: center;
	list-style: none;
}

.footer-navigation li{
	display: inline;	
	padding: 0 5px;
}

.copyright {
	margin-top: 20px;	
}
/* quotes */
#quotes {
	min-height: 10em;	
	font-family: Arial;
	font-size: 90%;
	font-style: italic;
}

/*screenshots*/
#screenshots ul {
	margin: 0;
	padding: 0;	
	list-style: none;
}

#screenshots li {
	float: left;
	padding: 0;
	margin: 0;
}

#screenshots img{
	border: 3px solid #666;
	padding: 5px;
	margin: 5px;
}
#screenshots img:hover{
	border: 3px solid #ff8;
}

/*hide certain elements on certain pages */
#changelog-page #sidebar, 
#screenshots-page #sidebar, 
#secret-settings-page #sidebar {
	display: none;	
}
#changelog-page #content, 
#screenshots-page #content, 
#secret-settings-page #content {
	width: 100%;
}

body.no-sidebar #sidebar {
	display: none;
}

body.no-sidebar #content {
	width: 100%;
}

.warning {
	color: #ff0000;
	border: 1px solid #ff0000;
	-moz-border-radius: 8px;
	padding: 10px 10px 10px 52px;
	background-color: #ffeeee;	
	background: #ffeeee url('warning.png') no-repeat 10px 10px;
  min-height: 30px;
}
#main .warning a {
	color: blue;	
}

.review {
	margin: 1em 0px;
}
#reviews-sidebar {
	margin-top: -30px;	
	margin-bottom: 20px;	
}

.faq-highlight {
	border: 1px solid #ff8;
	-moz-border-radius: 8px;
	background: #333;
}
.faq-highlight h3 {
	color: #ff8;
}

