@charset "UTF-8";
/* CSS Document */

/*

Description

Color Definitions:

#ff0000		red							logo spot color

#0b0b4d		saturated dark blue			ground color

#f2f2ff		unsaturated bright blue		wrap background color

#80802d		med sat med bright yellow	status bar & footer background

#e0f2ce		unsaturated bright green	blog ground color

#537334		med sat med bright green

*/

/*

Basic settings for the body of the webpage.

More styles will be set in the body's CLASS, .bodyBasics

*/

body	{
	font-size: 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color:#0b0b4d;
	margin:0;
	padding:0;
	line-height:normal;
	color:#000000;
	position:relative;
}

/*

Default definitions for links and such

*/

a {
	text-decoration:none;
}

a img {
	border:none;
}

a:visited {
	text-decoration:none;
}

a:hover {
	font-variant:small-caps;
}

h1 {
	font-size:400%;
	font-weight:normal;
	font-family:inherit;
	position:relative;
}


h2 {
	font-size:300%;
	font-weight:normal;
	font-family:inherit;
	position:relative;
}


h3 {
	font-size:200%;
	font-weight:normal;
	font-family:inherit;
	position:relative;
}


h4 {
	font-size:150%;
	font-weight:normal;
	font-family:inherit;
	position:relative;
}

h5 {
	font-size:120%;
	font-weight:normal;
	font-family:inherit;
	position:relative;
}

p {
	line-height:120%;
}

ul {
	font-weight:normal;
	font-family:inherit;
	line-height:150%;
}

/*

Definitions of IDs (unique page elements)

*/

.ground #wrap {
	width:80%;
	background-color:#f2f2ff;
	margin: 0 auto;
	text-align:left;
	position:relative;
}

.ground #header {
	color:#f2f2ff;
	background-color:#f2f2ff;
	text-align:right;
	vertical-align:middle;
	height:200px;
	position:relative;
	z-index:10;
}

.ground #header h1 {
	color:#80802d;
	margin:0;
	padding:10px 10px 0px 0px;
}

.ground #header h2 {
	color:#80802d;
	margin:0;
	padding:10px 10px 0px 0px;
}

.ground #header h3 {
	color:#80802d;
	margin:0;
	padding:10px 10px 0px 0px;
}

.ground #header h4 {
	color:#0b0b4d;
	margin:0;
	padding:0px 10px 0px 0px;
}


.ground #header h5 {
	color:#0b0b4d;
	margin:0;
	padding:0px 10px 0px 0px;
}


.ground #header-image {
	background-image:url(media/jargonninja-logo.png);
	background-repeat:no-repeat;
	vertical-align:middle;
	height:200px;
	position:relative;
	z-index:-10;
}

.ground #statusBar {
	font-variant:small-caps;
	color:#f2f2ff;
	background-color:#80802d;
	text-align:left;
	vertical-align:middle;
	height::18px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 15px;
	position:relative;

}

.ground #statusBar p {
	margin-left:15px;
	display:inline;
}

.ground #statusBar a {
	text-decoration:none;
	color:#f2f2ff;
	background-color:#80802d;
}

.ground #statusBar a img {
	border:none;
	color:#f2f2ff;
	background-color:#80802d;
}

.ground #statusBar a:visited {
	text-decoration:none;
	color:#f2f2ff;
	background-color:#80802d;
}

.ground #statusBar a:hover {
	font-variant:normal;
	color:#f2f2ff;
	background-color:#80802d;
}

.ground #sidebar {
	font-size:90%;
	float:right;
	width:27%;
	padding:15px 0px 15px 0px;
	color:#f2f2ff;
	background-color:#0b0b4d;
	text-align:center;
	position:relative;
}

.ground #sidebar p {
	background-color:#f2f2ff;
	color:#000000;
	margin:15px 15px 15px 15px;
	padding:7px;
}

.ground #sidebar h1, .ground #sidebar h2, .ground #sidebar h3, .ground #sidebar h4, .ground #sidebar h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	color:#f2f2ff;
	background-color:#80802d;
	vertical-align:middle;
	line-height:normal;
	margin: 0px 15px 0px 15px;
	padding: 0px 0px 0px 0px;
}

.ground #copy {
	background-color:#f2f2ff;
	margin: 0 28% 0 0;
	padding: 0px 15px 0px 15px;
	text-align:left;
}

.ground #copy a {
	text-decoration:none;
	color:#80802d;
}

.ground #copy a img {
	border:none;
	color:#80802d;
}

.ground #copy a:visited {
	text-decoration:none;
	color:#80802d;
}

.ground #copy a:hover {
	font-variant:small-caps;
	color:#80802d;
}

.ground #footer {
	font-variant:small-caps;
	color:#f3efc2;
	background-color:#80802d;
	text-align:center;
	vertical-align:middle;
	height::64px;
	position:relative;
	z-index:20;
}

