/* $Id: pages.css,v 1.18 2009/11/05 11:07:02 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 {
  margin: 0;
  padding: 0;
  	background: url(../images/page-background.gif) repeat-y fixed center;
}

#page-wrapper {
}

#page {
}

/*
 * The skip-to-nav link will be completely hidden until a user tabs to the link.
 */
#skip-to-nav a,
#skip-to-nav 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-to-nav a:hover,
#skip-to-nav a:active,
#skip-to-nav a:focus {
  position: static;
  width: 100%;
  height: auto;
  padding: 2px 0 3px 0;
}

/*
 * Header
 */
#header {

}

#header .section {
		background: white url(../images/header-background.jpg) no-repeat;
}

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

#logo img {
  vertical-align: bottom;
	margin-top: 5px;
}

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

}
#search-box {
	float: left;
	width: 203px;
	height: 30px;
	display: block;
	  	background: url(../images/search-background.png) no-repeat 0;
	margin-top: 10px;
	margin-left: 490px;
}


.wri-logo {
	float: right;
	margin-right: -5px;
}

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

#navigation {
	background: url(../images/nav-background.png) repeat-x;
}



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

}
#map-wrapper { /* for large map as content */
margin-left:auto;
margin-right:auto;
margin-top:34px;
position:relative;
width:100%;
height: 100%;
}

#main {
}

/*
 * Content
 */
#content {
}

#content .section {
	/*padding-left: 10px;*/
}

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

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

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

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

/*
 * Footer
 */
#footer {
}

#footer .section {
	text-align:center;
	min-width: 600px;
}

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

#footer ul.menu  {
	list-style-image: none;
	list-style-type: none;
	text-align:center;
	min-width:300px;
}
#footer ul.menu  li{
border-right:1px solid #395EA2;
display:inline;
list-style-image:none;
list-style-type:none;
padding:0 5px;
}
#footer ul.menu  li.last{
	border-right: none;
	}
.region-footer {
}

/*
 * Closure
 */
.region-page-closure /* Wrapper for any blocks placed in the closure 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;
}
.front .panel-col-first {
	width: 400px;
}
.front .panel-col-last {
	width: 605px;
}

#explore-maps {
	background: url(../images/front-explore-maps.jpg) no-repeat 0 0;
	width: 603px;
	height: 306px;
	margin-top: -8px;
}
#explore-maps h2.pane-title {
background: url(../images/explore-maps-title.png) no-repeat 25px 110px;
text-indent:-2000px;
	height: 22px;
	padding-top: 110px;
}
#explore-maps p {
	margin-left: 25px;
	width: 240px;
	font: 1.05em/1.5em Arial, Helvetica, "Nimbus Sans L", sans-serif;
	color: #373737;
}
#explore-maps p a{
	padding-top: 25px;
	top: 25px;
}
#footer ul.menu li.last a {
	display: inline;
	background: url(../images/toyota-logo.gif) no-repeat 80px;
	padding-right: 80px;
}
a.toyota-logo {
	display: inline;
	background: url(../images/toyota-logo.gif) no-repeat 60px;
	padding-right: 80px;
}
#google-earth h2{
	text-indent: -2000px;}
#google-earth {
	width: 192px;
	background: url(../images/front-google-earth.jpg) no-repeat;
	float: left;
	height: 255px;
}
#google-earth .pane-content{
	padding-top: 118px;
}
#google-earth p{
	margin: 0px;
	padding-left: 10px;
}
.front #mini-panel-front_right_bottom:after {
        clear: none !important;
}

#forest-news {
	/*width: 400px;*/
	float: left;
}
#mini-panel-front_right_bottom .panel-col-first {
		width: 192px;
}
#mini-panel-front_right_bottom .panel-col-last{
		width: 400px;
}
#front-news,
#front-intro,
#forest-news,
#front-resources {
	border: 1px solid #ebebeb;
	padding-left: 20px;
	background: url(../images/front-block-background.gif) no-repeat;
	padding-right: 20px;
	width: 357px;
}
#forest-news {
	margin-left: 11px;
	margin-right: -10px;
}

#forest-news h2.pane-title {
	background: url(../images/front-rss-title.png) no-repeat 0 3px;	
	text-indent: -2000px;
}
#front-news h2.pane-title {
	background: url(../images/front-news.png) no-repeat 0 3px;	
	text-indent: -2000px;
}
#front-intro h2.pane-title {
	background: url(../images/front-about-title.png) no-repeat 0 3px;	
	text-indent: -2000px;
}
#front-resources h2.pane-title {
	background: url(../images/front-resources.png) no-repeat 0 3px;	
	text-indent: -2000px;
}
#front-resources p {
	text-align: right;
}
#front-resources {
	margin-left: 203px;
}

#mini-panel-front_right_bottom .inside {
	margin: 0;
}
#welcome {
	margin-top: 3px;
}
#welcome p,
#welcome h2 {
	display: none;
}
.outline-navigation ul {
	list-style-position: inside;
}
.outline-navigation li.leaf {
	list-style-type: none;
	list-style-image: none;
}
.outline-navigation ul a {
	font-weight: bold;
}
.outline-navigation ul li ul a {
	font-weight: normal;
	font-style: normal;
}
.outline-navigation ul li ul{
	margin-left: 25px;
}
#main {
	margin-top: 40px;
}
.panel-2col .panel-col-last .inside {
	margin-left: 8px;
}
.panel-2col .panel-separator {
	margin-top: 9px;
	margin-bottom: 0px;
}
.page-gallery-maps .views-view-grid .views-field-title {
	width: 200px;
}
.page-gallery-maps .views-view-grid .col-1,
.page-gallery-maps .views-view-grid .col-2,
.page-gallery-maps .views-view-grid .col-3  {
	padding-right: 66px;
}

li.help {
  margin: 0;
}
.rss-icon {
	float: right;
	margin-top: -28px;
}
