/* @override 
	http://localhost:8888/iswc2010/sites/all/themes/iswc/css/pages.css?Q
	http://localhost/iswc2010-test/sites/all/themes/iswc/css/pages.css?Q
	http://localhost/iswc2010-test/sites/all/themes/iswc/css/pages.css?A
	http://localhost/iswc-alpha6/sites/all/themes/iswc/css/pages.css?l6oi33
*/

/* $Id: pages.css,v 1.20 2009/11/30 09:36:45 johnalbin Exp $ */

/**
 * @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 {
  color: #333;
  margin: 0;
  padding: 0;
}

a {
  color: #5a859e;
  text-decoration: none;
}

#page-wrapper {
}

#page {
}

/*
 * The skip-link 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 {
}

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

#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 {
  padding-top: 12px;
}

#mission /* The mission statement of the site (displayed on homepage) */ {
}

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

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

h1, h2, h3 {
  color: #86ba0c;
  font-family: Impact, Charcoal, sans-serif;
  font-weight: normal;
  margin-top: 30px;
  text-transform: uppercase;
}

h1{
  font-size: 2.25em; /* 16 x 2.25 = 36px */
}

h2 a,
h2 a.visited  {
  color: #896E4D;
}

.not-front .region-content h2, 
h3 {
  color: #896E4D;
  font-family: Arial;
  font-size: 1.4em;
  font-weight: bold;
  text-transform: capitalize;
}

h3 {
  font-size: 1.2em;
}

h3 a,
h3 a.visited  {
  color: #896E4D;
}

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;
}

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

tr + tr {
  border-top: 1px solid #ccc;
}

td {
  padding: 3px  20px;
  vertical-align: top;
}

td:first-child {
  padding-left: 0;
}

td:last-child {
  padding-right: 0;
}

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;
}

.region-content /* 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;
}

.pager /* A list of page numbers when more than 1 page of content is available */ {
  clear: both;
  margin: 1em 0;
  text-align: center;
}

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

.front .sidebar h2 {
  background: #86826d;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  color: #fff;
  line-height: .9em;
  margin-top: 12px;
  margin-bottom: 30px;
  padding: 4px 8px 6px 5px;
  text-shadow: #506719 1px 1px 3px;
}

.sidebar h2 {
  color: #86826d;
  font-weight: normal;
  line-height: .9em;
  margin-top: 12px;
  margin-bottom: 20px;
  padding: 4px 0 6px;
}

.sidebar .block-menu-block h2 {
  background: none;
  color: #5A859E;
  margin-bottom: 10px;
  margin-top: 30px;
  padding-left: 0;
  text-shadow: none;
}

.block-menu-block ul.menu {
  margin-bottom: 30px;
  margin-top: 0;
  padding: 0;
}

.block-menu-block ul li {
  border-bottom: 1px solid #bbb;
  list-style: none;
  display: block;
  padding: 4px 15px;
}

.block-menu-block .active {
  background: #c5d1d8;
  color: #5A859E;
  font-weight: bold;
}

.block-menu-block a:hover {
	font-weight: bold;
}

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

.region-sidebar-second .section {
}

.region-sidebar-second img {
    padding-bottom: 20px;
}

/*
 * Footer
 */
#footer {
  border-top: #aa9684 2px solid;
  clear: both;
  font-size: 0.75em; /* 16px x .75 = 12px */
  padding:25px 40px 30px;
}

#footer .field{
  float: left;
  padding-right: 20px;
}

#footer .block {
  clear: both;
}

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

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

/*
 * 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.
 */
.element-invisible {
  height: 0;
  overflow: hidden;
  position: absolute;
}

/**
 * Captions for images.
 */
.caption {
	font-size: .6em;
	text-align: right;
	margin: 0;
}

/**
 * Float things left or right.
 */
.left {
  float: left;
  padding-right:30px;
}

.right {
  float: right;
}

/**
 * Remove bullets from unordered list.
 *
 * Used for the Sponsors sidebar.
 */
ul.no-bullets {
  list-style: none;
  padding: 0;
  text-indent: 0;
  text-align: center;
}