.example {
	margin:30px;
	padding:15px;
	border-style:solid;
	border-width:1px;
	border-color:#80802d;
}

.example h1, h2, h3, h4, h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	color:#f2f2ff;
}

.example h4 {
	font-size:100%;
	font-variant:small-caps;
}

.example h5 {
	font-size:90%;
}

.jargon {
	margin:inherit;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.translation {
	margin:inherit;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#f2f2ff;
	background-color:#f2f2ff;
}

.translation:hover {
	margin:inherit;
	color:#80802d;
}

.translation h1, h2, h3, h4, h5 {
	color:#0b0b4d;
}

.quotation p {
	margin:inherit;
}

.attribution {
	margin:inherit;
	text-align:right;
}

/*

These are old

.bodyBasics #wrap {
	width:80%;
	background-color:#f5f9d4;
	margin: 0 auto;
	text-align:left;
	position:relative;
}

.bodyBasics #floatwrangler {
	overflow:auto;
	width:100%;
}

.bodyBasics #header {
	background-color:#f5f9d4;
	text-align:right;
	vertical-align:middle;
	height:200px;
	position:relative;
	z-index:10;
}

.bodyBasics #header h1 {
	color:#58594c;
	margin:0;
	padding:10px 10px 0px 0px;
}

.bodyBasics #header h4 {
	color:#ba3f44;
	margin:0;
	padding:0px 10px 0px 0px;
}

.bodyBasics #header img {
	text-align:left;
}

.bodyBasics #header-image {
	background-image:url(media/pictureframe-oval-cehwiedel-200px.png);
	background-repeat:no-repeat;
	vertical-align:middle;
	height:200px;
	position:relative;
	z-index:-10;
}

.bodyBasics #statusBar {
	font-variant:small-caps;
	color:#f3efc2;
	background-color:#ba3f44;
	vertical-align:middle;
	height::18px;
	padding-left:15px;
	position:relative;

}

.bodyBasics #statusBar p {
	margin-left:15px;
}

.bodyBasics #statusBar a {
	text-docration:none;
	color:#ffc3a6;
}

.bodyBasics #statusBar a img {
	border:none;
}

.bodyBasics #statusBar a:visited {
	text-decoration:none;
}

.bodyBasics #statusBar a:hover {
	font-variant:normal;
}

.bodyBasics #sidebarThin {
	font-size:90%;
	float: left;
	width:18%;
	padding:15px 0px 15px 0px;
	background-color:#ffc3a6;
	position:relative;
}

.bodyBasics #sidebarFat {
	font-size:90%;
	float:right;
	width:27%;
	padding:15px 0px 15px 0px;
	background-color:#ffc3a6;
	position:relative;
}

.bodyBasics #sidebarThin p, .bodyBasics #sidebarFat p, .bodyBasics #sidebarFat a img, .bodyBasics #sidebarThin a img {
	margin-left: 10px;
	margin-right: 10px;
}

.bodyBasics #sidebarFat ul, .bodyBasics #sidebarThin ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:10px 10px 10px 10px;
	line-height:125%;
}

.bodyBasics #sidebarFat h4, .bodyBasics #sidebarThin h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:130%;
	color:#58594c;
	margin:10px 10px 10px 10px;
}

.bodyBasics #bodyContent {
	background-color:#f5f9d4;
	margin: 0 28% 0 19.5%;
	text-align:left;
}

.bodyBasics #bodyContent a, #sidebarFat a, #sidebarThin a {
	text-decoration:none;
	color:#ba3f44;
}

.bodyBasics #bodyContent a img, #sidebarFat a img, #sidebarThin a img {
	border:none;
}

.bodyBasics #bodyContent a:visited, #sidebarFat a:visited, #sidebarThin a:visited {
	text-decoration:none;
}

.bodyBasics #bodyContent a:hover, #sidebarFat a:hover, #sidebarThin a:hover {
	font-variant:small-caps;
}

.bodyBasics #bodyContent ul {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:10px 10px 10px 10px;
	line-height:150%;
}

.bodyBasics #bodyContent h4 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#58594c;
	margin:0;
	padding:0px 10px 0px 0px;
}

.bodyBasics #footer {
	font-variant:small-caps;
	color:#f3efc2;
	background-color:#ba3f44;
	text-align:center;
	vertical-align:middle;
	height::64px;
	position:relative;
}

*/





/*

Definitions of helpful classes

*/

.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

.centered-img {
	margin-left:10px;
	margin-right:10px;
	text-align:center;
}

.spotcolor {
	color:#ff0000;
}

.jargonninja {
	font-variant:small-caps;
}

.vspacing-15px {
	min-height:15px;
}

