body {
  background: #F0EDE5;
  font-family: Lucida Sans, Trebuchet MS, Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  color: #333;
  padding: 0 0 0 0;
  margin: 0;
  text-align: center; 
}

#skip-to-nav {
  left: -10000px;
  position: absolute;
}

h1 {
  font-size: 2.0em;
  color: #5F5E5C;
}

h2 {
  font-size: 1.3em;
  color: #5F5E5C;
}

h3 {
  font-size: 1.1em;
  color: #5F5E5C;
}

ul,ol,dl {
  margin-top: .5em;
  margin-bottom: .5em;
  padding-left:0;
}

p {
  line-height: 1.4em;
}

dt {
  color: ;
}

dd {
  margin-bottom: 1em;
  margin-left: 1em;
  border-left: 1px solid #969289;
  padding-left: 5px;
}

li {
  line-height: 150%;
  padding-bottom: 10px;
  margin-left: 0px;
}

.content ul li,
.item-list ul li
{
  list-style-type : none;
  background:url(images/bullet.gif) no-repeat top left;
  padding-left:20px;
}

.content ul.menu li,
.content #footer-text ul li,
.content .views-admin-links ul li
{
  background: none;
  padding-left: 0;
}

blockquote {
  margin-left: 3em;
  margin-right: 3em;
}

a:link,a:visited,a:active {
  color: #e75f2f;
  text-decoration: none;
}

a:hover {
  color: #b0b0b0;
  border-bottom: none;
  text-decoration: none;
}

strong {
  font-weight: bold;
  color: #000;
}

label {
  color: #333333;
  padding: 0;
  float: left;
  clear: both;
  margin: 2px 5px 4px 0;
}

input[type=text],input[type=password],textarea {
  background-color: ;
  color: #000;
  border: 1px solid #999999;
  padding: 4px;
  clear: both;
  width: 180px;
}

textarea {
  width: 95%;
}

select {
  border: 1px solid #9991440;
  clear: left;
  padding: 0 2px;
}

option {
  padding-left: 10px;
  padding-right: 10px;
}

input[type=submit] {
  /**	font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif; **/
  color: #E75F2F;
  background-color: #F0EDE5;
  padding: 3px 4px;
  /**	margin:10px 0 10px 55%; **/
  border: 1px solid #9F9C89;
  /**	width:30%; **/
}

input[type=button] {
  color: #000;
  background-color: ;
  padding: 5px 0px;
  margin: 10px 0 10px 55%;
  border: 1px solid #454545;
}

fieldset {
  
}

textarea {
  margin-left: 5px;
}

li a.active {
  color: #E75F2F;
}

table {
  border-spacing: 1;
  border-collapse: seperate;
}

tr {
  background-color: ;
}

td,th {
  border: ;
}

th {
  background: ;
}

td a {
  color: ;
}

td.active {
  background-color: transparent;
}

tfoot tr {
  background-color: ;
}

tr.odd {
  background-color: #fff;
}

tr .even {
  background-color: #fff;
}

thead th {
  padding-bottom: 8px;
  border-bottom:0px;
}

tr.even td {
  background: #F0EDE5;
}

tr.even,tr.odd {
  border-color: #ccc;
}

tr.even td,tr.odd td {
  padding: 8px;
}

/***********************************************************************/
  /* Layout 

/***********************************************************************/
#search-box-container {
  float: right;
  clear: right;
}

#search-theme-form label {
  display: none;
}

#header form {
  clear: both;
  float: right;
  padding-top: 10px;
}

input#edit-search_theme_form_keys {
  
}

#block-menu-menu-quicklinks {
  float: right;
  padding: 10px 10px 0 0;
}

#block-menu-menu-quicklinks ul {
  list-style-type: none;
}

#block-menu-menu-quicklinks ul li.leaf {
  float: left;
  list-style-type: none;
  list-style-image: none;
  padding: 0 0 0 10px;
}

#outside {
  width: 100px;
  position: absolute;
}

#page {
  padding: 0px 0 0 0;
}

#page-wrapper {
  width: 960px;
  margin: auto;
  border: 1px solid #949286;
  background: #fff;
  margin-bottom: 20px;
  text-align:left;
}

#header {
  background: #faf9f8 url("./images/head.png") no-repeat scroll 0 0;
}

#menu {
  padding: 0px 0;
}

#main-content {
  float: left;
  width: 610px;
  padding: 10px 0 0 20px;
}

