/* @group reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,q:after {
	content: '''';
}

abbr,acronym {
	border: 0;
}

/* @end */

/* @group design */

html {
	background: black;
}

body {
	background: white url(/stylesheets/design_images/4/left.jpg) top left repeat-y;
	width: 880px;
	margin: 0 auto;
	position: relative;
}

#main {
	background: url(/stylesheets/design_images/4/right.jpg) top right repeat-y;
}

#title {
	position: absolute;
	top: 0;
	left: 81px;
	background: url(/stylesheets/design_images/4/title.jpg) top left no-repeat;
	width: 354px;
	height: 233px;
}

#title span {
	display: none;
}

#menu {
	position: absolute;
	left: 435px;
	top: 0;
	width: 325px;
	padding-top: 141px;
	background: url(/stylesheets/design_images/4/header.jpg) top right no-repeat;
}

#menu li {
	float: left;
	background-position: top left;
	background-repeat: no-repeat;
	height: 56px;
}

#menu li * span {
	display: none;
}

#menu li * {
	display: block;
}

#menu li a {
	height: 21px;
	margin: 0 10px;
	z-index: 2;
	position: relative;
}

#menu #home {
	background-image: url(/stylesheets/design_images/4/menu_home.jpg);
	width: 78px;
}

#menu #home.current {
	background-image: url(/stylesheets/design_images/4/menu_home_active.jpg);
}

#menu #home a {
	margin-top: 18px;
}

#menu #about {
	background-image: url(/stylesheets/design_images/4/menu_about.jpg);
	width: 79px;
}

#menu #about.current {
	background-image: url(/stylesheets/design_images/4/menu_about_active.jpg);
}

#menu #about a {
	margin-top: 17px;
}

#menu #archives {
	background-image: url(/stylesheets/design_images/4/menu_archives.jpg);
	width: 97px;
}

#menu #archives.current {
	background-image: url(/stylesheets/design_images/4/menu_archives_active.jpg);
}

#menu #archives a {
	margin-top: 20px;
}

#menu #links {
	background-image: url(/stylesheets/design_images/4/menu_links.jpg);
	width: 71px;
}

#menu #links.current {
	background-image: url(/stylesheets/design_images/4/menu_links_active.jpg);
}

#menu #links a {
	margin-top: 26px;
}

#main {
	position: relative;
	padding-top: 200px;
}

#main #content {
	margin: 0 140px;
	padding-bottom: 40px;
	z-index: 1;
	position: relative;
}

#main #content #zone h2.zone_heading {
	font: bold 120% "Lucida Grande", Lucida, Verdana, sans-serif;
	line-height: 1;
	margin: 20px 10px 10px 10px;
	border-bottom: 1px solid black;
}
#main #content #zone {
	float: right;
	width: 200px;
	margin-left: 20px;
	font-size: 80%;
	background-color: #8fc6fc;
}
#main #content #zone ul {
	margin: 10px;
}
#footer {
	clear: both;
	padding-top: 20px;
}
/* @group calendar */

div.calendar.nav {
	float: right;
}
table.calendar {
	width: 350px;
	border-collapse: collapse;
	line-height: 1.1;
}
table.calendar td {
	border-left: 1px solid black;
	border-right: 1px solid black;
	width: 46px;
	padding: 0 2px;
}
table.calendar td.outside {
	color: #aaa;
}
table.calendar tr.label td.outside {
	font-size: 70%;
}
table.calendar tr.label td {
	border-top: 1px solid black;
	font-size: 80%;
	padding-bottom: 4px;
}
table.calendar th {
	font-size: 50%;
	text-align: center;
	color: #999;
}
table.calendar td.last {
	border-bottom: 1px solid black;
	height: 10px;
}
table.calendar div.event a {
	display: inline-block;
}
table.calendar div.event a {
	display: block;
	color: white;
	overflow: hidden;
	font-size: 60%;
	padding: 2px;
	line-height: 1.3;
}
table.calendar .event a:hover {
	background: black;
}
table.calendar .c1 a {
	background-color: #bc1a29;
}
table.calendar .c2 a {
	background-color: #001a64;
}
table.calendar .c3 a {
	background-color: #0b289d;
}
table.calendar .c4 a {
	background-color: #ca6611;
}
table.calendar .c5 a {
	background-color: #03470e;
}

.event .date {
	color: ;
	margin: 4px 0 4px 20px;
	font-size: 160%;
}


/* @end */

/* @end */

/* @group typography */

html {
	font-family: "Lucida Grande",Trebuchet,Helvetica,Arial,sans-serif;
	font-size: 100%;
	line-height: 1.5;
}

#content h2, #content h1 {
	margin-top: 1.5em;
	font-size: 1.8em;
	font-family: Times, serif;
	font-style: italic;
}

#content h3 {
	font-family: Times, serif;
	font-weight: bold;
	font-size: 130%;
	margin-top: 1em;
}

.blog_archive a {
	margin-left: 20px;
}

#content p {
	margin: 0 0 1em 0;
}

#content p img {
	display: block;
	margin: 1em auto;
	clear: both;
	padding-top: 1em;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic
}

.published {
	font-size: .8em;
	line-height: .8em;
	color: rgb(58,152,242);
	margin-left: 30px;
	margin-bottom: .25em;
}

/* @group links */

a {
	color: #0C2067;
}

a:hover {
	color: white;
	background-color: #0C2067;
	text-decoration:none;
}

a:visited {
	color: #6A1129;
}

a:visited:hover {
	color: white;
}

#menu a:hover, #menu a:visited:hover {
background:none;
color:inherit;
}

/* @end */

/* @group blog */

div.blog_archive {
	margin-left:20px;
}
#content h3.blog_archive {
	font-weight:normal;
}

.blog.post .next {
	float: right;
}
#blog_nav {
	position: relative;
	margin-bottom: 20px;
	width: 600px;
}
#blog_nav div {
}
#blog_nav #newer_posts {
	width: 200px;
	z-index: 2;
	position: absolute;
	right: 0;
	text-align: right;
}
#blog_nav #older_posts {
	width: 200px;
	z-index: 2;
	position: absolute;
	left: 0;
}
#blog_nav #blog_archive {
	text-align: center;
}


/* @end */


/* @end */

/* @group layout */

#class_schedule {
	display: inline;
	float: right;
	position: relative;
	z-index: 1;
	margin-right: 130px;
	margin-top: 8px;
	padding: 2px 10px;
	color: white;
	border: 1px solid white;
	font-size: 80%;
	background: #1282ee;
	text-decoration: none;
}
#class_schedule:hover {
	background: #000;
	color: white;
}

#footer {
	margin: 0 140px;
	padding: 5px 0 20px 0;
	text-align: center;
	font-size: 70%;
	line-height: 1.2em;
	color: #666;
	border-top: 1px solid #ccc;
}



/* @end */