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

/***** transient/default.css start *****/

body {
	margin: 0;
	padding: 0;
	background: #a69e89 url(images/img01.jpg) repeat;
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size: 13px;
	color: #300;
}

h1, h2, h3 {
	margin-top: 0;
}

h1 {
	font-size: 1.6em;
	font-weight: normal;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1em;
}


a {
	text-decoration: none;
	color: #300;
}

a:hover {
	border-bottom: none;
	color: #ffe;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* header */

#logo {
	width: 980px;
	height: 200px;
	margin: 0 auto;
	padding: 0 10px;
}

#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #393019;
}

#logo h1 {
	padding: 30px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}

#logo p {
	text-transform: uppercase;
	padding: 52px 0 0 3px;
	font-size: 10px;
	color: #616161;
}

.headermenu { 
	position: relative;
	top: 5px;
	right: 5px;
	font-size:1em;
	font-weight:normal;
        text-transform:uppercase;
}

/* menu */

#menu {
	width: 1000px;
	height: 55px;
	margin: 0 auto;
	padding-top: 10px;
	background: url(images/img04.jpg) no-repeat left top;
}


/* search */

form {
	margin: 0;
	padding: 0;
}


/***
 ***	core: layout
 ***/


a.dimmed:link,
a.dimmed:visited {
	color:#aaaaaa;
	text-decoration: none;

}

#page {
	border: 0px solid #ffffff;
	margin-left: auto; 
	margin-right: auto;
	width: 1000px;
}

#layout-table {
	margin-top:0;
	padding-top:10px;
	width: 100%;
}

#layout-table #middle-column{
  vertical-align:top;
  padding-left:11px;
  padding-right:11px;
  width: 98%;
}

#layout-table #left-column,
#layout-table #right-column {
  vertical-align:top;
  padding: 0;
  margin: 0;
}


#content {
  background: transparent; 
  margin-top:0;
  padding-top:10px;
}

h1.main,
h2.main,
h3.main,
h4.main,
h5.main,
h6.main {
	text-align: center;
	margin:0px;
	padding-top:10px;
	padding-bottom:10px;
}

th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {     
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: 0px;
}

.header {
	border: none !important;
	clear: both;
	}

.generalbox, .section {
	background: transparent;
	border: 0;
}

/***
 ***	php includes: date + language options + profileblock
 ***/
#mainmenu-top {height: 30px; margin: 0; padding: 0; width: 100%;}
#mainmenu-date {float: right; width: 25%; height: 2em; text-align: right;}
#mainmenu-langopt .chooselang {display: block; width: 50%;}

/***
 ***	core: yui menubar thanks to patrick malley
 ***/


.yuimenubar /* entire bar */ {

	}
	
.yuimenubar ul.first-of-type {float: left;}

.yuimenu /* sub container */ {
	background-color: #dad2be;
	z-index: 10000;
	}

.yuimenu a {
	text-decoration: none;
	background-color: #dad2be;
	font-size: 85%;
	}

a.yuimenubaritemlabel /* bar item link */ {
	padding: 4px 15px 0px 15px;
	height:28px;
	color: #ffffee;
	}

a.yuimenuitemlabel /* sub item link */ {
	padding: 4px 24px;
	border-top:1px solid #300;
	border-bottom:1px solid #300;
	border-left:1px solid #300;
	border-right:1px solid #300;
	color: #330000;
	}

.yuimenubar li.first-of-type .yuimenubaritemlabel {
	border-width:0; /* no border on the first bar item link */
	}

.yuimenuitem-hassubmenu /* add right arrow to sub item */ {
	background: url(images/menu/menuitem_submenuindicator_selected.png) right center no-repeat;
	}
	
a.yuimenuitemlabel-hassubmenu {
	background-color: #ede3cd;
	}

/* selected menuitem */

li.yuimenubaritem-selected /* bar menu item */ {

	}
li.yuimenubaritem-selected a:hover {color: #dad2be}

li.yuimenuitem-selected  /* sub menu item */ {
	color: #ffffee;
	}

a.yuimenubaritemlabel-selected /* bar menu item link selected */ {
	text-decoration: none;
	color: #ffffee;
	}

a.yuimenuitemlabel-selected  /* sub menu item link selected */ {
	text-decoration: none;
	background-color: #ede3cd;
	color: #330000 !important;
	}

.yuimenubaritem-hassubmenu-selected /* change down arrow on bar item */ {
	}

.yuimenuitem-hassubmenu-selected /* change right arrow on sub item */ {
	background: #a69e89 url(images/menu/menuitem_submenuindicator.png) right center no-repeat;
	color: #330000;
	}

a.yuimenuitemlabel-hassubmenu-selected {
	background: #dad2be;
	color: #330000;
	}

/***
 ***	core: navbar 
 ***/

.navbar {
    background: transparent;     
	border-top:0px;
	border-bottom:solid 1px #300;
	border-left:0px;
	border-right:0px;
}


/***
 ***	core: side block (the left and right bits)
 ***/

.sideblock {
	float: left;
	width: 220px;
	padding: 0;
}

.sideblock ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sideblock li {
	padding: 0 0 5px 0;
}

.sideblock li li {
	margin: 0 20px 0 15px;
	padding: 8px 0px;
	border-bottom: 1px #787367 dashed;
}


.sideblock .header, 
.sideblock h2.header {
	height: 37px;
	margin: 0 0 0 0;
	padding: 18px 15px;
	background: url(images/img02.jpg) no-repeat left top;
	border-style:solid solid none;
        text-align:left;
}

.sideblock h2 {
	margin:0;
	padding:0;
	font-size: 12px;
	color: #ffffee;
}
	
.sideblock .content {
	border: none !important;
	}
	 
.sideblock .header .commands {
	background: url(images/sideblocks/commandsb.png) !important;
	border: 1px solid #ddd;
	}
	
.sideblock .header .hide-show-image {
	position: relative;
	bottom: 10px;
	left: 6px;
}


#right-column .sideblock .header .hide-show-image,
#left-column .sideblock .header .hide-show-image{
padding-right:0;
}

