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

/***** Riverside_new/styles_riverside.css start *****/

/*******************************************************************
 styles_color.css
  
 This CSS file contains all font definitions like family, size,
 weight, text-align, letter-spacing etc.

 Styles are organised into the following sections:
  core
  header
  footer

  admin
  blocks
  calendar
  course
  doc
  grades
  login
  message
  tabs
  user

  various modules

*******************************************************************/


/***
 *** Core
 ***/

body {
	margin:0;
	padding:0;
	background:#ffffff;
}

body, table, td, th, li {
	font-family:Georgia, Arial, Helvetica, sans-serif;
	color:#2F221D;
}

a:link,
a:visited {
	color:#336699;
}



blockquote 
{
    margin:1em;
    padding:0 0 0 40px;  
    color:#666;
    background:url(pix/blockquote.gif) no-repeat left top;
}

li {
	padding-bottom:2px;
}

#layout-table {
	margin-top:10;
}

#middle-column {
	border: 1px solid #000000;
}

#left-column {
	padding-right: 10px;
}

#right-column {
	padding-left: 10px;
}

#page {
	margin:10px 35px;
	padding: 0px;
	background:/*#f0f0d8*/ #fff;
	min-width: 700px;
	max-width: 1200px;
	border: 4px solid #004b8d;
	text-align: left;
}

#content {
	padding-top:4px;
	font-size: 0.9em;
}

.cell {
	background: none !important;
}

.r1 {
	background-color: #eee7de !important;
}

.generaltable .cell {
	border-color:#DAD7CB;
}

/***
 *** Header
 ***/

#header-home h1.headermain {
	margin:0px 0 0 0px;
}

#header h1.headermain {
	margin:120px 0 0 250px;
	font-family:Georgia, Arial, sans-serif;
	font-weight:normal;
	color:#000000;
}

.headermenu {
	padding:4px 4px 0 0;
}

#header-home,
#header
{
	background: url("pix/header_bg.jpg") repeat-x top left;
	margin:0;
	padding-top:5px;
	height:154px;
}


.navbar {
 	height:26px;
	width:100%;
	padding:0;
	margin-top:2px;
	background: #bbe3ec;
	border-top: solid 2px #0e3f72;
	border-bottom: solid 2px #0e3f72;
	border-left:none;
	border-right:none;
	
}

.navbar .navbutton {
	margin-top:1px;
}

.navbar .breadcrumb {
	margin:3px 0 3px 6px;
	color:#fff;
	font-size:0.9em
	
}

.breadcrumb ul li {
	font-family: Garamond, Times, sans-serif;
}

.navbar .breadcrumb a {
	color:#18814e;
}

.navbar .breadcrumb .sep {
	color:#666E77;
	font-size:0.7em;
}

#header-home .logininfo,  .headermenu,
#header .logininfo, .headermenu {
	color:#0e3f72;
	background: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
}

#header .logininfo a,
#header-home .logininfo a{
 color: #18814e;
}

/***
 *** Footer
 ***/

#footer .logininfo {
	text-align: left;
	padding-left: 300px;
	float: left;
	padding-top: 65px;
}

#footer .helplink {
	margin:0;
	padding-top: 76px;
	padding-right: 5px;
	text-align: right;
}

#footer .sitelink {
	display:none;
}

#footer .homelink {
	display:none;
}

#footer .homelink a{
	color: #000;
}

#footer {
	background: url("pix/footer_bg.jpg") repeat-x bottom left;
	color:#ffffff;
	padding:1px;
	height: 90px;
}

#footer a {
	color:#ffe5aa;
}



#login-index #footer .homelink {
	display: none;
}

.credits {
  text-align: center;
  font-size: 0.8em;
}

.credits a {
	  color: #c1bc9d;
	  width: 100%;
	  display: block;
}

.credits a:hover {
  color: #545041;
  text-decoration: none;
}

.designedby {
	margin-top:5px;
	margin-bottom: 10px;
	font-size: 0.7em;
	text-align: center;
}

/***
 *** Admin
 ***/




/***
 *** Blocks
 ***/

.sideblock .header,
.sideblock h2.header {
    border:none;
}

.block_adminblock .header {
  font-family:Georgia, Verdana, Arial, Serif;
  padding: 0 0 2px 15px !important;
  color: #000;
 }
.sideblock .header {
	background: #ffffff url("pix/block_bg.gif") repeat-x bottom left;
	font-style:italic;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	padding: 0;
	height: 25px;
}

.sideblock .content {
	background:#ffffff;
	border-width: 1px;
	border-color: #ffffff;
}

.sideblock h2 {
	color:#000;
	padding-left: 45px;
}
	
