﻿/*
 * @file
 * global.styles
 *
 * Styles you add here will load for all device sizes, they are "global", as
 * opposed to "responsive" styles, which only load for a given breakpoint (media
 * query) that you set in theme settings. See the README for more details.
 *
 *
 * How to use this file:
 * --------------------
 *
 * There are many empty selectors and some basic styles to act as a guide.
 * Nothing is set in stone and you can change anything - even delete all of it
 * and start with your own clean slate.
 *
 * See global.base also which includes normalize.css and some additional
 * helper classes and base styles.
 */

/* =============================================================================
 *   Base
 * ========================================================================== */

/*
 * To preserve theme settings never apply font properties to the HTML element.
 * This is critically important if you are using the Responsive JavaScript
 * feature as this relies on being able to set a pseudo font family on the HTML
 * element. If you need to set default font properties of any kind use the BODY
 * element as these can be overridden using font theme settings.
 */

html {
  background: #015d2e;
  font-size: 105%;
}

body {
  font-weight: normal;
  font-style: normal;
  word-wrap: break-word;
  border: 0;
  outline: 0;
  border-top: 10px solid;
}

body, input, textarea, select, a.button, fieldset legend {
  font-family: "PT Sans", "Trebuchet MS", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

select {
  background-color: #ffffcc;
}

img {
  border: 2px solid;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
}

.field-name-field-content-image {
  padding: 4px;
}

/* =============================================================================
 *   HTML Elements
 * ========================================================================== */
 
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}

.rslides, .rslides1 ul {
  padding: 0 0 0 0 !important;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
} 

.creambk {
  margin: 8px auto auto;
  padding: 2px;
  width: 85%;
  background: none repeat scroll 0 0 #FFFFCC;
  border: 2px solid #a63100;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
}  

h1, h2, h3, h4, h5, h6 {
  color: #A63000;
  letter-spacing: -1px;
  margin: 0;
  padding: 2px;
  background: none repeat scroll 0 0 #FFFFCC;
  border: 2px solid #a63100;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
}

h1 {
  font-weight: normal;
  font-style: normal;
  line-height: 140%;
}

h2 {
  font-weight: normal;
  font-style: normal;
  line-height: 130%;
}

.block h2, #footer h2 {
  font-weight: bold;
  line-height: 130%;
  padding: 2px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
}

h3 {
  font-weight: normal;
  font-style: normal;
  line-height: 130%;
}

h4 {
  font-weight: bold;
  font-style: bold;
  line-height: 125%;
}

h5 {
  font-weight: bold;
  font-style: bold;
  line-height: 120%; 
}

h6 {
  font-weight: bold;
  font-style: bold;
  line-height: 110%; 
}

h1 a, h2 a, h3 a, h4 a, h5 a {
  font-weight: inherit;
  text-decoration: none;
}
p {}

b,
strong {}

i,
em {}

dfn {}

sup {}

sub {}

del {
  text-decoration: line-through;
}

ins {}

blockquote {}

cite {}

q {}

address {}

ul {}

ol {}

.block-system-main ul, .block-system-main ol {
  margin: 1em 0;
  padding: 0 0 0.25em 2.5em;
}

li {}

dl {
  color: #fff;
}

dd {
  color: #fff;
}

dt {
  color: #fff;
}

abbr {}

acronym {}

hr {
  border: solid #DDD;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
  border-width: 1px 0 0;
}

pre,
code,
tt,
samp,
kbd,
var {
  white-space: pre;
  background-color: #ededed;
  border-bottom: 1px solid #d9d9d9;
  border-top: 1px solid #d9d9d9;
  display: block;
  margin: 5px 0;
  padding: 5px;
  line-height: 125%;
  overflow: hidden;
  font-family: Consolas, "Andale Mono WT","Andale Mono","Lucida Console","Lucida Sans Typewriter","DejaVu Sans Mono","Bitstream Vera Sans Mono","Liberation Mono","Nimbus Mono L"Monaco, 'Courier New', Courier, monospace, sans-serif;
}

.view-dom-id-06cd4897ebce9517fc31a922c3ba7471 .view-dom-id-e235d32b28d844792ef3c7938d1cf428 {
  background: #ECECEC;
}

.views-exposed-widgets {
  background: none repeat scroll 0 0 #ffffcc;
  border: 2px solid;
}

.views-field-field-event-date, .views-label-field-event-type {
  color: #c2b7b7;
}

.views-field-created {
  color: #4d4d4d;
}

.views-field-title {}

.views-field-title a {
  border: none !important;
}

.view-frontpage {
  background: none repeat scroll 0 0 #ffffcc;
  padding: 4px;
  border-color: #a63100;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -khtml-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.views-row {
  background: #ffffcc url("http://friendsofthetrees.net/sites/default/files/images/PosterBackground-web.jpg") repeat scroll 0 0 !important;
  padding: 4px;
  border-color: #a63100;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -khtml-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  margin-top: 8px;
}

/* =============================================================================
 *   Wrappers
 * ========================================================================== */

/*
 * Page wrapper, includes the .container class which sets the overall page or section width
 * Main wrapper in page.tpl.php, the .container class sets the width of the page, do not add width to it!
 */
#page {}
#page .container {}

/*
 * Wraps all header elements - branding and .region-header
 */
#header {
 clear: both;
 margin-top: 16px;
}

#header .inner {
  padding-top: 15px;
  padding-bottom: 20px;
}

/*
 * Wraps the sidebars the content column
 */
#columns {}

/*
 * Main content column wrapper
 */
#content-column {

}

.view-display-id-page_1 {  
  background: #ffffcc;
  background-image: url("http://friendsofthetrees.net/sites/default/files/images/PosterBackground-web.jpg");
  padding: 4px;
  border-color: #a63100 #a63100 #a63100 #a63100;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -khtml-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  color: #000;
  }
  
  .view-display-id-page_1 hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #A63000;
    border-image: url('') none;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin: 10px 0 30px;
  }

/*
 * Wraps the main-content-header, the content region and feed-icons. Use this wrapper to style the entire main content column
 */
#main-content {
  margin-bottom: 20px;
}

#main-content a {
  text-decoration: none;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);  padding: 1px;
}

#main-content a:hover {
  text-decoration: underline;
}

#main-content h1 a, #main-content h2 a, #main-content h3 a, #main-content h4 a, #main-content h5 a {
  text-decoration: none;
}	

