@charset "UTF-8";
/* CSS Document */
html, body {
	margin: 0;
}
.container {
	margin: auto;
	width: 100%;
}
.navbar {
	width: 100%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: 300;
	background-color: #333333;
	text-align: center;
	border-bottom: 1px solid #CCC;
	margin-top: -20px;
}
.navbar li {
	display: inline-block;
	list-style: none;
	margin-bottom: -16px;
}
.navbar li a {
	display: block; 
	color: #FFF;
	padding: 20px 20px;
	text-decoration: none;
}
.content {
	background-color: #DBDBDB;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.05em;
	font-weight: 300;
	color: #033;
	line-height: 1.65em;
	width: 100%;
	text-align: justify;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
}
.content1 {
	background-color: #DBDBDB;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.05em;
	font-weight: 300;
	color: #033;
	line-height: 1.65em;
	width: 100%;
	text-align: justify;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	height: 600px;
}
.overview {
	padding: 0px 150px;
}
.resources {
	padding: 0px 150px;
}
h3 {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 150px;
}
.container header {
	text-align: center;
	margin-bottom: 20px;
}
.links {
	float: left;
	padding-left: 20px;
}
.links a {
	color: #333;
	text-decoration: none;
}
.links a:hover {
	text-decoration: underline;
}
.twitter-timeline {
	float: left;
}
.reading {
	padding: 0px 150px;
}
.list{
	padding: 0px 200px;
}

.reading a {
	color: #DB6451;
	text-decoration: none;
}
.reading a:hover {
	text-decoration: underline;
}
.contact {
	padding: 0px 150px;
}
.assignments {
	padding: 0px 150px;
}
ol {
	padding-right: 200px;
	padding-left: 200px;
}
ul {
	padding-right: 200px;
	padding-left: 200px;
}
h3 a {
	color: #DB6451;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
