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

body {
	min-width: 720px;
	color: #333;
	background-color: #D9D7A9;
}

a { color: #006699/*#36414d*/; text-decoration: underline; }
a:hover {
	color: #6699CC;
}

#container {
	width: 720px;
	margin-bottom: 20px;
	background-color: #FAF8E9;
}

#container-inner {
	border-width: 0 5px 5px 5px;
	border-style: solid;
	border-color: #B2B19D;
}

#banner {
	width: 710px;
	background-color: #D4C779;
}
#banner #banner-inner #goback_to_school {
	text-align: right;
	margin-bottom: 5px;
}

#alpha, #beta, #gamma, #delta {
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
	background-color: #FAF8E9;
}

.master-archive-index #archive-title,
.individual-entry-archive #archive-title,
.date-based-archive #archive-title,
.category-archive #archive-title {
	/* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
	width: 100%;
	w\idth: auto;
	margin: 0;
	padding: 5px;
	color: #fff;
	background-color: #3E8283;
	border-left: 10px solid #99CCCC;

}

.entry-header {
	margin-top: 0;
	border-left: 5px solid #948669;
	padding: 0 0 0 10px;
	color: #36414D;
	font-size: 18px;
}


.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
	/* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
	width: 100%;
	w\idth: auto;
	margin: 0;
	border-left: 5px solid #E0DCA4;
	padding: 5px;
	color: #584536;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	background-color: #E7E8C4;
}

.module-header a,
.module-header a:hover,
.trackbacks-header a,
.trackbacks-header a:hover,
.comments-header a,
.comments-header a:hover,
.comments-open-header a,
.comments-open-header a:hover
.archive-header a,
.archive-header a:hover {
	color: #584536;
}

.module {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #f3f6f9;
	background-color: #FAF8E9;
}

.module-powered { border-width: 0; }
.module-powered .module-content {
	margin-bottom: 0;
	border: 1px dashed #a3b8cc;
	padding-bottom: 10px;
	color: #292e33;
	background-color: #FAF8E9;
}
