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

/***** regis/styles_serenity.css start *****/

/******************** General Layout ****************************************/
body {
	margin:0;
	padding:0;
	background:#b7cddc url(pix/bg.png) repeat top;
	
}

#layout-table {
	margin-top:0;
}
#layout-table #middle-column {
	padding:1px 4px;
}
#header-home h1.headermain {
	display:none;
}
#header h1.headermain {
	display:none;
}
.headermenu {
	padding:4px 4px 0 0;
}
#header-home,
#header {
	background:#b7cddc url(pix/header_regis.jpg) no-repeat left;
	margin:0;
	padding-top:5px;
	height:99px;
}
#page {
	margin:10px 35px;
	padding: 4px;
	background:/*#f0f0d8*/ #fff;
	min-width: 700px;
}
.message #page {
	margin: 0;
}
#content {
	padding-top:4px;
	font-size: 0.8em;
}



/*********************** General Text Styles **************************************/
body, table, td, th, li {
	font-family:Tahoma, Georgia, Arial, Helvetica, sans-serif;
	color:#274c71;
}
a:link,
a:visited {
color:#274c71;
text-decoration:underline;
}

/******************* General Lists ********************************************/
ul li {
	list-style-image: url(pix/bullet.gif);
}
li {
	padding-bottom:2px;
}
.block_rss_client ul li {
  padding-left: 4px;
}


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




/********************* Sideblocks ******************************************/
.sideblock h2 a {
	color:#fff;
}
.sideblock a {
	text-decoration:none;
}
.sideblock ul li,
.section li,
#calendar .calendarmonth li {
	list-style-image: none;
}
.sideblock ul li {
  margin-bottom: 4px;
}
.sideblock .content,
.sideblock .header,
.sideblock h2.header {
    border:none;
}
.block_adminblock .header {
  padding: 0 0 2px 15px !important;
  color: #fff;
 }
.sideblock .header {
	background: #6e6855 url(pix/sideblock_header.png) repeat-y left;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:none;
	padding: 0;
}
.sideblock .content {
	background:#d6e3f7;
}
.sideblock .title h2 {
	color:#fff;
	font-size:1em;
}	
.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:1px 6px 1px 15px;
	padding-bottom: 3px;
}
.sideblock {
	margin-bottom:8px;
}
.sideblock .message {
	text-align:center;
}

.sideblock .date {
	font-size: 0.8em;
}
.sideblock .date a {
	color:#2F221D;
}
.sideblock .footer {
	font-size:0.8em;
}
.sideblock .r0,
.sideblock .r1 {
	background: none !important;
}


/*************************************** Heading Block ***************************/
h2.headingblock {
	border:none;
	background:#5b5545 url(pix/headingblock.jpg) no-repeat left;
	color:#fff;
	padding:1px 6px 3px 6px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-weight:none;
	font-size:0.9em;
}

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

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



/**************************** Main Nav Bar ****************************/
.navbar {
 	height:26px;
	width:100%;
	padding:0;
	margin-top:5px;
	background: url(pix/breadcrumb.png) repeat-x top;
	border:none;
}
.navbar .navbutton {
	margin-top:1px;
}

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

.navbar .breadcrumb a {
}

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



/************************* Begin Login Mod ************************/
.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:#fff;
}

.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;
	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;
}

.block_login .btn {
}




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

}
 /******************************* Footer ****************************************/
#footer {
	background-color: #545041;
	color:#A49B82;
	padding:1px;
}
.block_login {
  color: #6f6959;
}
#footer a {
	color:#DCD5CB;
}
#site-index #footer .logininfo,
#login-index #footer .logininfo {
	background: url("pix/moodlelogo.gif") no-repeat bottom right;
	padding-top:20px;
	float: none;
}
#login-index #footer .homelink {
	display: none;
}
#footer .logininfo {
	text-align: left;
	padding:0 0 2px 4px;
	float: left;
}
#footer .helplink {
	margin:0;
	padding:0 4px 2px 0;
	text-align: right;
}
#footer .sitelink {
	display:none;
}
#footer .homelink {
	margin:0.5em 0;
}
.generalbox.sitetopic {
	border:none;
	padding-left:0;
	padding-right:0;
	font-size:0.9em;
	margin-bottom: 10px;
}


/********************************** Forms ***********************************/
fieldset {
	background-color: #fefcf8;
	border:1px dashed #ded7ca;
}

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

}
.forumsearch fieldset.invisiblefieldset {
	background: url(pix/breadcrumb.png) repeat-x top !important;
	padding:0 !important;
}

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


/*********************** Course Layout *********************************/
#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;
}



