/*

  Theme Name: Minimum Child Theme

  Theme URI: http://www.studiopress.com/themes/minimum

  Description: Minimum is a stunning execution of "less is more", which allows you to express everything you're about, with very little effort.

  Author: StudioPress

  Author URI: http://www.studiopress.com/



  Version: 1.0.1

  

  Tags: black, custom-background, custom-header, custom-menu, featured-images, fixed-width, gray, left-sidebar, one-column, right-sidebar, sticky-post, theme-options, threaded-comments, three-columns, translation-ready, two-columns, white

  

  Template: genesis

  Template Version: 1.7.1



  License: GNU General Public License v2.0

  License URI: http://www.opensource.org/licenses/gpl-license.php

*/



/* Table of Contents



* Import Fonts

* Defaults

* Hyperlinks

* Body

* Wrap

* Header

* Image Header - Partial Width

* Image Header - Full Width

* Navigation Constants

* Header Right Navigation

* Primary Navigation

* Primary Navigation Extras

* Secondary Navigation

* Welcome

* Featured

* Portfolio

* Inner

* Breadcrumb

* Taxonomy Description

* Content-Sidebar Wrap

* Content

* Column Classes

* Headlines

* Unordered / Ordered Lists

* Post Info

* Post Meta

* Author Box

* Archive Page

* Post Icons

* Images

* Post Navigation

* Primary / Secondary Sidebars

* Dropdowns

* Featured Page / Post

* User Profile

* Buttons

* Search Form

* eNews & Updates Widget

* Calendar Widget

* Footer Widgets

* Footer

* Comments

* Gravity Forms

*/










/* Import Fonts

------------------------------------------------------------ */


/* 
@import url(http://fonts.googleapis.com/css?family=Droid+Serif);

@import url(http://fonts.googleapis.com/css?family=Oswald);

 */



/* Defaults

------------------------------------------------------------ */



body,

h1,

h2,

h2 a,

h2 a:visited,

h3,

h4,

h5,

h6,

p,

input,

select,

textarea {

  color: #555;

  font-family:'Trebuchet MS',Arial,Verdana,sans-serif;

  font-size: 14px;

  font-weight: normal;

  line-height: 22px;

  margin: 0;

  padding: 0;

  text-decoration: none;

}



select,

textarea,

.sticky,

.taxonomy-description {

  background-color: #f5f5f5;

  border: 1px solid #ddd;

}



li,

ol,

ul {

  list-style-type: none;

  margin: 0;

  padding: 0;

}



ol li {

  list-style-type: decimal;

}





/* Hyperlinks

------------------------------------------------------------ */



a,

a:visited {

  color: #95bf67;

  text-decoration: none;

}



a:hover {

  text-decoration: none;

}



a img {

  border: none;

}





/* Body

------------------------------------------------------------ */



body {

  background: url(images/body-bg.gif) repeat-x top;

}





/* Wrap

------------------------------------------------------------ */



#wrap {


  margin: 0 auto;

  overflow: hidden;

  padding: 0 10px;

  width: 960px;

}





/* Header

------------------------------------------------------------ */


#header {

  border-bottom: 0px double #eee;

  min-height: 100px;

  margin: 0 auto;

  overflow: hidden;

  width: 960px;
  margin-top:60px;
  margin-bottom:10px;


}



.page-template-pagelanding-php #header {

  margin: 20px auto 0;

}



#title-area {

  float: left;

  overflow: hidden;

  padding: 15px 0 0 0;

  width: 400px;

}

  

#title {

  font-family:Arial, Helvetica, sans-serif;

  font-size: 48px;

  line-height: 48px;

  margin: 0 0 5px;

  text-transform: uppercase;

}



.header-full-width #title {

  text-align: center;

}



#title a,

#title a:hover {

  color: #444;

  text-align: center;

  text-decoration: none;

}



.header-full-width #description {

  text-align: center;

}



#header .widget-area {
  float: right;
  width: 250px;
  padding-right: 30px;
  position: relative;
  top: 25px;
  font-size: 12px;
}

#header .widgettitle {
  background-color: transparent;
}

#header h4 {font-size: 12px; color: #555;font-weight: bold;margin: 0; line-height: .9em;}

#header .widget-area li {
  list-style: none;
}

#header .widget-area ul {margin: 0;}

#header .widget-area p {line-height: .9em; font-size: 12px;
}

#header .widget-area h4 {padding: 0 0 5px;}

.speaking {padding-top: 3px;}

/* Image Header - Partial Width

------------------------------------------------------------ */

