@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;
	margin: 0;
	padding: 0;
}

ul.features
{
	list-style: disc outside;
	margin: 0;
	padding: 0 0 20px 50px;
}

ul.features li { padding: 0 0 3px 0; }



#one
{
	border: 1px solid #ccc;
	padding: 20px;
	background-color: #eee;
	color: #000000;
	margin-bottom: 20px;
	overflow: visible;
}


#article
	{
		border: 1px solid black;
		padding:20px;
		background-color:#eee;
		color:#000000;
	}

#morecontent {
	display:none}

#test
{
	border: 1px solid #ccc;
	padding: 20px;
	background-color: #eee;
	color: #000000;
	margin-bottom: 20px;
}

#mobilyblocks
{
	height: 200px;
	width: 200px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	cursor: pointer;
	background-color: #000;
	margin-top: 100px;
}

#mobilyblocks2
{
	height: 150px;
	width: 150px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	display: block;
	cursor: pointer;
	background-color: Transparent;
	margin-top: 100px;
	background-image: url(../images/harrier.png);
	background-repeat: no-repeat;
}
	
#wrapper
{
	width: 900px;
	margin: 0 auto 0 auto;
	font-size: 1.3em;
}

.instruction {
	color:#ff0000;
}
	
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; }

ul.nav_items2, ul.nav_items2 li
	{
		display: block;
		cursor: pointer;
		background-color: Transparent;
		height: 150px;
		width: 150px;
		padding: 0;
		margin: 0;
	}
	
ul.nav_items2 li { position: absolute; }

footer
{
	background-color: #eee;
	border: 1px #CCC solid;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	margin: 100px 0 0 0;
	padding: 10px 20px 10px 20px;
	display: block;
}

footer p
{
	text-align: center;
	margin:0;
	padding:0;
	
}

footer p.note {
	font-size:0.8em;
}

nav
{
	padding: 6px 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; }

em { font-style: italic; }

h1
{
	font-size: 3.0em;
	font-family: "Aldrich", Helvetica, sans-serif;
	font-weight: bold;
	margin: 20px 0 8px 0;
}

.pagetop {
	margin-top:80px;
}

.spacer {
	margin-top:50px;
}

.bottom-spacer {
	margin-bottom:30px;
}


h2
{
	font-size: 1.6em;
	font-family: "Aldrich", Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 0 8px 0;
}

h3
{
	font-size: 1.2em;
	font-family: "Aldrich", Helvetica, sans-serif;
	font-weight: bold;
	margin: 50px 0 0px 0;
}


strong {
	font-weight:bold;
}

#notes {
margin-bottom:40px;
}

#notes ul
{
	list-style: disc outside;
	margin-left: 50px;
	margin-bottom: 30px;
}

#notes ul li
{
	margin-bottom: 2px;
}

code
{
	font-size: 1.0em;
	font-family: "Courier New", Courier, serif;
	color: #4169e1;
}


#codeblock
{
	margin-top: 30px;
	margin-bottom: 30px;
	display:block;
	color: #4169e1;
}

.codecomment {
	color:#666;
}

pre {
	line-height:1.2em;
}

.end {
	padding-bottom:30px;
}

.warning {
	color:red;
}

#content {
	
}

img.right {
	float:right;
}


#content a:link { color: #0074d9; }
#content a:visited { color: #551a8b; }
#content a:hover {color: #20a5e5;}
#content a:active {color: #ee0000;}

.content-warning {
	border:1px solid #333;
	padding:20px;
	background-color: #ccc;
}