/*
 * img - html element
 * #id - id identifier
 * .class - class identifier
*/

/*
site colors:
light to dark: #F0EEEB  #C4BBB1 #998877  #615548   #26211D
hue: #999976
blue complimentary: #E4E7EB #ADB8C2 #778899 #47525C #24292E
*/

p {
  margin-top: 16px;
  margin-bottom: 16px;
  line-height: 20.1px;
}
	
span.ptitle {
	font-weight: 700;
}
	
h1 {
  text-align: left;
  color: #615548;
  font-weight: bold;
  font-size:  2.2em;
  line-height: 2em;
}

.side h1 {
	
}

h2 {
  text-align: left;
  color: #615548;
  font-weight: bold;
  font-size:  1.6em;
  line-height: 2em;
  margin-bottom: -.8em;
}

.side h2 {
  
}

h3 {
  text-align: left;
  color: #615548;
  font-weight: bold;
  font-size:  1.0em;
  line-height: 2em;
}

.side h3 {
  
}
	
#header .logo {
  position: absolute;
  z-index: 10;
}

#header .logo img {
  height: 4em;
}

#header .picture {
  height: 9em;
  position: absolute;
  top: 0em;
  right: 0em;
}

#header .picture img {
  height: 9em;
  padding: 0;
  border-top-right-radius: 15px;
}

#header .motto {
  color: #998877;
  float: left;
  left: 12em;
  margin-left: 17em;
  text-align: left;
  width: 42em;
}

#header .motto .title {
  font-size: 3em;
}

#header .motto .subtitle {
  font-size: 1.25em;
  letter-spacing: .25em;
}

#header .motto .subSubtitle {
  letter-spacing: .25em;
  line-height: 2em;
}

#navigation {
  position:absolute;
  bottom: 0;
  z-index: 4;
}

#navigation div{
  float: right;
  margin-right: 4em;
}

div.scroll-side {
  overflow: hidden;
  white-space: nowrap;
}

div.block {
  width: 100%;
  /*clear: both;*/
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
}  

.main img {
  border-radius: 10px;
}

ul.list {
	list-style-type: disc;
	margin-left: 1em;
}

img.clear1 {
  float: right;  
  clear: right;
  margin-left: 1em;
  margin-bottom: 1em;
  }
  
img.clear2 {
  float: left;  
  clear: left;
  margin-right: 1em;
  margin-bottom: 1em;
  }
  
img.float1 {
  float: right;
  margin-left: 1em;  
  margin-bottom: 1em;
  }
  
img.float2 {
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
  }
  
#footer .info {
  position: absolute;
  top: .5em;
  color: #615548;
  font-size: 10pt;
}

#footer .info1 {
  left: 1em;
}

#footer .info2 {
  right: 2em;
}