.headertxt { width:240px; position:relative; left:260px; top:20px; font-size:10px; }
.borderbottom { border-bottom:#999 1px solid; padding-bottom:20px; padding-top:10px;}
.borderbottom h3 { text-transform:uppercase; color:#000; font-size:16px; font-weight:bold;}
.noborderbottom { border-bottom:#999 0px solid; padding-bottom:20px; padding-top:10px; }
.noborderbottom h3 { text-transform:uppercase; color:#000; font-size:16px; font-weight:bold;}

.header-image #title-area,

.header-image #title,

.header-image #title a {

  display: block;

  float: left;

  height: 100px;

  overflow: hidden;

  padding: 0;

  text-indent: -9999px;

  width: 400px;

}



.header-image #description {

  display: block;

  overflow: hidden;

}





/* Image Header - Full Width

------------------------------------------------------------ */



.header-full-width #title-area,

.header-full-width #title,

.header-full-width #title a {

  width: 920px;

}





/* Navigation Constants

------------------------------------------------------------ */



li:hover ul ul,

li.sfHover ul ul {

  left: -9999px;

}



li:hover,

li.sfHover { 

  position: static;

}





/* Header Right Navigation

------------------------------------------------------------ */



#header ul.nav,

#header ul.menu {

  float: right;

  padding: 30px 0 0 0;

}



#header ul.nav ul,

#header ul.menu ul {

  float: right;

  margin: 0;

  padding: 0;

  width: 100%;

}



#header ul.nav li,

#header ul.menu li {

  float: left;

  list-style-type: none;

  text-transform: uppercase;

}



#header ul.nav li a,

#header ul.menu li a {

  color: #444;

  display: block;

  font-family: 'Trebuchet MS',Arial,Verdana,sans-serif;

  font-size: 12px;

  padding: 7px 10px 5px;

  position: relative;

  text-decoration: none;

}



#header ul.nav li a:hover,

#header ul.nav li a:active,

#header ul.nav .current_page_item a,

#header ul.nav .current-cat a,

#header ul.nav .current-menu-item a,

#header ul.menu li a:hover,

#header ul.menu li a:active,

#header ul.menu .current_page_item a,

#header ul.menu .current-cat a,

#header ul.menu .current-menu-item a {

  color: #54af23;

}



#header ul.nav li a .sf-sub-indicator,

#header ul.menu li a .sf-sub-indicator {

  display: block;

  overflow: hidden;

  position: absolute;

  text-indent: -9999px;

}



#header ul.nav li li a,

#header ul.nav li li a:link,

#header ul.nav li li a:visited,

#header ul.menu li li a,

#header ul.menu li li a:link,

#header ul.menu li li a:visited {

  background-color: #fff;

  border: 1px solid #eee;

  border-top-width: 0;

  color: #444;

  font-size: 11px;

  padding: 6px 10px 4px;

  position: relative;

  text-transform: none;

  width: 138px;

}



#header ul.nav li li a:hover,

#header ul.nav li li a:active,

#header ul.menu li li a:hover,

#header ul.menu li li a:active {

  color: #54af23;

}



#header ul.nav li ul,

#header ul.menu li ul {

  height: auto;

  left: -9999px;

  position: absolute;

  width: 160px;

  z-index: 9999;

}



#header ul.nav li ul a,

#header ul.menu li ul a { 

  width: 140px;

}



#header ul.nav li ul ul,

#header ul.menu li ul ul {

  margin: -33px 0 0 159px;

}



#header ul.nav li:hover>ul,

#header ul.nav li.sfHover ul,

#header ul.menu li:hover>ul,

#header ul.menu li.sfHover ul {

  left: auto;

}





/* Primary Navigation

------------------------------------------------------------ */



#nav {
  border-bottom: 0px double #eee;
  background-color:#454545;
  clear: both;
  color:#FFF;
  font-family: 'Trebuchet MS',Arial,Verdana,sans-serif;
  width:100%;
  font-size: 12px;
  overflow: hidden;
}

#nav wrap { position:relative;
  margin:auto;
  width: 960px;
}


#nav ul {
  position:relative;
  margin:auto;
  width: 960px;

}



#nav li {

  float: left;

  list-style-type: none;

}



#nav li a {

  color: #fff;

  display: block;

  padding: 10px 10px 10px 10px;

  border-right:#FFF 1px solid;
  

  position: relative;

  text-decoration: none;

  text-transform:capitalize;

}



#nav li a:hover,

#nav li a:active,

#nav .current_page_item a,

#nav .current-cat a,

#nav .current-menu-item a {

  color: #95bf67;

}



#nav li a .sf-sub-indicator {

  display: block;

  overflow: hidden;

  position: absolute;

  text-indent: -9999px;

}



#nav li li a,

#nav li li a:link,

#nav li li a:visited {

  background-color: #fff;

  border: 1px solid #eee;

  border-top-width: 0;

  color: #444;

  font-size: 11px;

  padding: 6px 10px 4px;

  position: relative;

  text-transform: none;

  width: 138px;

}



#nav li li a:hover,

#nav li li a:active {

  color: #fff;

}



#nav li ul {

  height: auto;

  left: -9999px;

  position: absolute;

  width: 160px;

  z-index: 9999;

}



#nav li ul a { 

  width: 140px;

}



#nav li ul ul {

  margin: -33px 0 0 159px;

}



#nav li:hover>ul,

#nav li.sfHover ul {

  left: auto;

}





/* Primary Navigation Extras

------------------------------------------------------------ */



#nav li.right {

  float: right;

  padding: 10px 10px 8px;

  text-transform: uppercase;

}



