@charset "UTF-8";
body {
	font-family: Arial, Helvetia, sans-serif;
	background-color: #ffffff;
	background-image: url( '../images/bg.png' );
	xbackground-position: top center;
	xbackground-repeat: no-repeat;
	font-size: 14px;
	color: #666666;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	line-height: 22px;
}

body.homemsg {
/*	font-size: .85em;*/
}

a {
	color: #ea0a61;
}

.error {
	color: #ff0000;
}

p.error {
	background-color: #ffbaba;
	border-radius: 3px;
	padding: 10px;
	border: 1px solid #ff0000;
	text-shadow: 1px 1px rgba( 255, 255, 255, 0.5 );
}

.message {
	color: #00ff00;
}

p.message {
	background-color: #dff2bf; /* green */
	border: 1px solid #4f8a10;
	color: #4f8a10;
	border-radius: 3px;
	padding: 10px;
	text-shadow: 1px 1px rgba( 255, 255, 255, 0.5 );
}

/* Search results use this styling: */
p.kwik {
	color: #888888;
}

p.kwik span.kw {
	font-weight: bold;
	color: #555555;
}


/* When previewing a page, missing links are styled like this: */
a.missing {
	color: #ff0000;
	font-weight: bold;
	text-decoration: line-through;
}

h1 {
	color: #666666;
	font-size: 22px;
	font-family: Arial;
	text-transform: uppercase;
}

h2 {
	width: 100%;
}

h1.level, h2.level {
	text-align: left;
}

h2.level {
	border-radius: 8px;
	color: #ffffff;
	padding: 3px 3px 3px 10px;
}

h2.level a {
	text-decoration: none;
	color: inherit;
}

h1.level a:hover, h2.level a:hover {
	text-decoration: underline;
}

h2 span {
	font-weight: normal;
}

h3 {
	font-size: 16px;
	color: #666666;
}

h4 {
	font-size: 14px;
}

h2, h3 {
	text-transform: uppercase;
}

div.schools {
	width: 100%;
	height: 42px;
	background-color: #000000;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	xxxbox-shadow: 0px 3px 3px 0px rgba( 0, 0, 0, 0.8 );
	text-align: center;
}

div.schools > div {
	width: 1000px;
	white-space: nowrap;
	margin: auto;
}

div.schools ul {
	float: left;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

div.schools ul li {
	color: #ffffff;
	display: inline;
	padding-right: 1em;
	text-indent: -1em;
}

div.schools ul li:before {
	color: #8c8c8c;
	content: '\2022';
	padding-right: 10px;
}

div.schools ul li:first-child:before {
	content: '';
	padding-right: 0px;
}

div.schools a {
	text-decoration: none;
	color: #8c8c8c;
}

div.schools a:hover {
	color: #ffffff;
}

div.schools a.on {
	color: #ffffff;
}

div.social {
	float: right;
	margin: 8px 10px 0px 0px;
}

div.social img {
	border: none;
}

div.logo {
	width: 1000px;
	margin: auto;
	padding: 30px 0px 0px 0px;
}

div.logo > a {
	float: left;
}

div.logo img {
	border: none;
}

div.logo div.tweet {
	display: none;
	float: right;
	width: 260px;
	height: 60px;
	background-color: rgba( 0, 0, 0, 0.6 );
	border-radius: 6px;
	padding: 10px 15px 15px 15px;
	font-size: 12px;
	line-height: 15px;
	overflow-y: hidden;
}

div.logo div.tweet p {
	margin: 0px 0px 5px 0px;
}

div#container {
	width: 1000px;
	margin: 20px auto 0px auto;
	padding: 0px 0px 0px 0px;

	background: rgba( 255, 255, 255, 0.8 );

	xbackground: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	xbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(50%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	xbackground: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	xbackground: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	xbackground: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	xbackground: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.5) 100%); /* W3C */
	xfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4d000000',GradientType=1 ); /* IE6-9 */
}

div.signup {
	float: right;
	margin: 16px 10px 0px 0px;
}

a.signup-button {
	padding: 8px 12px 6px 12px;
	background-color: #ffbb3f;
	border-right: 1px solid #cc8800;
	border-bottom: 1px solid #cc8800;
	font-size: 12px;
	border-radius: 3px;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
}

