/*
Theme Name: Landrum's Services
Theme URI: http://www.AdelieDesign.com/
Description: A WordPress theme for Landrum's Services.
Author: Adelie Design
Version: 1.0
*/

@import 'reset.css';

/* =Fonts
-------------------------------------------------------------- */
/* Embed fonts ************************************/

@font-face { /* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
	font-family: 'MuseoSans500';
	src: url('fonts/museosans_500_italic-webfont.eot');
	src: local('☺'),
       url('fonts/museosans_500_italic-webfont.woff') format('woff'),
       url('fonts/museosans_500_italic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}
@font-face { /* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
	font-family: 'MuseoSans500';
	src: url('fonts/museosans_500-webfont.eot');
	src: local('☺'),
       url('fonts/museosans_500-webfont.woff') format('woff'),
       url('fonts/museosans_500-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


@font-face { /* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
	font-family: 'MuseoSlab500';
	src: url('fonts/museo_slab_500italic-webfont.eot');
	src: local('☺'),
       url('fonts/museo_slab_500italic-webfont.woff') format('woff'),
       url('fonts/museo_slab_500italic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: italic;
}

@font-face { /* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
	font-family: 'MuseoSlab500';
	src: url('fonts/museo_slab_500-webfont.eot');
	src: local('☺'),
       url('fonts/museo_slab_500-webfont.woff') format('woff'),
       url('fonts/museo_slab_500-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* Oddly, this one seems to work in IE where Museo Slab 500 and Museo Sans 500 do not */
@font-face { /* A font by Jos Buivenga (exljbris) -> www.exljbris.com */
	font-family: 'Museo700';
	src: url('fonts/museo700-regular-webfont.eot');
	src: local('☺'),
       url('fonts/museo700-regular-webfont.woff') format('woff'),
       url('fonts/museo700-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

body,
label,
input,
textarea,
#sidebar .widget-enews .widget-title,
#footer #site-info,
#banners .banner-title,
.home #sidebar .widget-title {
  font-family: "MuseoSans500", "SansationRegular", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

em {
  font-style: italic;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6,
#access,
h1.page-title,
.widget-breadcrumb,
#sidebar .widget-sub-menu,
#sidebar .widget-title,
#footer,
#banners,
.home #sidebar .post-title,
.home .contact,
#content .entry-meta,
#content .entry-author,
#comments .comment-meta,
#commentform .form-submit input,
#sidebar .widget-enews .form-submit input {
  font-family: "MuseoSlab500", "SansationRegular", "Georgia", serif;
}
pre, code {
	font-family: "Courier New", "Courier 10 Pitch", Courier, monospace;
}


/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles  */
body {
  font-size: 10px;
  line-height: 1.5;
  background-color: #255168;
  background-image: url(images/bg.gif);
}

hr {
  background-color: #081d22;
  border:0;
  height: 1px;
  margin-bottom: 1.5em;
  clear:both;
}


/* Text elements */
p {
  margin-bottom: 1em;
}
ul {
  list-style: disc;
  margin: 0 0 1em 1.5em;
}
ol {
  list-style: decimal;
  margin: 0 0 1em 1.5em;
}
ol ol {
  list-style:upper-alpha;
}
ol ol ol {
  list-style:lower-roman;
}
ol ol ol ol {
  list-style:lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
  margin-bottom:0;
}
dl {
  margin: 0 0 2em 20px;
}
dt {
  font-weight: normal;
  float: left;
  clear: left;
  margin-right: 0.5em;
}
dd {
}

b,
th {
  font-weight: bold;
}
cite,
em,
i {
  font-style: italic;
}
strong {
  font-weight: normal;
  color: #357799;
}
big {
  font-size: 133.33%;
}
ins {
}
blockquote {
  font-style: italic;
  padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
  font-style: normal;
}
blockquote.left {
  float: left;
  margin-left: 0;
  margin-right: 2em;
  text-align: right;
  width: 33%;
}
blockquote.right {
  float: right;
  margin-left: 2em;
  margin-right: 0;
  text-align: left;
  width: 33%;
}

pre {
  line-height: 1.5;
  margin-bottom: 1em;
  padding: 1.5em;
  overflow: auto;
}

pre,
kbd,
tt,
var {
  font-size: 125%;
  line-height: 1.5;
}

code {
  font-size: 110%;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}
ins {
  text-decoration: none;
}
sup,
sub {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 75%;
}
sup {
  bottom: 1ex;
}
sub {
  top: .5ex;
}
.form-item input {
  padding: 2px;
}
.form-submit input {
  cursor: pointer;
  padding: 3px 8px;
}

.form-submit input:hover {
}
a {
  text-decoration: none;
  color: #357799;
}
a:active,
a:hover {
  text-decoration: underline;
}

/* =Header
-------------------------------------------------------------- */
#header {
  height: 150px;
  width: 881px;
  padding: 0 26px;
  margin: 0 auto;
  background-image: url(images/header-bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}

#masthead {
  float: left;
}

#site-title {
  padding: 29px 28px 0 30px;
}
#site-title a {
  display: block;
  text-decoration: none;
  text-indent: -9000px;
  background-image: url(images/logo.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  outline: none;
  width: 220px;
  height: 58px;
}

/* =Navigation
-------------------------------------------------------------- */
#access {
  font-size: 110%;
  position: relative;
  float: right;
  clear: right;
  margin: 0 30px 0 0;
}
#access ul {
  list-style-type: none;
  position: relative;
  margin: 0;
}
#access .menu li {
  float: left;
  margin: 0 0 0 46px;
}
#access .menu li:first-child {
  margin-left: 0;
}
#access .menu a {
  display: block;
  float: left;
  color: #5c6169;
}