#sidebar {
  float: right;
  width: 290px;
  padding: 0 20px 0 0;
  margin: 20px 0 0 0;
}

#footer {
  margin: 0 auto;
  padding: 20px 0;
}

/*  when there is no sidebar */
.no-sidebars #main-content {
  width: 920px;
}

/***********************************************************************/
  /* Header 

/***********************************************************************/
#header h1,#header h2 {
  margin: 0;
  color: #FFFFFF;
}

#header h1 {
  text-transform: uppercase;
  padding: 0px 0 0 55px;
  font-size: 2em;
}

#logo {
  margin: 1em;
  float: left;
}

#header h1 a {
  border: 0;
}

#header h2 {
  padding: 0 0 0 75px;
  font-size: 1.8em;
  font-style: italic;
}

#header a {
  text-decoration: none;
  color: #333;
}

#header a:hover {
  color: #E75F2F;
}

form#search-theme-form {
  padding: 0;
  margin: 0;
}

form#search-theme-form input#edit-search_theme_form_keys {
  margin-top: 10px;
  float: left;
}

form#search-theme-form input.search-button {
  padding: 0;
  float: left;
  margin: 10px 10px 0 4px;
}

/***********************************************************************/
  /* Menu 

/***********************************************************************/
#menu {
  clear: both;
  background: #e65e2e url(images/nav-background.gif) repeat-x top;
}

#menu ul {
  margin: 0;
  padding: 14px 0 8px 20px;
  list-style: none;
  line-height: normal;
}

#menu li {
  padding: 0px 10px 0 0px;
}

#menu a {
  text-decoration: none;
  font-size: 1.1em;
  padding: 13px 10px 10px 10px;
  color: #fff;
  margin: 0px;
  text-shadow: 0px 1px 1px #333;
}

#menu a.active,#menu li.active-trail a {
  text-decoration: none;
  background-color: #fff;
  color: #333;
  padding: 13px 10px 10px 10px;
  text-shadow: 0px 0px 0px #fff;
}

#menu a:hover {
  border: ;
  background-color: #fff;
  color: #000;
  text-shadow: 0px 0px 0px #fff;
}

/***********************************************************************/
  /* Tabs

/***********************************************************************/
#allTabs ul {
  list-style: none;
  letter-spacing: 1px;
  white-space: nowrap;
  margin: 0 0 0 0px;
  padding: 10px 0 0 0;
  vertical-align: middle;
  margin-left: 0;
}

#allTabs li a {
  float: left;
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 0 5px;
  border: none;
  background-color: transparent;
}

#allTabs li {
  float: left;
  margin: 5px 5px 5px 0px;
  border: 1px solid #5F5E5C;
  background: #5F5E5C;
  padding: 4px;
}

#allTabs li a:hover,#allTabs li a.active,#allTabs li:hover {
  background-color: #fff;
  color: #E75F2F;
  border-color: #5F5E5C;
}

#allTabs li.active {
  background: #fff;
}

#allTabs li.active a {
  color: #E75F2F;
}

#allTabs li:hover {
  background: #fff;
}

#allTabs li:hover a {
  color: #E75F2F;
}

/***********************************************************************/
  /* Search
/***********************************************************************/
#block-search-0 .content {
  padding-left: 10px;
}

/***********************************************************************/
  /* Footer
/***********************************************************************/
#footer {
  border-top: 1px solid #666;
}

#footer li {
  padding-right: 20px;
  padding-top: 6px;
}

#footer ul li.leaf,#footer ul li {
  display: inline;
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

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

#footer {
  padding: 10px;
  clear: both;
  font-size: 0.9em;
}

#footer #footer-text {
  float: left;
}

#footer .logo {
  width: 160px;
  float: right;
  margin-top: -20px;
}

#footer .logo img {
  float: right;
  padding-top: 10px;
}

#block-menu-menu-footer ul {
  width: 650px;
  padding-top: 10px;
}

#block-menu-menu-footer ul li a.active {
  color: #5F5E5C;
}

/***********************************************************************/
  /* Pager

/***********************************************************************/
.pager {
  width: 605px;
  float: right;
  background: ;
}

.pager ul {
  
}

.pager li {
  float: left;
  margin: 0;
}

.pager a.active {
  background-color: #F0EDE5;
  color: #949286;
  text-decoration: none;
  padding: 3px 7px;
}

.pager a:hover {
  background-color: #949286;
  color: #fff;
}

