/* CSS Document */

body {
	margin-top: 20px;
	padding: 0;
	background: #0d6391; /*#022A33;*/
	font-family: 'century gothic', verdana,arial,helvetica,sans-serif;
	font-size: 13px;
	text-align: justify;
	color: #BDF271;
}

h1, h2, h3 {
	font-family: 'century gothic', verdana,arial,helvetica,sans-serif;
	font-weight: normal;
	color: #01A2A6;
}


p, ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 200%;
}



a {
	color: #FA1D1C;
	text-decoration: none;
}

a:hover {
		color: #45B933;
}


.body-text {
	text-decoration: none;
	line-height: 120%;
	color: #000
}


.tuesday-color {
		background-color:#BDF271; 
}

.thursday-color {
		background-color:#FFFFA6; 
}

.class-date {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	floayt: left;
}

.class-title {
	text-decoration: none;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}


.readings {
	text-decoration: none;
	color: #000;
	line-height: 100%;
}



/* Header */

#header {
	width: 800px;
	height: 220px;
	margin: 0 auto;
	color: #784926;
	background: url(Images/cm2013.png) no-repeat right top;
}

#header h1, #header p {
	margin: 0;
}

#header h1 {
	color: #F2EE1B;
	font-size: 30px;
	font-weight: normal;
	padding: 10px 0 0 40px;
}

#header span {
	color: #58382F;
}

#header p {
	margin-top: -5px;
	padding-left: 60px;
	font-size: 15px;
	color: #FFFFFF;
}

#header a {
	text-decoration: none;
	color: #45B933;
}


/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	background: #eeeeee /*url(images/img03.jpg) repeat-y left top;*/
}

#page-bgtop {
	/*background: url(images/img02.jpg) no-repeat left top;*/
}

#page-bgbtm {
	padding: 0px 30px;
	/*background: url(images/img04.jpg) no-repeat left bottom;*/
}

/* Content */

#content {
	float: right;
	width: 740px;
	padding-top: 10px;
	margin-bottom: 10px;
}


blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}




.title {
	margin: 0;
	padding-bottom: 1px;
	font-size: 18px;
	font-weight: normal;
		//font-variant: small-caps;
	color: #163329;
}



.assignments {
	text-decoration: none;
	color: #289B36;
	font-size: 14px;
}

.pagetitle {
	border-bottom: 2px solid #0F0F0F;
}

.byline {
	margin: -10px 0px 0px 0px;
	border-bottom: 1px solid #CCCCCC;
	color: #646464;
}




/* Footer */

#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: smaller;
	font-family: 'century gothic', verdana,arial,helvetica,sans-serif;
	color: #B57969;
}

#footer p {
	margin: 0;
	padding: 20px 0px;
	text-transform: uppercase;
}

#footer p a {
	color: #FFFFFF;
}
#page #page-bgtop #page-bgbtm #content .post .post .entry table {
	text-align: left;
}