#access .menu a:hover {
  color: #357799;
}

#access .menu .current-menu-item,
#access .menu .current-menu-parent,
#access .menu .current_page_ancestor {
}

#access .menu .current-menu-item a,
#access .menu .current-menu-item a:hover,
#access .menu .current-menu-parent a,
#access .menu .current-menu-parent a:hover,
#access .menu .current_page_item a,
#access .menu .current_page_item a:hover,
#access .menu .current_page_ancestor a,
#access .menu .current_page_ancestor a:hover {
  color: #357799;
  font-style: italic;
}

#access .menu a:hover {
  text-decoration: none;
}

#access .menu .sub-menu,
#access .menu .children {
  display: none;
}

/* Search Form ***************************************/
#searchform {
  border: 1px solid #dfdfdf;
  width: 173px;
  position: relative;
  float: right;
  margin: 10px 30px 20px;
}
#searchform div {
  float: left;
}
#searchform .form-item {
  position: relative;
}
#searchform label {
  position: absolute;
  line-height: 21px;
  top: 2px;
  left: 5px;
  z-index: 15;
  font-style: italic;
  color: #cdcdcc;
}
#searchform .form-item input {
  padding: 2px;
  height: 21px;
  width: 142px;
  border: none;
  position: relative;
}
#searchform .form-submit input {
  display: block;
  width: 27px;
  height: 25px;
  background-color: transparent;
  background-image: url(images/glass.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  padding: 25px 0 0 0;
  border: none;
  cursor: pointer;
  text-indent: -9000px;
}

/* =Main
-------------------------------------------------------------- */
#main {
  position: relative;
  background-image: url(images/main-bg.png);
  background-repeat: repeat-y;
  background-position: 0 0;
  width: 881px;
  padding: 0 26px;
  margin: 0 auto;
}

#main .clear-block {
  clear: both;
}

h1.page-title {
  color: #265872;
  font-size: 200%;
  padding: 0 30px;
  margin: 0 0 30px 0;
  line-height: 31px;
  background-color: #e7eff3;
}


#main .green {
  position: absolute;
  right: 57px;
  bottom: -10px;
  z-index: 100;
  margin: 0;
}