.sideblock .header .hide-show img.hide-show-image {
	background: url(pix/t/switch_minus.gif) no-repeat top;
}

.sideblock.hidden .header .hide-show img.hide-show-image {
  background: url(pix/t/switch_plus.gif) no-repeat top;
}

.sideblock .icon {
  padding: 0 6px 1px 0;
}
.sideblock .title {
	margin:0 6px 1px 12px;
	padding-bottom: 3px;
}

.sideblock {
	margin-bottom:8px;
}

.sideblock h2 a {
	color:#fff;
}

.block_rss_client ul li {
  padding-left: 4px;
}

.sideblock ul li,
.section li,
#calendar .calendarmonth li {
	list-style-image: none;
}

.sideblock ul li {
  margin-bottom: 4px;
}

.block_login .btn {
}

.sideblock .r0,
.sideblock .r1 {
	background: none !important;
}

.sideblock .message {
	text-align:center;
}

.sideblock .date {
	font-size: 0.8em;
}

.sideblock .date a {
	color:#2F221D;
}

.sideblock .footer {
	font-size:0.8em;
}

.block_site_main_menu .footer select {
	font-size: .9em;
}

/***
 *** Calendar
 ***/

#calendar .maincalendar .controls {
  background: #D7D2C7;
  border-bottom: 2px solid #898780;
  padding-bottom:3px;
}

#calendar .maincalendar .filters {
	font-size: 0.8em;
}

#calendar .maincalendar .eventlist .event .date {
  font-size:0.8em;
}

#calendar .maincalendar .eventlist .event .name {
  font-weight: bold;
}

.boxaligncenter {
	text-align: center;
 s}

.boxaligncenter table {
	margin:auto;
}

.generaltable tbody tr td {
	font-size: 0.8em;
}

.calendar-controls .previous,
.calendar-controls .next {
	font-size: 0.8em;
}

/***
 *** Course
 ***/

h2.headingblock {
	border:none;
	background: none;
	color:#000000;
	padding:3px 6px;
	font-style:oblique;
	font-weight:normal;
}

.headingblock a {
	color:#F6EEDE;
	font-size:0.8em;
}	

body#site-index .headingblock,
body#course-view .headingblock {
  margin-bottom: 5px;
}

#layout-table #middle-column {
	padding:1px 4px;
}

#course-view #middle-column {
	border: 1px solid #000000;
	background:url(pix/body_bg.gif) no-repeat center top;
}

.courseboxcontent {
	border:none;
	border-bottom:1px #dedede dashed;
	background-color:#e9e6d9;
}

#bdb8ade-view .weekscss .content {
  background: #f0f0d8;
  border:none;
}

#course-view .section td.content {
	border:none;
	border-bottom: 1px #CCCCCC dashed;
}

#course-view .weekscss .section,
#course-view .section td.side {
  background: #fff;
  border:none;
}

#course-view .weekscss .current,
#course-view .current td.side {
  background: #BCCFDF;
}

#course-view .weekscss .hidden,
#course-view .hidden td.side {
  background: #DDDDDD;
}

.generalbox.sitetopic {
	border:none;
	padding-left:0;
	padding-right:0;
	font-size:0.9em;
	margin-bottom: 10px;
}

#mod-resource-view .generalbox table.files{
	margin:auto;
}

/***
 *** Doc
 ***/



/***
 *** Grades
 ***/




/***
 *** Login
 ***/

.block_login {
  color: #6f6959;
}

.block_login {
  position: absolute;
  top: 30px;
  right: 45px;
  width: 300px;
  height: 104px;
}

.block_login .loginform .c1 {
	text-align:left;
	margin:0;
	float: left;
	padding:0 5px;
	font-size: 0.8em;
	color:#69655F;
}

.block_login img.hide-show-image {
	display:none;
}

.block_login .header {
	background:none !important;
	font-size:0.9em;
}

.block_login .title {
  padding:0 !important;
  margin: 0 !important;
}
.block_login .header h2 {
	color: #272523;
}

.block_login .content {
	background:none !important;
	padding:0;
}

.block_login .footer {
  position:absolute;
  top: 0;
}

.block_login .footer div {
	font-size:0.8em;
	float: left;
	margin-left:58px;
}

.block_login .footer a {
	color: #69655F;
}

.block_login .btn input {
	background: url(pix/sideblock_header.png) no-repeat left;
	color:#fff;
	font-style:italic;
	border:1px solid #3B372C;
	font-size:0.8em;
}

.block_login .btn input:hover {
	color: #242321;
}

input#login_username {
	border:none;
	padding:2px;
	font-size: 0.9em;
}

input#login_password {
  padding: 2px;
  border: none;
  font-size:0.9em;
}

.logtable tr {
	font-size: 0.9em;
}