.pager li.pager-current {
  margin-top: 3px;
  background-color: #949286;
  color: #fff;
  padding: 3px 7px;
}

/***********************************************************************/
  /* Theme Switch Module

/***********************************************************************/
#switchtheme-switch-form {
  margin-left: 10px;
}

/***********************************************************************/
  /* Content

/***********************************************************************/
.node,.admin,.node-form,.box {
  margin-bottom: 40px;
  border-left: ;
  border-right: ;
  background-color: ;
}

.node h2,.box h2 {
  border-left: none;
  border-right: none;
  border-bottom: ;
  margin-bottom: 0;
}

.node h2 {
  clear: both;
}

.form-item {
  clear: left;
}

.content {
  overflow: hidden;
}

.node h2 a {
  text-decoration: none;
  border-bottom: none;
}

.node a,.admin a {
  font-weight: bold;
}

.node .submitted {
  padding: 0px;
  color: #666;
  font-size: 90%;
}

.node .info {
  padding: 10px 10px 0 10px;
}

.node .meta {
  line-height: normal;
  border-bottom: ;
  padding: 5px 5px 15px 10px;
}

.node .terms {
  
}

.node .links {
  padding: 10px 0 0 0;
  clear: both;
}

.preview .node {
  background-color: ;
}

.menu a {
  border: none;
}

.blockcontent {
  padding: 10px;
  color: #FFFFFF;
}

.block {
  background-color: ;
  margin: 0 auto 0px auto;
  padding: 0 0 0px 0;
}

.block h2 {
  margin: 0 0 10px 0;
  border-top: 4px solid #969289;
  padding-top: 12px;
}

#main-content .block h2 {
  border-top: 0;
}

.block form {
  padding: 10px 0;
}

.messages {
  margin-top: 10px;
  margin-bottom: 5px;
  border: 1px solid #E75F2F;
  padding: 10px 10px 10px 10px;
  background-color: #f0ede4;
}

.help {
  margin-bottom: 5px;
  border: ;
  padding: 5px 10px 10px 10px;
  background-color: ;
}

#footer-message p {
  margin: 0;
  line-height: normal;
  text-align: center;
  font-size: 8px;
}

#user-login-form .item-list li {
  list-style: none;
  margin-left: 0px;
  padding-left: 0;
}

.grippie {
  margin-left: 5px;
  background-color: ;
}

.error {
  
}

.error a {
  color: ;
}

#blocks td {
  background-color: ;
}

.tips {
  clear: left;
}

/***********************************************************************/
  /* Forum

/***********************************************************************/
#forum td {
  margin-bottom: 5px;
  border: ;
  padding: 5px 10px 10px 10px;
  background-color: ;
  color: ;
  width: 90%;
}

#forum td.icon {
  width: 25px;
}

/***********************************************************************/
  /* Generic Classes

/***********************************************************************/
.floatright {
  float: right;
}

.floatleft {
  float: left;
}

.clearright {
  clear: right;
}

.clearleft {
  clear: left;
}

.clearall {
  clear: both;
}

.centertext {
  margin-left: auto;
  margin-right: auto;
  width: 40%;
}

.contentimage {
  border: ;
  margin: 10px;
}

/** specific block css **/
#block-block-1 {
  border-top: 1px solid #b0b0b0;
  border-left: 1px solid #b0b0b0;
  border-right: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
}

/** end **/ /* home page specifics  */
.row {
  clear: both;
  background: ;
}

.top {
  border-top: 4px solid #969289;
}

.cell-inner {
  border: 0px solid #969289;
}

h2 strong,h3 strong {
  display: none;
  height: 40px;
}

.plan .cell-inner p,.build .cell-inner p,.profit .cell-inner p,.sustain .cell-inner p
  {
  line-height: 1.4em;
  margin-bottom: 0;
}

.plan a,.build a,.sustain a,.profit a {
	display: block;
	padding: 75px 10px 10px 10px;
  font-weight: normal;
  color: #333;
}

.plan {
  float: left;
  width: 304px;
  border: 1px solid #969289;
  border-right: none;
  background: url(images/plan.jpg) top right no-repeat;
  min-height: 211px;
}

.sustain {
  border: 1px solid #969289;
  border-right: none;
  background: url(images/sustain.jpg) top right no-repeat;
  min-height: 180px;
  float: left;
  border-top: none;
  border-bottom: none;
  width: 304px;
}

