html, body {
	height: 100%;
}
	
body {
	margin: 0px;
	padding: 0px;
	font-family: 'Oxygen', sans-serif;
	font-size: 13pt;
	font-weight: 400;
	color: #000000;
	background-image: url('../images/pattern.png');
}

p {
	line-height: 140%;
}

a {
	color: #0000FF;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Bitter', serif;
}

.container {
	margin: auto auto;
	width: 72%;
}

/*** Header ***/
#header_wrapper {
	overflow: hidden;
	padding: 1.2em 0em;
	background-image: url('../images/veggies.jpg');
	background-size: cover;
}

#heading {
	padding: 0em 0em;
	text-align: center;
}

#heading h1 {
	font-size: 3.5em;
	color: #FFF;
}

#heading h2 {
	font-size: 1.5em;
	color: #FFF;
}

#heading h1 a {
	color: #FFF;
	text-decoration: none;
}

/*** Menu ****/
#menu {
}
	
#menu ul {
	text-align: center;
	padding: 0em 0em;
}

#menu li {
	display: inline-block;
}

#menu li a, #menu li span {
	display: inline-block;
	margin-left: 0.50em;
	padding: 1em 1.1em;
	letter-spacing: 0.20em;
	text-decoration: none;
	font-size: 0.90em;
	font-weight: 600;
	text-transform: uppercase;
	outline: 0;
	color: #FFF;
}

#menu li:hover a, #menu li.active a, #menu li.active span {
	text-decoration: underline;
}

#menu .selected_page a {
	background: #000;
	border-radius: 8px;
	color: #FFF;
}

/*** Blurb ***/
#blurb_wrapper {
	overflow: hidden;
	padding: 2em 0em;
	background: #404040;
}

#blurb {
	font-size: 1.2em;
	color: #FFF;
}

#blurb_header {
	padding: 0.5em 0em 0em 0em;
	text-align: center;
	margin-bottom: 1em;
}

#blurb_header h3 {
	padding: 0em;
	margin: 0em;
	font-size: 2.2em;
}

/*** Content ***/
#content_wrapper {
	
}

#content {
	overflow: hidden;
	padding: 2em 1em;
	text-align: left;	
}
	
#content .post_content {
	padding: 0em 5em;
}

#content a,
#content strong {

}


/*** Post headers ***/
.post_header {
	padding: 2.0em 0em 0em 0em;
	text-align: left;
	margin-bottom: 1em;
}

.post_header h2 {
	padding: 0em;
	margin: 0em;
	font-size: 2.8em;
	
}

.post_header h3 {
	padding: 0em;
	margin: 0em;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 1.1em;
	
}

/*** Staff page ***/
table {
	border: 0px;
	width: 90%;
}

td > img {
    width: 208px;
    height: 250px;
}

/*** Tables (Assignments, Lectures) ***/

.shadedTable {
	padding: 5px 0px;
}
.shadedTable  td {
	background: rgba(0, 0, 0, .2);
	padding: 7px;
}

.shadedTable th {
	background: rgba(0, 0, 0, .3);
	padding: 7px;
}

tr.spaceUnder > td {
  padding-bottom: 1.5em;
}

/*** Footer ***/
#footer_wrapper {
	overflow: hidden;
	padding: 2em 0em;
	background-image: url('../images/veggies_footer.jpg');
	background-size: cover;
}

#footer {
	color: #FFF;
	text-align: center;
}

#footer a {
	color: #FFF;
}