#nav li.right a {

  background: none;

  border: none;

  color: #444;

  display: inline;

  text-decoration: none;

}



#nav li.right a:hover {

  color: #54af23;

  text-decoration: none;

}



#nav li.search {

  padding: 0 10px;

}



#nav li.rss a {

  background: url(images/rss.png) no-repeat center left;

  margin: 0 0 0 10px;

  padding: 0 0 0 16px;

}



#nav li.twitter a {

  background: url(images/twitter-nav.png) no-repeat center left;

  padding: 0 0 0 20px;

}





/* Secondary Navigation

------------------------------------------------------------ */

#pagenav li.email a  { margin-left: 25px; background-image:url(../images/header_icons_Email.png); background-repeat:no-repeat; width:31px; height:30px;padding-right:10px;}
#pagenav li.email a:hover  {background-image:url(../images/header_icons_Email_color.png); background-repeat:no-repeat; width:31px; height:30px;padding-right:10px;}


#subnav {
  clear: both;

  color: #444;

  font-family: 'Trebuchet MS',Arial,Verdana,sans-serif;

  font-size: 12px;

  margin: 0 auto;

  overflow: hidden;

  width: 980px;

  float:left;
}



#subnav ul {

  float: left;
  width: 925px;
  background-color:#d1d3d0;
  border-left:#ecedec 5px solid;
  border-right:#ecedec 5px solid;
  border-top:#ecedec 5px solid;
  padding:10px 15px 0 20px;
}



#subnav li {

  float: left;

  list-style-type: none;

}



#subnav li a {

  color: #444;

  display: block;
  padding-top:5px;

  position: relative;

  text-decoration: none;

  text-transform:capitalize;
  text-align:center;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 75%, #d6d6d6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(75%,#ffffff), color-stop(100%,#d6d6d6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 75%,#d6d6d6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#ffffff 75%,#d6d6d6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#ffffff 75%,#d6d6d6 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 75%,#d6d6d6 100%); /* W3C */

  width:103px;
  margin-right: 6px;
  height:27px;
  border: 1px solid #a6a3a3;
  border-radius: 9px;
}



#subnav li a:hover,

#subnav li a:active,

#subnav .current_page_item a,

#subnav .current-cat a,

#subnav .current-menu-item a {

  color: #444;
  background: #95bf67; /* Old browsers */
  background: -moz-linear-gradient(top,  #95bf67 0%, #95bf67 75%, #7a9c54 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#95bf67), color-stop(75%,#95bf67), color-stop(100%,#7a9c54)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #95bf67 0%,#95bf67 75%,#7a9c54 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #95bf67 0%,#95bf67 75%,#7a9c54 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #95bf67 0%,#95bf67 75%,#7a9c54 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #95bf67 0%,#95bf67 75%,#7a9c54 100%); /* W3C */
  width:103px;
  height:27px;

}



#subnav li a .sf-sub-indicator {

  display: block;

  overflow: hidden;

  position: absolute;

  text-indent: -9999px;

}



#subnav li li a,

#subnav li li a:link,

#subnav li li a:visited {

  background-color: #fff;

  border: 1px solid #eee;

  border-top-width: 0;

  color: #444;

  font-size: 11px;

  padding: 6px 10px 4px;

  position: relative;

  text-transform: none;

  width: 138px;

}



#subnav li li a:hover,

#subnav li li a:active {

  color: #54af23;

}



#subnav li ul {

  height: auto;

  left: -9999px;

  position: absolute;

  width: 160px;

  z-index: 9999;

}



#subnav li ul a { 

  width: 140px;

}



#subnav li ul ul {

  margin: -33px 0 0 159px;

}



#subnav li:hover>ul,

#subnav li.sfHover ul {

  left: auto;

}





/* Inner

------------------------------------------------------------ */



#inner {

  margin: 0 auto;

  overflow: hidden;

  padding: 0px;
  background-color:#d1d3d0;
  border-left:#ecedec 5px solid;
  border-right:#ecedec 5px solid;
  width: 960px;
  clear: both;

}





/* Welcome

------------------------------------------------------------ */



.welcome {

  border-bottom: 3px double #eee;

  margin: 0 auto;

  padding: 0 0 25px;

  width: 960px;

}



.welcome,

.welcome p {

  color: #444;

  font-family: 'Trebuchet MS',Arial,Verdana,sans-serif;

  font-size: 24px;

  font-weight: normal;

  line-height: 36px;

  font-style: italic;

}





/* Featured

------------------------------------------------------------ */



.featured {

  border-bottom: 3px double #eee;

  margin: 0 auto;

  overflow: hidden;

  padding: 25px 0;

  width: 960px;

}



.featured p {

  padding: 0 0 15px;

}





/* Portfolio

------------------------------------------------------------ */



.portfolio {

  margin: 0 auto;

  overflow: hidden;

  padding: 20px 0 0;

  width: 960px;

}



.portfolio p {

  font-size: 13px;

  line-height: 20px;

  padding: 0;

}