/***
 *** Logs
 ***/




/***
 *** Message
 ***/

.message #page {
	margin: 0;
}

.glossarycontrol .helplink,
.message .helplink {
	float:none;
}

/***
 *** Tabs
 ***/



/***
 *** User
 ***/




/***
 *** Modules: Assignment
 ***/


/***
 *** Modules: Assignment
 ***/
 
#calendar .maincalendar .controls {
	background-color: #bbe3ec;
}

#calendar .maincalendar .filters table, #calendar .sidecalendar .filters table, .block_calendar_month .filters table {
	background-color: #d4fce9;
}

#calendar .nottoday, .minicalendar .nottoday {
	border-top-color: #bbe3ec;
	border-right-color: #bbe3ec;
	border-bottom-color: #bbe3ec;
	border-left-color: #bbe3ec;
}


/***
 *** Modules: Chat
 ***/



/***
 *** Modules: Choice
 ***/


  
/***
 *** Modules: Forum
 ***/

.forumpost {
    margin: 0;
    padding: 0;
    padding-top: 5px;
    border: none;
}

.forumpost .side  {
    background-color: #fff;
    background-image: url('pix/bottom-left.png'); 
    background-repeat:  no-repeat;
    background-position: bottom right; 
}

.forumpost .picture  {
    background-color: #fff;
    background-image: url('pix/top-left.png'); 
    background-repeat:  no-repeat;
    vertical-align: bottom;
    background-position: top right; 
    padding-right: 15px;
    padding-top: 0;
}
.forumpost .topic  {
    background-color: #fff;
    background-image: url('pix/top-right.png'); 
    background-repeat:  no-repeat;
    background-position: top right; 
    padding-right: 15px;
    padding-left: 0;
    padding-bottom: 5px;
    padding-top: 10px;
    border: none;
}
.forumpost .content  {
    background-image: url('pix/bottom-right.png'); 
    background-repeat:  no-repeat;
    background-position: bottom right; 
    padding-bottom: 10px;
    padding-right: 15px;
    padding-top: 0;
    padding-left: 0;
    border: none;
}

.forumpost .picture img {
    margin-bottom: 0;
    padding: 0;
}

/***
 *** Misc: Other
 ***/


fieldset.invisiblefieldset {
	background: none;
	padding-top:6px;
}

fieldset {
	background-color: #f0fbfd;
	border:1px dashed #0e3f72;
}

legend {
	padding-left: 6px;
	padding-bottom: 1px;
	padding-right: 6px;
	padding-top: 1px;
	font-style: italic;
	font-family: Georgia, Arial, Helvetica;
	background: #d6d1c7;

}

.generaltable .header,
.forumheaderlist .header,
.logtable th,
.generalbox th {
	background:#D7D2C7;
	border-bottom: 2px solid #898780;
	border-right: 1px solid #f3ece3;
	font-size:0.9em;
}

.paging {
	font-size: 0.8em;
}

#intro.box.generalbox {
	margin-top:10px;
	border-style: dotted;
}

.singlebutton.forumaddnew {
	margin-bottom:15px;
}

#adminsettings #admin-calendar_weekend table td label {
	font-size:0.8em;
}

#message-history #page,
#message-user #page,
body#message-user,
body#message-history,
body#message-messages,
body#message-index,
body#message-send,
#message-index #page,
body#course-info,
#course-info #page,
#help #page,
body#help,
body#mod-resource-view,
#mod-resource-view #page,
#mod-glossary-showentry #page,
#course-group #page,
body#course-group,
body#question-preview,
#question-preview #page,
body#mod-quiz-comment,
#mod-quiz-comment #page,
#mod-quiz-comment #footer {
  margin: 0 !important;
  background:#fff !important;
  min-width:0px !important;
}

.message .credits,
#mod-resource-view .credits,
#help .credits{
	display:none;
}
	
.block_admin_tree.sideblock .link.current {
  background: #e0d8c9 url(pix/bullet.gif) no-repeat right;
  padding-right:15px;
}

.profileeditor,
.logselectform {
	text-align: center;
}

.singlebutton {
	padding:4px;
}

img.userpicture,
img.grouppicture {
   background-color: #f9f9f9;
   padding-left: 3px !important;
   padding-right: 3px !important;
   padding-top: 3px !important;
   padding-bottom: 10px !important;
   border: 1px solid #ddd;
   border-bottom-color: #888;
   border-right-color: #888;
}

a:hover img.userpicture,
a:hover img.grouppicture {
    background-color: #c2e5fa;
}

.userinfobox img.userpicture {
   background-image: url('pix/frame.jpg');
   padding: 25px !important;
   border: none !important;
}/***** Riverside_new/styles_riverside.css end *****/

