/**************************************
 * THEME NAME: bpn-v3
 *
 * Files included in this sheet:
 *
 *   bpn-v3/styles_layout.css
 *   bpn-v3/styles_fonts.css
 *   bpn-v3/styles_color.css
 **************************************/

/***** bpn-v3/styles_layout.css start *****/

body {  background : fixed #FFFFFF url(pix/bg_body2.jpg) top repeat-x; color: #000;}

#email {
  margin: 12px;
  background-image: none;
}

#page-container {
  margin: 0 auto;
  padding-bottom: 8px;
  width: 100%;
  max-width: 992px;
  background-color: #FFF;
}

#page-subcontainer {
  padding: 0 0;
}

#page {
  text-align: left;
  position: relative;
  padding: 0 0;
}

#content {
  padding-top: 8px;
  padding-right: 8px;
  padding-bottom: 16px;
  padding-left: 8px;
}

#layout-table {
  margin-top: 0px;
}

#layout-table #middle-column {
  padding-left: 8px;
  padding-right: 8px;
}

#header-home {
  /* padding: 1em 0.5em; */
  background-image: url(pix/header.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width:992px;
  height:182px;
  border-width: 0px;
}

#header-home .mainlogo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 255px;
  height: 80px;
  border: 0;
}

#header-home .headermenu {
  margin: 0px; padding: 0px 0px;
}

#header-home .logininfo {
  margin: 8px 210px 0 0;
}


#header {
  /* padding: 1em 0.5em; */
  background-image: url(pix/header.jpg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  width:992px;
  height:182px;
  border-width: 0px;
  border-style: solid;
}

.headermain, h1.headermain {

}

#header .headermenu {
margin: 0px; padding: 0px 0px;
}

#header .logininfo {
  margin: 8px 210px 0 0;
}

#mod-less-view #header {
  /* padding: 1em 0.5em; */
  background-image: url(pix/logogreybar.gif);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  border-width: 0px;
  height: 35px;
  border-style: solid;
}
.navbar {
  margin-top: 0px;
  margin-left: 0px;
  border-top: 1px solid;
  border-right: none;
  border-bottom: 1px solid;
  border-left: none;
  height: 24px;
}

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

.sitetopic {
  padding: 0px;
  margin-bottom: 8px;
}

td.header,
h1.header,
h2.header,
h3.header,
div.header {
  border: none;
}

#footer {
  margin: 0;
  padding: 8px;
  border: none;
}

#footer .logos {
  font-size: x-large;
  padding-top: 8px;
}

#footer .melogo {
  vertical-align: middle;
  width: 51px;
  height: 54px;
  border: 0;
}

#footer .mymoodlelogo {
}



#footer .sitelink {
  font-size: .75em;
  padding-bottom: 1em;
}

#footer .sitelink img {
  vertical-align: middle;
}

#mod-resource-view div#footer {
  margin: 0;
}

.sideblock {
  margin-bottom: 8px;
}

.sideblock h2 {
  padding-left: 2px;
  padding-right: 2px;
  padding-top: 0px;
  padding-bottom: 0px;
  min-height: 18px;
}

.sideblock .header, .sideblock h2.header {
  padding: 2px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  background-image: url(pix/flatcurve.gif);
  background-position: center center;
  background-repeat: repeat-x;
}

/* .sideblock .header .hide-show img.hide-show-image {
  background-image: url(pix/t/switch_minus.gif);
}

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

.sideblock .header .hide-show-image {
  margin-right: 3px;
  margin-top: 3px;
}

.sideblock .header .commands {
  margin-top: 1px;
  padding: 3px;
}

.r0, .r1 {
  padding-bottom: 3px;
}

.block_course_list .r0, .block_course_list .r1 {
  padding-bottom: 5px;
}

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

#course-view .section .spacer {
  height: 8px;
}

.forumpost {
  margin-top: 12px;
}

#calendar .maincalendar .filters table, #calendar .sidecalendar .filters table, .sideblock.block_calendar_month .filters table {
  border-style: solid;
  border-width: 1px;
}

#message-messages {
  background-image: none;
}

.summary h2, .summary h3 {
  margin-top: 0;
}



/***
 ***	Core: YUI Menubar
 ***/


