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

/***** siteTheme/styles.css start *****/

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

	Theme Name: Serenity
	Theme URL: http://newschoollearning.com/themes/serenity/
	Description: Autumn is a 3-column fluid-width theme for Moodle.
	Author: Patrick Malley
	Author URI: http://newschoollearning.com
	Version: 20080621
		
	Note: Customize, edit, poke, prod, and adapt to your needs. 
	Please leave credit where credit is due so that others may
	find the source for your site and adapt a suitable version for their
	own website.

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

/* Core */

body {
  margin:0;
  background:url(pix/bg.png);
  text-align:center;
}

body, table, td, th, li {
  font:0.925em/1.4 Tahoma, Verdana, Helvetica, Arial, sans-serif;
  color:#555040;
font-size:1em;
}
#page {
	/*position:relative;*/
	background:#dddddd;
	border-style:solid;
	border-color:#959382;
	border-width:0 1px 1px 1px;
	margin-top: 0;
	margin-right: 5%;
	margin-bottom: 0;
	margin-left: 5%;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	min-width:720px;
	width:900px;
}

#layout-table {
  margin-top:5px;
  vertical-align:top;
}

#layout-table #middle-column {
  padding:0 5px;
}

.sitetopic,
h2.headingblock {
  border:none;
}

h2.headingblock {
  background:url(pix/iocbgsm.png);
  color:#fff;
  font-weight:bold;
}

h2.headingblock {
  background:url(pix/iocbgsm.png);
  background-color:#605C00;
}
.coursebox .summary {
  width:72%;
}

.coursebox .info{
	width:25%;
}
#intro {
  background:#f2edd0;
  margin-top:10px;
  border-color:#cdc7ae;
}
/* Links */

a:link {
	color:#6e6855;
	text-decoration:none;
}

a:visited {
	color:#605C00;
}

a:hover {
	text-decoration:none;
}

/* Header */
#header-home,
#header {
/*  background:url(pix/header.jpg) repeat-x; */
  position:relative;
  background-color:#FFFFFF;
  height:135px;
  padding: 0px;
}
#header {
/*  height:100px;
*/}
h1.headermain {
  padding:10px 0 0 10px;
  font-weight:normal;
}
.navbar {
  background:#DDDDDD; /*url(pix/breadcrumb.png) repeat-x 0 100%;*/
  border:none;
  margin-top:5px;
}

.navbar .sep {
  color:#b1ac97;
}
.navbar .breadcrumb ul li{
  color:#ea6d1f;
}

.navbar a:link,
.navbar a:visited {
  color:#555040;
}
/* Sideblocks */

.sideblock {
  margin-bottom:0px;
}

.sideblock .header {
  background:#6e6855 url(pix/sideblock_header.png) no-repeat left;
  /*background-color:#605C00;*/
  padding:0;
  border:none;
}

.sideblock .header h2 {
  background:url(pix/iocbgsm.png);
  color:#e9e6d9;
  padding:5px 20px;
  font-size:1em;
}

.sideblock .hide-show-image {
  padding:5px 4px 0 0;
  float:right;
}

.sideblock .content {
  border:none;
  background:#eeeeee;
  padding:5px;
}

/* Forums */

.forumpost {
  border:none;
}

.forumpost .side {
  background:none;
}

.forumpost .picture {
  background:none;
}

.notepost .header,
.forumpost .topic {
  background:#bfb89e;
  border:none;
  padding-left:5px;
}

.notepost .header {
  margin-left:-5px;
}

.notepost .footer {
  text-align:right;
  font-size:0.9em;
}
.notepost,
.forumpost .content {
  border:1px solid #bfb89e;
  padding-left:5px;
}

.forumpost a:link,
.forumpost a:visited {
  color:#2f2d25;
}

.blogpost {
  font-size:1.3em;
}

.forumheaderlist td.topic.starter {
  background-color:#ebe5d5;
}
/* Course */

#course-view .topics .section td.side {
  background:#dddddd;
}

#course-view .topics .current td.side {
  background:#706956;
  color:#fff;
}

/* Tables */

.editcourse th,
.logtable th,
.generaltable th,
.forumheaderlist th {
  background:#8b9ca8;
  padding:5px;
  color:#fff;
}

/* Misc. */

#dates.generalbox {
  width:40%;
}

#dates table {
  margin:auto;
}

.userinfobox {
  border:none;
}

.userinfobox .content {
  background:#f2edd0;
  border:1px solid #cdc7ae;
}

.credits {
/*  position:absolute;
  top:3px;
  right:10px;
*/  text-align:center;
  font-size:0.75em;
    color:#cdc7ae;
}

.credits a:link,
.credits a:visited {
    color:#cdc7ae;
}

.credits a:hover,
.credits a:active {
  color:#4d493a;
}

.credits {
  display:none;
}
#site-index .credits {
  display:block;
}

/* Footer */

.footerbox {
  padding:10px;
  color:#5e5931;
  border-top:thin solid #CCCCCC;
}

.footerbox .helplink {
  float:right;
  margin:0;
}

.footerbox .logininfo {
  float:left;
  width:30%;
}