/* =Content
-------------------------------------------------------------- */


#container {
  padding: 0 30px 0 10px;
}

#content {
  float: right;
  width: 580px;
  font-size: 110%;
  line-height: 1.6;
  overflow: hidden;
  margin: 50px 0 72px;
  color: #5c6169;
  text-align: justify;
  background-color: #f7f7f5;
}
.has-gallery #content {
  margin-top: 0;
}

#content .entry-content>:first-child {
  margin-top: 0;
}

#content ol,
#content ul {
  margin-left: 2.5em;
}

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
  margin: 0 0 0.25em 0;
  line-height: 1.3;
}

#content h1,
#content h2 {
  clear: left;
  font-size: 127.27%;
  margin-top: 2.25em;
  margin-bottom: 0.25em;
  color: #265872;
  font-style: italic;
}
#content h1:first-child,
#content h2:first-child {
  margin-top: 0;
}

#content h3 {
  font-size: 90.9%;
  margin-top: 2.25em;
  margin-bottom: 0.25em;
  color: #265872;
  font-style: italic;
}
#content h4 {
  font-size: 125%;
}
#content h5 {
  font-size: 110%;
}
#content h6 {
  font-size: 100%;
}

#content table {
  border: 1px solid #DFDFDF;
  text-align: left;
  margin: 1em 0 1em 0;
  width: 99%;
}
#content tr th,
#content thead th {
  font-weight: bold;
  font-size: 100%;
  line-height: 1.5;
  padding: 0.75em 2em;
}
#content tr td {
  border-top: 1px solid #DFDFDF;
  padding: 0.5em 2em;
}
#content tr.odd td {
}

.hentry {
  margin: 0 0 4em 0;
}
.single .hentry {
  margin-bottom: 0;
}

#content .hentry {
  text-align: justify;
}

#content h3.entry-title {
}
.entry-title a {
}

.entry-meta {
  clear: left;
  font-size: 90.9%;
  margin: 0 0 1em;
  font-style: italic;
}

#content .entry-author {
  color: #357799;
  float: left;
  line-height: 19px;
  position: relative;
  top: 3px;
}

.entry-utility {
  text-align: left;
  border-bottom: 1px solid #DFDFDF;
  padding: 1.75em 0 0.25em;
  font-style: italic;
}

.entry-utility .social {
  text-align: right;
}

.entry-utility a.facebook,
.entry-utility a.twitter {
  display: inline-block;
  width: 60px;
  height: 18px;
  overflow: hidden;
  text-indent: -9000px;
  background-image: url(images/facebook.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  margin-left: 13px;
  text-align: left;
}
.entry-utility a.twitter {
  width: 19px;
  height: 19px;
  background-image: url(images/twitter.png);
}

.entry-meta abbr,
.entry-utility abbr {
  border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
  border-bottom: 1px dotted #666;
}

a.more-link {
  display: block;
  margin: 1em 0;
}

#nav-above {
  display: none;
}

#content .gallery-wrapper {
  width: 580px;
  padding-top: 314px;
  padding-bottom: 11px;
  height: 31px;
  position: relative;
  margin: 0 0 25px;
  border-bottom: 1px solid #dfdfdf;
}
#content ul.gallery {
  list-style-type: none;
  margin: 0;
  float: right;
}

ul.gallery .gallery-item {
  float: left;
  width: 32px;
  height: 31px;
  margin: 0 0 0 10px;
  display: inline;
}
ul.gallery .gallery-item .large img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
ul.gallery .active .large img {
  display: block;
}
ul.gallery .gallery-item img {
  
}

#content .collapsible {
  margin-top: 30px;
  padding: 5px 0 5px 40px;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  clear: both;
  line-height: 2;
}
#content .collapsible h3 {
  margin: 0 0 0 -40px;
  padding-left: 25px;
  font-size: 90.9%;
  background-image: url(images/arrow-down.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  min-height: 11px;
}
#content .collapsed h3 {
  background-image: url(images/arrow-right.png);
}
#content .collapsible p {
  margin: 20px 0;
}