/* Breadcrumb

------------------------------------------------------------ */



.breadcrumb {

  background: #f5f5f5;

  color: #444;

  font-family: 'Trebuchet MS',Arial,Verdana,sans-serif;

  font-size: 12px;

  margin: 0 auto 30px;

  padding: 5px 10px;

}



.breadcrumb a,

.breadcrumb a:visited {

  text-decoration: none;

}



.breadcrumb a:hover {

  text-decoration: underline;

}





/* Taxonomy Description

------------------------------------------------------------ */



.taxonomy-description {

  margin: 0 0 30px;

  padding: 10px;

}





/* Content-Sidebar Wrap

------------------------------------------------------------ */



#content-sidebar-wrap {

  float: left;

  width: 790px;

}



.content-sidebar #content-sidebar-wrap,

.sidebar-content #content-sidebar-wrap {

  width: 960px;

}



.sidebar-content-sidebar #content-sidebar-wrap,

.sidebar-sidebar-content #content-sidebar-wrap {

  float: right;

}



.full-width-content #content-sidebar-wrap {

  width: 960px;

}





/* Content

------------------------------------------------------------ */



#content {

  float: left;
  width: 600px;
  padding:10px;
  margin:5px 10px 10px 10px;
  background: #fff;
}



.home #content, .page-template-page_blog-php #content {background: none;}



.sidebar-content #content,

.sidebar-sidebar-content #content {

  float: right;

}



.full-width-content #content {

  width: 960px;

}



.page-template-pagelanding-php #content  {

  padding: 20px 100px 0;

  width: 760px;

}



blockquote {

  background: url(images/blockquote.png) no-repeat top left;

  margin: 0 0 20px;

  padding: 25px 30px 5px 70px;

}



blockquote p {

  color: #777;

  font-family: Georgia, Times, 'Times New Roman', serif;

  font-size: 14px;

  font-style: italic;

}



.post {

  margin-bottom:25px;;

  overflow: hidden;

  padding:20px;
  background-color:#FFF;

}


.single .post {

  margin: 0px;

  overflow: hidden;

  padding:25px;
  background-color:#FFF;

}

.page {

  margin: 0px;
  background-color:#FFF;

}

.page .entry-content, .page h1.entry-title {width: 560px;padding-left: 20px;}
.page h1.entry-title {padding-top: 10px;}

.page #content {background: none;}


.sticky {

  margin: 0 0 40px;

  padding: 20px;

}



.entry-content a,

.entry-content a:visited {

  text-decoration: none;

}



.entry-content a:hover {

  text-decoration: none;

}


.entry-title a,

.entry-title a:visited {

  text-decoration: none;
  color:#444444;

}



.entry-title a:hover {

  text-decoration: none;
  color:#444444;

}


.entry-content .archive-page a,

.entry-content .archive-page a:visited {

  text-decoration: none;

}



.entry-content .archive-page a:hover {

  text-decoration: none;

}



.entry-content p,

.page .entry-content p {

  padding: 0 0 20px;

}



p.subscribe-to-comments {

   padding: 20px 0 10px;

}



.clear {

  clear: both;

}



.clear-line {

  border-bottom: 3px double #eee;

  clear: both;

  margin: 0 0 15px;

}





/* Column Classes

------------------------------------------------------------ */



.five-sixths,

.four-fifths,

.four-sixths,

.one-fifth,

.one-fourth,

.one-half,

.one-sixth,

.one-third,

.three-fifths,

.three-fourths,

.three-sixths,

.two-fifths,

.two-fourths,

.two-sixths,

.two-thirds {

  float: left;

  margin: 0 0 20px;

  padding-left: 3%;

}



.one-half,

.three-sixths,

.two-fourths {

  width: 48%;

}



.one-third,

.two-sixths {

  width: 31%;

}



.four-sixths,

.two-thirds {

  width: 65%;

}



.one-fourth {

  width: 22.5%;

}



.three-fourths {

  width: 73.5%;

}



.one-fifth {

  width: 17.4%;

}



.two-fifths {

  width: 37.8%;

}



.three-fifths {

  width: 58.2%;

}



.four-fifths {

  width: 78.6%;

}



.one-sixth {

  width: 14%;

}



.five-sixths {

  width: 82%;

}



.first {

  clear: both;

  padding-left: 0;

}





/* Headlines

------------------------------------------------------------ */



h1,

h2,

h3,

h4,

h5,

h6 {

  color: #444;

  font-family: Arial, Helvetica, sans-serif;

  margin: 0 0 10px;

}



h1,

h2,

h2 a,

h2 a:visited {

  color: #444;

  font-family: Arial, Helvetica, sans-serif;

  font-size: 30px;

  line-height: 36px;

}



.featured h2,

.featured h2 a,

.featured h2 a:visited {

  font-size: 24px;

  line-height: 30px;

  margin: 0 0 15px;

}



.portfolio h2,

.portfolio h2 a,

.portfolio h2 a:visited {

  font-size: 18px;

  line-height: 24px;

  margin: 0 0 5px;

}



