/**************************************
 * THEME NAME: adapt
 *
 * Files included in this sheet:
 *
 *   adapt/adapt_all.css
 **************************************/

/***** adapt/adapt_all.css start *****/

/***
 *** Core
 ***/

.clearer {
  font-size:1px;
}

body, table, td, th, li {
  font-family: Arial, Helvetica, sans-serif;  
  font-size:12px;
  color: #1e2f48;
  
  /*letter-spacing:0.02em;*/
}


th {
  font-weight: bold;
}



/***
 *** link
 ***/

a:link, a:visited   {
  color:#8895A6;
}


a:hover {
  text-decoration:underline;
  color:#8895A6;
}



.logininfo a:link, .logininfo a:visited, .logininfo a:hover  {
	color: #8895A6;
	font-size:12px;
}

.categorybox .category a:link, .categorybox .category a:visited  {
color: #1e2f48;
font-weight:bold;
}

.categorybox .category a:hover,  {
color: #1e2f48;
font-weight:bold;
text-decoration:underline;
}


.navbar a:link, .navbar a:visited  {
  color:#F3F3F3;
  font-weight:normal;
  text-decoration:none;
}

.navbar a:hover  {
  
  color:#F3F3F3;
  font-weight:normal;
  text-decoration:underline;
}

#left-column .content .column a:link, 
#left-column .content .column a:visited,
#right-column .content .column a:link,
#right-column .content .column a:visited {
  color:#1e2f48;
  text-decoration:none;
  font-weight: bold;
}

#left-column .content .column a:hover, 
#right-column .content .column a:hover {
  color:#CC0000;
  text-decoration:underline;
  font-weight: bold;

}

#left-column .content a:link, 
#left-column .content a:visited,
#right-column .content a:link, 
#right-column .content a:visited {
  color:#1e2f48;
  text-decoration:none;
  font-weight: bold;

}

#left-column .content a:hover,  
#right-column .content a:hover {
  color:#CC0000;
  text-decoration:underline;
  font-weight: bold;

}


.breadcrumb .sep, #admin-report-unittest-index .sep {
color:#1e2f48;

}

.listentry a:link, .listentry a:visited, .listentry a:hover {
color:#fff;
}

.homelink a:hover {
color:#fff;
}

.homelink a:link, .homelink a:visited {
color:#fff;
}



/***
 *** title
 ***/



h1 {
  background: transparent;
  color: #1e2f48;
  font-size:17px;
  padding:5px;
  margin-top:0px;
  font-weight: bold;
  
}

h2 {
  background:transparent;
  font-size:15px;
  padding:5px;
  padding-bottom:0px;
  margin-top:0px;
  font-weight: bold;
  color: #cc0000;

}

h3 {
  background:transparent;
  font-size:13px;
  padding:5px;
  padding-bottom:0px;
  margin-top:0px;
  color:#8895A6;
  font-weight: bold;

}


/***
 *** layout
 ***/


body {
   background: #F3F3F3;
   padding:0px;
   margin:0px;
}

#page {
	width:100%;
	margin:0px auto;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:0px;
	background:#F3F3F3 url(pix/page.jpg) repeat-x top;
}

#content {
	padding:0px;
	padding-top:5px;
	border: none;
	margin:auto;
	width:940px;
}


/***
 *** header
 ***/

#header-home {
	margin:0px auto;
	height:190px;
	background: #F3F3F3 url(pix/header_01.jpg) no-repeat top;
	width:943px;
}

.headermain, h1.headermain {
  float:left;
  margin:0%;
  padding:0%;
  border-width: 0px;
}


#header {
	margin:0px auto;
	height:148px;
	background:#F3F3F3 url(pix/header_02.jpg) no-repeat top;
	width:943px;
}




/***
 *** navbar
 ***/

.navbar {
  background: url(pix/nav.jpg) repeat-x top;
  color:#fff;
  height:42px;
  border:none;
  margin:auto;
  width:943px;
  padding-top:10px;
}

.breadcrumb li {
font-size:115%;
}


/***
 *** content
 ***/

#layout-table #left-column, #layout-table #right-column {
  background:#fff;
  width: 210px;
  border-style:none;
  padding:5px;
  padding-bottom:10px;
}

.sideblock .content {
background-color:#fff;
border: none;
padding:0px;
font-size:12px;
}

.sideblock .header {
	border: none;
}

.sideblock h2 {
color:#C0C0C0;
margin:0;
padding:0;
border-bottom: 1px solid #DDD;
}


.sideblock .header, .sideblock h2 {
color:#C0C0C0;
padding:3px;
font-weight:normal;
font-size:120%;
}

.sideblock .content .list li {
	padding:5px;
	padding-bottom:10px;
	border-bottom: 1px solid #DDD;

}

.sideblock .content ul.list li.listentry {
	padding-bottom:17px;
	padding-top:15px;

}

button {
color:#fff;
background:#C0C0C0;
border:none;
margin-left:5px;
padding:2px;
}

.forumheaderlist .discussion .lastpost {
font-size:0.8em;
}

#admin-roles-override .cell.c1, #admin-roles-assign .cell.c3, #admin-roles-assign .cell.c1 {
font-size:0.8em;
}

.grade-edit-scale .scale_options {
font-size:0.8em;
}



/***
 *** footer
 ***/

#footer {
	margin-bottom:0px;
	margin-top:10px;
	height:80px;
	background: #1E2F48 repeat-x;
	color:#C0C0C0;
	padding-top:10px;
	padding-bottom:10px;
	font-size:12px;
}

#footer .logininfo, #header-home .headermenu font {
padding-bottom:10px;
font-size:12px;
color:#fff;
}

/***** adapt/adapt_all.css end *****/


