/**
 * Theme Name: ESOMC
 * Template: BlankPage
 * Description: description goes here
 * Author: Ramble Bramble Design
 * 
*/

/*
The Basics
***************************************************************************/
html, body {
  min-width: 960px; /* The minimum width of the site */
}
body {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 12pt;
  background: #fff;
  color: #000;
}
a:link, a:active {
  color: #000;
}
a:hover {
  color: #6994c7;
}
a:visited {
  color: #0060aa;
}
h1, h2, h3, h4, h5, h6,
h1 a:link, h2 a:link, h3 a:link, h4 a:link, h5 a:link, h6 a:link,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
/* These values apply to headers of any size */
  color: #000;
  text-decoration: none; 
  font-weight: normal;
}
h1, h1 a:link, h1 a:visited {
  color: #5c8ec9;  
  font-size: 18pt;  
  line-height: 21pt;  
  font-weight: bold; 
}
h2, h2 a:link, h2 a:visited {
  color: #005ba4;
  font-size: 16pt;  
  line-height: 19pt; 
}
h3, h3 a:link, h3 a:visited {
  color: #003968;
  font-size: 14pt;  
  line-height: 17pt;   
}
h4, h4 a:link, h4 a:visited {
  color: #003968;
  font-size: 14pt;  
  line-height: 16pt;  
}
h5, h5 a:link, h5 a:visited {
  color: #003968;
  font-size: 14pt;  
  line-height: 16pt;  
}
h6, h6 a:link, h6 a:visited {
  color: #003968;
  font-size: 12pt;  
  line-height: 14pt;
  font-weight: bold;   
}
/*
Layout
***************************************************************************/
#header, #menu, #breadcrumbs, #content_wrapper, #footer { /* Content Width - limited flex on normal screens */
  min-width: 800px;
  max-width: 960px;
}
#wrapper {
  background: transparent;
}
#header_wrapper {
  background: #003968;
  border-bottom: 7px solid #ffff00;
}
#header {
  background: #666;
}
#menu_wrapper {
  background: transparent;
}
#content_wrapper {
  background: #fff;
}
#content_main {
  width: 98%;
  margin: 15px 1% 20px 3%;
}
#content_main.narrow {
  width: 73%;
}
.leftcolumn #content_main {
  float: right;
  margin-right: 10px;
}
#footer_wrapper {
  height: 100px;
  border-top: 7px solid #ffff00;
  background: #003968;
  margin-top: 20px;
}
#footer {
  background: transparent;
  color: #fff;
  font-size: 0.9em;
}
#footer a {
  color: #fff;
}
#footer a:hover, #footer a:active {
  color: #fff;
}
#footer_menu {
  padding: 10px 0;
}
#footer_menu, #footer_menu a {
  text-decoration: none;
  color: #fff;
}
#footer_menu a:hover, #footer_menu a:active {
  text-decoration: underline;
  color: #fff;
}
/*
Slideshow
***************************************************************************/
.blueberry {
  max-width: 690px;
  margin: 0 0 15px 0;
  box-shadow: 2px 3px 4px 1px #888888;
  -webkit-box-shadow: 2px 3px 4px 1px #888888;
}
/*
Sidebars and Widgets
***************************************************************************/
.sidebar {
  background: #003968;
  color: #fff;
  width: 22%;
  height: 100%;
  margin-top: 15px;
  margin-right: 1%;
  margin-bottom: 15px;
}
.sidebar a:link, .sidebar a:active {
  color: #fff;
}
.sidebar a:hover {
  color: #5c8ec9;
}
.sidebar a:visited {
  color: #fff;
}
.aside {
  width: 100%;
  margin: 5px 0 0 0;
  padding: 0;
}
.sidebar ul, .sidebar ol {
  margin: .2em 0 1em 0;
  padding: 0 0 0 .5em;
  list-style: none;
  font-size: .9em;
}
.sidebar ul a, .sidebar ol a {
  text-decoration: none;
}
.widget {
    margin-bottom: 9px;
}
.widget_text {
  width: 90%;
  padding: 0 5%;
}
#primary_aside {
  
}
#secondary_aside {
  
}