h2 a:hover {

  color: #54af23;

  text-decoration: none;

}



h3 {

  font-size: 18px;
  line-height: 1.2em;

}



h4,

h4 a,

h4 a:hover,

h4 a:visited {

  color: #444;

  font-size: 20px;

  text-decoration: none;

}



.widget-area h4,

.widget-area h4 a,

.widget-area h4 a:visited {

  font-size: 12px;

  margin: 0 0 5px;
  padding-left:5px;

  text-transform:capitalize;
  color:#FFF;

}

.widgettitle{
  background-color:#666;
}


h5 {

  font-size: 18px;

}



h6 {

  font-size: 16px;

}





/* Unordered / Ordered Lists

------------------------------------------------------------ */



.entry-content ol,

.entry-content ul {

  margin: 0;

  padding: 0 0 20px;

}



.entry-content ol {

  margin: 0;

}



.archive-page ul li,

.entry-content ul li {

  list-style-type: square;

  margin: 0 0 0 30px;

  padding: 0;

}



.entry-content ol li {

  margin: 0 0 0 35px;

}



.archive-page ul ul,

.entry-content ul ul,

.entry-content ol ol {

  padding: 0;

}





/* Post Info

------------------------------------------------------------ */



.post-info {

  font-size: 11px;

  margin: 5px 0 5px;

  text-transform: uppercase;

}





/* Post Meta

------------------------------------------------------------ */




.post-meta{    color: #999999;
    font-family: "Arial","Helvetica",sans-serif !important;
    font-size: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;}

.social_thumbs_meta {
  padding-right:10px;
}




/* Author Box

------------------------------------------------------------ */



.author-box {

  background-color: #f5f5f5;

  margin: 0 0 40px;

  padding: 10px;

  overflow: hidden;

}





/* Archive Page

------------------------------------------------------------ */



.archive-page {

  float: left;

  padding: 20px 0 0;

  width: 48%;

}





/* Post Icons

------------------------------------------------------------ */



.categories {

  background: url(images/icon-categories.png) no-repeat top left;

  padding: 2px 0 2px 20px;
}

  

.post-comments {

  background: url(images/icon-comments.png) no-repeat top left;
  margin: 25px;
  padding: 2px 0 2px 22px;
  position:relative;

}



.tags {

  background: url(images/icon-tags.png) no-repeat top left;

  margin: 0 0 0 10px;

  padding: 2px 0 2px 20px;

}

  

.time {

  background: url(images/icon-time.png) no-repeat top left;

  padding: 2px 0 2px 21px;

}





/* Images

------------------------------------------------------------ */



img.portfolio {

  border: 1px solid #ddd;

  padding: 14px;

  width: 930px;

}



.featured a img,

.portfolio a img {

  border: 1px solid #ddd;

  padding: 4px;

}



.featured a:hover img,

.portfolio a:hover img {

  border: 1px solid #999;

}



.featuredpage img,

.featuredpost img {

  margin: 0 10px 0 0;

}



.portfolio .featuredpage img,

.portfolio .featuredpost img {

  margin: 0;

}



.avatar,

.post-image,

.wp-caption { 


  
}



.author-box .avatar {

  background-color: #fff;

  float: left;

  height: 80px;

  margin: 0 10px 0 0;

  width: 80px;

}



.post-image {

  margin: 10px auto;
  display: block;

}



.comment-list li .avatar { 

  background-color: #fff;

  float: left;

  height: 30px;

  margin: 0 5px 0 0;

  padding: 4px;

  width: 30px;

}



img.centered,

.aligncenter {

  display: block;

  margin: 0 auto 10px;

}



img.alignnone {

  display: inline;

  margin: 0 0 10px;

}



img.alignleft {

  display: inline;

  margin: 0 20px 10px 0;

}



img.alignright {

  display: inline;

  margin: 0 0 10px 20px;

}



.alignleft {

  float: left;

  margin: 0 10px 0 0;

}



.alignright {

  float: right;

  margin: 0 0 0 10px;

}



.wp-caption {

  text-align: center;
  margin: 0 auto;

}



p.wp-caption-text {

  font-size: 11px;

  line-height: 12px;

  padding: 5px 0;

}



.wp-smiley,

.wp-wink {

  border: none;

  float: none;

}



.gallery-caption {

}





/* Post Navigation

------------------------------------------------------------ */



.navigation {

  overflow: hidden;

  padding: 20px 0;

  width: 100%;

}



.navigation li {

  display: inline;
  width:33px;
  height:33px;

}



.navigation li a,

.navigation li.disabled,

.navigation li a:hover,

.navigation li.active a {

  padding: 5px 8px;
  background:url(images/pagenav_bg.jpg);
  background-repeat:repeat-x;
  border: 0 none !important;
    color: #999999;
    display: inline;
    font-family: arial,sans-serif;
    margin-right: 8px;
    padding: 8px 12px !important;
    text-decoration: none;
  border-radius: 8px 8px 8px 8px;
    border-radius: 8px;
}



.navigation li a:hover,

