/**************************************
 * THEME NAME: acode
 *
 * Files included in this sheet:
 *
 *   acode/styles_acode.css
 **************************************/

/***** acode/styles_acode.css start *****/

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

		Theme name: ACODE 
		Description: 3-column Moodle theme, developed by NetSpot
		Author: Sonya Brown
		Version: 1.9
	
*******************************************************************/


body {
  background:url(pix/body_bg.jpg) repeat-x top left #F4F3F9;
  font-size: 80%;
  font-family: Georgia,"Times New Roman",Times,serif;
  color: #252525;
  margin: 0px;
}
  
table, td, th, li {
  font-family: Georgia,"Times New Roman",Times,serif;
  color: #252525;
}

#wrapper {
  margin: 35px auto 0px auto;
  width: 85%;
  min-width: 960px;
}

#wrap-left {
  background:url(pix/wrap_left.png) repeat-y top left;
}

#wrap-right {
  background:url(pix/wrap_right.png) repeat-y top right;
}

#page {
  background-color: #FFFFFF;
  margin: 0px 10px 0px 10px;
}

#header,
#header-home {
  background:url(pix/header_bg.jpg) repeat-x top left;
  height: 107px;
}

#header-logo {
  background:url(pix/header_right.jpg) no-repeat top right;
}

#header .logininfo,
#header-home .logininfo {
  display: none;
}

#header .headermenu,
#header-home .headermenu {
  padding: 8px;
}

.navbar {
  background:url(pix/navbar_bg.gif) repeat-x top left;
  border: 0px;
  color: #E7E7E7;
} 

.navbar a:link,
.navbar a:hover,
.navbar a:active,
.navbar a:visited {
  color: #E7E7E7;
  text-decoration: none;
  font-size: 95%;
}

.navbar li {
  color: #E7E7E7;
  font-size: 95%;
}

#content {
  background:url(pix/content_bg.jpg) repeat-x top left;
  padding: 8px;
}

.sideblock {
  border: 2px solid #E8E8E8;
}

.sideblock .header {
  padding: 5px;
  background-color: #F9F2F2;
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 1px 1px 0px 1px;
}

.sideblock h2 {
  font-size: 13px;
  border-bottom: 1px solid #808080;
  padding-bottom: 2px;
}

.sideblock .content {
  background-color: #F9F2F2;
  border-style: solid;
  border-color: #CCCCCC;
  border-width: 0px 1px 1px 1px;
}

.block_course_summary .content {
  border: 1px solid #CCCCCC;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #9A0006;
}

a:link,
a:active,
a:visited {
  color: #252525;
  text-decoration: underline;
}

a:hover {
  color: #9A0006;
  text-decoration: underline;
}

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

#footer {
  background:url(pix/footer_bg.gif) repeat-x bottom left;  
}

#footer .logininfo {
  padding: 8px 0px 6px 0px;
}

.sitelink,
.homelink {
  display:none;
}

body#mod-chat-index table.generaltable td.c0,
#mod-chat-gui_header_js-chatinput #page,
#mod-chat-gui_header_js-chatinput,
#mod-chat-gui_header_js-users #page,
#mod-chat-gui_header_js-users,
body.mod-chat-gui_header_js,
.mod-chat-gui_header_js #wrap-inside,
.mod-chat-gui_header_js #wrap-outside,
body.mod-chat-gui_basic,
.mod-chat-gui_basic #wrap-inside,
.mod-chat-gui_basic #wrap-outside {
  background-image:none;
  background-color: #FFFFFF;
}

#mod-chat-gui_header_js-chatinput #header,
#mod-chat-gui_header_js-users #header {
  display: none;
  background-color: #FFFFFF;
}

/***** acode/styles_acode.css end *****/