/*
 * Wraps the content region, avoid applying styles to this wrapper, its used mainly for position and invisible gutters and can be problematic to style
 */
#content {}

/*
 * Footer wrapper
 */
#footer {
  clear: both;
  color: #ffffff;
  padding: 20px 0;
  border-top: 1px solid #d6d6d6;
  font-size: .9em;
}

#footer .block {
  padding: 0 0 20px 0;
}

/*
 * Panels may need additional margin wrangling when in the $content region
 */
#content .panel-display {
  background: #ffffcc;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -khtml-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.panel-2col-stacked {
  border-color: #a63100 #a63100 #a63100 #a63100;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -khtml-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 2px;
}

/*
 * Full Width Wrappers
 * These are used in the optional page--full-width-wrappers.tpl.php template.
 * All have internal .container classes. In the full width wrapper template the
 * .container classes set the width or max-width of the contained element - you
 * can style this but never add any width/margin/padding/borders etc to .container
 */
/*
 * Wraps #page
 */
#page-wrapper {}
#page-wrapper .container {}

/*
 * Wraps the leaderboard
 */
#leaderboard-wrapper {}
#leaderboard-wrapper .container {}

/*
 * Wraps the header
 */
#header-wrapper {
  /* Debug styles, is this working */
  background: rgba(255, 192, 203, 0.5);
}
#header-wrapper .container {}

/*
 * Wraps the nav elements
 */
#nav-wrapper {}
#nav-wrapper .container {}

/*
 * Wraps breadcrumb
 */
#breadcrumb-wrapper {}
#breadcrumb-wrapper .container {}

/*
 * Wraps messages and help
 */
#messages-help-wrapper {}
#messages-help-wrapper .container {}

/*
 * Wraps the secondary content/preface region
 */
#secondary-content-wrapper {}
#secondary-content-wrapper .container {}

/*
 * Wraps the main content column
 */
#content-wrapper {}
#content-wrapper .container {}

/*
 * Wraps the tertiary content/postfix region
 */
#tertiary-content-wrapper {}
#tertiary-content-wrapper .container {}

/*
 * Footer wrapper
 */
#footer-wrapper {
  /* Debug styles, is this working? */
  background: rgba(255, 192, 203, 0.5);
}
#footer-wrapper .container {}


/* =============================================================================
 *   Branding
 * ========================================================================== */

/*
 * Wraps all the branding elements, logo, name and slogan
 */
#branding {}

/*
 * Logo
 */

#logo {
  float: left;
  padding: 0 20px;
}

#logo img {
  border: 0 none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);  vertical-align: bottom;
}

#logo a {
    background-color: transparent;
    border: medium none;
}

/*
 * Wrapper for the site name and slogan (hgroup)
 */
#name-and-slogan {}

/*
 * Site name (h1)
 */
#site-name {
  margin: 0;
  padding: 0;
  font-size: 55px;
  line-height: 55px;
  letter-spacing: -1px; 
}

#site-name a {
  margin: 0;
  padding: 0;
  line-height: 55px;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: -2px;
  text-shadow: 0px 1px 0px #FFF;
}

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

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

/*
 * Site slogan (h2)
 */
#site-slogan {
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 28px;
  cletter-spacing: -1px;
}

/* =============================================================================
 *   Page content header
 * ========================================================================== */

/*
 * Main content header wraps the page title, tabs and actions links
 */
#main-content-header {}

/*
 * The main page title (h1)
 */
#page-title {
  background-image: url("http://friendsofthetrees.net/sites/default/files/images/PosterBackground-web.jpg");
  border: solid 2px;
  margin-bottom: 4px;
  padding: 4px;
}


/* =============================================================================
 *   Misc Global Styles
 * ========================================================================== */

/*
 * Feed icons
 */
.feed-icon {}

/*
 * Aggregator feed source
 */
#aggregator .feed-source .feed-icon {
  display: inline;
  float: none;
  margin-right: 10px;
}

.feed-details dt,
.feed-details dd {
  display: inline;
  margin: 0;
}

/*
 * Generic styles for the more link
 */
.more-link {}

/*
 * Item lists
 */
.item-list ul li {
  margin: 0;
  padding: 0.2em 0.5em 0 0;
}

/*
 * Generic styles for links. See the ul.links declaration in node and comment stylesheets
 */
ul.links {
  margin: 0;
  padding: 0;
  font-size: 0.77em;
  color: #666666;
}

ul.links.inline {
  display: block;
  margin-top: 4px;
}

ul.links.inline li {
  padding: 0 5px 0 0;
  margin: 0 5px 0 0;
  border-right: 1px solid #666666; 
}

ul.links.inline li.last {
  border: none;
}

ul.links li {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Search results are an ordered list so reset the margin
 */
.search-results {
  margin: 0;
}


/* =============================================================================
 *   Regions
 * ========================================================================== */

/*
 * Standard region wrapper, don't add width to any regions, you will bork the layout - no margin, padding or borders etc
 */
.region {}

/*
 * Regions have an inner div - perfect for adding margin, padding or borders
 */
.region-inner {}

/*
 * Regions can be nested, such as when using Panels
 */
.region-inner .region-inner {}

/*
 * Header region, embedded in the #header
 */
.region-header {}

/*
 * Generally used to output Drupals help block, if the help module is enabled
 */
.region-help {
  border: 1px solid #d3d7d9;
  padding: 20px;
  margin: 20px 0;
}

/*
 * Secondary content
 */
.region-secondary-content {}

/*
 * Sits above the main content header, like a content-top region
 */
.region-highlighted {
  padding: 20px 0;
}

/*
 * Sits below the main content, like a content-bottom region
 */
.region-content-aside {}

/*
 * Sidebars - targets both
 */
.sidebar {}

/*
 * First sidebar
 */
.region-sidebar-first {}

/*
 * Second sidebar
 */
.region-sidebar-second {}

/*
 * Tertiary content
 */
.region-tertiary-content {}

.region-tertiary-content .block {
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 10px 20px 10px;
  background-color: #f2f2f2;
  border: 1px solid #dcdcdc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;  
  border-radius: 8px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);  
  text-shadow: #fff 1px 1px 0;
  box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
  -moz-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
  -webkit-box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset;
}

/*
 * Footer region
 */
.region-footer {}


/* =============================================================================
 *   Links
 * ========================================================================== */

