html {
	font-family:Verdana;
	background-image:url('/images/theme-pale-blue/top-stripe.png');
	background-repeat:repeat-x;
}

body {
	margin-top:50px;
}

h1 {
	font-size:19px;	
}

h2 {
	font-size:18px;
	font-weight:normal;
}

h3 {
	margin-top:10px;
	margin-bottom:5px;
}

h4 {
	font-size:16px;
}

.site_layout {
	width:940px;
	background-image:url('/images/theme-pale-blue/light-gradient.png');
	background-repeat:repeat-x;
	background-color:transparent;
}

.title {
	background-image:url('/images/theme-pale-blue/logo.png');
	background-repeat:no-repeat;
	background-position:100% 0px;
	min-height:240px;
	margin-top:15px;
	margin-left:50px;
	margin-right:50px;
}

.title h1 {
	font-size:44px;
	font-weight:normal;
	margin-bottom:55px;
	width:600px;
}

h1,
h2, 
h3 {
	color:#444;
}

.site_center {
	min-height:400px;
}

.leftColumn {
	float:left;
	width:130px;
	border:1px solid #9cdcdb;
	padding:2px;
	margin-right:20px;
}

.rightColumn {
	width:784px;
	float:left;
}

.leftColumn h3 {
	text-align:center;
	text-transform:uppercase;
	font-size:13px;
	margin:0px;
	padding:10px;
	background-color:#9cdcdb;
	color:#000;
}

ul {
	list-style-position:inside;
}

.leftColumn ul {
	margin:10px;
	list-style-type: none;
}

.leftColumn li {
	padding-bottom:3px;
}

#courseHomePage .pageContent {
	float:left;
	width:469px;
}

#courseHomePage .rssAndTwitterColumn {
	width:315px;
	float:left;	
}

#courseHomePage .courseRSSContent {
	border:1px solid #9CDCDB;
	padding:10px;
	margin-left:10px;
	font-size:11px;
	margin-bottom:10px;
	background-color:white;
}

#courseHomePage .searchSection {
	margin-top:10px;
    background-color: white;
    border: 1px solid #eee;
    font-size: 11px;
    margin-left: 10px;
    padding: 10px;
}

#courseHomePage .courseRSSContent p {
	margin-top:2px;
	margin-bottom:10px;	
}

#courseHomePage .rssTitle {
	margin-top:4px;	
	font-weight:bold;
}

#courseHomePage .rssTitleText {
	color:#4E7EAD;
}

#courseHomePage .rssNewsTitle {
	float:left;
	margin-top:5px;
	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;
	border: 1px solid #eee;
	font-size:11px;
	margin-left:10px;
	padding:10px;
	min-height:140px;
}

#courseHomePage .twitterIcon {
	float:left;	
}

#courseHomePage .twitterTitle {
	float:left;
	margin-bottom:10px;	
	margin-left:5px;
}

#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;
}

/* --------------------------- notes page -------------------------*/

#courseNotesPage .courseDate {
	display:none;
}

#courseNotesPage .courseTitle {
	font-weight:bold;
	font-size:15px;
	text-transform:uppercase;
	color:#444;
	margin-bottom:10px;
}

#courseNotesPage .courseDocs {
	border:1px solid #9CDCDB;
	margin-bottom:30px;
}