a.signup-button:hover {
	color: #224488;
	background-color: #ffcc60;
}



table.container {
	width: 1000px;
	margin: auto;
	border-collapse: collapse;
	xxxbox-shadow: 0 0 20px #cccccc;
	xbackground-color: rgba( 0, 0, 0, 0.8 );
}

table.container td {
	vertical-align: top;
	padding: 20px;
}

table.container td.nav {
	color: #666666;
	min-width: 250px;
	border-right: 1px solid rgba( 0, 0, 0, 0.3 );
	padding: 30px;
}

table.container td.nav h1 {
	text-align: left;
}

td.nav ul {
	list-style-type: none;
	margin-left: -30px;
	font-size: 12px;
}

td.nav ul li a.on {
	font-weight: bold;
	color: #000000;
}

td.nav>ul>li {
	margin-top: 17px;
	font-weight: bold;
}

td.nav>ul>li>ul>li {
	list-style-type: square;
	margin-top: 3px;
	margin-left: 5px;
	font-weight: normal;
}

td.nav>ul>li>ul>li>ul>li {
	list-style-type: circle;
	margin-bottom: 5px;
	text-indent: 0px;
}

td.nav ul li {
	line-height: 15px;
	margin-bottom: 3px;
}

table.container td.nav a {
	color: #666666;
}

table.container td.nav ul.instructors {
	background-color: #dddddd;
}

td.nav h1 {
	color: #666666;
	font-size: 18px;
}

td.nav h2 {
	font-size: 15px;
	text-align: left;
}

table.container td.content {
	width: 700px;
	opacity .7;
	padding 30px;

	xxxbackground-color: #ffffff;
/*
	background-image: url( '/images/watermark.png' );
	background-repeat: no-repeat;
	background-position: 0px 200px;
*/
}

div.stamp, div.stamp-filled {
	width: 150px;
	height: 150px;
	background-image: url( '/images/stamp-blank.png' );
	text-align: center;
	line-height: 150px;
	color: #cccccc;
	font-size: 20px;
	float: right;
}

div.stamp-filled {
	background-image: url( '/images/stamp-filled.png' );
}

div.stamp:after {
	content: 'Stamp';
}

hr {
	border: 0;
	height: 1px;
	background: #cccccc;
	padding: 1px 0px 0px 0px;
	color: #666666;
	background-color: #666666;
	margin: 20px 0px;
}

div.debug {
	clear: both;
	font-family: "Courier New", Courier;
}

.debug {
	color: #cccccc;
}

table.level {
	width: 100%;
	border-collapse: collapse;
	color: #666666;
}

table.level tr.highlight {
	border: 2px solid #000000;
}

table.level tr th {
	text-align: left;
}

table.level tr th, table.level tr td {
	padding: 4px;
	border-bottom: 1px dotted #cccccc;
	line-height: 16px;
}

table.level tr td.level_description {
	font-weight: bold;
	font-size: 14px;
}

table.level tr td.level_description span.subdescription {
	font-weight: normal;
	font-style: italic;
	font-size: 14px;
}

table.level tr td.initials {
	white-space: nowrap;
	font-size: 11px;
	line-height: 12px;
}

table.level tr td.initials span.initials {
	font-style: italic;
}

table.level tr td.initials div.ago {
	font-size: 11px;
}

table.level tr td.initials div.when {
	font-size: 9px;
	color: #999999;
}

table.level tr td.initials a {
	text-decoration: none;
}

table.level tr td.image {
	padding-right: 20px;
}

table.level tr td.image img {
	width: 30px;
	height: 30px;
	border-radius: 3px;
	box-shadow: 1px 1px 1px 1px #888888;
}

img.stats {
	width: 50px;
	height: 50px;
	border-radius: 3px;
	box-shadow: 1px 1px 1px 1px #888888;
}

.level1 {
	background: #ff6600; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff6600 0%, #ffff00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff6600), color-stop(100%,#ffff00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff6600 0%,#ffff00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff6600 0%,#ffff00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff6600 0%,#ffff00 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff6600 0%,#ffff00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6600', endColorstr='#ffff00',GradientType=0 ); /* IE6-9 */
}

