@import url(https://fonts.googleapis.com/css?family=PT+Sans);

html {
	background-image:url('/images/theme-technology/background.png');
	background-color: #001015;
	background-repeat:repeat-x;
}

body {
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
}

h1 {
	font-size:19px;	
}

h2 {
	font-size:13px;
	font-weight:normal;
}

h3 {
}

h3.teacherTitle {
	font-size:13px;
}

ul .selectedListItem {
	color:white;
}

h4 {
	font-size:16px;
}

.page_layout {
	background-image:url('/images/theme-technology/main-image.png');
	background-repeat:no-repeat;
	background-position:50% 0%;
}

.site_layout {
	width:1045px;
	background-color:transparent;
	position:relative;
}

.title {
	height:55px;
}

.title h1 {
	margin-top:20px;
	font-size:15px;
	font-weight:normal;
	text-transform: uppercase;
}

h1,
h2, 
h3 {
	color:#bdf9ff;
}

.menu a:link,
.menu a:visited {
	color:#00f2ff;
}

.menu a:hover {
	color:#bdf9ff;
}

.otherCourses a:link,
.otherCourses a:visited,
.page_footer a:link,
.page_footer a:visited{
	color:#00f2ff;
}

.page_footer .webMasterLink:link,
.page_footer .webMasterLink:visited {
	color:#999 !important;
}

a:link,
a:visited {
	color:#032d78;
}

a:hover {
	color:#666;
}

.extra-footer {
	height:65px;
}

.site_center {
	margin-top: 100px;
	min-height: 400px;
	padding: 20px 10px;
	border-radius: 4px;
	background-color: white;
}

.leftColumn {
	float:left;
	width:0px;
	padding:2px;
	margin-right:20px;
}

.rightColumn {
	width:980px;
	float:left;
}

.leftColumn .menu h3 {
	display:none;
}

.leftColumn .menu ul {
}

.leftColumn .menu ul  li{
	float:left;
	padding-top:40px;
	padding-bottom:38px;
	padding-left:10px;
	padding-right:10px;
	font-size:14px;
	text-transform: uppercase;
	text-align:center;
}

.leftColumn .menu .selectedListItem {
	color:#bdf9ff;
	background-image:url('/images/theme-technology/selected.png');
	border-right:2px solid black;
	border-left:2px solid black;
}

.leftColumn .menu ul  li a {
	text-decoration:none;
}

.leftColumn .otherCourses h3 {
	display:none;
}

.leftColumn .otherCourses {
	position:absolute;
	bottom:25px;
	width:500px;
	left:50%;
	margin-left:-250px;
	text-align:center;
}

.leftColumn .otherCourses ul  li{
	display:inline;
	margin-left:5px;
	margin-right:5px;
}

ul {
	list-style-position:inside;
}

.leftColumn ul {
	list-style-type: none;
}

.leftColumn li {
	padding-bottom:3px;
}

.menu {
	position: absolute;
    right: 10px;
    top: 0px;
}

.site_center h1,
.site_center h2,
.site_center h3 {
	color:#023082;
	font-size:15px;
	margin-bottom:10px;
}

.courseRSSContent hr,
#twitter hr{
	border:0px solid white;
}

.teacherTitle a {
	color:#00f2ff;
}

#courseHomePage .pageContent {
	float:left;
	width:665px;
}

#courseHomePage .rssAndTwitterColumn {
	width:290px;
	float:right;	
}

#courseHomePage .courseRSSContent {
	margin-left:10px;
	font-size:11px;
	margin-bottom:10px;
	background-color:white;
}

#courseHomePage .courseRSSContent p {
	margin-top:2px;
	margin-bottom:10px;	
}

#courseHomePage .rssTitle {
	font-weight:bold;
}

#courseHomePage .rssTitleText {
	color:#333;
}

#courseHomePage .rssNewsTitle {
	float:left;
	margin-bottom:10px;	
	margin-left:5px;
}

#courseHomePage .rssIcon {
	float:left;	
}

#courseHomePage .rssDate {
	color:#666666;	
}

#courseHomePage .courseRSSContent h3 {
	padding-top:0px;	
}

#courseHomePage .rssLink {
	font-size:10px;	
}

#courseHomePage div#twitter {
	background-color:white;
	font-size:11px;
	padding:10px;
	min-height:80px;
	margin-bottom:10px;
}


#courseHomePage .searchSection {
	background-color:white;
	font-size:11px;
	padding:10px;
}

#search-box {
	font-size:11px;
}

.searchSection hr{
	border: 0 solid white;
}

#courseHomePage .twitterIcon {
	float:left;	
}

#courseHomePage .twitterTitle {
	float:left;
	margin-bottom:10px;	
	margin-left:5px;
	margin-top:10px;
}

#courseHomePage div#twitter h2 {
	margin: 0;
	padding: 0.4em 1em;
	font-size: 1.1em;
}

#courseHomePage ul#twitter_update_list {
	margin: 0;
	padding-bottom: 15px;
	padding-top:5px;
	list-style-type: none;
}

#courseHomePage ul#twitter_update_list li span {
	display: block;
}

#courseHomePage ul#twitter_update_list li span a {
	color: #00f;
}

#courseHomePage a#profileLink {
	font-size:10px;
}

#courseHomePage .noRecentTweets {
	color:#888888;
	font-style:italic;	
}

#courseHomePage .noRecentNews {
	color:#888888;
	margin-top:5px;
	margin-bottom:15px;
}

#courseHomePage ul {
	list-style-position: outside;
	margin-left:15px;
}

/* --------------------------- schedule page -------------------------*/

#courseSchedulePage {
	width:800px;
	margin:0px auto;
}	

/* --------------------------- notes page -------------------------*/

#courseNotesPage .courseDate {
	display:none;
}

#courseNotesPage .courseTitle {
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	color:#444;
	margin-bottom:10px;
}

#courseNotesPage .courseDocs {
	margin-bottom:30px;
}

#courseNotesPage .courseDocs a {
	text-decoration:none;
}

/* --------------------------- blog page -------------------------*/

#courseMiscPage .miscListItem a {
	font-size:0.9em;
}

#courseMiscPage .miscInfo {
	width:650px;
	float:left;
	margin-right:20px;
}

#courseMiscPage .miscDivList {
	width:300px;
	float:left;
}

#courseMiscPage .miscList li{
	list-style-type:none;
}

#courseMiscPage .adDivList {
	text-align:center;
}

#courseMiscPage .miscListItemInfo {
	font-size:0.8em;
	color:#888;
}