/***
 ***	core: course (the middle bit)
 ***/

.coursebox {
	background: transparent;
	border: 0px;    
	margin-bottom: 0px;
	margin-right: 2px;
}

body#site-index .headingblock,
body#course-view .headingblock { border: 1px solid #300;
	margin-bottom: 0px;
}


#course-view .section td.content {
	border-top:0px;
	border-left:0px;
	border-right:0px;
	border-bottom:1px dashed #dfdfdf;
}

#course-view .section td.side {
  border-width:0px;
}

/***
 ***	modules: forum
 ***/

.forumpost {
	border: 0px;    
	width: auto;
	overflow: scroll;
}


.forumpost .topic {
	border: 0px none;
	border-bottom: 2px solid #300;
}

.forumpost .topic a:link,
.forumpost .topic a:visited {
}

.forumpost .left {
padding:4px;
text-align:center;
vertical-align:top;
width:35px;
}


.forumpost {
border-collapse:separate;
border-style:solid;
}

.userpicture,
.picture user,
.picture teacher {
 	display: none;
}
	

table.forumpost { 
        border: 0 none;
        background: url('images/forum/img5.gif') no-repeat 10px 50px;
        }


/***
 ***	modules: calendar
 ***/
 
 .sideblock .calendar-controls { width: 50%; margin: 0 auto;}

/* colors for calendar events */
#calendar .event_global,
.minicalendar .event_global,
.block_calendar_month .event_global {
	  border-color:#cff689 !important;
	  background-color:#cff689;
}

#calendar .event_course,
.minicalendar .event_course,
.block_calendar_month .event_course {
	  border-color:#c6dfeb !important;
	  background-color:#c6dfeb;
}

#calendar .event_group,
.minicalendar .event_group,
.block_calendar_month .event_group {
	  border-color:#feffc2 !important;
	  background-color:#feffc2;
}

#calendar .event_user,
.minicalendar .event_user,
.block_calendar_month .event_user {
	  border-color:#d9c6e2 !important;
	  background-color:#d9c6e2;
}

table.minicalendar tr td.weekend {
  color: #ffe;
  }
  
  #calendar .duration_global,
.minicalendar .duration_global {
	  border-top-color:#cff689 !important;
	  border-bottom-color:#cff689 !important;
}

#calendar .duration_course,
.minicalendar .duration_course {
	  border-top-color:#ff9966 !important;
	  border-bottom-color:#ff9966 !important;
}

#calendar .duration_course0,
.minicalendar .duration_course0 {
	  border-top-color:#ff9966 !important;
	  border-bottom-color:#ff9966 !important;
}

#calendar .duration_course1,
.minicalendar .duration_course1 {
	  border-top-color:#0099ff !important;
	  border-bottom-color:#0099ff !important;
}

#calendar .duration_course2,
.minicalendar .duration_course2 {
	  border-top-color:#ffff00 !important;
	  border-bottom-color:#ffff00 !important;
}

#calendar .duration_group,
.minicalendar .duration_group {
	  border-top-color:#fbbb23 !important;
	  border-bottom-color:#fbbb23 !important;
}

#calendar .duration_user,
.minicalendar .duration_user {
	  border-top-color:#a1becb !important;
	  border-bottom-color:#a1becb !important;
}

#calendar .weekend,
.minicalendar .weekend {
	  color:#300;
}

table.minicalendar {
	border-collapse:separate;
	border-spacing:1px !important;
	border-style:solid;
	border-width:1px;
	margin:10px auto;
	padding:2px;
	width:75%;
}

/***
 *** footer: core
 ***/
 
 #footer {
 	width: 100%;
 	height: 55px;
 	margin: 0 auto;
 	background: url(images/img04.jpg) no-repeat left top;
 }
 
 #footer p {
 	margin: 0;
 	padding: 15px 0 0 0;
 	text-align: center;
 	font-size: smaller;
 	color: #ffffff;
 }
 
 #footer .logininfo, #footer a:link  { color: #ffffee; text-decoration: none; }
 
 #footer a:hover {
 	color: #a69e89;
 	text-decoration: none;
 }
 
#adminsettings .form-htmlarea .htmlarea {
	width:500px;
}

#adminsettings .form-htmlarea .htmlarea .toolbar table td {
	display: inline-block;
}


#adminsettings .form-label {
	text-align: right;
	font-size: 75%;
}

#layout-table input,
.navbutton input, 
input#id_imagefile, 
input#id_submitbutton, 
.advancedbutton input, 
.buttons input, 
select {
	background: #a69e89;
	border:1px solid #330000;
	font-size:80%;
	text-align: center;
}/***** transient/default.css end *****/


