/*
http://colorschemedesigner.com/#5k51Tplhqw0w0
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, textarea, /*progress, */meter, select {
  
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  x-box-sizing: border-box;
  x-webkit-user-select: none;
  
  letter-spacing: 0.06em;
}
progress {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-user-select: none;  
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}      

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

html {
  /*
  background: #ede9d8;
  background: #F1EFE7;
  background: #e0e0e0;
  */
  background: #e0e0e0;
}

body {
  font: normal 1em/1.4em "Tahoma";
  color: #333;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

h1 {
  color: #333;
}




body > footer .innerContent,
body > header .innerContent,
body > .bodyContent{
  width: 1200px;
}


body > header {
  padding-top: 15px;
  overflow: hidden;
  background: #ecebe8;
}

body > header .innerContent {
  margin: 0px auto;
  padding: 10px;
  width: 1180px;
  background: #f8f6f0;
}


body > .bodyContent {
  margin: 0px auto;
  background: white;
  padding-bottom: 10px;
  overflow: hidden;
}

body .mainContent {
  -tmp-padding: 20px;
  overflow: hidden;
}



body > header .innerContent {
  overflow: hidden;
  height: 60px;
}

body > header .innerContent > ul {
  overflow: hidden;
  float: right;
  height: 60px;
  line-height: 60px;
  list-style-type: none;
}

body > header  .innerContent p {
  height: 60px;
  line-height: 60px;
  float: left;
}

body > header  .innerContent h1 {
  height: 60px;
  line-height: 60px;
  margin-left: 150px;
  font-size: 36px;
  font-style: italic;
  font-family: Arial; 
  color: #72714A;
  font-weight: bold;
}

body > header .innerContent h1 small {
  font-size: 80%;
}

body > header  .innerContent > ul li {
  display: inline-block;
  margin-left: 10px;
}

body > header  .innerContent ul li a {
  color: #9A9846;
  font-weight: bold;
  text-decoration: none;
  -tmp-border-bottom: 3px none;
  padding: 4px 6px;
  border-radius: 3px;
  border-color: #99929F;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
  transition: background 0.5s linear;
}

body > header  .innerContent ul li a:hover {
  background: #9A9846; 
  color: #F6F6EA;
}

body > header  .innerContent ul li a.selected {
  background: #9A9846; 
  color: #F6F6EA;
}

body .bodyContent > footer {
  background: #f8f8f2;
  border-top: 2px solid;
  border-bottom: 2px solid;
  border-color: #f1f1e7;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 0.8em;
  color: #555;
}

body .bodyContent > footer a {
  color: #9A9846;
}
body .bodyContent > footer a.selected {
  text-decoration: none;
}



/*

body > header {
  background: #F8F6F0;
}
.bodyContent {
  width: 1100px;
  margin: 0px auto;
}

body > header { 
  padding-bottom: 15px;
  padding-top: 15px;
  background: #F6F3E6;
}

body > footer {
  background: #F6F6EA;
  
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #EDECD8;
  margin-top: 15px;
  padding: 4px;
}
*/