/**
 * @file
 * Page Styling
 *
 * Style the markup found in page.tpl.php. Also includes some styling of
 * miscellaneous Drupal elements that appear in the $content variable, such as
 * ul.links, .pager, .more-link, etc.
 */

/*
 * Color Hex Codes Used
 * Cyan: #E7F3FB
 * Blue: #005971
 * Orange: #C25117
 */


/*
 * Body
 */
a {
  outline: none;
}
 
body {
  margin: 0;
  padding: 0;
  font-family: Arial, sans-serif;
}

#page-wrapper {
	width: 100%;
	min-width: 968px;
}

#header,
#navigation-wrapper,
#main-wrapper,
#footer {
	float: left;
	width: 100%;
	min-width: 968px;
	clear: both;
}

#header .outer,
#navigation-wrapper .outer,
#main-wrapper .outer,
#footer .region-footer {
	margin: 0 auto;
	width: 960px;
	padding: 0 4px;
}

/*
 * The skip-link link will be completely hidden until a user tabs to the link.
 * See the element-focusable rule in system.base.css.
 */
#skip-link a,
#skip-link a:visited {
  display: block;
  width: 100%;
  padding: 2px 0 3px 0;
  text-align: center;
  background-color: #666;
  color: #fff;
}

/*
 * Header
 */
#header {
	border-top: 13px solid #c25117;
	border-bottom: 1px solid #fff;
	background-image: url(../images/bg-header.png);
	background-repeat: repeat-x;
	background-position: top center;
}

#logo /* Wrapping link for logo */ {
  float: left; /* LTR */
  margin: 0;
  padding: 0;
}

#logo img {
  vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
  float: left;
}

h1#site-name,
div#site-name /* The name of the website */ {
  margin: 0;
  font-size: 2em;
  line-height: 1.5em;
}

#site-name a:link,
#site-name a:visited {
  color: #000;
  text-decoration: none;
}

#site-name a:hover,
#site-name a:focus {
  text-decoration: underline;
}

#site-slogan /* The slogan (or tagline) of a website */ {
}

.region-header /* Wrapper for any blocks placed in the header region */ {
  clear: right; /* Clear the logo */
  float: left;
  /*width: 620px;*/
  width:550px;
}

.region-header .block {
	float: right;
	clear: both;
	margin: 0;
}

.region-header #block-block-1 /* Temp block for RSS feed */ {
	margin-top: 24px;
	margin-bottom: 9px;
	margin-right: 1px;
	color: #005971;
}

/*
 * Top Content (container for content above the body)
 */ 

#top-content {
  width: 968px;
  padding: 30px 0 5px /* Bottom padding will be dependant on the page */;
  background: url(../images/bg-content_top.png) no-repeat bottom center;
  margin-left: -4px;
  position: relative;
  z-index: 60;
}

#top-content .region {
  padding: 0 30px;
}

#top-content .block p, #top-content .block  li/* Temp filler, will change according to page */ {
	font-size: 14px;
	line-height: 1.5;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#top-content-footer {
	background: #f8f7e4 url(../images/bg_top-content-footer.gif) no-repeat bottom center;
	margin-top: -36px;
	position: relative;
	z-index: 50;
	padding: 28px 0 0 0;
	width: 960px;
	display: block;
	float: left;
	margin-bottom: 26px;
}

/*
 * Main (container for everything else)
 */
#main-wrapper {
}

#main {
}

/*
 * Content
 */ 

.sidebar-second #content {
	width: 645px;
	margin-left: 0;
	margin-right: -645px;
	padding: 0;
	margin-top: 0;
	clear: both;
}
 
#content {
	padding: 0;
	margin: 0;
}

#content .section {
  padding-right: 25px;
}

#content .section .content {
	font-size: 14px;
	margin-top: 15px;
}

.region-highlighted {
}

.breadcrumb /* The path to the current page in the form of a list of links */ {
  padding-bottom: 0; /* Undo system.css */
}

h1.title, /* The title of the page */
h2.node-title, /* Title of a piece of content when it is given in a list of content */
h2.block-title, /* Block title */
h2.title, /* Comment section heading */
h2.comment-form, /* Comment form heading */
h3.title /* Comment title */ {
  margin: 0;
  color: #c25117;
}

h1 {
	font-size: 1.25em /* 20px */;
	font-weight: normal;
}

h1, h2 {
	text-transform: uppercase;
}

