/*
Theme Name: Flagship
Theme URI: http://www.AdelieDesign.com/
Description: A theme for the Flagship Enterprise center
Author: Adelie Design
Author URI: http://www.AdelieDesign.com/
Version: 1.0

*/


/* GENERAL STYLES **********************************/
@import 'reset.css';

html, body {
  height: 100%;
}

body {
  font-family: "Palatino", "Palatino Linotype", "Book Antiqua", serif;
  font-size: 10px;
  background-color: #CCCCCC;
}

#page {
  background-color: #FFFFFF;
  margin: 0 auto;
  min-height: 100%;
  position: relative;
  width: 941px;
}

a {
  text-decoration: none;
}
a:link {
  color: #003366;
}
a:visited {
  color: #333333;
}

/* HEADER *****************************************/
#header {
  background-color: #004970;
  color: #FFFFFF;
  font-weight: bold;
  height: 25px;
  padding: 45px 9px 0 13px;
  line-height: 10px;
}

#header a:link, #header a:visited {
  color: #FFFFFF;
}

#header h1 {
  display: inline;
  font-size: 160%;
  padding: 0 0.5em 0 0;
}
#header h1 address {
  display: inline;
  font-size: 87.5%;
  font-style: normal;
}
#header ul {
  float: right;
  font-size: 120%;
  line-height: 8px;
  text-transform: lowercase;
}
#header ul li {
  border-left: 1px solid #FFFFFF;
  float: left;
  padding: 0 0.5em;
}
#header ul li.first {
  border-left: none;
}

/* Main section (menu, sidebar, content) ************/

/* Banner Image *************************************/
#banner {
  height: 242px;
  background-image: url(images/banner_home.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}


/* NAVIGATION *****************************************/
.navigation {
  background-color: #dce5f0;
  border-bottom: 1px solid #f1f5f9;
  font-size: 160%;
  font-weight: bold;
  height: 24px;
  padding-top: 21px;
  padding-left: 30px;
  line-height: 0.8;
}

.navigation a:link, .navigation a:visited {
  color: #000000;
}

.navigation .current_page_item a, .navigation .current_page_ancestor a, .navigation a:hover {
  color: #003366;
}

.navigation li {
  border-left: 1px solid #000000;
  float: left;
  padding: 0 0.5em;
}
.navigation li:first-child {
  border-left: none;
}

.sub-navigation {
  font-size: 140%;
  font-weight: bold;
  height: 24px;
  padding: 9px 38px 30px;
  line-height: 0.8;
}

.sub-navigation a:link, .sub-navigation a:visited {
  color: #5b5b5b;
}

.sub-navigation .current_page_item a, .sub-navigation .current_page_ancestor a, .sub-navigation a:hover {
  color: #003366;
}
.sub-navigation li {
  border-left: 1px solid #5b5b5b;
  float: left;
  padding: 0 0.5em;
}
.sub-navigation li:first-child {
  border-left: none;
}

/* SIDEBAR ****************************************/
#sidebar {
  float: right;
  font-size: 120%;
  line-height: 1.25;
  margin-right: 20px;
  width: 230px;
}
#sidebar h2 {
  margin-bottom: 0.5em;
}
#sidebar h3 {
  color: #5b5b5b;
  font-size: 117%;
  font-style: italic;
  font-weight: bold;
  margin: 1em 0 0.5em 0;
}

#sidebar a:visited {
  color: #003366;
}

#sidebar li {
  margin: 0.5em 0;
}

#sidebar .entry {
  min-height: 0;
}

#sidebar.associates {
}
#sidebar.board {
  width: 190px;
}
#sidebar.board p {
  font-style: italic;
  margin: 0.5em 0 2em;
}
#sidebar.board h3 {
  color: #003366;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
}

#sidebar.events .date {
  margin-right: 0.5em;
}

#sidebar.news {
  width: 210px;
}
#sidebar.news h3 {
  color: #000000;
  font-weight: bold;
}
#sidebar.news .logo {
}
#sidebar.news .logo img {
  background-color: #FFFFFF;
  padding-bottom: 2em;
  position: relative;
  right: 22px;
}
#sidebar.news .logo .green img {
  right: 0;
}

#sidebar.news .newsletter-signup {
  font-size: 117%;
  margin: 1em 0;
}
/* CONTENT ****************************************/
#content {
  float: left;
  font-size: 140%;
  line-height: 1.25;
  margin: 0 60px;
  width: 800px;
}
#content.has-sidebar {
  width: 610px;
  margin: 0 0 0 40px;
}

.front #content.has-sidebar {
  width: 590px;
  border-right: 1px solid #939393;
  padding-right: 40px;
}

h2 {
  clear: left;
  font-size: 185%;
  font-weight: bold;
}
.front #content img.alignleft {
  margin-bottom: 2.5em;
}
h3 {
  clear: left;
  color: #003366;
  font-size: 114%;
  font-weight: bold;
  
}
h4 {
  font-size: 114%;
  font-style: italic;
  font-weight: normal;
}
h5 {
}
h6 {
}

#content p {
  margin: 0.75em 0;
}
#content a:link, #content a:visited {
}
#content a:hover {
  text-decoration: underline;
}

#content ul, #content ol, #content dl {
  margin: 1em 0 1em 2.5em;
}
#content ul {
  list-style-type: square;
}
#content ul ul {
  list-style-type: disc;
}
#content ul ul ul {
  list-style-type: square;
}
#content ul.plain li {
  list-style-type: none;
}
#content ol {
  list-style-type: decimal;
}
#content ol ol {
  list-style-type: upper-alpha;
}
#content ol ol ol {
  list-style-type: decimal;
}
#content dt {
  font-weight: bold;
  margin-top: 0.5em;
}
#content dd {
  margin-left: 2.5em;
}
#content li {
  margin: 0.5em 0;
}

