body {
	margin: 0; padding: 0;

	background-image: url(/static/background_pattern.png);
	background-color: #e1d697;

	font-family: "Lucida Grande", "Calibri", "Tahoma", sans-serif;
	color: #000;
	line-height: 1.4em;
}

h1 { margin: 0; padding: 0; }
h2 { border-bottom: 1px solid #edf5e9; }

a:link { color: black; }
a:visited { color: #65927e; }
a:hover, a:focus { color: #6daf4a; }

tr.a, code, pre, .box, .coloredForm fieldset { background-color: #edf5e9; }
tr.b { background-color: #f5fdf1; }

#copy_button {
	float: left;
	text-align: center;
	width: 35px;
	font-size: .8em;
	padding: 2px;
	margin-right: 10px;
	border: 1px solid black;
	background-color: #c2d3b9;
}

#copy_confirm {
	font-size: .8em;
	color: green;
}

#copy_button.hover {
	background-color: #e8f6df;
}

#copy_button.active {
	background-color: #7a916d;
	color: white;
}

#content {
	width: 784px;
	
	margin: auto;
	padding: 0 19px 0 19px;
	
	background: url(/static/background.png);
	background-repeat: repeat-y;
}

#top {
	height: 100px;
	
	background: url(/static/top_background.png);
	background-repeat: no-repeat;
}

#title {
	display: block;
	height: 64px;
}

#home {
	display: block;
	position: absolute;
	height: 51px;
	width: 200px;

	margin: 26px 0 0 6px;
	
	background: url(/static/prowl_text.png);
	background-position: 0 0;
}

#home:hover, #home:focus {
	background-position: 0 -51px;
}

#home span { display: block; height: 0; overflow: hidden; }

#topnav {
	text-align: right;
}

#topnav_content a:visited {
	color: black;
}

#topnav_content a:hover, #topnav_content a:focus {
	color: black;
	background-color: #e8f6df;
}

#topnav_content a:active {
	background-color: #a7be99;
}

#topnav_content {
	list-style: none;
	
	margin: 0 .4em 0 0;
	padding: 0;
}

#topnav_content li {
	display:-moz-inline-stack;
	display: inline-block;
	padding: 0;
	margin: 0;
}

#topnav_content a {
	display: block;
	padding: 0 .4em 0 .4em;
	
	text-decoration: none;
	text-shadow: 1px 1px white;
		
	background-color: #c2d3b9;
	
	/* margin counters 'current' border */		
	margin: 1px 1px 0 1px;
	border-bottom: 1px solid black;
		
	line-height: 34px;
}

#topnav_content li.current a {
	margin: 0;
	background-color: white;
	border: 1px solid black;
	border-bottom: 1px solid white;
}

#login {
	float: right;
	color: white;
	text-shadow: 1px 1px black;
	padding: .5em .5em 0 0;
	margin: 0;
}

#login a {
	text-decoration: none; 
	color: white;
}

#login a:hover, #login a:focus {
	text-decoration: underline;
}

#login fieldset { margin: 0; padding: 0; }
#login label input { width: 100px; }

#main { padding: 1em 1em 1em 1em; }
#main > p { margin-top: 0; }

#bottom { 
	width: 822px;
	margin: auto;
	height: 44px;
	background: url(/static/bottom.png);
	
	line-height: 26px;
	
	text-align: center;
	font-size: x-small;
	text-shadow: 1px 1px #314327;
	color: #e9e2b5;
}

#bottom a { color: #e9e2b5; }

fieldset { border: 0; margin: 0; }
form { margin: 0; }

.error { color: red; }

.coloredForm label {
	float: left;
	width: 200px;
}
.coloredForm {
	width: 620px;
	margin: auto;
}
.coloredForm fieldset {
	background: url(/static/box_background_gradient.png);
	background-repeat: repeat-x;
	margin-bottom: 15px;
}
.coloredForm legend {
	font-size: smaller;
	font-weight: bold;
}
.coloredForm p {
	margin: 10px 0 10px 0;
}
.coloredForm input[type="text"], .coloredForm input[type="password"] {
	width: 360px;
}
.left, .right { vertical-align: top; }

.front { margin-bottom: 5px; }
.front p { margin-top: 0; }

#appstore {
	float: right;
	margin: 8px 0 0 5px;
	border: 0;
}

.quote {
	margin-bottom: .8em;
	width: 49%;
	height: 74px;
	
	color: #5e6e68;
}

.quote q {
	text-shadow: 0px 0px 4px #ddd;
	margin: 0;
}

.quote cite {
	display: block;
	
	color: black;
	font-size: .9em;
	text-align: right;
}

.quote cite:before {
	content: "—";
	color: #5e6e68;
}

.box {
	margin-bottom: .8em;
	background: url(/static/box_background_gradient.png);
	background-repeat: repeat-x;
	width: 49%;
	height: 305px; 
}
		
.box p {
	padding-left: 1em; 
	padding-right: 1em;
	color: #5e6e68;
}

.box p strong {
	display: block;
	color: black;
}

.left { float: left; }
.right { float: right; }
.box img {
	float: none;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #5e6e68;
}

table.api td:first-child {
	padding-left: 5px;
	width: 180px;
}

table.api td { vertical-align: top; }