.build {
  float: left;
  width: 303px;
  border: 1px solid #969289;
  background: url(images/build.jpg) top right no-repeat;
  min-height: 211px;
}

.profit {
  float: left;
  width: 303px;
  border: 1px solid #969289;
  background: url(images/profit.jpg) top right no-repeat;
  border-top: none;
  border-bottom: none;
  min-height: 211px;
}

#wave {
  clear: both;
  height: 70px;
  background: url(images/wave.gif) no-repeat top left;
  margin-top: -22px;
  float: left;
  width: 610px;
}

.region {
  padding-top: 10px;
}

#blocks td {
  padding: 5px;
}

.section-admin table,form#block-admin-display-form table {
  width: 98%;
}

.home-page #sidebar #block-views-latest_blogs-block_1 {
  margin-top: -20px
}

.who-we-are #sidebar #block-views-latest_blogs-block_1 {
  border-top: none;
}

.front #block-views-latest_blogs-block_1 .view-footer {
  padding-bottom: 10px;
}

.view-latest-blogs .views-field-body p {
  margin-top: 4px;
  padding: 0;
}

.home-page .view-latest-blogs .view-footer p {
  margin: 0;
  padding: 0;
  margin-top: -10px;
}

.view-id-all_blogs  .views-row-last {
  border-bottom: none;
}

.section-blogs .views-field-picture {
  padding-right: 20px;
}

body.front h1 {
  display: none;
}

.block .views-row-odd,.block .views-row-even {
  line-height: 150%;
  clear: both;
  padding-bottom: 12px;
}

#personas li {
  background: none;
}

#designthemes p {
  color: rgb(231, 95, 47);
  font-size: 110%;
}

#personas li img {
  padding: 0 10px 0 0;
  margin-left: 0;
  display: block;
}

#block-views-case_studies-block_2 .views-field-title {
  font-weight: bold;
  padding-bottom: 8px;
  width: 300px;
}

#block-views-case_studies-block_2 .field-content a {
  padding-bottom: 5px;
}

/* Admin Settings pages  */
.form-item .description {
  clear: both;
  color: #9F9C89;
}

table#taxonomy {
  width: 100%;
}

.section-admin #main-content,.create-content #main-content,.create-page #main-content,.create-blog #main-content,.create-case-study #main-content
  {
  float: left;
  width: 740px;
  padding: 0 0 0 20px;
}

.section-admin #sidebar,.create-content #sidebar,.create-page #sidebar,.create-blog #sidebar,.create-case-study #sidebar
  {
  float: right;
  width: 160px;
  padding: 20px 20px 0 0;
  margin: 0;
}

form#views-ui-edit-view-form {
  padding-top: 20px;
}

.views-field-created {
  color: #666;
}

.groups .links {
  display: block;
}

table.views-table {
  width: 100%;
}

body#tinymce {
  background: #fff;
    text-align: left; 
}

.wysiwyg-toggle-wrapper {
  padding: 10px 0;
}

/*  Comments  */
li.comment_add {
  margin-left: 0;
}

#comments {

}

.comment-detail {
  margin-left:95px;
  }

.comment .picture {
  float:left;
  }

.comment {
  padding: 10px 10px 10px 10px;
  border: 1px solid #969289;
   margin-bottom: 20px;
}

#comments .indented {
  margin-left: 0;
}

.comment span.submitted {
  font-size: 85%;
  margin-top:6px;
}

#comments .box {
  padding: 0px;
  border-top: 1px solid #969289;
  margin-top: 20px;
}

#comments .odd {
  background: #f5f3ee;
}

#comments h3 {
  margin: 0;
  padding-bottom: 6px;
  border-bottom: 1px solid #969289;
}

#comments ul.links {
  font-size: 90%;
  padding: 0;
  margin-left: 0;
}

#comments .links ul.links li {
  padding-left: 0;
  margin-left: 0;
  padding-right: 16px;
}

.new {
  color: #E75F2F;
  font-weight:bold;
  float:right;
}

form#comment-form textarea#edit-comment,form#comment-form .grippie {
  margin-left: 0;
}


#comments h3 {
  border-bottom: 1px solid #969289;
  margin-bottom: 6px;
  margin-top: 0;
  padding: 0 0 6px 0;
}

ul.links li {
  padding-left: 0;
  padding-right: 0.5em;
}

.comment .links a {
  font-weight: bold;
}

.comment .info {
  margin: 0;
}

.comment p {
  margin-top: .5em;
}