/********************************** Forums ***********************************/
.forumpost {
	border:none;
}
table.forumpost .topic,
table.forumpost .content {
	border:1px solid #CCCCCC;
}
table.forumpost .topic {
	border-bottom:none;
	background: #E5DFD7;
}
table.forumpost .content {
	border-top:none;
	font-size: 0.9em;
}
.forumpost .starter {
	background: #BCCFDF !important;
}
.forumpost .subject {
	color:#000;
}
.forumpost .author,
.forumpost .author a {
	color:#000;
}
.forumpost .left {
	background:none;
}
.forumheaderlist td {
	font-size:0.9em;
}
.forumheaderlist .starter {
	background-color:#E5DFD7;
}

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

.forumpost .commands {
	font-size:0.8em;
}

/***************************************** Tables **********************************/
.generaltable .header,
.forumheaderlist .header,
.logtable th,
.generalbox th {
	background:#D7D2C7;
	border-bottom: 2px solid #898780;
	border-right: 1px solid #f3ece3;
	font-size:0.9em;
}
.logtable tr {
	font-size: 0.9em;
}
.cell {
	background: none !important;
}
.r1 {
	background-color: #eee7de !important;
}
.boxaligncenter table {
	margin:auto;
}
.generaltable tbody tr td {
	font-size: 0.8em;
}


/*****************************************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;
}
.calendar-controls .previous,
.calendar-controls .next {
	font-size: 0.8em;
}


/************************* Credits ****************************/
.credits {
  text-align: center;
  font-size: 0.8em;
}
.credits a {
	  color: #c1bc9d;
	  width: 100%;
	  display: block;
}
.credits a:hover {
  color: #545041;
  text-decoration: none;
}
.message .credits,
#mod-resource-view .credits,
#help .credits{
	display:none;
}

#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;
}

.paging {
	font-size: 0.8em;
}
#intro.box.generalbox {
	margin-top:10px;
	border-style: dotted;
}
.singlebutton.forumaddnew {
	margin-bottom:15px;
}
.designedby {
	margin-top:5px;
	margin-bottom: 10px;
	font-size: 0.7em;
	text-align: center;
}
#adminsettings #admin-calendar_weekend table td label {
	font-size:0.8em;
}
.glossarycontrol .helplink,
.message .helplink {
	float:none;
}


#mod-resource-view .generalbox table.files{
	margin:auto;
}
	
.block_admin_tree.sideblock .link.current {
  background-color: #d6e3f7;
  font-weight:bold;
}
.profileeditor,
.logselectform {
	text-align: center;
}

.singlebutton {
	padding:4px;
}

/******** Course Boxes *************************/

.coursebox {
float:none;
width:100%;
min-height:80px;
position:relative;
}
*html .coursebox {
height:80px;
}
	.coursebox .info,
	.coursebox .summary {
		float:none;
		width:80%;
		padding:0 5px 0 85px;
	}	
	.coursebox .info .name  {
		font-size:110%;
		font-weight:bold;
		margin-bottom:.5em;
	}
	.coursebox .info .cost  {
		font-size:0.8em;
		position:absolute;
		right:5px;
		top:-20px;
	}
	.coursebox .info a  {
		text-decoration:none;
		margin-bottom:0.5em;		
	}	
	.coursebox .courseImage {
		position:absolute;
		left:5px;
		top:5px;
	}
	a.description {
		display:block;
		margin-top:0.5em;
		padding:0;
	}

/****************** Login Info **********************************/
#header .logininfo,
#header .logininfo a,
#header-home .logininfo,
#header-home .logininfo a{
 color:#fff;
 }
 
div#content a  {
	text-decoration:none;
	font-weight:bold;
}

/****************** Internal Nav Buttons *************************/
#internalNav {
	clear:both;
	padding:10px 0;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	float:left;
	width:100%;
	
}
#internalNav a.previous {
	float:left;
	width:94px;
	height:0;
	padding-top:57px;
	overflow:hidden;
	background:url(pix/previous.jpg) no-repeat top;
}
#internalNav a.next {
	float:right;
	display:block;
	width:94px;
	height:0;
	padding-top:57px;
	overflow:hidden;
	background:#b7cddc url(pix/next.jpg) no-repeat top;
}
#internalNav h2 {
text-align:center;
clear:none;
}

/***************** Video Icon **********************************/
a.film {
	display:block;
	width:65px;
	height:0;
	padding-top:51px;
	overflow:hidden;
	background:#b7cddc url(pix/video.jpg) no-repeat top;
	clear:both;
}

/***************** Highlighted Text *****************************/
p.highlight {
	color:#3d63da;
	font-weight:bold;
	xpadding:5px;
	xborder:1px solid #3d63da;
	background:#fff;

}


/********************Headings **********************************/

h2 {
	font-size:1.3em;
	clear:both;
}

h3 {
	font-size:1em;
}

img.right {
	float:right;
	margin-left:5px;
	margin-bottom:5px;
}

img.left {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}

hr {
	clear:both;
}

/***** regis/styles_serenity.css end *****/