.level2 {
	background: #009900; /* Old browsers */
	background: -moz-linear-gradient(top,  #009900 0%, #cccd01 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#009900), color-stop(100%,#cccd01)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #009900 0%,#cccd01 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #009900 0%,#cccd01 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #009900 0%,#cccd01 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #009900 0%,#cccd01 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009900', endColorstr='#cccd01',GradientType=0 ); /* IE6-9 */
}

.level3 {
	background: #ff0066; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff0066 0%, #ff98cb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff0066), color-stop(100%,#ff98cb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff0066 0%,#ff98cb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff0066 0%,#ff98cb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff0066 0%,#ff98cb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff0066 0%,#ff98cb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0066', endColorstr='#ff98cb',GradientType=0 ); /* IE6-9 */
}

.level4 {
	background: #004fce; /* Old browsers */
	background: -moz-linear-gradient(top,  #004fce 0%, #64cafe 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#004fce), color-stop(100%,#64cafe)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #004fce 0%,#64cafe 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #004fce 0%,#64cafe 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #004fce 0%,#64cafe 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #004fce 0%,#64cafe 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#004fce', endColorstr='#64cafe',GradientType=0 ); /* IE6-9 */
}

.level5 {
	background: #6600cc; /* Old browsers */
	background: -moz-linear-gradient(top,  #6600cc 0%, #d428ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6600cc), color-stop(100%,#d428ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #6600cc 0%,#d428ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #6600cc 0%,#d428ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #6600cc 0%,#d428ff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #6600cc 0%,#d428ff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6600cc', endColorstr='#d428ff',GradientType=0 ); /* IE6-9 */
}

.level6 {
	background: #000099; /* Old browsers */
	background: -moz-linear-gradient(top,  #000099 0%, #3289ff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000099), color-stop(100%,#3289ff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #000099 0%,#3289ff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #000099 0%,#3289ff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #000099 0%,#3289ff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #000099 0%,#3289ff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000099', endColorstr='#3289ff',GradientType=0 ); /* IE6-9 */
}

.level101,
.level102,
.level103,
.level104,
.level105,
.level106,
.level107,
.level108
{
	background: #8db3e2;
}


.level1-color {
	color: #ff6600;
}

.level2-color {
	color: #009900;
}

.level3-color {
	color: #ff0066;
}

.level4-color {
	color: #004fce;
}

.level5-color {
	color: #6600cc;
}

.level6-color {
	color: #6666cc;
}

table.level tr td.description {
	width: 100%;
	font-size: 13px;
	padding-right: 25px;
}

table.level tr td.description a {
	text-decoration: none;
}

table.level tr td.description span.subdescription {
	font-style: italic;
}

table.level tr td.description span.notes {
	font-size: 11px;
	margin: 0px 3px 0px 3px;
	border: 1px solid #999999;
	background-color: #ffff00;
	padding: 0px 3px 0px 3px;
	border-top: 3px solid #999999;
	border-radius: 3px 3px 3px 3px;
}

table.level tr td.description span.notes a {
	color: #000000;
}

table.level tr td.description span.url {
	white-space: nowrap;
	font-size: 11px;
	background-color: #666666;
	padding: 3px 3px 3px 3px;
}

table.level tr td.description span.url a {
	color: #ff0000;
}

table.level tr td.description span.url a:before {
	color: #ffffff;
	content: 'More Info';
}

table.level tr td.description span.url a:hover:before {
	color: #ff5555;
}


table.level tr td.facebook {
	width: 100%;
	font-size: 12px;
	line-height: 14px;
	white-space: nowrap;
	padding: 5px 40px 30px 20px;
}

table.level tr td.facebook img {
	float: left;
	height: 30px;
	padding-right: 5px;
}

table.notes {
	width: 100%;
	border-collapse: collapse;
	margin-top: 20px;
}

table.notes tr.private {
	color: #ff0000;
}

table.notes tr th {
	font-size: 13px;
	border-bottom: 1px dotted #cccccc;
	vertical-align: bottom;
}

table.notes tr td {
	padding: 15px 5px 5px 5px;
	border-top: 1px dotted #cccccc;
}

table.notes tr td.delete {
	font-size: 12px;
	white-space: nowrap;
}

table.notes tr td.delete a {
	color: #ff0000;
}

table.notes tr td.date {
	white-space: nowrap;
}

table.notes tr td.date div.ago {
	font-size: 11px;
}

table.notes tr td.date div.when {
	font-size: 9px;
	color: #999999;
}

table.notes tr td.who {
	white-space: nowrap;
	font-size: 12px;
}

table.notes tr td.skill, table.notes tr td.level {
	font-size: 12px;
}

table.notes tr td.description {
	padding-top: 5px;
}

table.notes tr td.description div {
	margin: 0px 3px 0px 3px;
	border: 1px solid #999999;
	background-color: #ffff00;
	padding: 0px 3px 0px 3px;
	border-top: 3px solid #999999;
	border-radius: 3px 3px 3px 3px;
}

table.notes tr:not(:last-child) td.description {
	width: 100%;
	border-top: none;
}

/* From http://dabblet.com/gist/4072362: */

table.level tr td.sidebar {
	vertical-align: middle;
	background-color: #fee4fc;
}

table.level tr td.sidebar div.sidebar-outer {
	display: inline-block;
	overflow: hidden;
	width: 30px;
	text-align: center;
}

table.level tr td.sidebar div.sidebar-outer div.sidebar-inner {
	display: inline-block;
	padding-top: 5px;
	white-space: nowrap;
	font-size: 13px;
	line-height: 15px;
	color: #666666;

	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);

	/* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	-o-transform-origin: 50% 50%;
	transform-origin: 50% 50%;

	/* Should be unset in IE9+ I think. */
	xfilter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

/* This element stretches the parent to be square by using the mechanics of vertical margins  */
table.level tr td.sidebar div.sidebar-outer div.sidebar-inner:after {
	content: "";
	display: block;
	margin: -1.5em 0 100%;
}

table.level_stamp {
	margin: auto;
	margin-collapse: collapse;
	padding-top: 20px;
}

table.level_stamp tr td {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 0px 0px;
}

table.level_stamp tr td.instructor p, table.level_stamp tr td.when p {
	font-style: italic;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px solid #ffffff;
}

table.level_stamp tr td.label p {
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	line-height: 12px;
}

table.level_nav {
	width: 100%;
	border-collapse: collapse;
	margin-top: 30px;
}

p.description {
	font-size: 13px;
	font-style: italic;
}

table.data {
	border-collapse: collapse;
}

table.data tr th {
	white-space: nowrap;
}

table.data tr th, table.data tr td  {
	padding: 3px;
}

table.data tr th.left, table.data tr td.left {
	text-align: left;
}

table.data tr th.right, table.data tr td.right {
	text-align: right;
}

table.data tr:nth-child(even) {
	background-color: #eeeeee;
}




table.input {
	border-collapse: collapse;
}

table.input tr th, table.input tr td {
	padding: 5px;
	white-space: nowrap;
}

table.input tr th {
	text-align: right;
}

table.input tr th.center {
	text-align: center;
}





div.last_changed {
	font-size: 10px;
}

.hint {
	color: #cccccc;
}

form.note {
}

form.note textarea.notes {
	width: 380px;
	height: 80px;
	float: left;
	margin: 0px 10px 0px 10px;
}

div.notesubmit {
	margin-left: 30px;
	font-size: 12px;
}
 
img.notes {
	width: 85px;
	height: 85px;
	vertical-align: text-top;
	margin-right: 10px;
	border-radius: 5px;
	box-shadow: 2px 2px 2px 2px #666666;
	float: left;
}

table.progress {
	width: 100%;
	border-collapse: collapse;
}

table.progress tr td {
	padding: 3px;
	vertical-align: middle;
}

table.progress tr td.label {
	white-space: nowrap;
	padding-right: 10px;
}

table.progress tr td.bar {
	color: #ffffff;
	width: 100%;
	text-shadow: -1px 0 1px #888888, 0 1px 1px #888888, 1px 0 1px #888888, 0 -1px 1px #888888;
	font-size: 12px;
}

table.progress tr td.bar div.wrapper {
	border: 1px solid #cccccc;
}

div.progress {
	white-space: nowrap;
	text-indent: 6px;
	font-weight: bold;
	padding: 0px;
	border-radius: 0px;
}

div.nav {
	position:relative;
	z-index:100;
	width: 100%;
	background: #ffffff;
	border-top: 1px solid #e6e6e6; 
	border-bottom: 1px solid #e6e6e6; 
}
div.nav > ul {
	width: 100%;
	padding: 0px;
	margin: 0px;
}
div.nav > ul > li {
	float:left;
	list-style-type: none;
	font-size: 13px;
	font-weight: normal;
	white-space: nowrap;
	text-align: center;
	margin: 0px 0px 0px 0px;
	padding: 10px 15px 8px 0px;
	text-transform: uppercase;
	border-top: 3px solid #ffffff;
}
div.nav > ul > li > a {
	display: block;
	text-decoration: none;
	color:#ffffff;
	padding-left: 15px;
	padding-bottom: 3px;
	border-left: 1px solid #ffffff;
}
div.nav > ul > li:first-child > a {
	border-left: none;
}
div.nav > ul > li > ul a:hover {
	color:#ffffff;
}
div.nav > ul > li > ul {
	list-style-type: none;
	position: absolute;
	background-color: rgba( 255, 255, 255, 0.95 ); /* rgba( 228, 238, 246, 0.95 ) */
	xxxmin-width:162px;
	display: none;
}
div.nav > ul > li:hover > ul {
	border-top: 3px solid #ffffff;
	display: block;
	padding: 10px 0px 10px 0px;
	margin: 8px 0px 0px 0px;
	-moz-box-shadow: 4px 4px 6px rgba( 0,0,0, 0.5 ); /* Firefox */
	-webkit-box-shadow: 4px 4px 6px rgba( 0,0,0, 0.5 ); /* Safari/Chrome */
	box-shadow: 6px 6px 5px rgba( 0,0,0, 0.2 ), -6px 6px 5px rgba( 0,0,0, 0.2 ); /* Opera and other CSS3 supporting browsers */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='rgba( 0,0,0, 0.5 )')";/* IE 8 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='rgba( 0,0,0, 0.5 )');/* IE 5.5 - 7 */ 
}
div.nav > ul > li:hover > ul > li { margin: 0px 0px 0px 0px; }
div.nav > ul > li > ul a {
	display: block;
	text-decoration: none;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	padding: 5px 15px 5px 15px;
}
div.nav > ul > li > ul a:hover {
	color: #000000;
	background-color: rgba( 255, 255, 255, 0.8 );
}

/* nav item colors: */

.nav > ul > li.home a {
	color: #ffac00;
}

.nav > ul > li.about a {
	color: #64d71f;
}

.nav > ul > li.classes a {
	color: #ff277a;
}

.nav > ul > li.store a {
	color: #74c3ff;
}

.nav > ul > li.purchase a {
	color: #74c3ff;
}

.nav > ul > li.community a {
	color: #ab57ff;
}

.nav > ul > li.events a {
	color: #0493ff;
}

.nav > ul > li.contact a {
	color: #ef4035;
}

.nav > ul > li.home ul li a {
	color: #000000;
}

.nav > ul > li.about ul li a {
	color: #000000;
}

.nav > ul > li.classes ul li a {
	color: #000000;
}

.nav > ul > li.store ul li a {
	color: #000000;
}

.nav > ul > li.purchase ul li a {
	color: #000000;
}

.nav > ul > li.community ul li a {
	color: #000000;
}

.nav > ul > li.events ul li a {
	color: #000000;
}

.nav > ul > li.contact ul li a {
	color: #000000;
}


/* nav item overlines: */

.nav > ul > li.home:hover {
	border-top: 3px solid #ffac00;
	xborder: 1px solid #ff0000;
}

.nav > ul > li.about:hover {
	border-top: 3px solid #64d71f;
}

.nav > ul > li.classes:hover {
	border-top: 3px solid #ff277a;
}

.nav > ul > li.store:hover {
	border-top: 3px solid #74c3ff;
}

.nav > ul > li.purchase:hover {
	border-top: 3px solid #74c3ff;
}

.nav > ul > li.community:hover {
	border-top: 3px solid #ab57ff;
}

.nav > ul > li.events:hover {
	border-top: 3px solid #0493ff;
}

.nav > ul > li.contact:hover {
	border-top: 3px solid #ef4035;
}

.nav > ul > li.home ul li.admin a {
	color: #ff0000;
}

div.content h1 {
	font-family: 'Oxygen', sans-serif;
	font-weight: normal;
	text-align: left;
	font-size: 19px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	color: #666666;
}

div.content h1 span {
	color: #3eacff;
	font-weight: bold;
}

/* Forget fear. Worry about the addiction. */
div.content div.header h1 {
	font-family: 'Oxygen', sans-serif;
	font-weight: normal;
	text-align: center;
	font-size: 30px;
	letter-spacing: 0.8px;
	text-transform: none;
	padding-top: 20px;
}

div.content div.header h1 span {
	font-weight: normal;
}

div.content div.header h1 span.forget {
	color: #666666;
}

div.content div.header h1 span.worry {
	color: #666666;
}

div.content div.header h1 span.reg {
	color: #ffbb3f;
	font-size: 12px;
	position: relative;
	top: -15px;
	opacity: 0.4;
}

div.content div.header h1 span.regLg {
	color: #666666;
	font-size: 14px;
	position: relative;
	top: -15px;
	opacity: 0.6;
}

div.inner {
	margin: 20px 20px 20px 20px;
}

div.content div.header h2 {
	font-family: 'Oxygen', sans-serif;
	font-weight: normal;
	margin: auto;
	text-align: center;
	font-size: 17px;
	line-height: 25px;
	width: 90%;
}

div.content div.header h2 a {
	color: #f134c5;
	text-decoration: none;
}

div.content div.header h2 a:hover {
	text-decoration: underline;
}

div.content div.header div.bullets {
	margin: auto;
	text-align: center;
	letter-spacing: 20px;
	font-size: 28px;
	margin-top: 20px;
}

div.content div.announcements {
	float: left;
	width: 600px;
	padding: 0px 20px 0px 60px;
}

div.announcements img {
	float: left;
	margin: 0px 10px 10px 0px;
}

div.announcement {
	margin-bottom: 30px;
}

/*div.announcement #homefaq {
	width:100%;
}*/

div.announcement a {
	color: #f134c5;
	font-weight: bold;
	text-decoration: none;
}

div.announcement a.mainsite {
	color: #f95a04;
	font-weight: bold;
	text-decoration: none;
}

div.content div.classes {
	float: left;
	width: 250px;
	padding: 0px 20px 0px 40px;
	border-left: 1px solid rgba( 255, 255, 255, 0.8 );
}

div.skills {
	clear: both;
	padding: 20px 0px 0px 60px;
}

div.footer {
	background-color: #333333;
	xxxbackground-color: rgba( 0, 0, 0, 0.3 );
	padding: 20px 30px 20px 30px;
	margin: 20px 0px 0px 0px;
	color: #e8e8e8;
}

div.footer div h1 {
	font-family: Arial, Helvetia, sans-serif;
	color: #e8e8e8;
	font-size: 14px;
	font-weight: normal;
	text-transform: none;
}

div.footer div.message {
	float: left;
	width: 200px;
	padding: 0px 0px 0px 0px;
	margin-right: 30px;
	font-size: 12px;
	color: #cccccc;
}

div.footer div.message ul {
	padding-left: 15px;
}

div.footer div.message ul li {
	margin-bottom: 12px;
}

div.footer div.message ul li.address {
	list-style-image: url( '../images/template/icon-map.png' );
}

div.footer div.message ul li.phone {
	list-style-image: url( '../images/template/icon-phone.png' );
}

div.footer div.message ul li.email {
	list-style-image: url( '../images/template/icon-email.png' );
}

div.copyright {
	width: 100%;
	padding-bottom: 30px;
}

div.copyright > div {
	width: 1000px;
	white-space: nowrap;
	margin: 10px auto 10px auto;
	font-size: 12px;
	opacity: 0.7;
}

div.copyright > div div.copy {
	width: 500px;
	float: left;
}

div.copyright > div div.copypublic {
/*	width: 500px;
	float: left;  */
	width:100%;
	text-align:center;
}

div.copyright > div div.links {
	width: 100%;
	/*float: left;*/
	text-align: center;
/*
	Modified by Chioma to center links: 7.24.2016
	width: 500px;
	float: right;
	text-align: right;
*/
}

div.copyright a {
	margin-left: 20px;
	text-decoration: none;
}

div.copyright a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

.clearfix:before, .clearfix:after {
	content: ' ';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

div.icons {
	width: 900px;
	height: 35px;
	overflow: hidden;
}

div.icons > div.icon {
	font-size: 12px;
	width: 35px;
	height: 35px;
	float: left;
}

div.icons > div.icon > a > img {
	border-radius: 3px;
	xxxbox-shadow: 1px 1px 1px 1px #888888;
	height: 30px;
	width: 30px;
	border: none;
}

div.icons > div.icon > div.bubble {
	position: absolute;
	margin-top: -115px;
	margin-left: -50px;
	display: none;
	padding: 0px 10px 0px 10px;
}

div.icons > div.icon > div.bubble a {
	text-decoration: none;
}

div.icons > div.icon > div.bubble a:hover {
	text-decoration: underline;
}

div.icons div.icon:hover div.bubble {
	display: block;
	background: #000000;
	border: 1px solid #777777;
}

div.icons > div.icon > div.bubble:after {
	content: url( '../images/template/trick-callout-down-arrow.png' );
	position: relative;
	top: 19px;
	left: 45px;
}

div.icons > div.icon div.bubble > p {
	margin-bottom: 0px;
}

div.icons > div.icon > div.bubble > p:first-child {
	text-transform: uppercase;
}

div.icons > div.icon div.bubble > p > span {
	padding-right: 5px;
	font-weight: bold;
}

div.icons > div.icon div.bubble img {
	vertical-align: middle;
	border: none;
}

table.pw tr th {
	font-weight: normal;
	text-align: right;
}

table.pw tr th, table.pw tr td {
	padding: 5px;
}

p.logbook-disclaimer {
	font-size: 12px;
	line-height: 14px;
	color: #cccccc;
}

p.logbook-disclaimer a {
	color: #cccccc !important;
}

table.navigation {
	width: 100%;
}

table.navigation tr td.middle {
	text-align: center;
}

table.navigation tr td.back {
	text-align: left;
	min-width: 50px;
}

table.navigation tr td.next {
	text-align: right;
	min-width: 50px;
}

span.high {
	color: #ff8c00;
}

div.login-left {
	float: left;
	margin-right: 20px;
	width: 320px;
	border-right: 1px solid #888888;
}

div.login-right {
	float: left;
	width: 300px;
	text-align: center;
}

.logbook_footer {
	text-align: center;
	color: #888888;
	font-size: 12px;
}

iframe {
	width: 100%;
	height: 1100px;
	border: 0;
}

#divHomeIframe { 
	margin-bottom: 10px;
	height: 100px;
	overflow:visible;
/*  auto;  */
}


/*table.memberbenefits th, td {
	border: 1px solid #CCC;	
	padding-left: 5px;
	padding-right: 5px;
	--font-size: 12px;
	line-height: 20px;
}*/


/* begin page link colors - chioma */
a.homepg { 
	color: #f95a04;
/*	color: #ffac00; */
}

a.aboutpg { 
	color: #64d71f;
}

a.classespg { 
	color: #ff277a;
}

a.purchasepg { 
	color: #74c3ff;
}

a.communitypg { 
	color: #ab57ff;
}

a.eventspg { 
	color: #0493ff;
}

a.contactpg { 
	color: #ef4035;
}
/* end page link colors - chioma */



div.signoff-overlay {
	font-size: 18px;
	visibility: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 2000;
	background-color: rgba( 0,0,0, 0.5 );
}

div.signoff-overlay div:first-child {
	width: 600px;
	position: relative;
	margin: auto;
	top: 50%;
	transform: translateY(-50%);
	background-color: #f8f2da;
	padding: 15px;
	text-align: left;
	box-shadow: 0 0 20px #000000;
	border-radius: 5px;
}

div.signoff-overlay div:first-child a.boxclose {
	float:right;
	margin-top:-30px;
	margin-right:-30px;
	cursor:pointer;
	color: #fff;
	border: 4px solid #ffffff;
	border-radius: 55px;
	background: #000000;
	font-size: 21px;
	font-weight: bold;
	display: inline-block;
	line-height: 0px;
	padding: 11px 3px;
	text-decoration: none;
	box-shadow: 0 0 10px #000000;
}

div.signoff-overlay div:first-child a.boxclose:before {
	content: '\2716';
}

div.signoff-overlay span {
	font-weight: bold;
}

div.signoff-overlay div.yesno a {
	xdisplay: inline-block;
	width: 47%;
	float: left;
	color: #ffffff;
	padding: 10px 0px 10px 2%;
	margin-right: 1%;
	text-align: center;
	xfont-size: 14px;
	text-decoration: none;
	font-weight: bold;
	border-radius: 3px;
	box-shadow: 2px 2px 3px rgba( 0, 0, 0, 0.4 );
}

div.signoff-overlay hr {
	opacity: 0.5;
}

div.signoff-overlay div.yesno {
	clear: right;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

div.signoff-overlay div.yesno a:hover {
	opacity: 0.5;
}

div.signoff-overlay a.no {
	background-color: #ff0000;
}

div.signoff-overlay a.yes {
	background-color: #00ff00;
}

div.signoff-overlay table td {
	padding: 5px;
}

div.signoff-overlay input[type="submit"] {
	font-size: 18px;
}

div#working-overlay {
	font-size: 18px;
	visibility: hidden;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 2010;
	background-color: rgba( 0,0,0, 0.5 );
	background-image: url( "../images/working.gif" );
	background-position: center center;
	background-repeat: no-repeat;
}

div#container-splash {
	width: 1000px;
	margin: 10px auto 0px auto;
/*	margin: 0px auto 0px auto;*/
	padding: 0px 0px 0px 0px;

	background: rgba( 255, 255, 255, 0.8 );

	xbackground: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,0.5) 100%); /* FF3.6+ */
	xbackground: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,1)), color-stop(50%,rgba(0,0,0,1)), color-stop(100%,rgba(0,0,0,0.5))); /* Chrome,Safari4+ */
	xbackground: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.5) 100%); /* Chrome10+,Safari5.1+ */
	xbackground: -o-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.5) 100%); /* Opera 11.10+ */
	xbackground: -ms-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.5) 100%); /* IE10+ */
	xbackground: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,0.5) 100%); /* W3C */
	xfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#4d000000',GradientType=1 ); /* IE6-9 */
}

