body {
	font-family: helvetica, arial;
	font-size: 0.85em;
	color: #111;
	text-align: center;
	margin: 0;
	padding: 0;
}

/* slightly enhanced, universal clearfix hack */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

#container {
	width: 1000px;
	margin: auto;
	margin-top: 0;
	text-align: left;
}
#left {
	float: left;
	width: 525px;
	clear: left;
}
#footer {
	clear: both;
	text-align: center;
	margin: 20px;
	font-size: 0.8em;
	border-top: #ccc 1px solid;
}
p {
	line-height: 1.5;
}

.full-col {
	float: left;
	margin-left: 12px;
	width: 225px;
}

#plea {
	border: solid #333 1px;
	border-top: none;
	border-bottom: none;
	background-color: #eee;
	cursor: hand;
	cursor: pointer;
}

#plea p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.5em;
}

.ks-bar {
	background-color: #eeeeee;
	height: 45px;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 0;
}

.ks-bar strong span {
	font-weight: normal;
}

.ks-bar strong {
	z-index: 2;
	position: absolute;
	top: 11px;
	left: 20px;
	font-size: 24px;
	display: block;
	line-height: 1em;
}

.ks-fill {
	background-color: #c9f586;
	position: absolute;
	top: 0;
	left: 0;
	height: 45px;
	z-index: 1;
}

.column {
	float: left;
	width: 525px;
	min-height: 500px;
}
.column.secondary {
	width: 225px;
	min-height: inherit;
}
.column.tertiary {
	margin-top: 13px;
}
.column.secondary p,
.column.secondary ul,
.column.secondary ol {
	font-size: 0.95em;
	line-height: 1.35;
}

.column.secondary ul {
	padding-left: 15px;
	list-style-type: circle;
}

#header {
	background: url('/images/header-background.png') no-repeat -10px 0;
	height: 210px;
	position: relative;
}

#nav {
	margin: 0;
	padding: 5px 0;
	height: 30px;
	position: absolute;
	bottom: 5px;
	left: 0;
	font-size: 1.3em;
}

#nav li {
	display: block;
	float: left;
}

#nav li a {
	background-color: #daefff;
	text-decoration: none;
	margin: 0 30px;
	padding: 5px 10px;
	display: block;
}

#nav li a.current,
#nav li a:hover {
	background-color: #FFF380;
}

#nav li a:hover {
	text-decoration: underline;
}

h1 {
	position: absolute;
	top: 0;
	left: 0;
}

h1 a {
	text-indent: -1000px;
	display: block;
	float: left;
	height: 150px;
	width: 525px;
}

h1 span {
	display: none;
}

h1 a { color: black; }

.header-info {
	color: white;
	position: absolute;
	top: 30px;
	right: 0;
	width: 470px;
}

.header-info .notice {
	color: black;
	width: 450px;
}

.header-info .notice button {
	margin-left: 10px;
}

h2 {
	margin-top: 5px;
	font-size: 2.5em;
	padding: 0 2px;
	margin-bottom: 5px;
	padding: 4px;
	border-bottom: 4px solid #333;
	color: #30393D;
	clear: both;
	font-weight: normal;
	padding:10px 0 5px 0;
	letter-spacing: -1px;
}

h3 {
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 1.1em;
	text-indent: 1em;
	margin-top: 25px;
	margin-bottom: -3px;
	color: black !important;
}

h3 a {
	color: #333;
}
		
.post {
	position: relative;
	margin-bottom: 30px;
	clear: both;
	padding-bottom: 10px;
	border-bottom: #CCC solid 1px;
}

.post-meta {
	position: relative;
}

.tertiary h2 {
	text-transform: none;
	font-weight: normal;
	background: none;
	border-bottom:4px solid #358acb;
	height:auto;
	margin:0;
	padding:10px 0 5px 0;
	letter-spacing: -1px;
	font-size: 2.8em;
}

.tertiary h3 {
	text-transform: none;
	margin-bottom: 10px;
	font-size: 1.6em;
	font-weight: normal;
	text-indent: 0;
}

h2.with-info,
.post h2 {
	width:420px;	
}

.post h2 a, .post h2 a:visited {
	color: #30393D;
}

.blog-image {
	text-align: right;
	font-size: 0.8em;
	color: #666;
}

/*AWESOME COLOR: #daefff
*/
p.post-info {
	border-bottom:4px solid #daefff;
	bottom:0;
	height:auto;
	margin:0;
	padding:5px 2px;
	position:absolute;
	right:0;
	width:100px;
	font-size: 0.8em	;
	text-align: right;
}

.post-info .author {
	display: block;
}

p.info a {
	display: block;
	font-weight: bold;
	letter-spacing: -2px;
	text-decoration: none;
}

h1 span {
	font-size: 0.15em;
	letter-spacing: -1px;
	position: absolute;
	line-height: 1em;
	left: 255px;
	bottom: -20px;
}

.post h3,
.post h3 a {
	font-size: 1.2em;
	margin: 0;
	border-bottom: none;
}


a,
h3,
h3 a,
b {
	color: #002F55;
	border-color: #002F55;
}

.secondary h2,
.alternate h2 {
	font-size: 1.8em;
	color: #222;
}

.secondary h2,
.secondary h2 a,
.secondary h2 a:visited,
.secondary h3 a,
.secondary h3 a:visited {
	color: #78cb35;
	border-color: #78cb35;
}