.footerbox a:link,
.footerbox a:visited {
  color:#333333;
}

.homelink2 {
  text-align:center;
  color:#666666;
  font-size:.8em;
}

blockquote {
  color:#888;
}

#course-category .generalbox {
  width:75%;
  margin:10px auto 25px;
  background:#f2edd0;
  border-color:#cdc7ae;
}

.categorypicker {
  margin:10px;
}

a.skip {
	visibility:hidden;
	height: 0px;
	font-size:0px;
	line-height:0px;
	display:inline;
}
#page_content{
	position:relative;
	background-color:#FFFFFF;
	padding:0px;
	margin-top: -6px;
	text-align:center;
}
#headerlogo {
	position:absolute;
	top:0px;
	left:0px;
	z-index:10;
	float:left;
	width:50%;
}
.headermenu {
	position:relative;
	right: 10px;
	top: 20%;
	font-size:1em;
	z-index:11;
	width:30%;
}
#headermenu .searchbox {
	font-size:1em;
}
.headermenu {
	font-size:.9em;
}
#top_menu {
	position:absolute;
	top:0px;
	left:40%;
	z-index:100;
	text-align:center;
	background-color: #FFFFFF;
	width:200px;
	margin:0px;
	height:23px;
	padding-top:0px;
	vertical-align:top;
	border: 0px;
}
top_menu_table {
	height:21px;
}
#top_menu a:link,
#top_menu a:visited {
	color:#333333;
}
.left_tab{
	width:33px;
	height:23px;
	background-image:url(pix/left_tab.png);
	background-repeat:no-repeat;
	vertical-align:top;
	margin:0px;
	left:0px;
}
.tab_body {
	background-image:url(pix/tab_bg.png);
	background-repeat:repeat-x;
	height:23px;
	vertical-align:middle;
	padding:0px;
	margin:0px;
	width:50%;
	line-height:23px;
	font-size: .8em;
}
.tab_body a{
vertical-align:super;
}
.right_tab{
	width:33px;
	height:23px;
	background-image:url(pix/right_tab.png);
	background-repeat:no-repeat;
	vertical-align:top;
	margin:0px;
	padding:0px;
	right:0px;
}
#chooselang_jump {
	font-size: .7em;
}
#header_menu_bar {
	background-image:url(pix/tabbg.png);
	background-repeat:repeat-x;
	position: absolute;
	width:100%;
	height: 32px;
	left:0px;
	bottom:0px;
	background-color:#d5d2c6;
	color: #5e5931;
	line-height:21px;
	margin:0px;
	padding-bottom:1px;
}
#header_menu_bar table{
	background-image:url(pix/tabbg.png);
	background-repeat:repeat-x;
	padding:0px;
}
#header_menu_bar td{
	background-image:url(pix/tabbg.png);
	background-repeat:repeat-x;
	font-size:1em;
	height:20px;
	vertical-align:top;
	margin-bottom:5px;
	float:none;
}
#header_menu_bar td img{
	vertical-align:middle;
	padding-bottom:0px;
}
.float_left {
	float:left;
}
.float_right {
	/*float:right;*/
	margin-top:-1px;
}
.menu_tab{
	background-image:url(pix/tab.png);
	background-repeat:no-repeat;
	width: 94px;
	line-height:23px;
	height:28px;
}
.orange {
	background-image:url(pix/tabbg.png);
	background-repeat:repeat-x;
background-color:#ea6d1f;
color:#333333;
}
.orange a:link,
.orange a:visited{
	color:#333333;
}
.blue {
background-color:#98bdd0;
color:#333333;
}
.green {
background-color:#adb967;
color:#333333;
}
.brown {
background-color:#605C00;
color:#333333;
}
.gray {
	background-image:url(pix/tabbg.png);
	background-repeat:repeat-x;
background-color:#d5d2c6;
color:#333333;
}
.centered {
text-align:center;
}
#body{
	padding:25px 0;
	background-image:url(pix/iocbg.png);
	height:100%;
}
#middle-column {
	/*height:500px;*/
	min-height:500px;
}
th.header{
background-image:url(pix/iocbgsm.png);
background-color:#6e6855;
  color:#e9e6d9;
font-weight:bold;
}
#content {
position:relative;
min-height:482px;
font-size:1em;
  text-align:left;
  padding:10px;
}
#footer {
	position:relative;
}
#page_content {
	position:relative;
	padding:0px;
}
#apDiv5 h1 {
	background-color: #655f38;
	color:#FFFFFF;
	text-align:center;
	padding:5px;
	margin-top: 0px;
	font-size: 1.2em;
}
#apDiv5 p {
	padding: 0px 10px 0px 10px;
	margin-top:2px;
	margin-bottom:2px;
	text-align:left;
}
#apDiv5 p:first-letter {
	font-size:1.2em;
	font-weight:bold;
	color:#ea6d1f;
	line-height:.8em;
}
p.normal:first-letter {
	font-size:1em;
	font-weight:normal;
	color:#000000;
}
#footer_middle {
font-size:.8em;
width:30%;
}
#footer_right {
font-size:.8em;
float:right;
width:30%;
}/***** siteTheme/styles.css end *****/

