﻿/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/

body {
	color: black;
	font-family: 'Lucida Grande', Verdana, Arial;
	font-size: 12px;
	
}

h1 {
	color: #96BF55;
	font-size: 20px;
	font-weight:bold;
	text-align: left;
}


.description {
	font-size: 12px;
	line-height: 18px;
	color: #ffffbe;
	padding: 5px 0 15px 0;
}
	
.page-top {	
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #09f;
	border-bottom: 5px solid #444444;
}

.page-sidebar { 
	position: fixed; 
	top: 30px; 
	left: 20px;	
	width: 250px; 
}

* html .page-sidebar { 
	top: 30px; 
	left: 20px;	
	width: 250px; 
	position:absolute; 
}

.page-title {
	text-align: left;
}

	.page-title h1 {
		}
	
	
	.page-title h2 {
		clear: both;
		font-size: 100%;
		color: #FF9;
		font-weight: normal;
	}

.page-body {
	width: 600px;
	padding: 30px 0 20px 0;
	text-align: left;
}

	.page-footer {
		text-align: left;
		font-size: 10px;
	}

	.page-body ul, .page-body ol { 
		color: #ffffff;
	}

	.page-body ul li, 
	.page-body ol li { 
		padding: 0; 
		color: #cccccc;
		line-height: 140%;
		font-size: 100%;		
	}

	.page-footer p {
		margin: 0;
	}

	.page-title h1 span {
		text-align: left;
		font-weight: normal;
		font-size: 100%;
		color: #ffffff;
	}
	
h2 {
	text-align: left;
	font-weight: normal;
	font-size: 150%;
	color: #09f;
}


.notice {
	border: 3px solid #ffffbe;
	padding: 10px;
	color: #ffffff;
	background-color: #09f;
}
	


.navigation { 
	list-style: none; 
	width: 200px;
}

	.navigation li { 
	}



	.navigation a:hover {
		color: #000000;
		background-color: #a9d06a;
	}


	p small, 
	li small {
		color: #09F;
		font-size: 100%;
	}
	
	p em, 
	em {
		color: #ffffff;
	}

.hidden {
	display : none;
}