#content ul.horizontal {
  margin: 0.5em 0 0.5em 20px;
}
#content ul.horizontal li {
  list-style-type: none;
  margin-right: 4em;
  float: left;
}
#content ul.horizontal a {
  color: #1b7b90;
}

#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
  margin: 0.3em 1em 0.3em 0;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
  margin: 0.3em 0 3em 1em;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
  margin: 1em auto 1em;
}

.navigation {
  float: left;
  width: 100%;
}

.navigation .nav-previous {
  float: left;
  width: 45%;
}
.navigation .nav-next {
  float: right;
  width: 45%;
  text-align: right;
}

/* =Sidebar
-------------------------------------------------------------- */

#sidebar {
  float: left;
  width: 230px;
  font-size: 100%;
  padding-bottom: 3em;
  line-height: 1.25;
  color: #5c6169;
}
#sidebar ul {
  list-style-type: none;
  margin: 0;
}
#sidebar .widget-container {
  margin-bottom: 1px;
  padding: 20px 20px 30px;
  font-size: 110%;
  background-color: #e7eff3;
}

#sidebar .widget-title {
  font-size: 109.09%;
  padding: 0;
  color: #265872;
  margin-bottom: 0.75em;
  font-style: italic;
}

#sidebar .widget-breadcrumb {
  background-color: #fee948;
  font-size: 140%;
  padding: 20px 5px 15px 20px;
}
#sidebar .widget-breadcrumb .parent-page-link {
  color: #5c6169;
}
#sidebar .widget-breadcrumb .current-page-link {
  font-style: italic;
}
#sidebar .widget-breadcrumb .separator {
  font-style: italic;
}
#sidebar .widget-sub-menu {
  background-image: url(images/sub-menu-bg.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  padding: 19px 0;
  font-size: 120%;
  font-style: italic;
  min-height: 100px;
}
#sidebar .widget-sub-menu .page_item a {
  display: block;
  margin-bottom: 4px;
  line-height: 21px;
  padding-left: 20px;
}
#sidebar .widget-sub-menu .current_page_item a {
  text-decoration: none;
  background-color: #f7fafb;
  background-image: url(images/bullet.png);
  background-repeat: no-repeat;
  background-position: 7px 7px;
  color: #5c6169;
}

#sidebar .widget-sub-menu .page_item a:hover {
  text-decoration: none;
  color: #5c6169;
}

#sidebar .widget-sub-menu .sub-menu-wrapper {
  position: relative;
  overflow: hidden;
}
#sidebar .widget-sub-menu li.backLava {
  background-color: #F7FAFB;
  background-image: url(images/bullet.png);
  background-position: 7px 7px;
  background-repeat: no-repeat;
}

#sidebar dl.phone {
  font-style: italic;
  margin: 0;
}
#sidebar dl.phone dt {
  float: left;
  width: 2em;
  clear: left;
  position: relative;
}
#sidebar dl.phone dd {
}

#sidebar .widget-enews {
  color: #f9fbfc;
  font-style: italic;
  padding: 0;
  font-size: 100%;
  overflow: hidden;
}
#sidebar .widget-enews .widget-title {
  font-size: 180%;
  margin-bottom: 0;
}
#sidebar .widget-enews .widget-title,
#sidebar .widget-enews a {
  background-color: #86adc2;
  color: #f9fbfc;
  line-height: 35px;
  text-align: center;
  display: block;
}
#sidebar .widget-enews .form-item input,
#sidebar .widget-enews .form-item textarea {
  
}