#admin-menu li.admin-menu-account > a {
  background: none !important;
  background-color: #2883de !important;
}

a {
  text-decoration: none !important;
}

a:link,
a:visited {
  color: #a63000 !important;
  background-color: #ffffcc !important;
  border-color: #f66d35;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
  border-style: solid;
  border-width: 1px 1px 2px 2px;
}

a:active,
a.active {}

a:hover,
a:focus {
  color: #336600 !important;
}

.author-datetime a:link {
  background: none;
  color: #ffffff;
}

.author-datetime a:visited {
  color: #ffffff;
}

/* =============================================================================
 *   Primary, Secondary and Menu Bar region menus
 * ========================================================================== */

/*
 * Use one of the following id's for granular control:
 *  - #menu-bar (menu bar region)
 *  - #primary-menu (main menu)
 *  - #secondary-menu (secondary/user menu)
 * You can target all of these with .nav or div[id$="menu-bar"]
 */
.nav {
  clear: both;
  margin: 10px 0;
}

.nav ul,
.nav ul.menu {
  margin: 0;
  padding: 0;
}

.nav li,
.nav ul.menu li {
  display: inline;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav li a,
.nav ul.menu li a {
  display: block;
  white-space: nowrap;
}

.nav li a:visited,
.nav ul.menu li a:visited {}

.nav li a:hover,
.nav li a:focus,
.nav ul.menu li a:hover,
.nav ul.menu li a:focus {}

.nav .block {
  margin-bottom: 0;
}

#menu-bar {
  margin-bottom: 20px;
  clear: both;
}

#menu-bar ul,
#menu-bar ul li {
  float: left;
  margin: 0;
  padding: 0;
}

#menu-bar ul {
  width: 100%;
  height: auto;
  border-color: #A63000;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);  border-style: solid;
  border-width: 2px;
}

#menu-bar ul,
#menu-bar ul li:hover li a {
  background: #015d2e;
}

#menu-bar ul ul {
  width: auto;
}

#menu-bar .block-menu ul.menu ul {
  display: none;
}

#menu-bar ul li {
  list-style:none;
  background-image: none;
  background-color: transparent;
}

#menu-bar ul li a {
  padding: 1px;
  text-decoration: none;
  background-image: none;
  display: block;
  font-weight: bold;
  margin: 3px 3px 1px 1px;
  border-color: #f66d35;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  border-radius: 3px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
  border-style: solid;
  border-width: 1px 1px 2px 2px;
}
 
#menu-bar ul li:hover > a,
#menu-bar ul li > a:hover,
#menu-bar ul li li:hover a,
#menu-bar ul li li a:hover {
  color: #545454;
  background: #f1f1f1;
  /* IE10 */ 
  background-image: -ms-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  /* Mozilla Firefox */ 
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  /* Opera */ 
  background-image: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(1, #f1f1f1));
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  /* Proposed W3C Markup */ 
  background-image: linear-gradient(top, #ffffff 0%, #f1f1f1 100%);
  /* IE6-9 */ 
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f1f1f1');
}

#menu-bar ul li:hover li a {
  color: #595959;
  font-weight: normal;
}

#menu-bar ul li.active a, #menu-bar ul li a.active {
  color: #333;
  background: #fff;
  text-shadow: 1px 1px 0px #fff;
}

/* =============================================================================
 *   Contextual links
 * ========================================================================== */

.contextual-links-wrapper {
  font-size: small !important;
}

ul.contextual-links {
  font-size: 0.923em;
}

.contextual-links-wrapper a {
  text-shadow: 0 0 0 !important;
}

/* =============================================================================
 *   Superfish
 * ========================================================================== */

ul.sf-menu {
  margin-bottom: 0;
}

ul.sf-menu a {
  border-left: 0;
  border-top: 0;
  text-decoration: none;
}

ul.sf-menu a:link,
ul.sf-menu a:visited {}

ul.sf-menu li {}

ul.sf-menu li:hover,
ul.sf-menu li.sfHover {
  outline: 0;
}

ul.sf-menu a {}

ul.sf-menu a:focus,
ul.sf-menu a:hover,
ul.sf-menu a:active {
  outline: 0;
}

/*
 * Superfish blocks
 */
.block-superfish {}

.block-superfish .block-inner .content {}

.block-superfish ul {
  margin: 0 !important;
  padding: 0 !important;
}

.block-superfish ul ul {}


.block-superfish ul ul ul {}

.block-superfish ul ul ul ul {}

.block-superfish li {
  margin: 0 !important;
  padding: 0 !important;
}

/*
 * Vertical style
 */
.sf-vertical {
  width: 100%;
}

.sf-vertical li {
  width: 100%;
}

.sf-vertical li.last {}

.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
}

.sf-vertical li a {
  padding: 0 10px;
}

/*
 * Navbar style
 */
.sf-navbar {
  padding-bottom: 0 !important;
}

/*
 * Sensible padding for the default style
 */
.sf-menu.sf-style-default a {
  padding: 0 10px;
}


/* =============================================================================
 *   Menus, usually blocks
 * ========================================================================== */

ul.menu {
  padding: 0;
  padding-left: 15px;
  margin: 0;
  list-style: none;
}

ul.menu ul {
  padding-left: 15px;
  margin:0 0 0 1.3em;
}

ul.menu ul ul {}

ul.menu ul ul ul {}

ul.menu li {
  margin: 0;
  list-style: none;
}

ul.menu li.collapsed,
ul.menu li.expanded,
ul.menu li.leaf {}

ul.menu li a {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 8px 0px 8px 24px;
  line-height: 120%;
  font-weight: bold;
  background: url(images/light/arrow_bullet.png) no-repeat 10px;
  text-decoration: none;
}

ul.menu li a:link,
ul.menu li a:visited {}

ul.menu li a:active,
ul.menu li a.active {}

ul.menu li a:hover,
ul.menu li a:focus {
  color:#333333;
  background: url(images/dark/arrow_bullet.png) no-repeat 10px;
}

ul.menu li.active a,
ul.menu li.active-trail a {
  
}

ul.menu li.first,
ul.menu li.last {}

ul.menu ul li a {
  border:none;
  padding: 4px 0;
  font-size:13px;
  color:#666666; background:none;
}

ul.menu ul li a:hover {
  color:#333333;
  background:none;
}