div.schools-splash {
	width: 100%;
	height: 52px;
	background-color:#F9F9F9;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0px 0px 2px 0px;
	margin: 0px 0px 0px 0px;
	xxxbox-shadow: 0px 3px 3px 0px rgba( 0, 0, 0, 0.8 );
}

div.schools-splash > div {
	width: 100%;
/*	white-space: nowrap;*/
	margin: auto;
/*	padding: 30px 0px 0px 0px;*/
}

div.schools-splash ul {
	float: left;
	list-style: none;
	margin-left: 0;
	padding-left: 0;
}

div.schools-splash ul li {
	color:#666666; /* #333333; */
	/*font-weight: bold;*/
	display: inline;
	padding-right: 1em;
	text-indent: -1em;
}

div.schools-splash ul li:before {
	color: #8c8c8c;
	content: '\2022';
	padding-right: 10px;
}

div.schools-splash ul li:first-child:before {
	content: '';
	padding-right: 0px;
}

div.schools-splash a {
	text-decoration: none;
	font-size: 16px;
	/*font-weight: bold;*/
	color: #666666;
}

div.schools-splash a:hover {
	text-decoration: none;
/*	font-weight: bold;*/
	/* color: #004B97; */
	/* color: #FF0000; */ 
	/*font-weight: bold;*/
	color: #FF277A;
}

div.schools-splash a.on {
	text-decoration: underline;
	color: #333333;
}

div.copyright-splash { 
	background-color:black;
	height:38px;
	width:100%;
	float:left;
	text-align:center;
	font-size:11px;
	padding-top:12px;
}

span.check::before {
	color: #00bb00;
	content: '\2713'; /* check */
}

span.ex::before {
	color: #ff0000;
	content: '\2717'; /* X */
}

table.rigging-grade td img {
	width: 100%;
}

table.rigging-grade tr.ungraded {
	border: 1px solid #000000;
}

table.rigging-grade tr.correct {
	border: 1px solid #00ff00;
}

table.rigging-grade tr.incorrect {
	border: 1px solid #ff0000;
}

div.top_text {
	background-color: #8db3e2;
	border: 1px solid black;
	padding: 0px 15px 7px 15px;
	font-size: 12px;
	margin-bottom: 15px;
}

div.top_text h3 {
	text-transform: none;
	line-height: 18px;
}

div.top_text li {
	margin-bottom: 10px;
	margin-left: -20px;
	line-height: 18px;
}

/* EOF (style.css) */