#sidebar .widget-enews .wpcf7-form {
  padding: 15px 10px 10px;
}
#sidebar .widget-enews .form-item {
  display: block;
  position: relative;
}
#sidebar .widget-enews .form-item label {
  position: absolute;
  top: 2px;
  left: 4px;
  font-size: 10px;
  line-height: 21px;
  color: #9ea5a9;
}
#sidebar .widget-enews .form-item input {
  height: 19px;
  width: 204px;
  padding: 2px;
  border-width: 1px;
}
#sidebar .widget-enews .form-item textarea {
  height: 121px;
  width: 204px;
  padding: 2px;
  border-width: 1px;
}
#sidebar span.wpcf7-form-control-wrap {
  position: static;
}
#sidebar .widget-enews .form-submit {
  float: right;
}
#sidebar .widget-enews .form-submit input {
  margin: 0;
  padding: 0;
  width: 96px;
  height: 29px;
  line-height: 29px;
  cursor: pointer;
  color: #357799;
  background-color: #fee948;
  border: none;
  font-style: italic;
}
#sidebar .widget-enews .form-submit img {
  float: left;
}

#sidebar #text-5,
#sidebar #text-6 {
  background-color: transparent;
  padding: 0;
  margin-top: 15px;
}
#sidebar #text-5 a.facebook,
#sidebar #text-6 a.facebook {
  background-image: url(images/find-us-on-facebook.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 220px;
  height: 55px;
  display: block;
  text-indent: -9000px;
}


/* =Footer
-------------------------------------------------------------- */
#footer {
  clear: both;
  overflow: hidden;
  font-size: 110%;
  min-height: 87px;
  background-image: url(images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 881px;
  padding: 30px 26px 40px;
  margin: 0 auto;
}

#footer,
#footer a,
#footer a:hover {
}

#footer .menu {
  height: 40px;
  float: left;
  width: 100%;
}

#footer .menu ul {
  list-style-type: none;
  margin: 0;
  position: relative;
  left: 50%;
  float: left;
}
#footer .menu li {
  float: left;
  position: relative;
  right: 50%;
  margin: 0 26px;
}
#footer .menu li a {
  display: block;
  text-align: center;
  line-height: 40px;
  height: 40px;
  color: #5c6169;
}

#footer .menu .current-menu-item a,
#footer .menu .current-menu-item a:hover,
#footer .menu .current-menu-parent a,
#footer .menu .current-menu-parent a:hover,
#footer .menu .current_page_item a,
#footer .menu .current_page_item a:hover,
#footer .menu .current_page_ancestor a,
#footer .menu .current_page_ancestor a:hover {
  color: #357799;
  font-style: italic;
}

#footer .menu a:hover {
  color: #357799;
  text-decoration: none;
}

#colophon {
  clear: both;
  position: relative;
}

#site-info {
  text-align: center;
  font-size: 90.9%;
  clear: both;
  padding-top: 17px;
  color: #cccccc;
  margin-bottom: 20px;
}
#site-info a {
  color: #cccccc;
}

#footer .certifications {
  float: left;
  position: relative;
  left: 50%;
  color: #5a7887;
  font-style: italic;
  list-style-type: none;
}

#footer .certifications li {
  float: left;
  position: relative;
  right: 50%;
  line-height: 13px;
  margin: 0 24px;
  padding-top: 5px;
  height: 11px;
  padding-left: 20px;
  background-image: url(images/check.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}



/* = Green Clean
-------------------------------------------------- */
.page-id-36 #content h2,
.page-id-36 strong {
  color: #5d731b;
}

/* = Contact
--------------------------------------------------- */
.page-id-16 #content {
  font-size: 120%;
}
.page-id-16 #content h2 {
  font-size: 150%;
}
.page-id-16 #content h3 {
  font-size: 116.66%;
  margin-top: 1em;
}
.page-id-16 #content p {
  margin-bottom: 1.5em;
}
.page-id-16 strong {
  display: inline-block;
  width: 2.5em;
}

/* = Front Page
------------------------------------------------------ */
.home #main {
  padding-top: 740px;
  overflow: visible;
}