/* If li.content exists it's a problem, so reset the padding */
.block .menu li.content {
  padding: 0;
}


/* =============================================================================
 *   Book navigation menu
 * ========================================================================== */

.book-navigation {
  display: none;
}

.book-navigation .page-links {}

.book-navigation .page-previous {}

.book-navigation .page-next {}

.book-navigation .page-up {
  /* Prevent text wrapping to a new line, assumes English "up" is used (two characters) */
  min-width: 2em;
  white-space: nowrap;
}

.book-navigation .menu {
  margin-left: 0;
}

.block-book {
  padding: 4px;
  background: #ffffcc;
  border-color: #a63100 #a63100 #a63100 #a63100;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -khtml-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}


/* =============================================================================
 *   Breadcrumbs
 * ========================================================================== */

.breadcrumb {
  padding:0;
}

#breadcrumb {
  display: none;
}

#breadcrumb a {
  color: #797979;
  margin-right: 6px;
  text-shadow: none;
  text-decoration:underline;
}

#breadcrumb .sep {
  margin-right: 6px;
}

/* If the label is set to show in theme settings the label class is added */
#breadcrumb .breadcrumb-label {
  font-size: 1em;
  display: inline;
  padding-right: 10px;
}

#breadcrumb .breadcrumb-label:after {
  content: ":";
}

#breadcrumb ol {
  margin: 0;
  padding: 0;
}

#breadcrumb .with-breadcrumb-label ol {
  display: inline;
}

#breadcrumb li {
  list-style: none;
  display: inline;
}

#breadcrumb li.crumb-first {}

#breadcrumb li.crumb-last {}

#breadcrumb a {}

#breadcrumb a:link,
#breadcrumb a:visited {}

#breadcrumb a:active,
#breadcrumb a.active {}

#breadcrumb a:hover,
#breadcrumb a:focus {}


/* =============================================================================
 *   Pagers
 * ========================================================================== */

ul.pager {
  clear: both;
  margin: 0;
  text-align: center;
  font-size: 0.929em;
}

.item-list ul.pager li {
  margin: 0;
}

ul.pager li {
  background-image: none;
  display: inline;
  list-style-type: none;
  padding: .5em;
}

ul.pager li.pager-current {
  font-weight: 700;
}

.block ul.pager li {
  margin: 0;
}

/*
 * Theme the various states of pager links
 */
ul.pager li {}

ul.pager li a {}

ul.pager li a:link,
ul.pager li a:visited {}

ul.pager li a:active,
ul.pager li a.active {}

ul.pager li a:hover,
ul.pager li a:focus {}

ul.pager li.pager-item {}
ul.pager li.first {}
ul.pager li.last {}
ul.pager li.pager-current {}
ul.pager li.pager-first {}
ul.pager li.pager-previous {}
ul.pager li.pager-next {}
ul.pager li.pager-last {}


/* =============================================================================
 *   Skip Navigation
 * ========================================================================== */

#skip-link {
  left: 50%;
  margin-left: -6.5em;
  margin-top: 0;
  padding: 0 0.5em;
  position: absolute;
  width: 12em;
  z-index: 50;
}

#skip-link a {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:link,
#skip-link a:visited {
  background: #444;
  background: rgba(0,0,0,0.6);
  color: #fff;
  display: block;
  line-height: 2;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#skip-link a:hover,
#skip-link a:focus,
#skip-link a:active {
  outline: 0;
}


/* =============================================================================
 *   Tabs (local tasks)
 * ========================================================================== */

#tasks {
  margin-bottom: 15px;
}

ul.primary {
  border-bottom-color: #ccc;
  margin: 20px 0;
  padding: 0 0 0 5px;
}

ul.primary li {
  display: block;
  float: left;
  margin: 0 1px -1px;
}

ul.primary li a {
  background-color: #f5f5f5;
  border-color: #ccc;
  margin-right: 1px;
  padding: 0 10px;
  display: block;
  float: left;
  height: 1.5em;
  line-height: 1.5em;
}

ul.primary li a:hover,
ul.primary li a:focus {
  background-color: #eee;
  border-color: #ccc;
}

ul.primary li.active a,
ul.primary li.active a:hover,
ul.primary li.active a:focus {
  background-color: #fff;
  border-bottom-color: #fff;
}

ul.secondary {
  border-bottom: 1px solid #ccc;
  margin: 1em 0 0;
  padding: 0 .3em 1em;
}

ul.secondary li {
  border-right: 0;
  list-style: none;
  padding: 0 10px 0 0;
}

ul.secondary li a {}

ul.secondary li a:hover,
ul.secondary li a.active {
  border-bottom: none;
  text-decoration: underline;
}


/* =============================================================================
 *   Action links
 * ========================================================================== */

ul.action-links {
  margin: 20px 0 0;
  list-style: none;
}

ul.action-links li {}


/* =============================================================================
 *  Field Styling
 * ========================================================================== */

/*
 * Wrapper for any field
 */
.field {}

/*
 * Above and inline classes are on the field wrapper
 */
.field-label-above {}

/*
 * When labels are set to inline in field display settings the clearfix class is automatically added
 */
.field-label-inline {}

/*
 * Labels are h2 in Adaptivetheme. Use a strong selector to mitigate unwanted ineritance issues
 */
.field-label {
  font-size: 1em;
  font-weight: 700;
  font-family: inherit;
  line-height: inherit;
  margin-bottom: 0;
}


/*
 * Field types (Core)
 */

/*
 * Image fields use the <figure> and <figcaption> elements from HTML5
 */
.field-type-image {
  clear: both;
  float: right;
  margin-bottom: 12px;
  margin-left: 12px;
}

.field-type-image .caption {}

.field-type-image .full-caption {}

.field-type-image .teaser-caption {}

/*
 * Taxonomy
 */
.field-type-taxonomy-term-reference {
  /* The same bottom margin as p, blockquote, ul, ol and dl */
  margin-bottom: 1.5em;
}

.field-type-taxonomy-term-reference.field-label-inline .field-items {
  margin: 0;
  padding: 0;
}

.field-type-taxonomy-term-reference.field-label-inline .field-item {
  display: inline;
  list-style: none;
  padding: 0 10px 0 0;
}

/*
 * Text
 */
.field-type-text {}

/*
 * Long text
 */
.field-type-text-long {}

/*
 * Text with summary
 */
.field-type-text-with-summary {}

