body {
	color: #000;
	background: #fff;
  font-family: "Helvetica Neue", "Lato", helvatica, sans-serif;
  font-weight: 300;
  font-size: 11pt;
  line-height: 1.3em;
}

a {
	/* color: #ff3366; */ /* red persimmon */
	/* color: #003beb; */ /* spring blue */
	/* color: #53912a; */ /* awesome green */
  color: #447F3F;
	text-decoration: underline;
}

a:hover {
}

img {
	border: 0px;
}

img#background {
  /*height: 800px;*/
  /*position: absolute;*/
  position: fixed;
  bottom: 0;
  right: 0;
}


pre {
  font-family: "inconsolata-1", "inconsolata-2", monospace;
  font-size: 14px;
	background-color: #ffffff;
  text-align: left;

  border-left: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee;
  border-right: 3px solid #dddddd;
  border-bottom: 3px solid #dddddd;
	
  padding: 1em;
}

h2 {
	font-size: 18pt;
  font-weight: bold;
  text-shadow: 1px 1px 1px #ccc;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

ul {
  list-style: none;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 1em;
  padding-left: 1em;
  text-indent: -1em;
}

/*
ul li:before {
	content: "\00BB \0020";
  margin-left: 0em;
}
*/

#structure {
	position: relative;
	height: auto;
  /*margin-top: 150px;*/
  width: 600px;
	margin-left: 20px;
  margin-top: 40px;
	/*margin-right: auto;*/
}

#header h1 {
	/*display: none;*/
  font-family: "Helvetica Neue", "Lato", sans-serif;
  font-size: 40pt;
  font-weight: bold;
  color: #FF5A33;
  text-shadow: 2px 2px 2px #ddd;
  padding-left: 20px;

}

#header a {
	text-decoration: none;
  color: #FF5A33;
}

#header {
	height: 60px;
	position: relative;
  /*
  margin-bottom: 10px;
	background: url("../images/title5.png") no-repeat left top;
  */
}

#footer {
  color: #222222;
  font-size: 10pt;
  margin-top: 1em;
}

#footer a {
  color: #222222;
}

#email {
	text-decoration: underline;
}

.floatleft {
  float: left;
  clear: left;
  margin: 0px 15px 10px 0px;
  border: 0px;
  padding 5px;
}

.quote {
  text-align: justify;
  text-shadow: 1px 1px 0px #eee;
  padding: 5px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
  color: #333;
  padding-left: 20px;
  margin-top: -20px;
  margin-bottom: 20px;
}

.quoter {
}

.block {
	/*background-color: transparent;*/
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgb(255, 255, 255);
  background: rgba(255, 255, 255, 0.6);
  /* For IE 5.5 - 7*/
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff);
  /* For IE 8*/
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff, endColorstr=#99ffffff)";
  
  -webkit-border-radius: 20px; /* Safari prototype */
  -moz-border-radius: 20px; /* Gecko browsers */
  border-radius: 20px; /* Everything else - limited support at the moment */

  /*border: 4px solid rgba(150, 150, 150, .8);*/
  
  text-align: justify;
	width: 500px;
  padding: 20px;
  margin-bottom: 20px;
}

.block.intro {
  padding: 20px;
  margin-bottom: 20px;
  background-color: #FFEC5C; /* yellow */
  /*border: 1px solid #FFE313;*/
  -moz-border-radius: 20px; 
  border-radius: 20px; 

}

.block.thin {
	width: 340px;
}

.center {
  text-align: center;
}

.block.green {
	background-color: #d6e6be;
}

.block.blue {
	background-color: #d5dfeb;
}

.block.purple {
	background-color: #debce3;
	/*border: 1px solid #D679E3;*/
}

.block.red {
	background-color: #ebdbd5;
}