tr.even /* Some tables have rows marked even or odd. */ {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

tr.odd {
  /* background-color: #eee; */ /* Drupal core uses a #eee background */
}

div.messages /* Important messages (status, warning, and error) for the user. See also the declarations in messages.css. */ {
  margin: 1.5em 0; /* Drupal core uses "6px 0" margin */
}

div.messages ul {
  margin-top: 0;
  margin-bottom: 0;
}

div.status /* Normal priority messages */ {
}

div.warning,
tr.warning /* Medium priority messages */ {
  /* border: 1px solid #f0c020; */ /* Drupal core uses: 1px solid #f0c020 */
}

div.error,
tr.error /* High priority messages. See also the .error declaration below. */ {
}

.error /* Errors that are separate from div.messages status messages. */ {
  /* color: #e55; */ /* Drupal core uses a #e55 background */
}

.warning /* Warnings that are separate from div.messages status messages. */ {
  /* color: #e09010; */ /* Drupal core uses a #e09010 background */
}

div.tabs /* See also the tabs.css file. */ {
}

.region-help /* Help text on a page */ {
}

.more-help-link /* Link to more help */ {
}

.region-content /* Wrapper for the actual page content */ {
}

ul.links /* List of links */ {
}

ul.links.inline {
  display: block; /* Let the links be inline, but the container be a block. */
}

ul.links li {
  padding: 0 1em 0 0; /* LTR */
}

.item-list .pager /* A list of page numbers when more than 1 page of content is available */ {
  padding: 0;
}

.item-list .pager li /* Each page number in the pager list */ {
  padding: 0 0.5em;
}

.feed-icon /* The link to the RSS or Atom feed for the current list of content */ {
}

.more-link /* Aggregator, blog, and forum more link */ {
}

/*
 * First sidebar (on left in LTR languages, on right in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-first
 * (see the layout.css file.)
 */
.region-sidebar-first {
}

.region-sidebar-first .section {
}

/*
 * Second sidebar (on right in LTR languages, on left in RTL)
 *
 * Remember to NOT add padding or margin to your .region-sidebar-second
 * (see the layout.css file.)
 */
.with-navigation .region-sidebar-second {
	margin-top: 0;
}

.region-sidebar-second {
  width: 315px;
  margin-left: 645px;
  margin-right: 0px;
  background: url(../images/bg-sidebar-two_repeat.png) repeat-y top center;
}

.front .region-sidebar-second, .page-node-4 .region-sidebar-second {
  background: url(../images/bg-home-sidebar-two_repeat.png) repeat-y top center;
}

.region-sidebar-second .outer-section {
  background: url(../images/bg-sidebar-two_bottom.png) no-repeat bottom center;
}

.front .region-sidebar-second .outer-section, .page-node-4 .region-sidebar-second .outer-section {
  background: url(../images/bg-home-sidebar-two_bottom.png) no-repeat bottom center;
}

.region-sidebar-second .section {
  width: 290px;
  margin: 0;
  padding-top: 30px;
  padding-left: 25px;
  background: url(../images/bg-sidebar-two_top.png) no-repeat top center;
  padding-bottom: 30px;
}

.front .region-sidebar-second .section, .page-node-4 .region-sidebar-second .section {
  background: url(../images/bg-home-sidebar-two_top.png) no-repeat top center;
}

.region-sidebar-second h2,
.region-sidebar-second h2.block-title {
	font-size: 15px;
	font-family: Arial, sans-serif;
	color: #c25117;
	text-transform: uppercase;
}

.region-sidebar-second .section .block p /* Temp styling block */ {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*
 * Footer
 */
.region-footer {
  background-image: url(../images/bg-footer.png);
  background-repeat: no-repeat;
  background-position: top center;
  height: 78px;
}

.region-footer .block {
	font-size: 11px;
	color: #6e6e6e;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

#footer .block .content ul,
#footer .block .content ul li {
  list-style: none;
  list-style-image: none;
}

#block-menu-menu-footer-menu .content {
  padding-top: 22px /* 9px sets text to top line. 5px adds extra styling */;
}

#block-menu-menu-footer-menu .content ul,
#block-block-3 .content ul {
  float: left;
  clear: both;
  margin: 0;
  padding: 5px 20px 0 /* lines up list in proper location */;
}

#block-menu-menu-footer-menu .content ul li,
#block-block-3 .content ul li {
  float: left;
  display: inline-block;
  border-right-style: solid;
  border-right-width: 1px;
}

#block-menu-menu-footer-menu .content ul li.first,
#block-block-3 .content ul li.first {
	padding-left: 0;
}

#block-menu-menu-footer-menu .content ul li.last,
#block-block-3 .content ul li.last {
	padding-right: 0;
	border-right: 0 none;
}

#block-menu-menu-footer-menu .content ul li {
  border-right-color: #005971;
  padding: 0 8px;
}

#block-block-3 .content ul li {
  border-right-color: #6e6e6e;
  padding: 0 5px;
}

#block-menu-menu-footer-menu .content ul li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #005971;
	border-bottom: 0px solid rgba(0, 89, 113, 0);
	-webkit-transition: border-bottom .3s ease;
	-moz-transition: border-bottom .3s ease;
	-o-transition: border-bottom .3s ease;
	-m-transition: border-bottom .3s ease;
	transition: border-bottom .3s ease;
}

#block-menu-menu-footer-menu .content ul li a:hover {
	border-bottom: 1px solid rgba(0, 89, 113, 1.00);
}

/*
 * Page bottom
 */
.region-bottom /* Wrapper for any blocks placed in the page bottom region */ {
}