/*
 * File
 */
.field-type-file {}

/*
 * Number/Integer
 */
.field-type-number-integer {}

/*
 * Decimal
 */
.field-type-number-decimal {}

/*
 * Number float
 */
.field-type-number-float {}

/*
 * List
 */
.field-type-list-text {}

/*
 * List boolean
 */
.field-type-list-boolean {}

/*
 * List integer
 */
.field-type-list-integer {}

/*
 * List float
 */
.field-type-list-float {}

/*
 * Field types (Contrib)
 */
.field-type-datetime {}

.field-type-node-reference {}

.field-type-user-reference {}

/*
 * Named fields
 */
.field-name-body {}

.field-name-field-image {}

.field-name-field-tags {}

/*
 * Underscores in field name are replaced with dashes
 */
.field-name-field-FIELDNAME {}

/*
 * Image Alignment Theme Settings - included here so you can easily override
 */
/*
 * Float none setting
 */
.ia-n .field-type-image,
.iat-n .field-type-image {}

/*
 * Float left setting
 */
.ia-l .field-type-image figure,
.iat-l .field-type-image figure {
  margin: 5px 20px 15px 0;
}

/*
 * Centered setting
 */
.ia-c .field-type-image figure,
.iat-c .field-type-image figure {
  margin: 5px auto 15px;
}

/*
 * Float right setting
 */
.ia-r .field-type-image figure,
.iat-r .field-type-image figure {
  margin: 5px 0 15px 20px;
}

.field-type-taxonomy-term-reference .field-item {
  float: left;
  padding: 0 1em 0 0;
  white-space: nowrap;
}

/* =============================================================================
 *   Block Styling
 * ========================================================================== */

/*
 * Main wrapper for most blocks, block_system_main does not have it
 */
.block {
  margin-bottom: 10px;
}

.block ol, .block ul {
  margin: 0; padding: 0 0 0.25em 1em;
}

/*
 * Inner wrapper for most blocks, good for margin, padding and borders, block_system_main does not have it
 */
.block-inner {}

/*
 * The first block in the region
 */
.block.first {}

/*
 * The last block in the region
 */
.block.last {}

/*
 * Zebra striping for each block in the region
 */
.block.odd {}

/*
 * Zebra striping for each block in the region
 */
.block.even {}

/*
 * Block title
 */
.block-title {
  margin: 0;
}

/*
 * Block content wrapper
 */
.block-content {}

/*
 * Match item list and block menu margin and padding
 */
.block-content {}

.block-content ul,
.block-content ol {
  padding: 0 0 0 15px;
}

.block-content li {
  margin: 0;
  padding: 0;
}

/*
 * Block for the latest news items in the first category
 */
#block-aggregator-category-1 {}

/*
 * Block for the latest news items in the first feed
 */
#block-aggregator-feed-1 {}

/*
 * Blocks created with "Add block" link
 */
  #block-block-1 {}
  
  #block-block-1 img {
    border: none;
  }
  
  #block-block-5 > p {
    color: #eec;
}

#block-block-7, #block-block-8 {
  background: #ffffcc;
  border-color: #a63100 #a63100 #a63100 #a63100;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -khtml-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}


