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

/***** ibead_transient/default.css start *****/

body {
	margin: 0;
	padding: 0;
	background: #fdeaf7 url(images/bg-wall.png) repeat-x top left;
	font-family: "trebuchet ms", verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

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

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

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.6em;
}


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

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

a img {
	border: none;
}

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

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

/* header */

#logo {
	background: #fce6b8 url(images/bg-header.png) repeat-x top left;
	width: 100%;
	height: 95px;
	margin: 0px;
	padding: 0px;
}

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

#logo h1 {
	padding: 0 0 0 0;
	text-transform: uppercase;
	font: "Arial Black", Gadget, sans-serif
	font-weight: normal;
	font-size: 2em;
}

#logo p {
	text-transform: uppercase;
	padding: 30px 0 0 6px;
	font-size: 12px;
	color: #616161;
}

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

}

/* menu */

#menu {
	width: 100%;
	height: 32px;
	margin: 0px;
	padding-top: 0px;
	background: #000000 url(images/bg-menu.png) repeat top left;
	font: Arial, Helvetica, sans-serif
	font-weight: bold;
}


/* search */

form {
	margin: 0;
	padding: 0;
}


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


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

}

#page {
	border: 1px solid #ffffff;
	margin-left: auto; 
	margin-right: auto;
	width: 98%;
}

#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 {
  border: 1px solid #ffffff;
  background-color:#FFFFFF;
  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:0px;
}

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

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

.generalbox, .section {
	background: transparent;
	border: 1px solid #ffffff;
}

/***
 ***	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;	background-color: #000000;}

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

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

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:1px;
	border-bottom:solid 1px #300;
	border-left:1px;
	border-right:1px;
}


/***
 ***	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 5px 0 5px;
	padding: 5px 0px;
	border-bottom: 1px #787367 dashed;
}


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

.sideblock h2 {
	margin:0;
	padding:0;
	font-size: 16px;
	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: 0px;
}


#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: 1px solid #ccc;    
	margin-bottom: 5px;
	margin-right: 1px;
}

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


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

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

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

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


.forumpost .topic {
	border: 1px none;
	border-bottom: 1px 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: 1px none;
        background: url(images/forum/img02.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:#cccccc;
}

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

table.minicalendar tr td.weekend {
  color: #cccccc;
  }
  
  #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: 32px;
 	margin: 0 auto;
 	background: url(images/bg-menu.png) repeat-x left;
 }
 
 #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: #CCCCCC;
	border:1px solid #330000;
	font-size:90%;
	text-align: center;
}/***** ibead_transient/default.css end *****/