.signup-tab a {
  position: absolute;
  top: -28px;
  right: 37px;
  background-image: url(images/e-news-sign-up.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  text-indent: -9000px;
  height: 27px;
  width: 160px;
  z-index: 800;
  outline: none;
}

.home .contact {
  clear: both;
  overflow: hidden;
  padding-left: 16px;
  font-style: italic;
  font-size: 11px;
  color: #5c6169;
  margin-left: 15px;
  background-image: url(images/phone.png);
  background-position: 0 83px;
  background-repeat: no-repeat;
  position: relative;
  bottom: -8px;
  padding-top: 80px;
}
.home .contact h3 {
  font-size: 100%;
  color: #357799;
}
.home .contact dl {
  margin: 0 0 0 13px;
}

#banners {
  position: absolute;
  top: -17px;
  left: 17px;
  height: 399px;
  width: 898px;
  padding-top: 17px;
  padding-bottom: 30px;
  overflow: hidden;
  background-image: url(images/banner-bg.png);
  background-position: 50% 0;
  background-repeat: no-repeat;
}

#banners .banner {
  position: absolute;
  top: 17px;
  left: 0;
  height: 399px;
  width: 898px;
}

#banners .banner-main {
  position: absolute;
  top: 101px;
  left: 0;
  width: 603px;
  background-image: url(images/banner-title-bg.png);
  background-position: 0 0;
  background-repeat: repeat;
  line-height: 1.25;
  padding: 6px 18px 13px 100px;
}
#banners .banner-main .wrapper {
  float: right;
}

#banners .banner-title {
  font-size: 520%;
  color: #5c6169;
  font-weight: normal;
  text-transform: uppercase;
}
#banners .banner-content {
  font-size: 210%;
  color: #357799;
  font-style: italic;
}
#banners p {
  margin: 0;
}
#banners .banner-link {
  position: absolute;
  right: 0;
  bottom: -39px;
}
#banners .banner-link a {
  height: 29px;
  line-height: 29px;
  display: block;
  padding: 0 14px;
  font-style: italic;
  color: #255168;
  font-size: 140%;
  overflow: hidden;
  background-color: #fee948;
}

#banner_controls {
  position: absolute;
  right: 0;
  bottom: 54px;
  height: 37px;
  width: 167px;
  padding-left: 12px;
  background-image: url(images/banner-control-bg.png);
  background-repeat: no-repeat;
  background-position: 0 0;
}

#banner_controls .play {
  display: block;
  background-image: url(images/play-pause.png);
  background-position: 0 100%;
  background-repeat: no-repeat;
  width: 21px;
  height: 20px;
  text-indent: -9000px;
  margin-top: 8px;
  float: left;
  outline: none;
}
#banner_controls .playing {
  background-position: 0 0;
}

#banner_controls ul {
  margin-left: 7px;
}
#banner_controls li {
  float: left;
  list-style-type: none;
}
#banner_controls li a {
  width: 22px;
  height: 22px;
  display: block;
  background-image: url(images/banner-control-radio.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-top: 9px;
  margin-left: 5px;
  outline: none;
}
#banner_controls li.active a {
  background-position: 0 100%;
}

.home #sidebar {
  position: absolute;
  left: 37px;
  top: 470px;
  width: 901px;
}

.home #sidebar .widget-container {
  line-height: 1.8;
}

.home #sidebar .widget-title {
  font-size: 180%;
  color: #255168;
}

.home #sidebar .last-post {
  position: absolute;
  top: -200px;
  left: 0;
  height: 115px;
  width: 374px;
  padding: 44px 53px 30px 33px;
  background-image: url(images/last-post-bg.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: transparent;
}
.home #sidebar .last-post .widget-title {
  padding-left: 26px;
  line-height: 1;
}
.home #sidebar .last-post .widget-title a {
  color: #215a77;
}
.home #sidebar .post-title {
  font-size: 120%;
  font-style: italic;
  color: #357799;
  line-height: 1.33;
}