/*
Posts
***************************************************************************/
.entry {
  margin-bottom: 2em;
}
.postmetadata {
  font-size: .8em;
  font-style: italic;
}
/*
Breadcrumbs
***************************************************************************/
#breadcrumbs_wrapper {
  padding: 0;
}
#breadcrumbs {
  margin: 0 auto;
  padding: 5px 0;
  background-color: #fff;
  font-size: 0.8em;
}
#breadcrumbs a {
  text-decoration: none;
  color: #000;
  padding-left: 10px;
}
#breadcrumbs a.current {
  font-weight: bold;
}

/*
Search
***************************************************************************/
.search_result {
  margin-bottom: 1.5em;
}
.search_results h2{
  margin-bottom: 1em;
}
.search_results h3 a {
  color: #000;
  text-decoration: none;
  font-size: 1em;
}
.search_results p, .search_results a {
  font-size: 0.8em;
}

/*
Navigation
***************************************************************************/
#menu, #search-1 { /* menubar background color */
  background: #015da6;
}

/* Reguler Dropdowns */
/* height of menu - all four values must match */
#menu_wrapper, #menu_list ul.children li {
  height: 30px;
}
ul#menu_list a, ul#menu_list a:visited, #search-1 {
  line-height: 30px;
  height: 30px;
}
#menu_list ul.children {
  top: 30px;
}

/* Top level menu items */
ul#menu_list a, ul#menu_list a:visited {
  padding: 0 10px;
  color: #fff;
  background: #015da6;
}
ul#menu_list a:hover, ul#menu_list a:active, ul#menu_list .current_page_item a {
  color: #fff; /* hover text color */
  background: #003968; /* hover background */
}

/* Sub-menu items */
#menu_list ul.children li {
  min-width: 200px; /* minimum width for dropdowns */
}
#menu_list ul.children li a, #menu_list ul.children li a:visited {
  background: #015da6; /* background */
}
ul#menu_list ul.children li a:hover, ul#menu_list ul.children li a:active {
  background: #003968; /* hover background */
}

/* Mobile Menu */
#menu_list_mobile_button {
  height: 50px; /* height of mobile menu - must match other mobile menu heights */
}
#menu_list_mobile_button.open {
  background-position: 0 -50px; /* height of mobile menu - must match other mobile menu heights */
}
ul#menu_list_mobile li {
  border-bottom: 1px solid #111;
}
ul#menu_list_mobile li, ul#menu_list_mobile a {
  background: #000; /* background of top level menu items */
}
ul#menu_list_mobile a, ul#menu_list_mobile a:visited {
  padding: 0 15px;
  line-height: 50px; /* height of mobile menu - must match other mobile menu heights */
  color: #fff; /* text color of top level menu items */
}
ul#menu_list_mobile a:hover, ul#menu_list_mobile a:active {
  color: #fff; /* hover text color of top level menu items */
}
/* Arrows for items w/subpages */
ul#menu_list_mobile a.m_menu_arrow {
  height: 50px; /* height of mobile menu - must match other mobile menu heights */
}
ul#menu_list_mobile a.m_menu_arrow.down_arrow {
  background-position: 0 -50px; /* height of mobile menu - must match other mobile menu heights */
}
/* Mobile Menu */
ul#menu_list_mobile li, ul#menu_list_mobile a {
  background: #003867; /* background of top level menu items */
}
/* Mobile Sub-menu */
#menu_list_mobile ul li a, #menu_list_mobile ul li a:visited {
  line-height: 50px; /* height of mobile menu - must match other mobile menu heights */
  background: #005ba4; /* background of sub-menu items */
}
#menu_list_mobile ul li a:hover, #menu_list_mobile ul li a:active {
  background: #5c8ec9; /* hover background of sub-menu items */
}

/*
List Blocks
***************************************************************************/
.listblock {
  border-bottom: 1px solid #ccc;
  margin:  0 0 20px 0;
  padding: 0 0 20px 0;
}
.listblock_text {
  
}
.listblock_text p {
  margin-bottom: 0.7em;
}
.listblock_image {
  padding: 0 20px 0 0;
}
.listblock_image.right {
  padding: 0 0 0 20px;
}