
html {
	background-image:url('/images/theme-montreal/background.jpg');
	height:100%;
	background-size: cover;
	background-attachment: fixed;
	color:white;
}

body {
	font-family:Verdana;
}

h2 {
	margin:5px 0;
	font-size:14px;
	font-weight:normal;
}

h3 {
}

h3.teacherTitle {
	font-size:11px;
}

h4 {
	font-size:16px;
	color:#023082;
	margin-bottom:5px;
}

.site_layout {
	width:1045px;
	background-color:transparent;
	position:relative;
	padding-top: 0;
}

.title {
	padding:25px;
	background-color: rgba(150, 150, 150, 0.9);
	box-shadow: 0 0 10px black;
}

.site_center {
	margin-top:20px;
	min-height:400px;
	background-color: rgba(150, 150, 150, 0.9);
	padding:20px;
	position: relative;
	box-shadow: 0 0 10px black;
}

.title h1 {
	font-size:18px;	
	color:#023082;
	text-shadow:0 0 1px black;
	font-weight: bold;
}

h1,
h2, 
h3 {
}

.menu a:link,
.menu a:visited {
	color:#023082;
}

.menu a:hover {
	color:#666;
}

a:link,
a:visited {
	color:#023082;
}

a:hover {
	color:#666;
}

.extra-footer {
	height:5px;
}

.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:#eee;
	font-weight: bold;
}

.leftColumn .menu ul  li a {
	text-decoration:none;
}

.leftColumn .otherCourses h3 {
	display:none;
}

.page_footer {
	margin-top: 20px;
}

.page_footer a {
	color:white;
}

.leftColumn .otherCourses {
	position: absolute;
	bottom:10px;
	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: -125px;
}

.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;
}

.searchSection hr{
	border: 0 solid white;
}

.teacherTitle a {
	color:#023082;
}

pre.prettyprint {
	background-color:rgba(255, 255, 255, 0.7) !important;
}

#courseHomePage .pageContent {
	float:left;
	width:665px;
}

#courseHomePage .rssAndTwitterColumn {
	width:290px;
	float:right;	
}

#courseHomePage .courseRSSContent {
	margin-left:10px;
	font-size:11px;
	margin-bottom:10px;
}

#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 {
	font-size:11px;
	padding:10px;
	min-height:140px;
}

#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:#fff;
	font-style:italic;	
}

#courseHomePage .noRecentNews {
	color:#fff;
	margin-top:5px;
	margin-bottom:15px;
}

#courseHomePage ul {
	list-style-position: outside;
	margin-left:15px;
}

.courseDocs {
	background-color: rgba(255, 255, 255, 0.4);
}

/* --------------------------- schedule page -------------------------*/

#courseSchedulePage {
	width:800px;
	margin:0px auto;
	color:#023082;
}	

#courseSchedulePage .teacherBusyCell {
	background-color:rgba(255, 255, 255, 0.8);
}

#courseSchedulePage .courseCell {
	background-color:rgba(120, 150, 225, 0.5);	
}

/* --------------------------- notes page -------------------------*/

#courseNotesPage .courseDate {
	display:none;
}

#courseNotesPage .courseTitle {
	font-weight:bold;
	font-size:13px;
	text-transform:uppercase;
	color:#023082;
	text-shadow:0 0 1px black;
	margin-bottom:10px;
}

#courseNotesPage .courseDocs {
	margin-bottom:30px;
	color:#023082;
	background-color: rgba(255, 255, 255, 0.2);
}

#courseNotesPage .noAvailableCourseDocs {
	color:#023082;
}

#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 .visitorComment {
	background-color: rgba(255, 255, 255, 0.6);
}

#courseMiscPage .comments {
	color: #023082;
}

#courseMiscPage .miscList li{
	list-style-type:none;
}

#courseMiscPage .adDivList {
	text-align:center;
}

#courseMiscPage .miscListItemInfo {
	font-size:0.8em;
	color:#888;
}