.view-display-id-block_2 {
  border-color: #a63100 #a63100 #a63100 #a63100;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -khtml-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.view-display-id-block_1 {
  background: #ffffcc;
  margin-top: 4px;
  padding: 4px;
  border-color: #a63100 #a63100 #a63100 #a63100;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.views-exposed-widgets {
  padding: 4px;
  border-color: #a63100 #a63100 #a63100 #a63100;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -khtml-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.block-follow {
  background: #ffffcc;
  padding: 4px;
  border-color: #a63100 #a63100 #a63100 #a63100;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -khtml-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

/*
 * "Recent blog posts" block
 */
#block-blog-recent {}

/*
 * "Book navigation" block for the current book's table of contents
 */
#block-book-navigation {}

/*
 * "Recent comments" block
 */
#block-comment-recent {}

/*
 * "Active forum topics" block
 */
#block-forum-active {}

/*
 * "New forum topics" block
 */
#block-forum-new {}

/*
 * Language switcher block
 */
#block-locale-language {}

/*
 * Custom menu block
 */
#block-menu-menu-NAME {}

/*
 * "Recent content" block
 */
#block-node-recent {}

/*
 * "Syndicate" block for primary RSS feed; see also page.css's .feed-icon
 */
#block-node-syndicate {}

/*
 * "Most recent poll" block
 */
#block-poll-recent {}

/*
 * "Author information" block for the profile of the page's author
 */
#block-profile-author-information {}

/*
 * "Search form" block
 */
#block-search-form {}

/*
 * "Shortcuts" block
 */
#block-shortcut-shortcuts {}

/*
 * "Popular content" block
 */
#block-statistics-popular {}

/*
 * "Main menu" block
 */
#menu-bar {}

/*
 * "Management" block for Drupal management menu
 */
#block-system-management {}

/*
 * "Navigation" block for Drupal navigation menu
 */
#block-system-navigation {}

/*
 * "User menu" block for Drupal user menu
 */
#block-system-user-menu {}

/*
 * "System help" block
 */
#block-system-help {}

/*
 * "Main page content" block
 */
#block-system-main {}

/*
 * "Powered by Drupal" block
 */
#block-system-powered-by {}

/*
 * "User login form" block
 */
#block-user-login {}

/*
 * "Who's new" block for a list of the newest users
 */
#block-user-new {}

/*
 * "Who's online" block for a list of the online users
 */
#block-user-online {}

.view-display-id-block_2 {
  background: #ffffcc;
  padding: 4px;
  border-color: #a63100 #a63100 #a63100 #a63100;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -khtml-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.view-skeeter-s-blog {
  padding: 2px;
  background: url("http://friendsofthetrees.net/sites/default/files/images/PosterBackground-web.jpg") repeat scroll 0 0 #FFFFCC;
  border: 2px solid #a63100;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
}


/* =============================================================================
 *   Node Styling
 * ========================================================================== */

.node {
  margin-bottom: 20px;
}

.node.node-promoted {}

.node.node-sticky {}

.node.node-by-viewer {}

.node.node-teaser {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}

.node.node-full {}

.node.odd {}

.node.even {}

.node-title {
  margin: 0;
  border-color: #a63100;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -khtml-border-radius: 20px;
  border-radius: 20px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.node {
  margin: 0;
}

.node .user-picture {}

.node .submitted {
  font-size: 11px;
  color: #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.node .submitted .username {}

.node .submitted time {}

.node .node-content {
  background: url("http://friendsofthetrees.net/sites/default/files/images/PosterBackground-web.jpg") repeat scroll 0 0 #ffffcc;
  padding: 4px;
  border-color: #a63100 #a63100 #a63100 #a63100;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  -khtml-border-radius: 20px 20px 20px 20px;
  border-radius: 20px 20px 20px 20px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
  border-style: solid;
  border-width: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

.node ul.links {}

.node ul.links li {}

.node ul.links li a {
  background: none;
  color: #cccccc;
}

.node ul.links li.node-read-more a {}

.node ul.links li.comment-add a {}

.node ul.links li.comment-comments a {}

.node ul.links li.comment-new-comments a {}

.node ul.links li.blog-sernames-blog a {}

.node ul.links li.print-html a {}

.node ul.links li.print-email a {}

.node ul.links li.print-pdf a {}

.preview .node {}

/*
 * All nodes are given a node-FOO class that describes the type of content that
 * it is. If you create a new content type called "my-custom-type", it will
 * receive a "node-my-custom-type" class.
 */
.node-page {}

.node-article {}

.node-book {}

.node-forum {}

.node-poll {}


/* =============================================================================
 *   Comment Styling - Comments, comment wrapper, comment form
 * ========================================================================== */
 
.comment_forbidden.first.last > span {
    color: #fff;
}

/*
 * Wrapper for the list of comments and its titles
 */
#comments {
  margin: 1.5em 0;
}

#comments h2 {}

#comments h2.comment-title {
  margin: 0;
}

#comments h2.comment-form {
  margin: 0;
}

/*
 * Wrapper for a single comment
 */
.comment {
  margin-bottom: 20px;
  display: table;
  vertical-align: top;
}

.comment.first {}

.comment.last {}

.comment.odd {}

.comment.even {}

.comment .user-picture {}

.comment .user-picture img {
  margin-left: 0;
}

.comment .comment-arrow {
  background: url(images/comment-arrow.gif) no-repeat 0 center transparent;
  border-left: 1px solid;
  border-right: 1px solid;
  height: 40px;
  margin-left: -36px;
  margin-top: 15px;
  position: absolute;
  width: 20px;
}

.comment .comment-text .comment-arrow {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

.comment .comment-text {
  padding: 0 25px 10px 35px;
  display: table-cell;
  vertical-align: top;
  position: relative;
  width: 100%;
  border-left: 1px solid #d3d7d9;
}

.comment .attribution {
  display: table-cell;
  padding: 0 35px 0 0;
  vertical-align: top;
  overflow: hidden;
}

.comment .attribution img {
  margin: 0;
  border: 1px solid #d3d7d9;
}

.comment .attribution .username { white-space: nowrap; }

.comment .content {
  font-size: 0.929em;
  line-height: 1.6;
}

.comment .indented {
  margin-left: 40px;
}

.comment .submitted {}

.comment .submitted p {
  margin: 4px 0;
  font-size: 1.071em;
  line-height: 1.2;
}

.comment .submitted .comment-time {
  font-size: 0.786em;
}

.comment .submitted .comment-permalink {
  font-size: 0.786em;
  text-transform: lowercase;
}

.comment .submitted .username {}

.comment .submitted time {}

.comment .user-signature {}

.comment ul.links {}

/*
 * Comment title
 */
.comment-title {
  margin: 0;
  margin-bottom: 1em;
}

/*
 * Comment states
 */
.comment-new {}

.comment-by-anonymous {}

.comment-by-node-author {}

.comment-by-viewer {}

.comment-title-hidden {}

.comment-with-picture {}

.comment-with-signature {}

.comment-unpublished {
  margin-right: 5px;
  padding: 5px 2px 5px 5px;
}

/*
 * Preview of the comment before submitting new or updated comment
 */
.comment-preview {}

/*
 * "New" marker for comments that are new for the current user
 */
.new {
  color: #c00;
}

/*
 * Nested comments are indented
 */

.indented {
  margin-left: 40px;
}


/* =============================================================================
 *   Forms
 * ========================================================================== */

/*
 * Wrapper for a form element (or group of form elements) and its label
 */
.form-item {
  margin-bottom: 1em;
  margin-top: 2px;
}

.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 1px solid #c00;
}

.form-item label {
  color: #000;
  padding: 2px;
  font-weight: 700;
  font-size: 0.929em;
}

.form-item label.option {}

.form-type-radio label, .form-type-checkbox label {
  margin-left: 4px;
}

.form-type-radio .description, .form-type-checkbox .description {
  margin-left: 2px;
}

.description {
  color: #000;
}

.form-actions {
  padding-top: 10px;
}


/*
 * Highlight marks and form required mark
 */
.marker,
.form-required {
  color: #c00;
}

.form-item .description {
  font-size: 0.85em;
}

.form-checkboxes .form-item,
.form-radios .form-item {}

/*
 * The submit button
 */
.form-submit {}

button, input[type=submit], input[type=reset], input[type=button] {
  /* IE10 */ 
  background-image: -ms-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  /* Mozilla Firefox */ 
  background-image: -moz-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  /* Opera */ 
  background-image: -o-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #FFFFFF), color-stop(1, #E3E3E3));
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  /* Proposed W3C Markup */ 
  background-image: linear-gradient(top, #FFFFFF 0%, #E3E3E3 100%);
  /* IE6-9 */ 
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#E3E3E3');
  border: 1px solid #dbdbdb;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  -o-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  color: #333333;
  text-shadow: 0 1px 0 white;
  font-weight:bold;
  padding: 8px 1em 9px 1em;
  margin-right: 4px;
}

button:hover, input[type=submit]:hover, input[type=reset]:hover, input[type=button]:hover {
  /* IE10 */ 
  background-image: -ms-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  /* Mozilla Firefox */ 
  background-image: -moz-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  /* Opera */ 
  background-image: -o-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  /* Webkit (Safari/Chrome 10) */ 
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #DBDBDB), color-stop(1, #F2F2F2));
  /* Webkit (Chrome 11+) */ 
  background-image: -webkit-linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  /* Proposed W3C Markup */ 
  background-image: linear-gradient(top, #DBDBDB 0%, #F2F2F2 100%);
  /* IE6-9 */ 
  filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#DBDBDB', endColorstr='#F2F2F2');
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
  -moz-box-shadow: inset 0 1px 0 0 white;
  -webkit-box-shadow: inset 0 1px 0 0 white;
  -o-box-shadow: inset 0 1px 0 0 white;
  box-shadow: inset 0 1px 0 0 white;
  cursor: pointer;
}

button.full-width, input[type=submit].full-width, input[type=reset].full-width, input[type=button].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center;
}

a.button, #main a.button  {
  text-decoration:none;
}

.button-alt,
.button,
.button.small,
.button.large,
.button.medium {
  background-image: none;
  padding: 8px 1em 9px 1em;
  margin: 0;
  display: inline-block;
  font-stretch: narrower;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;
}

.button.left {
  float: left;
}

.button.right {
  float: right;
}

.button.center,.button.middle {
  margin: 0px auto;
  text-align: center;
  display: inherit;
}

.button-alt a,.button a,.button.small a {
  font-size: .9em;
  line-height: 14px;
  text-decoration:none;
}

.button.medium a {
  font-size: 1.2em;
  line-height: 20px;
}

.button.large a {
  font-size: 1.5em;
  line-height: 24px;
}

.container-inline div,
.container-inline label {
  display: inline;
}

fieldset {
  background: #ffffff;
  border: 1px solid #cccccc;
  margin-top: 10px;
  margin-bottom: 32px;
  padding: 0 0 10px;
  position: relative;
  top: 12px; /* Offsets the negative margin of legends */
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
}

.fieldset-wrapper {
  margin-top: 25px;
}

fieldset.collapsed {
  background: transparent;
  -moz-border-radius: 0; 
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -khtml-border-radius: 0;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
  border-radius: 0;
}

fieldset legend {
  background: #dbdbdb;
  border: 1px solid #ccc;
  border-bottom: none;
  display: block;
  height: 2em;
  left: -1px;
  line-height: 2;
  padding: 0;
  position: absolute;
  text-indent: 10px;
  text-shadow: 0 1px 0 #fff;
  top: -12px;
  width: 100%;
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
}

fieldset.collapsed legend {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);}

