/**************************************
 * THEME NAME: pineriver
 *
 * Files included in this sheet:
 *
 *   pineriver/pineriver.css
 **************************************/

/***** pineriver/pineriver.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */

body {
	font-family:Arial,Verdana,Helvetica,sans-serif;
	font-size: 13px;
	color: #004040;
	background: #fff;
}

.headermenu {
	font-weight: bold;
	float: right;
	padding-top: 30px;
}

.logo {
	float: left;
	padding-left: 20px;
}

#header .headermain {
padding: 20px;
}

small {
font-size:11px;
}

#page-home {
	width: 800px;
	text-align: left;
}

#left-column {
	padding-right: 0px;
	border-right: 1px solid #004040;
}

#right-column {
	padding-left: 0px;
	border-left: 1px solid #004040;
}

#middle-column {
	padding: 0px;
}

a:link {
	color:#0000CC;
	text-decoration:underline;
}

a:active {
	color:#FF0000;
	text-decoration:underline;
}

a:visited {
	color:#660066;
	text-decoration:underline;
}

a:hover {
	color:#FF0000;
	text-decoration:underline;
}

th.header,
td.header,
div.header {     
    background-image:url(pix/gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;
    padding-top: 15px;    
}

.navbar {
    background-image:url(pix/gradient.jpg);     
    background-position:top;    
    background-repeat:repeat-x;
    padding-top: 12px;
    padding-bottom: 0px;     
}

#course-view .section td {
	border-color: #004040;
}

#course-view .section td.content {
	background: #ffffd2;
}

#course-view .section td.left {
	color: #ffffd2;
	background: #004040;
}

#course-view .section td.right {
	background-color: #ffffd2;
}

.coursebox {
	background: #ffffd2;
	border: 1px solid #004040;
}

.forumheaderlist .discussion .starter {
	background:#ffffd2 none repeat scroll 0 0;
	border-bottom: 1px solid #ccc;
	padding-left: 5px;
}

#footer {
	margin-top: 0px;
}

/* @group Blocks */

.sideblock .header,
.sideblock .content {
	border: 0px none;
	background: transparent;
	padding: 5px;
}

.sideblock {
	border: none 0px;
}

.sideblock .header {
	color: #004040;
	background: #fff url(pix/block_bg.gif) repeat-y top left;
	font-size: 1em;
	padding-left: 15px;
}

/* @end */

/* @group Course */

.headingblock, h2.headingblock {
	background: #004040;
	color:  #ffffd2;
	font-weight: normal;
}

/* @end *//***** pineriver/pineriver.css end *****/