.navigation li.active a {

  background-color: #f5f5f5;
  background:url(images/pagenav_bg.jpg);
  background-repeat:repeat-x;
  text-decoration:none;

}





/* Primary / Secondary Sidebars

------------------------------------------------------------ */



.sidebar {

  background: #d1d3d0;

  display: inline;

  float: right;

  font-size: 13px;

  line-height: 20px;

  margin: 0 0 20px;

  padding: 15px 15px 15px 5px;

  width: 290px;

}



#sidebar-alt {

  background: #f5f5f5;

  float: left;

  padding: 15px 15px 5px;

  width: 120px;

}



.sidebar p {

  font-size: 13px;

  line-height: 20px;

}



.sidebar-content #sidebar,

.sidebar-sidebar-content #sidebar {

  float: left;

}



.content-sidebar-sidebar #sidebar-alt {

  float: right;

}



.sidebar .widget {

  border-bottom: 0px double #e5e5e5;
  background-color:#FFF;
  margin: 0 0 15px;
  padding: 10px;

}



.widget-area ol,

.widget-area ul {

  margin: 0 0 0 20px;

}



.widget-area ul li {

  list-style-type: square;

  word-wrap: break-word;

}



.widget-area ol li {

  list-style-type: decimal;

}





/* Dropdowns

------------------------------------------------------------ */



#cat,

.widget_archive select {

  background-color: #fff;

  color: #54af23;

  display: inline;

  font-family: 'Trebuchet MS',Arial,Verdana,sans-serif;

  font-size: 12px;

  margin: 2px 0 0;

  padding: 3px;

  width: 100%;

}





/* Featured Page / Post

------------------------------------------------------------ */



.featuredpage,

.featuredpost {

  clear: both;

  overflow: hidden;

}



.featuredpage .page,

.featuredpost .post {

  border: none;

  margin: 0 ;

  overflow: hidden;

  padding: 0;

}



.portfolio .featuredpage .page,

.portfolio .featuredpost .post {

  float: left;

  margin: 5px 20px 0 0;

  width: 170px;

}





/* User Profile

------------------------------------------------------------ */



.user-profile {

  overflow: hidden;

}





/* Buttons

------------------------------------------------------------ */



div.gform_footer input.button,

.enews #subbutton,

.searchsubmit,

#submit {

  background-color: #444;

  border: 1px solid #444;

  color: #fff !important;
  
  cursor: pointer;

  font-family: 'Trebuchet MS',Arial,Verdana,sans-serif;

  font-size: 12px;

  font-weight: normal;

  padding: 4px 7px;

  text-decoration: none;

}



#nav .searchsubmit {

  padding: 2px 7px;

}



div.gform_footer input.button:hover,

.enews #subbutton:hover,

.searchsubmit:hover,

#submit:hover {

  background-color: #95bf67;

  border: 1px solid #95bf67;

  color: #fff;

  text-decoration: none;

}





/* Search Form

------------------------------------------------------------ */



#header .searchform {

  float: right;

  padding: 40px 0 0;

}



#nav .searchform {

  float: right;

  margin: 1px 0 0;

}



.s {

  background-color: #fff;

  border: 1px solid #ddd;

  color:#555;

  font-family: 'Trebuchet MS',Arial,Verdana,sans-serif;

  font-size: 12px;

  margin: 5px 1px 0 0;

  padding: 4px 0 5px 7px;

  width: 175px;

}



#nav .s {

  padding: 2px 0 2px 5px;

}





/* eNews and Update Widget

------------------------------------------------------------ */



.enews #subbox {

  background-color: #fff;

  border: 1px solid #ddd;

  color: #3f9291;

  font-family: 'Droid Serif', arial, serif;

  font-size: 12px;

  margin: 5px 5px 0 0;

  padding: 4px 0 5px 7px;

  width: 195px;

}





/* Calendar Widget

------------------------------------------------------------ */



#wp-calendar {

  width: 100%;

}



#wp-calendar caption {

  font-size: 12px;

  font-style: italic;

  padding: 2px 5px 0 0;

  text-align: right;

}



#wp-calendar thead {

  background-color: #f5f5f5;

  font-weight: bold;

  margin: 10px 0 0;

}



#wp-calendar td {

  background-color: #f5f5f5;

  padding: 2px;

  text-align: center;

}





/* Footer Widgets

------------------------------------------------------------ */

 

#footer-widgets {


  clear: both;

  font-size: 12px;

  margin: 0 auto;

  overflow: hidden;

  padding: 15px 0 0;

  width: 960px;
  background-color:#ecedec;
  border-right:#ecedec 10px solid;

}

 

#footer-widgets .widget {

  background: none;

  border: none;

  padding: 0;

}



#footer-widgets p {

  padding: 0 0 15px;

}

 

#footer-widgets ul {

  list-style-type: none;

  margin: 0 0 15px;

}

 

#footer-widgets ul li {

  list-style-type: square;

  margin: 0 0 0 15px;

}



#footer-widgets #wp-calendar thead,

#footer-widgets #wp-calendar td {

  background: none;

}