.yuimenubar /* Entire bar */ {
	height:46px;
	margin:0;
	}

.yuimenu /* Sub container */ {
	z-index: 10000;
	}

.yuimenu a {
	text-decoration: none;
	}

a.yuimenubaritemlabel /* Bar item link */ {
	padding: 16px 15px 0px 17px;
	height:30px;
	}

a.yuimenuitemlabel /* Sub item link */ {
	padding: 4px 24px;
	}

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

.yuimenubaritem-hassubmenu /* Add down arrow to bar item */ {
	}

/* Selected MenuItem */

li.yuimenubaritem-selected /* Bar menu item */ {
	background:#f12711 url('pix/menu/hovergrad.jpg') repeat-x top center;
	}


a.yuimenubaritemlabel-selected, /* Bar menu item link selected */ {
	text-decoration: none;
	}

a.yuimenuitemlabel-selected  /* Sub menu item link selected */ {
	text-decoration: none;
	}

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



/*************/
/* PHOTOMENU */
/*************/

ul.photomenu { margin-bottom : 3em; }
ul.photomenu .photomenu-entry { position : relative; margin-bottom : 1.5em; padding-bottom : 1.5em; border-bottom : 1px solid #CCC; }
ul.photomenu .photomenu-entry:last-child { margin-bottom : 0; padding-bottom : 0; border-bottom-width : 0; }
ul.photomenu .photomenu-entry .entry-title { margin-bottom : 0; }
ul.photomenu .photomenu-entry p { margin-bottom : 0; }
ul.photomenu .photomenu-entry ul {list-style-type: disc; margin-left: 2em; padding-top: 1em; padding-bottom: 1em; }
ul.photomenu .photomenu-entry img {float : left; padding : 0 10px 0 0 ; border : 0px; }
ul.photomenu .marker { position: absolute; top: 0; right :0; }
/***** bpn-v3/styles_layout.css end *****/

/***** bpn-v3/styles_fonts.css start *****/

/* Core */

.clearer {
  font-size:1px;
}

body, td, li, input, select {
font-family: Arial, Helvetica, sans-serif; line-height: 1.4em; 
}

th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: bold;
}


a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h1, h2, h3, h4 {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1 {
    font-size:1.2em;
    font-weight: bold;
}

h2 {
    font-size:1.15em;
}
h3 {
    font-size:1.1em;
}
h4 {
    font-weight:bold;
}

th.header,
td.header,
div.header,
.headingblock {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 0.9em;
}


.categorybox .category {
/*  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; */
    font-size: 1.2em;
    font-weight: bold;
}

.generaltable td.cell.c0 {
  font-weight: bold;
}
/***
 *** Header
 ***/
 
.breadcrumb {
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size:.85em;
    font-weight:bold;
}

.logininfo,
#header-home .headermenu font {
     font-size:.8em;
}

 /***
 *** Blocks
 ***/
 
.sideblock .footer {
    font-size:0.85em;
    text-align: left;
}

/***
 *** Calendar
 ***/
#calendar .maincalendar table.calendarmonth td {
  font-size:.8em;
}

#calendar .maincalendar .calendar-controls .current {
  font-weight: bold;
}

#calendar .sidecalendar .filters {
  font-size:0.75em
  }

table.minicalendar tr.weekdays th {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size:0.7em;
  font-weight:normal;
  }

table.minicalendar tr td {
  font-size:0.7em;
  }
  
/***
 *** Course
 ***/
  
#course-view .section .left {
  font-weight: bold;
  font-size: 1.2em;
}

.coursebox .info .name {
  font-weight: bold;
  font-size: 1.2em;
}

/* Accessibility: only certain fonts support Unicode chars like &#x25BA; in IE6 */
.arrow, .arrow_button input {
  font-family: Arial,Helvetica,sans-serif;
}

/*
span.arrow {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
} */

p.arrow_button input {
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}


/*Accessibility: resizable icons. */
img.resize {
  width: 1em;
  height: 1em;
}

/***
 *** Glossary
 ***/
.glossarypost div.concept h3,
.glossarypost.continuous .concept {
  display: inline;
}
/***** bpn-v3/styles_fonts.css end *****/

