/**************************************
 * THEME NAME: learntube
 *
 * Files included in this sheet:
 *
 *   learntube/styles_layout.css
 *   learntube/styles_fonts.css
 *   learntube/styles_color.css
 **************************************/

/***** learntube/styles_layout.css start *****/

/*******************************************************************
 styles_layout.css for LEARNTUBE!
*******************************************************************/

/* Added by Stefan */
input,select,textarea {
	border:#cfdeec 1px solid;
	padding:2px;
	color:#000000;
	font:11px arial,tahoma,sans-serif
}

select {
	padding:1px
} 
/* End Added by Stefan */

/***
 *** Core
 ***/

body
{
	margin: 0 0 0 0;
	/* This has been moved to the body tag in header.html
	background-image: url(logo.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-attachment:scroll;
	*/
}

/* This has been replaced by code in the body tag in header.html
body#course-info, body#files-index, body#help, body.message
{
	background-image: none;
}
*/

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

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

.navbar {
  padding: 0px 0.5em;
}

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

/***
 *** Course
 ***/

.headingblock, h2.headingblock {
  padding:0px;
}

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

.sideblock {
  margin-bottom:5px;
}

/***
 *** Header
 ***/

#header-home,
#header 
{
	height:140px;
}

/***** learntube/styles_layout.css end *****/

/***** learntube/styles_fonts.css start *****/

/*******************************************************************
 styles_fonts.css for LEARNTUBE!
*******************************************************************/

/***
 *** Core
 ***/

body, table, td, th, li {
  font-size:13px;
}

.logininfo a:link,
.logininfo a:visited,
.logininfo a:hover {
  text-decoration: underline;
}

h2.headingblock {
  font-size:18px; 
}

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

.sideblock .header, .sideblock h2 {
  font-size:1em;
}

/***
 *** Course
 ***/

#course-view .section a:link,
#course-view .section a:visited,
#course-view .section a:hover 
{
  text-decoration: underline;
}

#course-view .section .activity a:link,
#course-view .section .activity a:visited
{
  text-decoration: none;
}

#course-view .section .activity a:hover 
{
  text-decoration: underline;
}
/***** learntube/styles_fonts.css end *****/

/***** learntube/styles_color.css start *****/

/*******************************************************************
 styles_color.css for LEARNTUBE!
*******************************************************************/

/***
 ***  Core
 ***/

a:link, a:visited {
  color:#435f9c;
}

a:hover, .breadcrumb a:hover {
  color:Red;
}

.breadcrumb a:link,
.breadcrumb a:visited {
  color:White;
}

a.dimmed:link,
a.dimmed:visited {
  color:#AAA;
}

.courseboxcontent a:link,
.courseboxcontent a:visited {
  color:#0E57A0;
}

body {
  background-color:#ECEFF1;
  color:#272829;
}

th.header,
td.header,
div.header {
  border-color:#DDDDDD;
}

.navbar {
  background-color:#0E57A0;
  border-color:#0E57A0;
  color:#AAA;
}

h1
{
	color:#AD1006;
}
h2, h3, h4, h5, h6
{
	color:#0E57A0;
}

.sitetopiccontent {
  background-color:Transparent;
}

/***
 *** Blocks
 ***/

.sideblock .content {
  background-color:Transparent; /*:#ECEFF1;*/
}

/***
 *** Course
 ***/

.headingblock {
  background-color:#0E57A0;
  border-color:#0E57A0;
  color:White;
}

#course-view .weekscss .section,
#course-view .section td.side
{
	background-color:Transparent;
}/***** learntube/styles_color.css end *****/