#content address {
  font-style: normal;
  margin-left: 2.5em;
}

.entry {
  min-height: 200px;
}

.entry:after {
  content: ".";
  height: 1px;
  display: block;
  clear: both;
  overflow: hidden;
  text-align: left;
  text-indent: -9000px;
  visibility: hidden;
}

.post-meta {
  margin-top: 2em;
  clear: both;
}

/* Tables *****************/
table {
  border-collapse: collapse;
}
caption, thead {
}
caption a, thead a {
}
th, td {
  padding: 0.25em 0.5em;
}
tbody {
}
tbody th {
}

/* Less formatted tables*/
table.plain {
}
table.plain th {
}
table.plain td {
}

/* Image alignment ********/
.alignleft {
  float: left;
  margin: 0 2em 1em 0;
}
.alignright {
  float: right;
  margin: 0 0 1em 2em;
}
.aligncenter {
  float: none;
  margin: 0 2em;
}
.alignnone {
  display: block;
  clear: both;
}

div.alignleft {
  margin-left: 1em;
  margin-right: 3em;
}
div.alignleft h2, div.alignleft h3, div.alignleft h4 {
  margin-top: 0;
}

/* Post Navigation */
.post-nav {
  clear: both;
  padding: 2em 1em;
}
.post-nav p {
  margin: 0;
}
.post-nav .next-posts-link {
  float: left;
}
.post-nav .previous-posts-link {
  text-align: right;
}

/* FOOTER *****************************************/
#footer {
  bottom: 0;
  font-size: 120%;
  left: 0;
  line-height: 1.66;
  padding: 10px 30px;
  position: absolute;
}

#footer, #footer a, #footer a:visited {
  color: #333333;
}
#footer p {
}

.clear-block {
  display: block;
  clear: both;
  padding-bottom: 3em;
}



/* BRUNCH+LEARN ***************************************/
.brunch h1 {
  border-bottom: 1px solid #adadad;
  color: #336666;
  font-family: Arial, Myriad, sans-serif;
  font-size: 200%;
  font-weight: normal;
  padding: 6px 10px;
}

.brunch .entry {
  background-image: url(images/brunch.png);
  background-position: 10px 0;
  background-repeat: no-repeat;
  margin-top: 1.5em;
  padding-left: 140px;
}


/* Board of Directors */
#post-19 {
  border-right: 1px solid #003366;
  padding-right: 50px;
  width: 100%;
}
#post-19 img.alignleft {
  clear: both;
  display: block;
  padding-top: 1.75em;
}
#post-19 .director {
  overflow: hidden;
  padding-bottom: 2em;
}
#post-19 .director .description {
  float: right;
  width: 489px;
}
#post-19 h3 {
  clear: none;
}

/* Executive Staff */
#post-21 p {
  float: left;
  padding-right: 1.9%;
  padding-top: 3em;
  width: 48%;
}

#post-21 strong {
  font-size: 114%;
}

#post-21 img.alignleft {
  margin-top: -3.5em;
  margin-right: 1em;
}

/* Locations */
#post-93 .location {
  float: left;
  text-align: center;
  margin-right: 0;
  width: 33%;
}
#post-93 a:link, #post-93 a:visited {
  color: #003366;
  font-weight: bold;
}
#post-93 img.aligncenter {
  display: block;
  margin: 0 auto 0.5em;
}

#post-107 .entry, #post-116 .entry, #post-121 .entry {
  padding-left: 350px;
  position: relative;
  width: 445px;
}
#post-107 h3 img, #post-116 h3 img, #post-121 h3 img {
  position: absolute;
  top: 2em;
  left: 0;
}
#post-121 h3 img {
  top: 0.5em;
  left: 3.5em;
}
#post-107 h4, #post-116 h4, #post-121 h4 {
  color: #003366;
  font-size: 100%;
  font-style: normal;
  font-weight: bold;
}

/* Clients */
#content .clients table p {
  margin: 0;
}

tr.entry {
  min-height: 0;
}
tr.entry:after {
  content: "";
  height: 0%;
  display: none;
  clear: none;
  overflow: hidden;
  text-align: left;
  text-indent: 0;
  visibility: hidden;
}
.clients td {
  padding-bottom: 0;
  padding-top: 2em;
  vertical-align: middle;
}
.clients td.logo {
  text-align: center;
  width: 30%;
}
.clients td.name {
  width: 30%;
}
.clients td.name h3 {
  color: #000000;
  font-size: 114%;
  font-weight: bold;
  margin: 0;
}
.clients td.name img {
  display: none;
}
.clients td.description {
  width: 40%;
}

/* Upcoming events */
.recent-news #content {
}

/* News */
#content .news {
  border-right: 1px solid #939393;
  padding-right: 40px;
  width: 100%;
}
.news .entry {
  font-size: 85%;
  line-height: 1.66;
}
#content .news .entry p {
  margin-bottom: 2em;
}

.news-archive h2 {
  font-size: 129%;
  margin-top: 1em;
}
.news-archive .entry {
  color: #333333;
  font-size: 85%;
  font-weight: bold;
  margin: 0.75em 0;
  min-height: 0;
}
#content .news-archive .entry p {
  margin: 0;
}

/* Featured Business */
#post-153 .description {
  width: 50%;
  float: right;
}
#post-153 .logo {
  padding-left: 5%;
  padding-top: 2em;
  width: 40%;
}
#post-153 .logo img {
  clear: none;
}
