/**************************************
 * THEME NAME: autumn
 *
 * Files included in this sheet:
 *
 *   autumn/styles.css
 **************************************/

/***** autumn/styles.css start *****/

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

	Theme Name: Autumn
	Theme URL: http://newschoollearning.com/themes/autumn/
	Description: Autumn is a 3-column fluid-width theme for Moodle.
	Author: Patrick Malley
	Author URI: http://newschoollearning.com
	Version: 20080615
		
	Note: Customize, edit, poke, prod, and adapt to your needs. 
	Please leave credit where credit is due so that others may
	find the source for your site and adapt a suitable version for their
	own website.

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

@import "styles_lib/styles_reset.css";
@import "styles_lib/styles_type.css";
@import "styles_lib/styles_base.css";
@import "styles_lib/styles_color.css";
@import "styles_lib/styles_links.css";

body {
  background: #3867b7 url(pix/azul.jpg) no-repeat fixed;
}



#page {
  background-color: #fff;
  margin: 30px;
  padding: 8px;
}



h2 {
  font-family: Georgia, Verdana, Arial, Serif;
}

.sideblock h2 {
	font-size:1.2em;
}

.sideblock h2 a {
	color:#333;
}

.generalbox {
	border-width: 1px 0 1px 0;
  border-color: #e1d2bd;
  border-style: solid;
  background: url(pix/autumn_gradient.jpg) repeat-x top;
}

.sitetopic	{
  border:none;
  background: none;
}

#header {
  height: 104px;
}

#header-home {
  height: 237px;
}

#header-home .headerimg2 {
  height: 104px;
  margin-bottom: 2px
}

#header-home .headerimg2,
#header {
  background: #2d2d2d url(pix/topbg.jpg) repeat-x top left;
}

#header-home .headerimg1 {
  height: 129px;
  margin-bottom: 2px;
  background: url(pix/fall_leaves2.jpg) repeat-x bottom left;
}

.headerbottom {
  height: 10px;
  background: url(pix/border1.gif) repeat-x top left;
}

.headermain, h1.headermain, .headermenu a:link, .headermain a:visited {
  color: #9F9030;
}

.navbar {
  background: url(pix/barrinha.jpg) repeat-x top;
}

h1.headermain {
  margin: 55px 0px 0px 30px;
  font-weight: normal;
  font-family: Georgia, Verdana, Arial, Serif;
  display:none;
}
#logoGranbery{background:url(pix/logogranbery.jpg) no-repeat;width:180px;height:93px;float:left;margin:5px 0 0 10px;display:block;}
#logoEad{background:url(pix/logoead.jpg) no-repeat;width:378px;height:61px;float:left;margin:20px 0 0 0;display:block;}

#header-home .headermenu {
  margin: 0 4px 4px 4px;
}

#header .headermenu {
  margin: 4px;
}

#header-home .logininfo {
  margin-bottom: 4px;
}

.headermenu {
  color: #FFF;
}


.credits {
 display: block;
 width: 100%;
  text-align: center;
  margin-top: -1.5em;
  background-color:#5693d8;
  font-size:10px;
}

.credits a {
	  color: #20225f;
}

.credits a:hover {
  color: #000;
  text-decoration: none;
}


select { 
font-size:10px;
}

blockquote {
    margin:1em;
    padding:0 0 0 40px;  
    color:#666;
    background:url(pix/blockquote.gif) no-repeat left top;
}

fieldset {
  border: #DDD solid 1px;
  font-size: 0.95em;
  margin-top:0;
  padding:6px;
}

legend{
  border: #DDD solid 1px;
  background:url(pix/autumn_gradient.png ) repeat-x top;  
  padding: 1px 10px;
	font: bold Georgia, Verdana, Arial, serif;
}

textarea {
width:100%
}



/***** autumn/styles.css end *****/

