@import url(http://fonts.googleapis.com/css?family=Aldrich);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700,800);

body {
font-size: 62.5%;
line-height:normal;
font-family: "Open Sans", Helvetica, sans-serif;
color:#555;
}

#one
{
	border: 1px solid #ccc;
	padding: 20px;
	background-color: #eee;
	color: #000000;
	margin-bottom: 20px;
	
	width: 820px;
	height: 200px;
	overflow: hidden;
}


#article
	{
		border: 1px solid black;
		padding:20px;
		background-color:#eee;
		color:#000000;
	}

#morecontent {
	display:none}

#test
{
	border: 1px solid #000;
	padding: 20px;
	background-color: #eee;
	color: #000000;
	margin-bottom: 20px;
}
	
#wrapper
{
	width: 900px;
	margin: 0 auto 0 auto;
	font-size: 1.3em;
}
	
ul.nav_items, ul.nav_items li
{
	display: block;
	cursor: pointer;
	background-color: #000;
	height: 150px;
	width: 150px;
	padding: 0;
	margin: 0;
}
	
ul.nav_items li { position: absolute; }

footer
{
	background-color: #eee;
	border: 1px #CCC solid;
	border-top-right-radius:10px;
	border-top-left-radius:10px;
}

footer p
{
	text-align: center;
	margin: 10px 0 10px 0;
}

nav
{
	padding: 0px 10px 20px 10px;
	background-color: #eee;
	border: 1px #CCC solid;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

nav a
{
	display: inline-block;
	padding: 2px 10px 2px 10px;
	border-radius:10px;
	color:#333;
	text-decoration:none;
	background-color:#ddd;
}

nav a.current {
	background-color:#aaa;
}

nav a:link {
}

nav a:visited {
}

nav a:hover {
	height:100%;
	background-color:#666;
	color:#ddd;
}

nav a:active {
}

#nav img{border:0;padding:0;margin:0;}


p { margin-bottom: 12px; }

h1
{
	font-size: 2.0em;
	font-family: "Aldrich", Helvetica, sans-serif;
	font-weight: bold;
	margin: 20px 0 8px 0;
}


h2
{
	font-size: 1.6em;
	font-family: "Aldrich", Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0 8px 0;
}

strong {
	font-weight:bold;
}

#notes ul
{
	list-style: disc outside;
	margin-left: 50px;
	margin-bottom: 30px;
}

.end {
	padding-bottom:30px;
}


#codeblock
{
	margin-top: 30px;
	margin-bottom: 30px;
	display:block;
}