fieldset .fieldset-wrapper {
  padding: 0 10px;
}

fieldset .fieldset-description {
  margin-top: 5px;
  margin-bottom: 1em;
  line-height: 1.4;
  font-style: italic;
}

input {
  margin: 2px 0;
  padding: 4px;
}

input, textarea {
   font-size: 0.929em;
   background-color: #ffffcc;
}

textarea {
  line-height: 1.5;
}

textarea.form-textarea, select.form-select {
  padding: 4px;
}

input.form-text, textarea.form-textarea, select.form-select {
  border: 1px solid #ccc;
  background-color: #ffffcc;
}

.password-suggestions ul li {
  margin-left: 1.2em;
}

.node-form .vertical-tabs .fieldset-wrapper {
  margin-top: 0;
}

.filter-wrapper {
  display: none;
  -moz-border-radius-topright: 0;
  -moz-border-radius-topleft: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  position: inherit;
}

.filter-wrapper label {
  width: auto;
  float: none;
}

.filter-wrapper .form-select {
  min-width: 120px;
}

.filter-help a {
  font-size: 0.857em;
  padding: 2px 20px 0;
}

.filter-wrapper .form-item label {
  margin-right: 10px;
}

.filter-wrapper .form-item {
  padding: 0 0 0.5em 0.5em;
}

.filter-guidelines {
  padding: 0 1.5em 0 0.5em;
}

#edit-actions input {
  margin-right: 0.6em;
}

/*
 * Tips for Drupal's input formats
 */
.tips {}

/*
 * Buttons used by contrib modules like Media
 */
a.button {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*
 * Password confirmation
 */
.password-parent,
.confirm-parent {
  margin: 0;
}

/* Contact Form */

.contact-form #edit-name {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
}

.contact-form #edit-mail {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
}

.contact-form #edit-subject {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
}

.contact-form #edit-message {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.contact-form .resizable-textarea .grippie {
   width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}


/* Animated throbber */

html.js input.form-autocomplete {
  background-position: 100% 4px;
}

html.js input.throbbing {
  background-position: 100% -16px;
}

/* Comment form */

.comment-form label {
  float: left;
  font-size: 0.929em;
}

.comment-form input, .comment-form .form-select {
  margin: 0;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  behavior: url(/profiles/openoutreach/themes/contrib/outreach/css/border-radius.htc);
}

.comment-form .form-type-textarea label {
  float: none;
}

.comment-form .form-item,
.comment-form .form-radios,
.comment-form .form-type-checkbox,
.comment-form .form-select {
  margin-bottom: 10px;
  overflow: hidden;
}

.comment-form .form-type-checkbox,
.comment-form .form-radios {
  margin-left: 120px;
}

.comment-form .form-type-checkbox label,
.comment-form .form-radios label {
  float: none;
  margin-top: 0;
}

.comment-form input.form-file {
  width: auto;
}

.comment-form .form-text {
  display: block;
  margin: 0;
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.comment-form .form-item .description {
  font-size: 0.786em;
  line-height: 1.2;
  margin-left: 120px;
}

#content h2.comment-form {
  margin-bottom: 0.5em;
}

.comment-form .form-textarea {
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.comment-form fieldset.filter-wrapper .fieldset-wrapper,
.comment-form .text-format-wrapper .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

.comment-form fieldset.filter-wrapper .tips {
  font-size: 0.786em;
}

#comment-body-add-more-wrapper .form-type-textarea label {
  margin-bottom: 0.4em;
}

/* =============================================================================
 *   Tables
 * ========================================================================== */

table {
  margin: 10px 0;
  padding: 0;
  width: 100%;
  border: 0;
}

table table {
  font-size: 1em;
}

table.sticky-header {
  z-index: 10;
}

table,
thead,
tbody,
tr,
th,
td {
  border: none;
}

table tr th {
  border-bottom: 1px solid white;
  border-top: 1px solid #dddddd;
  font-weight: normal;
  color: #707070;
  text-shadow: white 1px 1px 0;
  background: #dddddd url(images/gradient_small_trans.png) repeat-x 0 top;
}


table tr th, table tr th a, table tr th a:hover {
  font-weight: bold;
}

