/* General page layout */

html, body{
  margin: 0;
  padding: 0;
  width: 100%;
}

body{
  background-color: #ffe894;
  background-color: #d3d3d3;
  color: #fff;
  font: 12px/170% Verdana, Arial, sans-serif;
  margin: 0;
  padding: 0;
}

#page{
	display: none;
  float: left;
  width: 100%;
}

#header, #content, #footer{
  float: left;
  width: 100%;
}

#header{
  color: #000;
  background-color: #fff;
  padding: 8px 0 10px;
}

#content{
  color: #fff;
  background: #f37736 url("../images/background_tree.png") no-repeat -20px bottom;
  border-bottom: solid 15px #fff;
  position: relative;
}

#footer{
  color: #fff;
  background-color: #ffe894;
  padding: 8px 0 10px;
}

#header-content, #content-content, #footer-content{
  float: left;
  width: 99%
}

#header-fill, #content-fill, #footer-fill{
  float: left;
  margin-left: -1%;
  overflow: hidden;
  position: relative;
  width: 1%
}

#header-left, #sidebar-left, #footer-left{
  float: left;
  height: 100%;
  position: relative;
	width: 196px;
	z-index: 10;
}

#header-center, #content-center, #footer-center{
  float: left;
  height: 100%;
  margin: 0 -210px 0 -196px;
  width: 100%;
}

#content-center{
	overflow: hidden;
  position: relative;
}

#header-squeeze, #content-squeeze, #footer-squeeze{
  margin: 0 210px 0 196px;
}

#footer-center, #footer-squeeze{
  margin: auto;
}

#content-squeeze{
  height: 100%;
  position: relative;
}

#header-right, #sidebar-right, #footer-right{
  float: left;
  height: 100%;
  position: relative;
  width: 210px;
	z-index: 10;
}

#header-right, #header-left, #footer-right, #footer-left{
  display: none; /* Allow header/footer content to flow all the way to the right */
}

#sidebar-right{
  background: #f37736 url("../images/bgtree_rt_ctr.png") repeat-y left top;
}

#content-sidebar, 
#content-wrapper{
  display: inline;
  float: left;
  position: relative;
}

#content-sidebar{
  margin: 0;
  width: 185px;
  z-index: 5;
}

#content-wrapper{
  margin: 0 0 0 -185px;
  width: 100%;
}

#content-wrapper-squeeze{
  height: 100%;
  padding: 20px 25px 0 185px;
}

#content-sidebar h1.title sIFR-replaced{
  text-align: center
}

#content-squeeze #content-wrapper-squeeze .content .content{
  padding-bottom: 2em;
}

#content-squeeze #content-wrapper-squeeze .content .title{
  color: #ffe894;
  font-weight: bold;
}

#content-bottom{
  clear: both;
  position: relative;
}

/* overrides */

.feed-icon{
  display: none;
}

#sidebar-left .block, #sidebar-right .block{
  background-color: Transparent;
  border: none;
  padding: 8px;
}

#sidebar-right .block.right-sidebar-logo-image{
  padding-top: 0;
}

p{
  margin-bottom: 0.5em;
  margin-top: 0.5em;
}

li.collapsed{
  list-style-image: url(../images/menu-collapsed.png);
}

li.expanded{
  list-style-image: url(../images/menu-expanded.png);
}

ul{
	padding-left: 40px;
}

h1, h2, h3, h4, h4{
	line-height:125%;
	margin: 10px 0;
	padding-bottom: 5px;
}

h1{ font-size: 160%; }
h2{ font-size: 125%; }
h3{ font-size: 110%; }
h4{ font-size:  100%; }

a, a:visited{
  color: #ffe894;
  font-weight: bold;
  text-decoration: none;
}

a:hover{ text-decoration: underline; }

table{
  font-size: 1em;
}

tr.odd td, tr.even td{ padding: 0.3em; }
tr.odd{ background: Transparent; }
tr.even{ background: Transparent; }

td{
  border-left: solid 2px #fff;
  border-bottom: solid 2px #fff;
}

td.first-child{
  border-left: none;
}

fieldset{ border: 1px solid #fff; }

pre{
  background-color: Transparent;
  border: 1px solid #fff;
  font-size: 12px;
  padding: 0.75em 1.5em;
}

/* class overrides */
.block-region { background-color: #999; }

.clr{ clear: both; }

ul.primary, ul.secondary{ border-bottom: 1px solid #999; }

ul.primary li a, ul.primary li a:visited{
  color: #000;
  background-color: #999;
}

ul.primary li a:hover{
  background-color: #bbb;
}

ul.primary li.active a{
  background-color: #fff;
  border-color: #bbb #bbb #999;
  border-style: solid;
  border-width: 1px;
}

ul.secondary li{ border-right:1px solid #999; }

ul.secondary li a, ul.secondary li a:visited{
  color: #000;
}

ul.secondary a:hover{
  border-bottom: 4px solid #999;
}

.node span.taxonomy{
  display: none;
}

.title{
  text-transform: lowercase;
}

.sIFR-hasFlash .title,
.sIFR-hasFlash .calendar-calendar div.title{
  font-size: 1.25em;
  font-weight: normal;
  line-height: 1.25em;
  text-transform: none;
}

.sIFR-hasFlash .sIFR-alternate{
  display: none;
}

/* admin overrides */
#views-ajax-form form, #views-ajax-title{
  background-color: #f37736;
}