.footer-widgets-1 {

  float: left;

  padding: 0 250px 0 20px;

  width: 300px;

}

 

.footer-widgets-2 {

  float: left;

  width: 300px;

}

 

.footer-widgets-3 {

  float: right;

  width: 300px;

}





/* Footer

------------------------------------------------------------ */



#footer {

  border-top: double #eee;

  clear: both;

  font-family:'Trebuchet MS',Arial,Verdana,sans-serif;

  font-size: 12px;

  overflow: hidden;

  margin: 0 auto;

  padding: 10px 0;

  width: 960px;

}



#footer p {

  color: #444;

  font-family: 'Trebuchet MS',Arial,Verdana,sans-serif;

  font-size: 12px;

}



#footer a,

#footer a:visited {

  color: #444;

  text-decoration: none;

}



#footer a:hover {

  color: #54af23;

  text-decoration: none;

}



#footer .gototop {

  float: left;

  width: 200px;

}



#footer .creds {

  float: right;

  text-align: right;

  width: 755px;

}





/* Comments

------------------------------------------------------------ */



#comments,

#respond {

  margin: 25px;

  overflow: hidden;

}



#comments {

  font-size: 13px;

  line-height: 20px;
  margin:25px;

}



#author,

#comment,

#email,

#url {

  background-color: #f5f5f5;

  border: 1px solid #ddd;

  font-size: 12px;

  margin: 10px 5px 0 0;

  padding: 5px;

  width: 250px;

}



#comment {

  height: 150px;

  margin: 10px 0;

  width: 98%;

}



.ping-list {

  margin: 0 0 40px;

}



.comment-list ol,

.ping-list ol {

  margin: 0;

  padding: 10px;

}



.comment-list li,

.ping-list li {

  font-weight: bold;

  list-style: none;

  margin: 10px 0 0;

  padding: 10px;

}



.comment-list li ul li {

  list-style-type: none;

}



.comment-list p,

.ping-list p {

  font-size: 13px;

  font-weight: normal;

  line-height: 20px;

  margin: 10px 5px 10px 0;

  padding: 0;

  text-transform: none;

}



.comment-list ul.children {

  margin-top: 20px;

}



.comment-list ul.children li.comment  {

  background: #fff;

}



.comment-list cite,

.ping-list cite {

  font-style: normal;

  font-weight: bold;

}



.commentmetadata {

  font-weight:normal;

}



.comment-author { 

  background: #e5e5e5;

  font-size: 12px;

  font-weight: bold;

  padding: 8px 10px 0;

}



.comment-meta { 

  background: #e5e5e5;

  font-size: 12px;

  padding: 0 10px 8px;

}



.nocomments {

  text-align: center;

}



#comments .navigation {

  display: block;

  padding: 20px 0;

}



.bypostauthor {

}



.thread-alt,

.thread-even {

  background: #f5f5f5;

}



.alt,

.depth-1,

.even {

  border: 1px solid #ddd;

}





/* Gravity Forms

------------------------------------------------------------ */



div.gform_wrapper input,

div.gform_wrapper select,

div.gform_wrapper textarea {

  background-color: #f5f5f5;

  border: 1px solid #ddd;

  color: #555 !important;

  font-size: 13px !important;

  padding: 4px 5px !important;

}



div.gform_footer input.button {

  color: #fff;

}



div.gform_wrapper .ginput_complex label {

  font-size: 12px;

}



div.gform_wrapper li,

div.gform_wrapper form li {

  margin: 0 0 10px;

}



div.gform_wrapper .gform_footer {

  border: none;

  margin: 0;

  padding: 0;

}

/* Custom Right Links for Sub Nav */

#subnav li.email, #subnav li.rss, #subnav li.tw, #subnav li.fb, #subnav li.in, #subnav li.gplus, #subnav li.stum  {
        float: right;
}



/*--------------------------------------------------*/
#pagenav  { float:right; width:300px;}

#subnav li.email a { background-color: none; padding: 0; border: 0; margin-right: 0; margin-left: 0px; background-image:url(images/header_icon_sprite.png); background-position: 0 0; background-repeat:no-repeat; width:31px; height:30px;margin-right:12px;float:left;text-indent:-9999px;}
#subnav li.email a:hover { background-color: none; padding: 0;background-image:url(images/header_icon_sprite.png); background-position: 0 -30px; background-repeat:no-repeat; width:31px; height:30px;margin-right:12px; float:left;text-indent:-9999px;}

#subnav li.rss a  { background-color: none; padding: 0;border: 0; margin-right: 0; background-image:url(images/header_icon_sprite.png); background-position: -31px 0; background-repeat:no-repeat; width:31px; height:30px;margin-right:12px; float:left;text-indent:-9999px;}
#subnav li.rss a:hover  { background-color: none; padding: 0;background-image:url(images/header_icon_sprite.png);  background-position: -31px -30px; background-repeat:no-repeat; width:31px; height:30px;margin-right:12px; float:left;text-indent:-9999px;}