.comment .content {
  margin-top:10px;
  }
  
  .node-type-forum .comment span.submitted {
  padding-left:0;
  }
  
  .node-type-forum .comment .content {
  padding-left:0px;
  }
  
/* comment reply page */

.page-comment form#comment-form {
  
  }

/** Rollover edit links for blocks
----------------------------*/
div.block {
  position: relative;
}

div.block div.edit {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 40;
  border: 0px solid #5F5E5C;
  font-size: 11px;
  background-color: #F0EDE5;
  font-size: 11px;
}

div.block div.edit a {
  color: #E75F2F;
  margin: 0 8px;
}

#header div.block div.edit a {
  color: #000;
}

#header div.block div.edit a:hover {
  color: #E0592A;
}

div.block:hover div.edit {
  display: block;
}

.edit a {
  border-left: 0px solid #000;
}

.view-case-studies ul {
  padding-left: 0;
}

.view-case-studies .item-list ul li {
  list-style-type: none;
  margin-left: 0;
  clear: both;
  padding-top: 10px;
}

.view-case-studies .views-field-field-image-fid {
  width: 200px;
  float: left;
}

.view-case-studies .views-field-title {
  float: left;
  width: 400px;
}

.view-case-studies .views-field-body {
  float: left;
  width: 400px;
}

.type-case_study img.imagecache-body-image {
  float: right;
}

form#views-exposed-form-og-page {
  display: none;
}

.profile dl.user-member .item-list {
  clear: both;
}

#block-block-11 .block,#block-block-12 .block {
  padding-bottom: 0;
}

p.all-blogs                              , p.case-studies {
  line-height: 100%;
  margin-bottom: 0;
}

p.all-blogs a,p.case-studies a {
  height: 40px;
  display: block;
  text-align: left;
  width: 280px;
}

p.all-blogs a strong,p.case-studies a strong {
  display: none;
}

p.all-blogs a {
  background: url(images/all-blogs.jpg) no-repeat left top;
}

p.case-studies a {
  background: url(images/case-studies.jpg) no-repeat left top;
}

.block-user {
  background: #F0EDE5;
  padding: 10px;
}

.block-user h2 {
  border-top: 0;
  padding-top: 0px;
}

/* blogger / editor panels */
#block-block-13,#block-block-14 {
  background: #F0EDE5;
  padding: 10px;
  border: 1px solid #969289;
  margin-bottom: 20px;
  font-size: 90%;
}

#block-block-13 h2,#block-block-14 h2 {
  border-top: none;
  padding-top: 0;
}

/*
fieldset { 
  background: #F0EDE5;
}

fieldset.collapsed {
  border: 1px solid #969289;
  background: transparent;
}

fieldset legend {
  background: #fff;
  padding: 3px;
  padding-right: 8px;
  border: 1px solid #969289;
  margin-left: -8px;
}
*/
div.error,tr.error {
  background: #fcc47b;
  border: 1px solid #949286;
  color: #333;
  padding: 6px;
}

div.messages strong {
  color: #333;
}

h2.planning {
  width: 160px;
  float: left;
  padding: 0;
  margin: 0;
  height: 80px;
  background: url(images/planning.gif) no-repeat bottom;
}

h2.building {
  clear: both;
  width: 160px;
  float: left;
  padding: 0;
  margin: 0;
  height: 100px;
  background: url(images/building.gif) no-repeat bottom;
}

h2.sustaining {
  clear: both;
  width: 160px;
  float: left;
  padding: 0;
  margin: 0;
  height: 120px;
  background: url(images/sustaining.gif) no-repeat bottom;
}

h2.harvesting {
  clear: both;
  width: 160px;
  float: left;
  padding: 0;
  margin: 0;
  height: 120px;
  background: url(images/harvesting.gif) no-repeat bottom;
}

.depth {
  clear: both;
  width: 160px;
  float: left;
  padding: 0;
  margin: 0;
  padding-bottom: 20px;
}

.push {
  margin-left: 180px;
  margin: 0;
}

.row-what {
  clear: both;
  margin: 20px 0;
  padding-top: 20px;
  border-top: 1px solid #969289;
}

.top-row {
  clear: both;
  padding-top: 30px;
  border-top: none;
}

ul.links .addthis img {
  margin-left: -10px;
}

ul.links li.comment_forbidden {
  margin-left: 0;
  padding-left: 0;
}

