/**************************************
 * THEME NAME: posium
 *
 * Files included in this sheet:
 *
 *   posium/mp_styles.css
 **************************************/

/***** posium/mp_styles.css start *****/


html {height:100%;} 
body {/*background: #000;*/ width: 1000px; margin:auto; height:100%;} 

/*-----------------------------------------------------------------------------------------------*/
/*top section of the page where the banner and navbar are*/
/*-----------------------------------------------------------------------------------------------*/

h1.headermain { /*the logo in the top left corner*/ 
	display:none;} 
	
#header,
#header-home { /*the banner*/
	height: 160px; 
	background: url(pix/mposium_banner.jpg) no-repeat; 
	border:none; margin:auto;} 
	
.logininfo { /*Text: You are logged in as...*/ 
	margin-top: 2px; padding-right: 15px; color:#000;} 
	
.logininfo a:link { /*Your login name, logout*/
	color:#000;} 
	
.navbar { /*Where the breadcrumbs appear*/ 
	background: url(pix/navbar_bg.jpg); 
	color:#FFF; padding-left: 20px; height: 27px; margin-top: 5px;} 
	
.navbar a {color:#FFF;} 

.breadcrumb ul {margin-top: 3px;}

#switchrole_jump {margin-top:2px;}

/*-----------------------------------------------------------------------------------------------*/
/*main course area*/
/*-----------------------------------------------------------------------------------------------*/

h1 {background: url(pix/h1bg.jpg) repeat-x #FFF; 
	color:#FFF; border:1px solid #000;} 

h2 {background: #99D4EC; color:#000; } 
	
h3, h4 {border-color: #78D0F4;}

p {font-family:Verdana, Arial, Helvetica, sans-serif; font-size: 0.9em; color:#000;} 

.sideblock .header, .sideblock .header h2 {
background: url(pix/sideblock_bg.jpg) repeat-y scroll top left; color:#FFF;}

#layout-table #left-column {
	background: url(pix/sideblock_bg.jpg) repeat-y top left #FFF;}

#layout-table #right-column {
	background: url(pix/sideblock_bg_r.jpg) repeat-y top right #FFF;}
}


#left-column .hidden .header, #right-column .hidden .header { /*border around the blocks*/
	border: 0;}
	
h2.headingblock { /*Middle column - bit that says topic outline when it's topic layout*/
	display:none;}
	
#course-view .current .right.side, #course-view .current .left.side { /*highlighted topic*/
	background-color: #78D0F4;}
	
#course-view .section .left {color:#FFF;} /*number displayed for each topic*/

#layout-table { /*the whole bottom area beneath the navbar*/
	margin-top: 5px; min-height: 100%; height: auto;}
	
#layout-table #middle-column {padding-top: 6px; border-bottom: 1px solid #FFF; background: #FFF;} 

.jumpmenu {display: none;} /*Jump to... menu that appears when topics are collapsed*/

#course-view .section.main .content, #course-view .section.main .side {
	border-color: #78D0F4;}

/*-----------------------------------------------------------------------------------------------*/
/*footer*/
/*-----------------------------------------------------------------------------------------------*/

#footer .logininfo {margin-top: 0; /*color:#FFF;*/ float: right;} 
/*#footer a:link, #footer a:visited {color: #FFF;} */
#footer .validators {margin-top: 0px; float: left; border: 0;} 
#footer .homelink {margin-top: 5px; float: left; padding-bottom: 10px;} 

.siteinfo {
    margin: 0 auto;
    width:400px;
}

.sitelink {
    float:left;
    padding-top:0.5em;
}

/* Sonya's Changes */
#mod-chat-gui_basic-index {
margin: 10px;
width:auto !important;
}

#help {
margin: 10px;
width:auto !important;
}

#message-index, #message-user, #message-messages,
 #message-send, #message-discussion, #message-history {
margin: 10px;
width:auto !important;
}

#files-index {
margin: 10px;
width:auto !important;
}



/***** posium/mp_styles.css end *****/


