/**************************************
 * THEME NAME: davies
 *
 * Files included in this sheet:
 *
 *   davies/gradients.css
 *   davies/extra.css
 *   davies/content_styles.css
 **************************************/

/***** davies/gradients.css start *****/

/**
  *  Adds all the nice finish to the standard theme
  *
  */
  
th.header,
td.header,
h1.header,
h2.header,
h3.header,
div.header {     
    background-image:url(images/header_gradient.png);     
    background-position:top;    
    background-repeat:repeat-x;     
}

.navbar {
    background-image:url(images/header_gradient.png);     
    background-position:top;    
    background-repeat:repeat-x;
    background-color:#00549F;
    border: none;   
}
/***** davies/gradients.css end *****/

/***** davies/extra.css start *****/

/**
  *  Extra tweaks to complete the Aardpress theme!
  *
  */

body {
	font-family: arial,helvetica,sans-serif;
	background-color: #8E8F92;
	background-image: url(images/body_background.gif);
	background-repeat: repeat-x;
}

#page {
	/*IE hack to center page, silly IE*/
	text-align:center;
}

#shrinkwrapper {
  width: 970px;
  margin: 0 auto;
  /*IE hack to center page, silly IE*/
  text-align:left;
}

.headermain{
	height: 110px;
	width: 210px;
	background-image: url(images/davies_logo.png);
	background-repeat: no-repeat;
	display: block;
	}


#header,#header-home {
	background-image: url(images/banner.png);
	background-repeat: no-repeat;
	background-position: center;
	padding: 2px 4px 0 0;
}

.headermenu{
	width: 210px; 
	}

.coursebox {
	background-color: #FFFFFF;
}

.generalbox {
	background-color: #FFFFFF;
}

.content {
	background-color: #FFFFFF;
}

#maincontent {
	display: none;
}


/*Text stuff */

h1 span {
	visibility: hidden;
	left: -3000px;
}

h1 {
	color: #FFFFFF;
}

h2 {
	color: #1A6FC1;
}

.sideblock h2{
	color: #FFFFFF;
}

p {
	color: #000000;
}

a,a:link,a:visited {
	color: #00549F;
}

a:hover {
	color: #009966;
}

.breadcrumb .first a:link,.breadcrumb .first a:visited {
	color: #FFFFFF;
}

.header {
	background-color:#00549F;
	border: none;
}

.sideblock .header {
	background-color:#00549F;
	padding: 8px 4px 8px 4px;
}

.logininfo {
	color: #000000;
}

.logininfo a {
	color: #00549F;
}

.breadcrumb li {
	color: #FFFFFF;
}

p.quizgradefeedback {
	visibility: hidden;
	margin: 0px;
}

#navmenupopup_jump {
	width:210px;
}

.sitetopic{
	background-image:url(images/header_gradient32px.png);
	background-repeat:repeat-x;
}

.togglebutton a:hover{
	color: #009966;
}

.block_course_list .footer{
	
}

.answer label{
	width:100%;
}

#middle-column{
	width:536px;
}
	
.summary{
	width:536px;
}/***** davies/extra.css end *****/

/***** davies/content_styles.css start *****/

/* Course Content Styles Document */

/*Course summary settings*/
.coursebox .summary{  font-size:12px; }

/*General settings*/
.generalboxcontent{  font-size:16px; }

.generalboxcontent li {  font-size:16px; }

/*Main heading settings*/
.heading_one{   font-size: 18px; color:#333; font-weight:bold; }

/*Sub heading settings*/
.heading_two{  font-size:16px; color:#004B9A; font-weight:bold; }

/*Main heading settings*/
.heading_three{  font-size: 18px; color:#004B9A; }

/* Quiz question font type */
.qtext{ }

/* Tweaks to hide glossary links in headers */
.heading_one a.autolink:link{ color:#006600; }
.heading_one a.autolink:visited{ color:#006600; }

.heading_three a.autolink:link{ color:#006600; }
.heading_three a.autolink:visited{ color:#006600; }




/* Daves Nasty hack to fix the embedded question thingy*/

.summary {
 width:99%;
 float:left;
 }
label {
width:auto; !important
}/***** davies/content_styles.css end *****/