#subnav li.tw a  { background-color: none; padding: 0;border: 0; margin-right: 0; background-image:url(images/header_icon_sprite.png); background-position: -62px 0; background-repeat:no-repeat; width:31px; height:30px;margin-right:12px; float:left;text-indent:-9999px;}
#subnav li.tw a:hover  { background-color: none; padding: 0;background-image:url(images/header_icon_sprite.png); background-position: -62px -30px; background-repeat:no-repeat; width:31px; height:30px; margin-right:12px; float:left;text-indent:-9999px;}

#subnav li.fb a  { background-color: none; padding: 0;border: 0; margin-right: 0; background-image:url(images/header_icon_sprite.png); background-position: -93px 0px; background-repeat:no-repeat; width:31px; height:30px; margin-right:12px; float:left;text-indent:-9999px;}
#subnav li.fb a:hover  { background-color: none; padding: 0;background-image:url(images/header_icon_sprite.png); background-position: -93px -30px; background-repeat:no-repeat; width:31px; height:30px; margin-right:12px; float:left;text-indent:-9999px;}

#subnav li.in a  { background-color: none; padding: 0;border: 0; margin-right: 0; background-image:url(images/header_icon_sprite.png); background-position: -124px 0; background-repeat:no-repeat; width:31px; height:30px; margin-right:12px; float:left;text-indent:-9999px;}
#subnav li.in a:hover  { background-color: none; padding: 0;background-image:url(images/header_icon_sprite.png); background-repeat:no-repeat; background-position: -124px -30px; width:31px; height:30px; margin-right:12px; float:left;text-indent:-9999px;}

#subnav li.gplus a  { background-color: none; padding: 0;border: 0; margin-right: 0; background-image:url(images/header_icon_sprite.png); background-position: -155px 0; background-repeat:no-repeat; width:31px; height:30px; margin-right:12px;float:left;text-indent:-9999px;}
#subnav li.gplus a:hover  { background-color: none; padding: 0;background-image:url(images/header_icon_sprite.png); background-repeat:no-repeat; background-position: -155px -30px; width:31px; height:30px; margin-right:12px; float:left;text-indent:-9999px;}

#subnav li.stum a  { background-color: none; padding: 0;border: 0; margin-right: 0; background-image:url(images/header_icon_sprite.png); background-position: -186px 0; background-repeat:no-repeat; width:31px; height:30px; padding-right:0px; float:left;text-indent:-9999px;}
#subnav li.stum a:hover  { background-color: none; padding: 0;background-image:url(images/header_icon_sprite.png); background-position: -186px -30px; background-repeat:no-repeat; width:31px; height:30px; padding-right:0px; float:left;text-indent:-9999px;}


.entry-content {width: 550px;}


.em-events-search {display: none;}

li.archive {list-style: square; list-style-position: inside;}

/*ppc plugin*/

.ppc ul li {background: none !important;}

#ppc-box .ppc-box .ppc {background: none !important; border: none !important; padding: 0px 0px 10px 0px !important;}

/*custom post types*/
.news .sociable, .schedule .sociable, .quote .sociable, .recommendation .sociable  {display: none;}

.news, .schedule, .quote, .recommendation {border: 5px solid #97bf67; border-left: 45px solid #97bf67; background: #fff; padding: 5px 5px 5px 10px; margin-bottom: 20px;}

.news .tab, .schedule .tab, .quote .tab, .recommendation .tab {background: #97bf67; height: 75px;width: 74px; position: absolute; margin-left: -110px; margin-top: -10px;   border-radius: 8px 8px 8px 8px; }

.news .icon {background: url(images/announcements/news.png) no-repeat; width: 34px; height: 31px; margin: 23px 0px 20px 20px;}
.recommendation .icon {background: url(images/announcements/recommendation.png) no-repeat; width: 34px; height: 31px; margin: 20px 0px 20px 20px;}
.quote .icon {background: url(images/announcements/quote.png) no-repeat; width: 37px; height: 28px; margin: 23px 0px 20px 20px;}
.schedule .icon {background: url(images/announcements/calendar.png) no-repeat; width: 36px; height: 34px; margin: 20px 0px 20px 20px;}

.schedule .entry-content, .news .entry-content, .recommendation .entry-content, .quote .entry-content {width: 530px;}

.home .news .entry-content .post-image, .home .schedule .entry-content .post-image, .home .quote .entry-content .post-image, .home .recommendation .entry-content .post-image, .archive .quote .post-image, .archive .news .post-image, .archive .schedule .post-image, .archive .recommendation .post-image {max-width: 520px;}

.list {background: #fff;padding-left: 20px;padding-bottom: 20px;}
.list h3 a, .list h3 a:visited {color: #000;}
.list li {list-style-type: circle;}
.list ul { padding-left: 40px;}
.list h3 { margin-bottom: 0px;padding-top: 20px;}

.home img.alignleft {display: block; margin: 10px auto;}

.home .alignleft {float: none; margin: 10px auto;}

ul.wpsocialite, ul.wpsocialite.small { border-top: 1px solid rgba(0, 0, 0, 0.13); margin-left: 0; margin-right: 0; }