.home #sidebar .widget-feature {
  height: 184px;
  width: 408px;
  overflow: hidden;
  background-image: url(images/feature-bg.png);
  background-position: 0 0;
  background-repeat: repeat-x;
  border: 1px solid #cddce4;
  padding: 11px 0;
  float: left;
  margin-right: 40px;
  position: relative;
}
.home #sidebar .widget-feature .widget-title {
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  padding: 0 169px 0 19px;
  background-color: #abc6d5;
  margin-bottom: 0;
}
.home #sidebar .widget-feature .hentry {
  padding: 0 0 0 19px;
}
.home #sidebar .widget-feature .feature-multiple .hentry {
  padding-right: 19px;
}
.home #sidebar .widget-feature .post-thumbnail {
  float: right;
  width: 150px;
  position: relative;
  top: -35px;
}
.home #sidebar .widget-feature .post-title {
  padding-top: 18px;
  margin-bottom: 0.25em;
}
.home #sidebar .widget-feature .feature_controls {
  position: absolute;
  right: 12px;
  top: 19px;
}

.home #sidebar .widget-feature .feature_controls ul {
  margin-left: 7px;
}
.home #sidebar .widget-feature .feature_controls li {
  float: left;
  list-style-type: none;
}
.home #sidebar .widget-feature .feature_controls li a {
  width: 22px;
  height: 22px;
  display: block;
  background-image: url(images/banner-control-radio.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  margin-left: 5px;
  outline: none;
}
.home #sidebar .widget-feature .feature_controls li.active a {
  background-position: 0 100%;
}

.home #content {
  width: 821px;
  margin-top: 0;
}
.home #content .hentry {
  text-align: left;
}
.home .column {
  width: 28%;
  margin-left: 5%;
  float: left;
}
.home .column:first-child {
  margin-left: 0;
}

.home #content h3 {
  font-size: 127.27%;
  color: #357799;
  margin-top: 0;
}

/* = Staff
---------------------------------------------------- */
.person {
  clear: left;
  overflow: hidden;
  margin-bottom: 2em;
}

/* = Comments
----------------------------------------------------- */
#content #comments {
  border-bottom: 1px solid #dfdfdf;
  border-top: none;
  padding: 0;
  margin: 0;
}
#comments h2 {
  margin-top: 0;
  color: #357799;
  line-height: 1.8;
  font-size: 100%;
  padding: 0.25em 0;
  margin: 0;
}

#comments.collapsible h2 {
  padding-left: 25px;
  background-image: url(images/arrow-down.png);
  background-position: 0 4px;
  background-repeat: no-repeat;
  min-height: 11px;
  cursor: pointer;
}
#comments.collapsed h2 {
  background-image: url(images/arrow-right.png);
}

#comments .commentlist {
  list-style-type: none;
  margin: 20px 40px 0;
}

#comments .comment {
  margin: 0 0 20px;
  padding: 0 0 15px;
  border-bottom: 1px solid #dfdfdf;
}
#comments .comment-meta {
  font-size: 100%;
  font-style: italic;
  color: #265872;
  margin-bottom: 0.75em;
}

#commentform {
  margin: 0 40px 20px;
}

#commentform p {
  display: block;
  position: relative;
}
#commentform label {
  position: absolute;
  top: 2px;
  left: 4px;
  font-size: 10px;
  line-height: 17px;
  color: #9ea5a9;
}
#commentform .required {
  display: none;
}
#commentform input {
  height: 17px;
  width: 232px;
  padding: 2px;
  border-width: 1px;
}
#commentform textarea {
  height: 119px;
  width: 492px;
  padding: 2px;
  border-width: 1px;
}


#commentform .comment-form-author {
  float: left;
}
#commentform .comment-form-email {
  float: right;
}
#commentform .comment-form-comment {
  clear: both;
}
#commentform .form-submit {
  float: right;
}
#commentform .form-submit input {
  width: 96px;
  height: 29px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  background-color: #e7eff3;
  border: none;
  color: #255168;
  font-style: italic;
}

#commentform {
  overflow: hidden;
}