.alternate h3, 
.alternate a, 
.alternate a:visited,
.alternate h3 a,
/*.alternate strong,*/
.alternate b {
	color: #F3545E;
	border-color: #F3545E;
}

.alternate h2,
.alternate h2 a,
.alternate h2 a:visited,
.alternate h3,
.alternate h3 a,
.alternate h3 a:visited {
	color: #F3545E;
	border-color: #F3545E;
}

.tertiary a, 
.tertiary a:visited,
.tertiary h3,
.tertiary h3 a,
/*.tertiary strong,*/
.tertiary b {
	color: #296b9e;
	border-color: #296b9e;
}

h1 a,
h2 a,
h3 a,
.alterante h2 a,
.alterante h3 a,
.tertiary h2 a,
.tertiary h3 a {
	text-decoration: none;
}

ul {
	list-style-type: none;
}

.notice {
	width: 520px;
	clear: left;
	float: left;
	font-size: 0.95em;
	text-align: center;
	background: #FFF380;
	padding: 5px 2px;
	margin-bottom: 10px;
	margin-top: 5px;
}

.notice.hold {
	background: #80e6ff;
}

.notice.hold strong {
	font-weight: bold;
	color: #000;
}

input {
	color: #666;
}

button {
	color: #333;
}

.notice form {
	padding: 0;
	margin: 0;
}

#container a.rss_icon,
#container a.rss_icon img {
	padding: 0;
	border: none;
}

#container a.rss_icon img {
	padding-top: 5px;
}

#blog {
	position: relative;
}

.reg-form {
	position: absolute;
	top: 10px;
	right: 0px;
}

.reg-form input[type="image"] {
	height: 120px;
	width: 120px;
}

.course-info {
	width: 340px;
}

.course-info li {
	padding-bottom: 5px;
}

.suggestion-box p {
	text-align: center;
	float: left;
	width: 50%;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 1.7;
}

.suggestion-box a {
	background-color: #FFF380;
	padding: 5px;
	text-decoration: none;
	color: #333;
	text-decoration: underline;
}

#container.suggest {
	width: 740px;
	font-size: 1.2em;
}

#container.suggest h1 {
	position: relative;
}
#container.suggest form {
	font-size: 1.8em;
}

#container.suggest input,
#container.suggest textarea {
	font-size: 0.8em;
	width: 200px;
	font-family: helvetica, arial;
}

#container.suggest form p {
	line-height: 2;
	margin-bottom: 20px;
}

#container.suggest input[type="submit"] {
	border: solid #CCC 0px;
	width: auto;
	color: black;
	background-color: #FFF380;
	color: #333;
	cursor: pointer;
	cursor: hand;
}

#container.suggest form input,
#container.suggest form textarea {
	color: #333;
}

#container.suggest form .refresh {
	color: #999;
}

#container.suggest form .active {
	background-color: #FFF380;
}

#container.suggest textarea {
	padding: 5px;
	width: 80%;
	height: 120px;
}

#container.suggest .notice {
	width: auto;
	float: none;
	margin-top: 20px;
}

#container.suggest .optional {
	font-size: 0.8em;
	background-color: #FFDDDD;
	padding: 10px;
	margin-bottom: 20px;
}

#container.suggest .optional h5 {
	margin: 0;
	padding: 0;
	font-size: normal;
}

#container.suggest .optional p {
	margin: 0;
	padding: 0;
}

.suggest strong {
	color: red;
}

.suggest strong.mega {
	background-color: red;
	color: white;
	padding: 5px;
}

.suggest .backpedal a {
	margin-right: 20px;
}

.suggest a {
	background-color: #FFF380;
	padding: 5px;
	text-decoration: none;
	color: #333;
}

.suggest .notice {
	background-color: #90F090;
}

.column ul.course-listings {
	padding: 0;
	margin: 0;
}

.course-listings li {
	display: block;
	width: 250px;
	float: left;
	padding-left: 5px;
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 20px;
}

.course-listings li.first {
	margin-right: 15px;
	clear: left;
}

.course-listings li h3 {
	background-color: #333;
	background: url('/images/header-background.png') bottom right;
	height: 185px;
	margin-top: 0;
	position: relative;
	border: solid 1px #333;
}

.course-listings li h3 a {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 238px;
	background-color: #EEE;
	padding: 5px;
	background: url('/images/transparent.png');
	display: block;
}

.course-listings li h3 a {
	color: white !important;
}

.course-listings li h3 a:hover {
	text-decoration: underline;
}

.course-listings li .read-more {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
}

.course-listings li .read-more a {
	color: black;
	padding: 3px;
	background-color: #DAEFFF;
	text-decoration: none;
}

.course-listings li .read-more a:hover {
	background-color: #FFF380;
	text-decoration: underline;
}

.course-listings.small-style h3 {
	height: 50px;
	font-size: 1em;
	font-weight: normal;
}

.course-listings.small-style a span,
.course-listings.small-style p {
	display: none;
}

.course-listings.small-style li {
	width: 223px;
	padding-left: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding-bottom: 0;
}

.course-listings.small-style li a {
	width: 211px;
}

.tertiary .course-listings.small-style li {
	width: 250px;
}

.tertiary .course-listings.small-style li.first {
	margin-left: 5px;
}

.tertiary .course-listings.small-style li a {
	width: 238px;
}

#kckst {
	clear: both;
	padding-bottom: 20px;
}


#kckst .widget {
	float: right;
	padding-left: 15px;
}

.related {
	border-bottom: 1px solid #CCC;
	padding-bottom: 20px;
}