/* 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Title : DLLP Course Pages Stylesheet
Description : This stylesheet is used on some of the dllp course
			  pages.

Last Modified: 1st September, 2005

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
*/


/*----[ General ]----*/

p{
	line-height: 1.5em;
}

#rcol p{
	padding-left: 5px;
}


/*----[ Headings ]----*/

h1{
	color: #900;
	font-size: 16px;
	text-align: center;
}

h2{
	color: #063;
	font-size: 14px;
	margin-bottom: 0;
}

h3{
	color: #900;
	font-size:12px;
}

#rcol h3{
	background: #999 url(../images/sidebar_strip.gif) repeat-x top left;
	color: #fff;
	margin-top: 0;
	padding-top: 15px;
	text-align: center;
}


/*----[ Sections ]----*/

#nav{ /* Navigation for course pages */					
	text-align: center;
}

#lcol{ /* used on the supplementary page and defines the left column where the readings are located */
	float: left;
	width: 465px;
}

#rcol{ /* used on the supplementary page and defines the right column where the announcements and handouts are located */
	background: #ccc;
	float: left;
	margin: 10px 0 0 10px;
	width: 275px;
}

#sidebar{ /* The grey side bar seen in template2.dwt */
	padding-top: 50px;
	text-align: center;
}

.cp{ /* used on the supplementary page where the campus pipeline logo is */
	background-color: #fff;
}


/*----[ Images ]----*/

img{
	border: 0;
}


/*----[ Lists ]----*/

dt{
	font-weight: bold;
}

dd{
	margin: 10px 0;
	line-height: 1.5em;
}

ol li, ul li{
	margin-bottom: 10px;
}