th {
  padding:5px 15px;
  border:none;
  vertical-align: top;
}

td {
  padding:15px;
  border:none;
}

table,
td,
th {}

caption,
th,
td {
  text-align: left;
}

thead tr {
  font-weight: 700;
  background-color: #e5e5e5;

}

td,
th {
  border-bottom: 0;
  margin: 0;
  padding: 5px 7px;
}

tbody {}

tbody tr {}

/*tr.odd {
* background-color: #F4F4F4;
* padding: 4px;
* border-color: #a63100 #a63100 #a63100 #a63100;
* border-style: solid;
* border-width: 2px;
* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); 
* }

* tr.info,
* tr.even,
* tr:nth-child(2n+2) {
*   background-color: #F9F9F9;
*   padding: 4px;
*   border-color: #a63100 #a63100 #a63100 #a63100;
*   border-style: solid;
*   border-width: 2px;
*   box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
* }
*/
tr.drag {}

tr.drag-previous {}

tr.odd td.active {
  background-color: #eee;
}

tr.even td.active {
  background-color: #ebebeb;
}

.lt-ie8 tr {}

.lt-ie8 tr.even,
.lt-ie8 tr.odd {}

.lt-ie8 tr.even th,
.lt-ie8 tr.even td,
.lt-ie8 tr.odd th,
.lt-ie8 tr.odd td {
}

/*
 * Forum tables
 * Core sets white-space to nowrap, which makes no sense
 */
#forum td {}

#forum td .created,
#forum td .posts,
#forum td .topics,
#forum td .last-reply,
#forum td .replies,
#forum td .pager {
  white-space: normal;
}


/* =============================================================================
 *   Messages
 * ========================================================================== */

/* Left and right margin are set by the global gutter width */
div.messages {
  margin-bottom: 10px;
  margin-top: 10px;
}

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

div.status {}

div.warning {}

tr.warning {}

div.error,
tr.error {}

.error {}

.warning {}

/*
 * Unpublished nodes
 */
.node-unpublished,
.comment-unpublished {}

.node-unpublished,
.comment-unpublished {}

.node-unpublished p.unpublished,
.comment-unpublished p.unpublished {
  color: pink;
  color: rgba(239, 170, 170, 0.4);
  font-family: Impact,"Arial Narrow",Helvetica,sans-serif;
  font-size: 75px;
  font-weight: bold;
  height: 0;
  line-height: 1.2;
  margin: 0;
  padding: 0;
  overflow: visible;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
}

/*
 * Otherwise these elements will appear below the "Unpublished" text
 */
.lt-ie8 {}

.lt-ie8 .node-unpublished > *,
.lt-ie8 .comment-unpublished > * {
  position: relative;
}


/* =============================================================================
 *    Maintenance pages
 * ========================================================================== */

.maintenance-page {
  color: #ffffcc;
  font-size: 2em;
}
.maintenance-page .container {
  padding: 40px 0;
}

.maintenance-page #site-name,
.maintenance-page #page-title {
  margin: 0;
}

.db-offline {}

.db-offline .container {
  margin: 0 auto;
  padding: 40px 0;
  width: 100%;
  max-width: 960px;
}

.db-offline div.messages {
  margin: 20px 0 0;
}

.db-offline #content {
  padding: 20px 0;
}


/* =============================================================================
 *   Misc overrides for contrib modules
 * ========================================================================== */

/*
 * Admin menu overrides
 */
#admin-menu {
  margin: 0;
  padding: 0;
}

/*
 * Devel Module
 */
.dev-query {
  background: #eee;
  padding: 30px;
}

/*
 * Styleguide module tweaks
 */
#styleguide-header {
  padding: 0 10px;
}

#styleguide-header .item-list {
  font-family: inherit;
  margin: 0 20px 20px 0;
  min-height: 260px;
  width: auto;
}

/* Other Overrides */

div.password-suggestions {
  border: 0;
}

.ui-widget-overlay {
  background: #222222;
  opacity: 0.7;
}

div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane {
  padding: 1em;
}

#forum .name {
  font-size: 1.083em;
}

#forum .description {
  font-size: 1em;
}

/* =============================================================================
 *   Misc
 * ========================================================================== */
 
 #login-message {
   color: #fff;
 }
 
 .form-item-status label {
     color: #000;
}

.form-item-status .description {
    color: #000;
}

.form-item-node label {
    color: #000;
}

.form-item-node .description {
    color: #000;
}

.form-item-comment label {
    color: #000;
}

.white-text {
  color: #eec;
}

.form-item-comment .description {
    color: #000;
}

.form-item-teasers label {
    color: #000;
}

.form-item-teasers .description {
    color: #000;
}

.form-type-checkbox label {
  color: #000;
}

#mc-embedded-subscribe-form {
  color: #000;
}

.article-embed {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* landscape small screen */

@media only screen and (min-width:321px) and (max-width:480px) {
  .article-embed {
    display: none;
  }
}

/* portrait small screen */

@media only screen and (max-width:320px) {
  .article-embed {
    display: none;
  }
}

/* Standard, large screen layout */

@media only screen and (min-width:1025px) {
  .mobile-advice {
    display: none;
  }
}

/* Tablet Landscape */

@media only screen and (min-width:769px) and (max-width:1024px) {
  .mobile-advice {
    display: none;
  }
}

/* Tablet Portrait */

@media only screen and (min-width:481px) and (max-width:768px) {
  .mobile-advice {
    display: none;
  }
}

.service-links a {
    border: medium none;
}

.view-header > p {
    margin: 0;
}

/* =============================================================================
 *   Pan
 * ========================================================================== */
 
div#viewport{
    width: 1120px;
    height: 185px;
    margin: 0;
    border: 2px solid #555;
    background-color: #ccc;
    overflow: hidden;
  }

  div.control {
    width: 80px;
    padding: 10px;
    margin: 10px; 
    float: left;
    background-color: #ddd;
    border: 1px solid #888;
    text-align: center;
    font-weight: bold;
    color: #888;
    cursor: pointer;
   }
   
     div#viewport img{ 
    max-width: 1000%;
    position: relative;
    top: -380px;
    left: -1120px;

.cart-block-summary {
  color: #ffffcc;
}

.uc-cart-empty, .cart-block-summary {
  color: #ffffcc !important;
}

.uc-order-form {
    background: #ffffcc none repeat scroll 0 0 !important;
} 