/**
 * @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.
 */


/*
 * Body
 */
body {
  margin: 0;
  padding: 0;
}

#page-wrapper {
}

#page {
padding: 0 0 17px;
}

/*
 * The skip navigation link will be completely hidden until a user tabs to the
 * link. See http://www.webaim.org/techniques/skipnav/
 */
#skip-link a,
#skip-link a:visited {
  position: absolute;
  display: block;
  left: 0;
  top: -500px;
  width: 1px;
  height: 1px;
  overflow: hidden;
  text-align: center;
  background-color: #666;
  color: #fff;
}

#skip-link a:hover,
#skip-link a:active,
#skip-link a:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 2px 0 3px 0;
}

/*
 * Header
 */
#header {
}

#header .section{
height:196px;
position:relative;
overflow:hidden;
}

#logo /* Wrapping link for logo */ {
position:absolute;
top:8px;
}

#logo img {
  vertical-align: bottom;
}

#name-and-slogan /* Wrapper for website name and slogan */ {
}

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

#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 */ {
}

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

#main {
}

/*
 * Content
 */
#content {
}

#content .section {
margin:0 12px;
padding:4px 0 7px;
position:relative;
}
/*
.section-node #content .section,
.section-blog #content .section,
.section-user #content .section,
body.node-type-page #content .section
{
padding-top:4px;
}
*/
#mission /* The mission statement of the site (displayed on homepage) */ {
}

.region-content-top /* Wrapper for any blocks placed in the "content top" region */ {
}

.breadcrumb{
padding: 3px 0 0 12px;
height:20px;
background: url(../images/breadcrumb.png) 0 0 no-repeat;
margin:-7px -12px 0 10px;
color:#FFF;
font-size:11px;
line-height:17px;
}
.breadcrumb a{
color:#FFF;
text-decoration:none;
}

h1.title, /* The title of the page */
h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
h3.title /* Comment title */ {
  margin: 0;
}
/*
.section-node h1.title,
.section-blog h1.title,
.section-user h1.title,
body.node-type-page h1.title
*/
h1.title
{
margin:0 -12px -6px -7px;
height:57px;
background: url(../images/heading2.png) 0 0 no-repeat;
font-size:22px;
font-weight:bold;
line-height:57px;
color:#FFF;
/*text-indent:22px;*/
padding-left:22px;
text-transform:uppercase;

}

*:first-child+html h1.title{
width:613px;
position:relative;
left:-7px;
}

.section-node .node h2.title,
.section-blog .node h2.title
{
background: url(../images/heading.png) 0 0 no-repeat;
font-weight:bold;
font-size:18px;
line-height:20px;
padding:2px 12px 0;
margin:26px -12px 0 0;
text-transform: uppercase;
color:#042B6D;
}
*:first-child+html .section-node .node h2.title,
*:first-child+html .section-blog .node h2.title
{
width:604px;
}
.section-blog .node h2.title a{
color:#042B6D;
text-decoration:none;
}
.section-node .node .meta,
.section-blog .node .meta
{
font-weight:bold;
font-size:12px;
line-height:16px;
padding:0 12px 2px 12px;
margin:0 -12px 26px 0;
background: url(../images/heading.png) 0 bottom no-repeat;
}
*:first-child+html .section-node .node .meta,
*:first-child+html .section-blog .node .meta
{
width:604px;
}
.section-node .node .content{
padding-left:134px;
}
.picture{
position:relative;
width:112px;
height:114px;
}
.picture *{
display:block;
}
.picture .pic{
position:absolute;
left:6px;
top:6px;
}
.picture .frame{
position:absolute;
width:112px;
height:114px;
left:0;
top:0;
z-index:10;
background: url(../images/picture-frame.png) 0 0 no-repeat;
}
.section-node .node .picture{
float:left;
margin-left:9px;
display:inline;
}

.section-blog .node{
margin:34px 0 0;
}
.section-blog .node .content{
padding:0 12px;
margin: -9 0 0;
}
.section-blog .node .links{
padding-left:12px;
}


body.node-type-story .node .content,
body.node-type-page .node .content
{
padding:0 12px;
}


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. */ {
}

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. */ {
}

.help /* Help text on a page */ {
  margin: 1em 0;
}

.more-help-link /* Link to more help */ {
  font-size: 0.85em;
  text-align: right;
}

#content-area /* Wrapper for the actual page content */ {
}

ul.links /* List of links */ {
  margin: 1em 0;
  padding: 0;
}

ul.links.inline {
  margin: 0;
  display: inline;
}

ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}

.item-list .pager li{
padding:0 .3em;
}
.item-list .pager /* A list of page numbers when more than 1 page of content is available */ {
  clear: both;
  margin: 1em 0;
  text-align: center;
}
.item-list .pager li{
padding:0;
}
.pager a,
.pager strong.pager-current /* Each page number in the pager list */ {
  padding: 0.5em;
}

.feed-icons /* The links to the RSS or Atom feeds for the current list of content */ {
  margin: 1em 0;
}

.more-link /* Aggregator, blog, and forum more link */ {
  text-align: right; /* LTR */
}

.region-content-bottom /* Wrapper for any blocks placed in the "content bottom" region */ {
}

/*
 * 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.)
 */
.region-sidebar-second {
color:#FFF;
padding-top:11px;
}
.region-sidebar-second a{
color:#00FFFF;
}

.region-sidebar-second .section {
}

/*
 * Footer
 */
#footer {
}

#footer .section {
}

#footer-message /* Wrapper for the footer message from Drupal's "Site information"
                   and for any blocks placed in the footer region */ {
}

.region-footer {
}

/*
 * Closure
 */
#pageclosure{
background:#021B45 url(../images/closure-bg.png) left top repeat-x;
}
.region-page-closure /* Wrapper for any blocks placed in the closure region */ {
background:#021B45 url(../images/closure-bg.png) left top repeat-x;
width:960px;
padding: 10px 0;
margin:auto;
color:#FFF;
}

/*
 * Drupal boxes
 *
 * Wrapper for Comment form, Comment viewing options, Menu admin, and
 * Search results.
 */
.box /* Wrapper for box */ {
}

.box h2 /* Box title */ {
}

.box .content /* Box's content wrapper */ {
}

/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */
.element-hidden {
  display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}