/* Contact page layout */
form#contact-mail-page label {
  text-align: right;
  width: 148px;
}

form#contact-mail-page .resizable-textarea {
  float: left;
  width: 400px;
}

form#contact-mail-page .resizable-textarea textarea,form#contact-mail-page .resizable-textarea .grippie
  {
  margin-left: 0;
}

form#contact-mail-page #edit-copy-wrapper {
  margin-left: 0px;
  padding-top: 10px;
}

form#contact-mail-page #edit-copy-wrapper label {
  width: 300px;
}

form#contact-mail-page  input#edit-submit {
  margin-left: 154px;
  margin-top: 16px;
  clear: both;
}

form#contact-mail-page #edit-name-wrapper input,form#contact-mail-page #edit-mail-wrapper input
  {
  width: 320px;
}

form#contact-mail-page #edit-subject-wrapper input {
  width: 400px;
}

form#contact-mail-page #edit-name-wrapper {
  margin-top: 18px;
}

/* Sign up page layout */
form#user-register label {
  text-align: right;
  width: 148px;
}

form#user-register .form-checkboxes label {
width:200px;
}

form#user-register #edit-legal-accept-wrapper label {
width:200px;
}

form#user-register #edit-legal-accept-wrapper input {
margin-top: -4px;
}


form#user-register .description {
  margin-left: 152px;
}

fieldset {
  border: 1px solid #bcb9af;
}

form#user-register input#edit-submit {
  margin-left: 164px;
  margin-top: 16px;
}

/* Sign in form layout */
form#user-login label {
  text-align: right;
  width: 80px;
}

form#user-login .description {
  margin-left: 84px;
}

form#user-login input#edit-submit {
  margin-left: 22px;
}

#edit-remember-me-wrapper label.option {
  width: 190px;
}

/* forgotton password */
form#user-pass input#edit-name {
  width: 360px;
}

form#user-pass input#edit-submit {
  clear: both;
  margin-left: 197px;
}



.profile h3 {
  border: none;
}

/* Twitter */
#twitter_div {
  font-size: 90%;
  margin: 0;
  padding: 0;
}

#twitter_div ul {
  padding: 0;
  margin: 0;
}

#twitter_div h2 {
  background: url(images/twitter.gif) no-repeat top left;
  text-indent: -2000px;
  height: 30px;
  border-top: none;
}

#twitter_div li {
  background: none;
  padding-left: 0;
  margin-left: 0;
}

a.opml-icon {
  display: none;
}

#google_map {
  width: 610px;
  height: 300px;
  border: 1px solid #969289;
  font-size: 90%;
}

.google_location_icon h2 {
  border-top: 0;
  padding-top: 0;
}

.block-sift_siftgroups_general_module {
  padding-top: 20px;
}

#sidebar h3 {
  padding: 0;
  margin: 0;
}

#block-block-30 ul {
  padding: 0;
  margin: 10px 0 0 0;
}

#block-block-30 ul li {
  padding: 0;
  margin: 0;
  background: 0;
}

#block-block-30 address {
  font-style: normal;
}

a.what-are-these {
  font-size: 90%;
}

.content ul.inline li {
  background: none;
}

.page-blogs .views-row {
  padding-bottom: 16px;
}