/***** bpn-v3/styles_color.css start *****/

body {
  background-color: #FFF;
}

#content {
  background-color: #FFF;
}

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

a:hover {
  color:#555;
}

#header-home {
  background-color: #FFF;
  border-color: #FFF;
}

#header {
  background-color: #FFF;
  border-color: #FFF;
}

.headermain, h1.headermain {
  color: #FFF;
}

/* #header .logininfo {
  background-color: #FFF;
} */

.navbar {
  background-color: #EDF7F3;
  border-color: #FFF;
}

.breadcrumb .sep {
  color: #000;
}

td.header,
h1.header,
h2.header,
h3.header,
div.header {   
  color: #000;  
  background-color: #ffffff;
}

th.header {
  background-color: #E9E0F3;
}

#footer {
  background-color: #FFFFFF;
}

.homelink a {
  background-color: #FFFFFF;
}

#course-view .weekscss .section, #course-view .section td {
  border-color: #E9E0F3;
}

#course-view .weekscss .section, #course-view .section td.side {
  background-color: #FFF;
}

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

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

.generalbox, .admin .generalbox, .informationbox, .userinfobox {
  border-color: #E9E0F3;
}

.admin .generalbox {
  background-color: #EDF7F3;
}

.forumheaderlist, .forumpost {
  border-color: #EDF7F3;
}

.forumpost .starter {
  background-color: #EDF7F3;}

.forumpost .left {
  background-color: #EDF7F3;
}

.forumpost .topic {
  border-bottom-color: #EDF7F3;
}

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

.sideblock .header {
  color: #ffffff;
}

.sideblock .header .commands {
  background-color: #f9f6fc;
}

.sideblock .content {
  background-color: #EDF7F3;
  border-color: #E9E0F3;
}

table.minicalendar {
  background-color: #FFFFFF;
  border-color: #E9E0F3;
}

#calendar .maincalendar .filters table, #calendar .sidecalendar .filters table, .sideblock.block_calendar_month .filters table {
  background-color: #FFFFFF;
  border-color: #E9E0F3;
}

#message-messages {
  background-color: #f9f6fc;
}

#menu_date a {
	float:right;
	padding: 16px 5px 0 17px;
	height:30px;
	color: #ffffff;
	text-decoration:none;
	background:#555555 url('pix/menu/dategrad.jpg') repeat-x top center;
}

#menu_date a:hover {
	color: #ffffff;
	text-decoration:none;
	background:#2f2f2f url('pix/menu/hovergrad.jpg') repeat-x top center;
	}


/***
 ***	Core: YUI Menubar
 ***/


.yuimenubar /* Entire bar */ {
	background:#2f2f2f url('pix/menu/menugrad.jpg') repeat-x top center;
	}

.yuimenu /* Sub container */ {
	background-color: #323232;
	}

.yuimenu a {
	background-color: #323232;
	}

a.yuimenubaritemlabel /* Bar item link */ {
	color: #fff;
	}

a.yuimenuitemlabel /* Sub item link */ {
	color: #fff;
	border-bottom:1px solid #828282;
	border-left:0px solid #0070a6;
	border-right:0px solid #0070a6;
	}



.yuimenuitem-hassubmenu /* Add right arrow to sub item */ {
	background: #323232 url(pix/menu/menuitem_submenuindicator_selected.png) right center no-repeat;
	}
	
a.yuimenuitemlabel-hassubmenu {
	background: none;
	}

/* Selected MenuItem */

li.yuimenubaritem-selected /* Bar menu item */ {
	background:#f12711 url('pix/menu/hovergrad.jpg') repeat-x top center;
	}

li.yuimenuitem-selected  /* Sub menu item */ {
	color: #fff
	}

a.yuimenubaritemlabel-selected, /* Bar menu item link selected */ {
	color: #fff;
	}

a.yuimenuitemlabel-selected  /* Sub menu item link selected */ {
	color: #A30E7A;
	background-color: #fff;
	}

.yuimenuitem-hassubmenu-selected /* Change right arrow on sub item */ {
	background: #fff url(pix/menu/menuitem_submenuindicator.png) right center no-repeat;
	}



/***** bpn-v3/styles_color.css end *****/


