
/*** Typography ***/
h1 {
  font-size: 1.1em;
  text-align: left;
  font-style: normal;
  letter-spacing: 0em;
  margin: 1em 0 10px 0;
  font-family: Calabri, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
div#home_page_text_block_1 h1:first-child {
  margin-top: 0;
}
h2 {
  font-size: .95em;
  font-style: normal;  
  text-align: left;
  font-weight: normal;
  font-weight: bold;
  letter-spacing: 0.1em;
  margin: 1em 0 10px 0;
}
ul, ol {
  margin-left: 18px;
  padding-left: 0;
}
h3 {
  color:#333333;
  font-size: .9em;
  text-align: left;
  line-height: 1em;
  font-weight: bold;
  font-style: italic;
  margin: 1em 0 10px 0;
  letter-spacing: 0.1em;
  font-family: Calabri, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
h4 {
  font-size: 1em;
  color:#333333;
  font-weight: bold;
  font-style:italic;
  line-height: 1.1em;
  margin: 1em 0 .5em 0;
  font-family: Calabri, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
}
p {
  font-size: 1rem;
  margin: 0 0 .6em 0;
  text-align: justify;
  line-height: 1.4em;
  font-family: Calabri, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  margin-bottom:10px;
}
@media only screen and (max-width: 600px) {
  p {
    font-size: .9rem;
  }
}
a {
 color: #9c9bc4;
}
a:active {
  outline: none;
}
a:focus {
  -moz-outline-style: none;
}
a:hover {
  text-decoration: underline;
}
ul, ol {
  margin-left: 18px;
  padding-left: 0;
}
li {
  font-size: .9em;
  text-align: justify;
  line-height: 1.4em;
  font-family: Calabri, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
  font-size: 1em;
  padding: 0;
}
ul li {
  list-style-type: disc;
  
}
ol li {
  list-style-type: decimal;
  margin-left: 10px;
}
em {
  font-style: italic;
}

h1, h2, h3, p, li {
  color: #444;
}
h1#entry_title {
  margin-bottom: 10px;
  margin-top: 0;  
  font-size: 1.8em;
}
div#left_menu ul {
  margin-left: 0;
  padding-left: 0;
}
div#left_menu li {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

@media only screen and (min-width: 601px) {
  .hide-desktop {
    display:none;
  }
}
@media only screen and (max-width: 600px) {
  .hide-mobile {
    display:none;
  }
}

body {
  float: inherit;
  overflow: visible;
  line-height: normal;
  margin: 0 0 15px 0;
  cursor: auto ! important;
  background-color:  #ae5e34;
  background-repeat: repeat;
}
div#layout {
  position: relative;
  background-image: url(../images/layout/card_scatter.jpg);
  background-position: top;
  background-repeat: no-repeat;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  padding-top: 120px;
}

/*** HEADER ***/
div#header {
  max-width: 980px;
  /* height: 105px; */
  margin: 0 auto 0 auto;
}
#print_header {
  display: none;
}

/*** BODY HEADER ***/
#body_header {
  position: relative;
  height: 100px;
  width: 100%;
  background-color: #8d98b9;
}

@media only screen and (max-width: 800px) {
  #body_header {
    height: 140px;
  }
}

@media only screen and (max-width: 550px) {
  #body_header img {
      width: calc(100% - 50px);
  }
}

#logo_n_title {
  /* position: absolute; */
  margin-top: 10px;
  margin-left: 15px;
}

/*** CONTENT AREA ***/
div#body {
  position: relative; 
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 20px;
  background-color: #fff;
  overflow: auto;
}
@media only screen and (min-width: 600px ) and (max-width: 1040px) {
  div#body {
    margin: 0 20px;
  }
}
#content_pane {
  position: relative;
  padding: 15px;
  min-height: 600px;
}
#content_menu {
  position: absolute;
  left: 0;
  margin-right: 20px;
  width: 300px;
}
#left_col {
  float: left;
  width: calc(60% - 20px);
}
#right_col {
  float: right;
  width: 40%;
}
@media only screen and (max-width: 600px ) {
  #left_col {
    width: 100%;
  }
  #right_col {
    width: 100%;
  }
}
#right_col img {
  width: 100%;
  height: auto;
}

/*** FOOTER ***/
div#page_footer {
  max-width: 980px;
  margin: 5px auto 0 auto;
  height: 50px;
}
div#page_footer p {
  text-align: center;
}

/*** GLOBAL STYLES ***/
.rounded {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius:10px;
}
@media only screen and (max-width: 600px ) {
  #body.rounded {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.rounded_top {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.shadowed {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .6);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, .6);
  box-shadow: 0 2px 3px rgba(0, 0, 0, .6);
}

/*** HEADER LINKS ***/
#admin_links {
  padding: 5px 10px 10px 10px;
  margin-top: 15px;
  background-color: #444;
  float:right;
  border: 1px solid #777;
}
#admin_links h1 {
  margin: 0 0 4px 0;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  color: #ddd;
}
#admin_links p {
  margin: 0;
  text-align: right;
  line-height: 1.3em;
  font-size: 14px;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
}
#admin_links a {
  text-decoration: none;
  background-position: center right;
  background-repeat: no-repeat;
  font-family: 'Trebuchet MS', Helvetica, sans-serif;
  font-weight: normal;
  color: #ddd;
}
#admin_links a, #admin_links a:visited, #admin_links a:hover, #admin_links a:active{
  color: #ddd;
}

/*** TOP NAV ***/
#nav_holder_header {
  position: absolute;
  right: 10px;
  bottom: 20px;
  float: right;
}
div.nav_main {
  margin-top: 25px;
  bottom: 0;
  z-index: 4;
}
div#nav_holder_footer {
  padding-bottom: 15px;
}
 ul.nav_main {
  float: right;
  margin: 0;
  padding: 0;
}
.nav_main li {
  float: left;
  margin-top: 0px;
  padding: 0 5px 0 5px;
  height: 14px;
  font-size: 1.05rem;
  list-style-type: none;
  list-style-image: none;
  font-family: Calabri,'Lucida Sans Unicode','Lucida';
}
.nav_main li.current {
  margin-top: -3px;
  color: white;
}
.nav_main li.last{
  border-right-style: none;
}
.nav_main li.here {
  font-weight: bold;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  cursor: default;
}
.nav_main li a {
  float: left;
  display: block;
  padding: 0px 5px 7px 5px;
  margin-top: -4px;
  color: #fefeff;
}
@media only screen and ( max-width: 360px ) {
  .nav_main li a {
    padding: 0px 3px 7px 3px;
    font-size: 1rem;
  }
}

#top_menu li.first a {
  border-left: 0;
}

/*** IMAGES ***/
#content_pane img {
  -moz-box-shadow: 2px 6px 10px #666;
  -webkit-box-shadow: 2px 6px 10px #666;
}
#content_pane img.no_shadow {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}