.view-all-blogs img {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

.section-blogs .views-field-title,.section-blogs .views-field-created,.section-blogs .views-field-body
  {
  
}

.page-blogs .views-field-title {
  font-size: 130%;
  font-weight: bold;
}

.page-blogs .main-content .content {
  margin-top: 30px;
}

.page-blogs ul,.page-blogs ol {
  margin-left: 0;
}

.page-blogs .views-field-body {
  line-height: 150%;
}

/* webform layouts */
form.webform-client-form .webform-component-textfield,
form.webform-client-form .webform-component-textarea,
form.webform-client-form .webform-component-select,
form.webform-client-form .webform-component-email,
form.webform-client-form .webform-component-date {
  padding:2px 0;
  clear:both;
}

form.webform-client-form label{
	float:none;
}

form.webform-client-form .form-item {
	margin-top:0;
	margin-bottom:.5em;
}

form.webform-client-form  input{
	padding:8px;
	font-size:120%;
}

form.webform-client-form  .webform-component-select select{
	padding:0;
	font-size:120%;
}

form.webform-client-form .webform-component-textfield input, 
form.webform-client-form .webform-component-email input {
	width:25em;
}

form.webform-client-form .webform-component-select select {
	width:30em;
	padding:0px;
}


form.webform-client-form fieldset {
	padding:20px;
	border:1px solid #999999;
	background:#fff;
}


form.webform-client-form fieldset.collapsed {
	background:none;
}



form.webform-client-form fieldset legend{
	background:#fff;
	padding:4px 10px;
	border:1px solid #999;
	font-size:130%;
}

form.webform-client-form input:focus {
	background:#fffbce;
}


.boxout {
  width: 200px;
  float: right;
  background: #F0EDE5 url(images/box-out-bottom.gif) no-repeat bottom;
  margin: 0 10px 10px 10px;
  padding: 8px 10px 20px 10px;
  font-size: 90%;
  border-top: 1px solid #969289;
}

.boxout ul,
{
  margin: 8px 0;
  padding-left: 0px;
}

.boxout li
{
  margin: 0;
  padding: 3px 0 3px 14px;
  list-style-type: none;
  background: url(images/boxout-bullet.gif) no-repeat left top;
  clear: both;
}

li.no-bullets {
  background: none;
  padding-left: 0;
}

li.no-bullets img {
  padding-right: 8px;
}

.boxout h3 {
  margin: 6px 0;
  padding: 0;
}

.image-in-text {
  border: 1px solid #949286;
  margin: 0 8px 0 8px;
}

.tiny {
  font-size: 70%;
}

.small {
  font-size: 90%;
}

.medium {
  font-size: 110%;
}

.large {
  font-size: 140%;
}

.huge {
  font-size: 160%;
}

/* tags */
.node .tags {
  background: url(images/tag.jpg) no-repeat;
  margin-top: 20px;
  padding: 16px 0 16px 70px;
  border-top: 2px solid #F0EDE5;
  border-bottom: 2px solid #F0EDE5;
  clear: both;
  margin-top: 10px;
}

.terms-inline {
  display: block;
}

.view-taxonomy-term .views-row {
  padding-top: 0px;
}

/* terms block - sidebar */
.view-tags .views-row {
  float: left;
  padding-right: 14px;
  padding-bottom: 6px;
}

.block .view-tags .views-row-odd,.block .view-tags .views-row-even {
  clear: none;
}

/* slideshow - homepage */


.views-field-field-slideshow-image-fid {
  float:left;
  margin-right:16px;
}

.view-homepage-slideshow .pager-item a {
  padding:2px 6px 2px 6px ;
  background:#F0EDE5;
  margin-bottom:10px;
  }

.view-homepage-slideshow .views_slideshow_singleframe_pager.numbered a.activeSlide  {
  background: #E75F2F;
  color: #fff;
  text-decoration: none;
}

.views_slideshow_singleframe_pager {
  float:right;
  padding-bottom:10px;
  }

/* profile */

.profile h3 {
  border-top:4px solid #949286;
  padding-top:10px;
  }

.profile dd {
  margin-left:20px;
  }
  
.profile .picture {
  float:right;
  padding-top:30px;
  }


/*  xmas
body {
  background: #333 url(images/page-back-xmas.gif) repeat;
}

#menu {
  background: #e65e2e url(images/nav-background-xmas.gif) repeat-x top;
}
  */
#block-views-Advent-block_1 {
  color: #fff;
  /*margin-top:-50px;*/
}

#block-views-Advent-block_1 .views-row {
  clear: both;
  margin-top: 10px;
  overflow: hidden;
}

#block-views-Advent-block_1 .views-row-last {
  border-bottom: none;
}

#block-views-Advent-block_1 .views-field-title {
  float: left;
  width: 200px;
  margin-left: 10px;
  margin-top: 6px;
  padding-bottom: 4px;
}

#block-views-Advent-block_1 a {
  color: #333;
}

#block-views-Advent-block_1 a:hover {
  color: #E75F2F;
}

#block-views-Advent-block_1.block ul {
  padding-bottom: 0;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 90px;
  background: url(images/title-xmas.png) top right no-repeat;
}

#block-views-Advent-block_1 .item-list ul li {
  list-style-type: none;
  background: none;
  padding: 0 0 4px 0;
  margin: 0px 0 0px;
  background: #DBD6CA url(images/page-back-xmas-small.gif) bottom right
    no-repeat;
  padding-left: 10px;
  border-bottom: 1px solid #fff;
}

#block-views-Advent-block_1 .item-list ul li:hover {
  background: #DBD6CA url(images/page-curl.png) bottom right no-repeat;
}

#block-views-Advent-block_1 .views-field-field-advent-date-value {
  width: 26px;
  background: #fff;
  float: left;
  font-size: 150%;
  text-align: center;
  padding: 10px 8px;
  margin: 10px 0 6px;
  border: 1px solid #333;
  border-top: 4px solid #333;
}

#block-views-Advent-block_1 .views-field-field-advent-date-value a {
  color: #333;
}

#block-views-Advent-block_1 .views-field-field-advent-date-value a:hover
  {
  color: #E75F2F;
}

#block-views-Advent-block_1 h2 {
  text-indent: -5000px;
  border-top: none;
}

/* advent view */
.not-front .view-Advent .views-row {
  clear: both;
  margin-top: 10px;
  overflow: hidden;
  padding-top: 3px;
}

.not-front .view-Advent .views-field-field-advent-date-value {
  width: 70px;
  height: 40px;
  background: #fff url(images/snowflake.png) no-repeat top left;
  float: left;
  font-size: 300%;
  text-align: center;
  padding: 20px 8px 13px;
  margin: 0px 10px 6px 0;
  border: 1px solid #333;
  border-top: 10px solid #333;
  color: #333;
}

.not-front .view-Advent .views-field-title {
  line-height: 130%;
  margin-left: 10px;
  margin-top: 0px;
  margin-bottom: 16px;
  padding-bottom: 4px;
  padding-right: 60px;
  font-size: 200%;
  color: #333;
}

.not-front .view-Advent .views-field-body {
  margin-left: 96px;
}

.not-front .view-Advent ul {
  padding-bottom: 0;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 94px;
  background: url(images/title-xmas-wide.png) top right no-repeat;
}

.not-front .view-Advent .item-list ul li {
  list-style-type: none;
  background: none;
  padding: 10px;
  margin: 10px 0;
  background: ;
  padding-left: 10px;
  border: 2px solid #DBD6CA;
}

.not-front .view-Advent .item-list ul li.views-row-first {
  margin-bottom: 10px;
  margin-top: 4px;
}

.not-front .view-Advent .item-list ul li.views-row-1,.not-front .view-Advent .item-list ul li.views-row-7,.not-front .view-Advent .item-list ul li.views-row-10,.not-front .view-Advent .item-list ul li.views-row-14,.not-front .view-Advent .item-list ul li.views-row-17,.not-front .view-Advent .item-list ul li.views-row-21
  {
  background: url(images/xmas-hat.png) top right no-repeat;
}

.not-front .view-Advent .item-list ul li.views-row-2,.not-front .view-Advent .item-list ul li.views-row-6,.not-front .view-Advent .item-list ul li.views-row-15,.not-front .view-Advent .item-list ul li.views-row-18,.not-front .view-Advent .item-list ul li.views-row-23
  {
  background: url(images/xmas-socks.png) top right no-repeat;
}

.not-front .view-Advent .item-list ul li.views-row-3,.not-front .view-Advent .item-list ul li.views-row-9,.not-front .view-Advent .item-list ul li.views-row-13,.not-front .view-Advent .item-list ul li.views-row-22
  {
  background: url(images/xmas-coat.png) top right no-repeat;
}

.not-front .view-Advent .item-list ul li.views-row-4,.not-front .view-Advent .item-list ul li.views-row-8,.not-front .view-Advent .item-list ul li.views-row-12,.not-front .view-Advent .item-list ul li.views-row-19
  {
  background: url(images/xmas-trousers.png) top right no-repeat;
}

.not-front .view-Advent .item-list ul li.views-row-5,.not-front .view-Advent .item-list ul li.views-row-11,.not-front .view-Advent .item-list ul li.views-row-16,.not-front .view-Advent .item-list ul li.views-row-20,.not-front .view-Advent .item-list ul li.views-row-24
  {
  background: url(images/xmas-socks.png) top right no-repeat;
}

.breadcrumb {
  margin : 1em 20px 0 20px;
  padding : 0;
}

#block-views-all_blogs-block_1 {
  margin-top: -40px;
}


.content .a-z-list-wrapper {
  border-bottom:1px solid #AAA;
  padding-bottom:10px;
}

.content .a-z-list {
  display:block;
  margin:0 0 0 2px;
  padding:0;
}

.content .a-z-list li {
  display:inline;
  background:none;
  padding:0;
  margin:0 9px 0 0;
  font-size:1.2em;
}
