/*
    Theme Name: PJBv2013 Child Theme
    Theme URI: https://buchanan.org
    Description: PJBv2013 is child theme for the Genesis Framework.
    Author: Linda Muller
    Author URI: http://smethportweb.com/

    Version: 1.5.0

    Tags: black, blue, brown, gray, green, orange, pink, purple, red, silver, tan, white, yellow, dark, light, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, featured-images, full-width-template, post-formats, sticky-post, theme-options, threaded-comments

    Template: genesis
    Template Version: 1.8

    License: GNU General Public License v2.0 (or later)
    License URI: https://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
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Tag Cloud Widget
* RSS Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* PJBv2013 Amethyst
* PJBv2013 Copper
* PJBv2013 Silver
* Responsive Design

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(https://fonts.googleapis.com/css?family=Great+Vibes);


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
    color: #333;
    font-family: 'Palatino Linotype', Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

.sticky,
.taxonomy-description,
.wp-caption {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

input,
select,
textarea {
    background: #fff;
    color: #734E24;
    font-family: 'Palatino Linotype', Georgia, "Times New Roman", serif;
    font-size: 14px;
}

input[type="text"],
textarea {
    -moz-box-shadow: 1px 1px 3px #ddd inset;
    -webkit-box-shadow: 1px 1px 3px #ddd inset;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #bbb;
    border-right: 1px solid #ddd;
    border-top: 1px solid #bbb;
    box-shadow: 1px 1px 3px #5E4726 inset;
    margin: 5px 0;
    padding: 10px;
}

li,
ol,
ul {
    margin: 0;
    padding: 0;
}

ol li {
    list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
    /*color: #b88e52;*/
    color: #A37C43;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: underline;
}

a img {
    border: none;
}


/* Body
------------------------------------------------------------ */

body {
    background: #fff url(images/ltm-bg-white-stripe.gif);
}

::-moz-selection {
    background-color: #666;
    color: #fff;
}

::selection {
    background-color: #666;
    color: #fff;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.70);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.70);
    /*background: url(images/ltm-bg-green-top.jpg) repeat-x top; */
    background: url(images/ltm-bg-navy-top.jpg) repeat-x top;
    border-top: 3px solid #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.70);
    /*margin: 0;*/
    margin: 20px auto 10px;
    padding: 0;
}

/* Header
------------------------------------------------------------ */

#header {
    margin: 0 auto;
    min-height: 140px;
    width: 1140px;
}

#title-area {
    float: left;
    margin: 25px 0 0;
    overflow: visible;
    padding: 0;
    width: auto;
}

#title {
    color: #D4BB96 !important;
    font-family:  'Great Vibes', Georgia, Times New Roman, serif !important;
    font-size: 64px !important;
    line-height: 1.1 !important;
    margin: 0;
    padding: 0 0 0 0px;
    text-shadow: #000 -3px -3px;
}

#title a,
#title a:visited {
    /*color: #e7cba4; */
    font-family:  'Great Vibes', Georgia, Times New Roman, serif !important;
    color: #D4BB96 !important;
    font-size: 64px !important;
    line-height: 1.1 !important;
    padding: 0;
    text-decoration: none !important;
}

#title a:hover {
    color: #fff !important;
    text-decoration: none !important;
}

#description {
    color: #ADADAD;
    font-size: 24px;
    font-style: italic;
    font-weight: bold;
    margin: 1px 0 0;
    padding: 0;
    text-shadow: -2px -2px #000000;
}

#header .widget-area {
    /*float: right;  */
    float: left;
    padding: 3px 0 0;
    /*width: 100%; */
    width: 100%;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
    display: block;
    float: left;
    min-height: 140px;
    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: 100%;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

#nav {
    margin: -20px 0 30px;
}

#subnav {
    margin: -10px 0 20px;
}

#nav .wrap,
#subnav .wrap {
    margin: 0 auto;
    width: 1140px;
}

.menu-primary,
.menu-secondary,
#header .menu {
    clear: both;
    color: #cacaca;
    /*font-size: 14px;*/
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto;
    overflow: hidden;
    text-shadow: -2px -2px #000000;
}

#header .menu {
    /*float: right; */
    float: left;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
    float: left;
    width: 100%;
}

.menu-primary li,
.menu-secondary li,
#header .menu li {
    float: left;
    list-style-type: none;
}

.menu-primary a,
.menu-secondary a,
#header .menu a {
    color: #cacaca;
    display: block;
    /*font-size: 20px; */
    font-size: 18px;
    font-weight: bold;
    /*font-weight: normal;   */
    padding: 16px 12px;
    position: relative;
    text-decoration: none;
    text-shadow: -2px -2px #000000;
}

.menu-secondary a {
    color: #b88e52;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
    color: #fff;
    text-shadow: -2px -2px #000000;
}

.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a {
    color: #333;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
    background: none;
    border-bottom: 1px dotted #323232;
    color: #cacaca;
    font-size: 16px;
    padding: 9px 8px 8px;
    position: relative;
    text-transform: none;
    width: 168px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
    color: #fff;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.60);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.60);
    /*background: url(images/ltm-bg-green-148.jpg);*/
    background: url(images/ltm-bg-navy.jpg);
    border: 1px solid #404040;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.60);
    height: auto;
    left: -9999px;
    margin: 0 0 0 -1px;
    padding: 15px 20px 20px 20px;
    position: absolute;
    width: 190px;
    z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
    width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
    margin: -36px 0 0 159px;
}

.menu li:hover ul ul,
.menu li.sfHover ul ul {
    left: -9999px;
}

.menu li:hover,
.menu li.sfHover {
    position: static;
}

ul.menu li:hover>ul,
ul.menu li.sfHover ul,
#header .menu li:hover>ul,
#header .menu li.sfHover ul {
    left: auto;
}

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
    /*padding-right: 25px;*/
    padding-right: 10px;
}

.menu li a .sf-sub-indicator {
    background: url(images/icon-down.png) no-repeat top;
    /*height: 3px; */
    height: 7px;
    position: absolute;
    /*right: 7px;*/
    right: 1px;
    text-indent: -9999px;
    top: 28px;
    width: 5px;
}

.menu li a:hover .sf-sub-indicator {
    background-position: bottom;
}

.menu-secondary li a:hover .sf-sub-indicator {
    background-position: top;
}

.menu li li a .sf-sub-indicator,
.menu li li li a .sf-sub-indicator {
    background: url(images/icon-right.png) no-repeat left;
    height: 5px;
    position: absolute;
    right: 8px;
    text-indent: -9999px;
    top: 15px;
    width: 3px;
}

.menu li li a:hover .sf-sub-indicator,
.menu li li li a:hover .sf-sub-indicator {
    background: url(images/icon-right.png) no-repeat right;
}

#wpadminbar li:hover ul ul {
    left: 0;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
    float: right;
    padding: 16px 12px;
}

.menu li.right a {
    background: none;
    border: none;
    color: #e7cba4;
    display: inline;
    text-decoration: none;
}

.menu li.right a:hover {
    color: #fff;
    text-decoration: none;
}

.menu li.search {
    padding: 0;
}

.menu li.rss a {
    background: url(images/rss.png) no-repeat center left;
    margin: 0 0 0 10px;
    padding: 0 0 0 16px;
}

.menu li.twitter a {
    background: url(images/twitter-nav.png) no-repeat center left;
    padding: 0 0 0 20px;
}


/* Inner
------------------------------------------------------------ */

#inner {
    margin: 0 auto;
    padding: 0;
    width: 1140px;
}

.PJBv2013-landing #inner {
    margin: 40px auto 0;
    width: 800px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
    border: none;
    color:#ADADAD;
    font-family: Arial,Tahoma,sans-serif;
    font-size:12px;
    font-weight:normal;
    list-style-type:none;
    margin:-20px 0 0;
    padding:0 0 0 9px;
}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
    background-color: #fff;
    margin: -10px 0 30px;
    padding: 0 0 15px;
}

.taxonomy-description p {
    font-size: 14px;
    padding: 15px 15px 0;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
    float: left;
    /*width: 960px; */
    width: 915px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
    width: 100%;
}

.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
    float: right;
}


/* Content
------------------------------------------------------------ */

#content {
    float: left;
    padding: 0;
    width: 580px;
    /*width: 630px;*/
}

.content-sidebar #content,
.sidebar-content #content {
    width: 810px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
    float: right;
}

.full-width-content #content {
    width: 1140px;
}

.full-width-content.PJBv2013-landing #content {
    width: 800px;
}

.page .page,
.post {
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
    background: #fff;
    border: 3px solid #CB9D5C;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
    margin: 0 0 40px;
}

.page .page .wrap,
.post .wrap {
    border: 1px solid #666666;
    padding: 36px;
    position: relative;
}


.post .wrap {
    background: #fff url(images/ltm-accent-01.png) no-repeat right bottom;
}

.page .page .wrap .left-corner,
.page .page .wrap .right-corner,
.post .wrap .left-corner,
.post .wrap .right-corner {
    height: 47px;
    position: absolute;
    top: -8px;
    width: 47px;
}

.page .page .wrap .left-corner,
.post .wrap .left-corner {
    background: url(images/left-corner.png) no-repeat;
    left: -8px;
}

.page .page .wrap .right-corner,
.post .wrap .right-corner {
    background: url(images/right-corner.png) no-repeat;
    right: -8px;
}

.entry-content {
    overflow: hidden;
}

.entry-content p {
    margin: 10px;
    /*margin: 0 0 25px;  */
}

blockquote {
    background:
        url(images/ltm-bar-224-01.png) no-repeat center top,
        url(images/ltm-bar-224-01.png) no-repeat center bottom;
    color: #666;
    font-size: 20px;
    margin: 30px 0 30px;
    padding: 25px 40px 30px;
    text-align: center;
}

blockquote p {
    color: inherit;
    font-size: inherit;
    font-style: italic;
}

p.subscribe-to-comments {
    padding: 20px 0 10px;
}

.clear {
    clear: both;
}

.clear-line {
    border-bottom: 1px solid #ddd;
    clear: both;
    margin: 0 0 25px;
}

.more-link {
    display: block;
    font-family: 'Great Vibes', Georgia, Times New Roman, serif;
    font-size: 30px;
    margin: 25px 0 10px;
}


/* 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;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even,
.genesis-grid-odd {
    margin: 0 0 20px;
    padding: 0 0 15px;
    width: 48%;
}

.genesis-grid-even {
    float: right;
}

.genesis-grid-odd {
    clear: both;
    float: left;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
    font-family: 'Palatino Linotype', Georgia, "Times New Roman", serif;
    font-weight: normal;
    line-height: 1.25;
    margin: 0 0 10px;
}

/* ********* Added h1 and h2 with important tag to override CDN ***********  */

h1, .h1, h1 a, h1 a:visited {
    font-size: 37px;
    color: #a37c43;
    font-weight: 300;
    font-family: 'Palatino Linotype', Georgia, "Times New Roman", serif;
}

h1 a:hover {
    color: #D2B48C;
    text-decoration: none;
}

h2, .h2, h2 a, h2 a:visited {
    font-size: 36px;
    color: #a37c43;
    font-weight: 300;
    font-family: 'Palatino Linotype', Georgia, "Times New Roman", serif;
}

h2 a:hover {
    color: #D2B48C;
    text-decoration: none;
}


.widget-area h2,
.widget-area h2 a {
    color: #D2B48C;
    font-family: 'Palatino Linotype', Georgia, "Times New Roman", serif;
    /*font-size: 24px; */
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px;
}

.widget-area h2 a:hover {
    /*color: #b88e52; */
    /*color: #D2B48C; */
    color: #FFFFFF;
    text-decoration: none;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 20px;
}

.taxonomy-description h1 {
    font-size: 14px;
    padding: 0;
}

#sidebar h4 {
    color:#666666;
    font-family:'Great Vibes','Palatino Linotype',Georgia,"Times New Roman, Serif";
    font-size:34px;
    margin:0 0 20px;
    text-align: center;
}

#sidebar-alt h4 {
    /*color: #008000; */
    color: #000080;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
    text-shadow: #fff 1px 1px;
    text-transform: none;
}

.widget-area h4 a {
    color: #666;
    text-decoration: none;
}

#footer-widgets h4, #footer-widgets h4 a {
    background: none;
    border: none;
    /*color: #D2B48C;*/ /* TAN */
    color: #D4BB96;
    font-family: 'Great Vibes', Georgia, Times New Roman, serif;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 5px;
    padding: 0 0 0 0px;
    text-shadow: #000 2px 2px;
}

#footer-widgets h2 a
/*#footer-widgets h4 a */{
    color: #fff;
}

h5 {
    font-size: 18px;
}

h6 {
    /*font-size: 16px;*/
    font-size: 24px;
    color: #04558B;

}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
    margin: 0;
    padding: 0 0 25px;
}

.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 ol ol,
.entry-content ul ul {
    padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
    color:#7C7C7C;
    display:inline-block;
    font-size:15px;
    font-style:italic;
    margin:0 0 10px -36px;
    padding:10px 20px 0 36px;
}

.post-info a {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 10px;
    font-style: normal;
    padding: 0 5px;
    text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
    border-top: 1px solid #e2e2e2;
    color: #7c7c7c;
    display: inline-block;
    font-size: 13px;
    font-style: italic;
    margin: 0 150px 0 -36px;
    padding: 20px 20px 0 36px;
}

.post-meta a {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 10px;
    font-style: normal;
    padding: 0 5px;
    text-transform: uppercase;
}

.post-date {
    -moz-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.20);
    background:url("images/black-transparent.png") repeat scroll 0 0 transparent;
    box-shadow:0 1px 5px 1px #D8AB79;
    /*box-shadow:0 2px 2px 1px #845826; */
    color:#ADADAD;
    display:block;
    font-size:14px;
    font-weight: bold;
    font-style:italic;
    padding:8px;
    /*padding:10px;*/
    position:absolute;
    right:15px;
    text-align:center;
    top:0;
    width:auto;
   /* width:80px;   */
    z-index:999;
}

/*.post-date em {
    color: #b88e52;
    display: block;
    font-family: 'Great Vibes', Georgia, Times New Roman, serif;
    font-size: 55px;
    font-style: italic;
    line-height: 55px;
}*/

.post-date em {
    color:#B88E52;
    display:block;
    font-family: Times New Roman, serif;
    /*font-weight: bold;*/
    font-size:36px;
    /*font-size:40px;  */
    font-style:italic;
    line-height:30px;
}

.post-photo:hover .post-date em {
    color: #7d7d7d;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.30);
    background: #fff;
    border: 3px solid #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.30);
    margin: 0 0 40px;
}

.author-box div {
    border: 1px solid #e2e2e2;
    padding: 36px;
    position: relative;
}

.author-box p {
    font-size: 14px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
    background-color: #f5f5f5;
    margin: -10px 0 40px;
    padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
    float: left;
    padding: 20px 20px 0 0;
    width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
    background: url(images/icon-dot.png) no-repeat left;
    margin: 0 0 0 10px;
    padding: 0 0 0 15px;
}


/* Images
------------------------------------------------------------ */

img {
    height: auto;
    max-width: 100%;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
    background-color: #fff;
    border: 1px solid #e2e2e2;
    padding: 2px;
}

.author-box .avatar {
    background-color: #fff;
    float: left;
    margin: 0 30px 0 0;
}

.post-image {
    margin: 0 10px 10px 0;
}

.post-photo {
    background: #b88e52;
    display: block;
    margin: 0 0 30px;
    position: relative;
    text-decoration: none !important;
}

.post-photo:hover img {
    filter: alpha(opacity=50); /* For IE8 and earlier */
    opacity: 0.50;
}

.comment-list li .avatar {
    background-color: #fff;
    float: right;
    margin: 5px 0 0 10px;
}

img.centered,
.aligncenter {
    display: block;
    margin: 0 auto 10px;
}

img.alignnone {
    display: inline;
    margin: 0 0 10px;
}

img.alignleft {
    display: inline;
    margin: 0 15px 10px 0;
}

img.alignright {
    display: inline;
    margin: 0 0 10px 15px;
}

.alignleft {
    float: left;
    margin: 0 15px 10px 0;
}

.alignright {
    float: right;
    margin: 0 0 10px 15px;
}

.wp-caption {
    padding: 5px;
    text-align: center;
}

p.wp-caption-text {
    font-size: 14px;
    margin: 5px 0;
}

.wp-smiley,
.wp-wink {
    border: none;
    float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
    font-size: 14px;
    margin: 0 0 40px;
    overflow: hidden;
    padding: 10px 2px;
    width: 100%;
}

.previous-post   {
    font-size: 1.2em;
    margin: 0;
    overflow: hidden;
    padding: 10px 5px 0px 15px;
    width: 100%;
}

.next-post   {
    font-size: 1.2em;
    margin: 0;
    overflow: hidden;
    padding: 0px 5px 10px 15px;
    width: 100%;
}


.navigation li {
    display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.30);
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.30);
    padding: 5px 12px;
    text-decoration: none;
}

.navigation li a:hover,
.navigation li.active a {
    background-color: #1d1d1d;
    color: #fff;
    text-decoration: none;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
    color: #666;
    display: inline;
    float: right;
    font-family: Arial, Tahoma, sans-serif;
    /*font-size: 14px;*/
    font-size: 16px;
    /*width: 275px; */
    width: 300px;
}

#sidebar-alt {
    float: left;
    /*font-size: 13px; */
    font-size: 15px;
    margin-top: 175px;
    text-transform: uppercase;
    width: 190px;
    /*width: 150px;*/
}

.primary-nav #sidebar-alt {
    margin-top: 170px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
    float: left;
}

.content-sidebar-sidebar #sidebar-alt {
    float: right;
}

.sidebar p {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    margin-bottom: 15px;
}

.widget-wrap {
    overflow: hidden;
}

/*#sidebar .widget {
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.30);
    background: #fff;
    border: 3px solid #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.30);
    margin: 0 0 20px;
}*/

#sidebar .widget {
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
    background: none repeat scroll 0 0 #FFFFFF;
    border: 3px solid #CB9D5C;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.80);
    margin: 0 0 30px;
}

#sidebar .widget .widget-wrap {
    background: #fff url(images/ltm-bar-224-01.png) no-repeat center 25px;
    /*border: 1px solid #e2e2e2; */
    border: 1px solid #666666;
    padding: 56px 26px 26px;
}

#sidebar-alt .widget {
    margin-bottom: 40px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
    padding: 0;
}

.sidebar.widget-area ul ul,
.sidebar.widget-area ol ol {
    padding-left: 15px;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
    border-bottom: 1px dotted #cfcfcf;
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0 0 10px;
    word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
    border: none;
    margin: 0;
}


/* Dropdowns
------------------------------------------------------------ */

.widget_archive select,
#cat {
    display: inline;
    margin: 0;
    padding: 3px;
    width: 85%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
    clear: both;
    margin: 0 0 15px;
}

.featuredpage .page,
.featuredpost .post  {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.featuredpost .post {
    border-bottom: 1px dotted #cfcfcf;
    margin: 0 0 30px;
    padding: 0 0 10px;
}

.featuredpage .byline,
.featuredpost .byline {
    border-top: 1px solid #e2e2e2;
    color: #7c7c7c;
    display: inline-block;
    font-family: 'Palatino Linotype', Georgia, "Times New Roman", serif;
    font-size: 13px;
    font-style: italic;
    margin: 0 0 20px -36px;
    padding: 10px 20px 0 36px;
}

.featuredpage .byline a,
.featuredpost .byline a {
    font-family: Arial, Tahoma, sans-serif;
    font-size: 10px;
    font-style: normal;
    padding: 0 5px;
    text-transform: uppercase;
}

.featuredpage .more-link,
.featuredpost .more-link {
    font-size: 24px;
    margin-bottom: 0;
}

#footer-widgets .featuredpage .page,
#footer-widgets .featuredpost .post {
    margin: 0 0 10px;
    padding: 0;
}

.more-from-category {
    padding: 5px 15px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
    overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"] {
    -moz-border-radius: 5px;
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.30);
    -webkit-border-radius: 5px;
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.30);
    background: #f8f8f8 url(images/gradient.png) repeat-x bottom;
    border-bottom: 1px solid #9d9d9d;
    border-left: 1px solid #fff;
    border-radius: 5px;
    border-right: 1px solid #9d9d9d;
    border-top: 1px solid #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.30);
    cursor: pointer;
    line-height: 19px;
    padding: 10px 15px;
    text-decoration: none;
    text-shadow: #fff 1px 1px;
}

input:hover[type="button"],
input:hover[type="submit"] {
    background: #eaeaea;
    text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
    float: right;
    padding: 0;
}

.sidebar .searchform {
    padding: 0;
}

.s {
    background: #f8f8f8 url(images/icon-search.png) no-repeat 140px;
    color: #828282;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 11px;
    margin: 0;
    padding: 14px 15px 11px;
    text-shadow: #fff 1px 1px;
    text-transform: uppercase;
    width: 180px;
}

#header .s,
#nav .s {
    background: #f8f8f8 url(images/icon-search.png) no-repeat 270px;
    margin-top: 10px;
    width: 270px;
}

.searchform .searchsubmit {
    display: none;
}


/* eNews and Update Widget
------------------------------------------------------------ */


/* eNews and Update Widget
------------------------------------------------------------ */

#sidebar .enews-widget,
#footer-widgets .enews-widget {
    background: #976c2e !important;
    border: none;
    border-top: 1px solid #ba9e74 !important;
    padding: 4px !important;
}

#sidebar .enews-widget .widget-wrap,
#footer-widgets .enews-widget .widget-wrap {
    background: #b88e52 url(images/dotted-pattern.png);
    border: 1px solid #d4bb96;
    color: #fff;
    font-family: 'Palatino Linotype', Georgia, "Times New Roman", serif;
    font-size: 15px;
    padding: 15px;
    text-align: center;
    text-shadow: #8a6d45 -1px -1px;
}

#sidebar .enews-widget h4,
#footer-widgets .enews-widget h4 {
    color: inherit;
    font-size: 34px;
    text-transform: none;
}

#footer-widgets .enews-widget h4 {
    font-size: 30px;
}

#sidebar #subbox,
#footer-widgets #subbox {
    border-bottom: none;
    border-left: 1px solid #796445;
    border-right: none;
    border-top: 1px solid #796445;
    width: 180px;
}

#sidebar #subbutton,
#footer-widgets #subbutton {
    background: #e9dfce url(images/gold-light-gradient.png) repeat-x top;
    border-bottom: 1px solid #796445;
    border-right: 1px solid #796445;
    color: #3e2a0b;
    font-size: 32px;
    font-family: 'Great Vibes', cursive;
    line-height: 32px;
    margin-top: 15px;
    padding: 10px 15px 7px;
}


/* 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 {
    padding: 2px;
    text-align: center;
}

/* LTM ADDED for YOUTUBE CHANNEL GALLERY PLUGIN
----------------------------------------------------------------------- */

.ytccf:before, .ytccf:after {
    padding-bottom: 10px !important;
    margin-bottom: 5px !important;
}
ul.ytchagallery li {
    padding-bottom: 0px !important;
    padding-top: 10px !important;
}
.ytctitle {
  margin-bottom: 0 !important;
  font-family: Tahoma, Geneva, sans-serif !important;
  font-size: 16px !important;
  font-weight: normal !important;
  }
.ytc-row {
    border-top:4px dotted #CACACA;
    margin-top:0px !important;
    }

.ytctitle a {
    font-family: Tahoma, Geneva, sans-serif !important;
    font-weight: normal !important;
    font-size: 16px !important;
}

.ytctitledesc-cont * {
  font-family: Tahoma, Geneva, sans-serif !important;
  font-weight: normal !important;
  font-size: 14px !important; }

/*Player*/
.ytcplayer-wrapper{
    padding-bottom: 75% !important;
    margin-bottom: 10px !important;
    border-color: #976C2E !important;
    border-style: solid !important;
    border-width: 5px !important;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.9)!important;
}
.ytcplayer-wrapper.ytc-player4x3{
    padding-bottom: 75% !important;
}
iframe.ytcplayer {
    border-color: #F5F5F5 !important;
    border-style: solid !important;
    border-width: 2px !important;
}
/*Thumbnails*/
    ul.ytchagallery a.ytcthumb{
        border: 3px solid #976C2E !important;
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.9)!important;
    }
    .ytcplay{
      border: 1px solid #F5F5F5 !important;}

/* LTM 130903 ADDED for WP Customer Reviews  PLUGIN

/* title of review */
#wpcr_respond_1 .vcard { font-size:18px !important; padding-bottom:5px; line-height:11px !important; }
.wpcr_rname { padding:0px 0px 0px 0px; line-height:28px !important; }
#wpcr_respond_1 h2.summary { font-size:28px; color: #B88E52; padding: 5px 0 5px 0 !important; }
#wpcr_respond_1 h3.summary { padding: 5px 0 5px 0 !important; }
#wpcr_respond_1 h4.summary { padding: 5px 0 5px 0 !important; }
#wpcr_respond_1 h5.summary { padding: 5px 0 5px 0 !important; }
#wpcr_respond_1 h6.summary { padding: 5px 0 5px 0 !important; }
/* review text */
#wpcr_respond_1 blockquote.description { font-size:22px; font-weight:normal !important; }
#wpcr_respond_1 blockquote.description p { font-size:22px; font-weight:normal; display:inline !important; }
#wpcr_respond_1 p.response { font-size:22px; font-weight:normal; font-style:italic  !important; }


/* LTM ADDED for WORDPRESS SIMPLE PAYPAL SHOPPING CART PLUGIN
------------------------------------------------------------ */

.shopping_cart{
font-size:16px !important;
}
.shopping_cart h2{
font-size:1px !important;
color: #ffffff !important;

}
.shopping_cart img{
border:none;
}
.shopping_cart input{
width:auto !important;
}
.wp-cart-button-form input{
width: auto !important;
}
.wp_cart_checkout_button:hover{
    opacity:0.7;
}

.wp_cart_button:hover{
    opacity:0.7;
}


/* Tag Cloud Widget
------------------------------------------------------------ */

.tagcloud a,
.tagcloud a:visited {
    /*-moz-border-radius: 3px;
    -webkit-border-radius: 3px;*/
    /*background: url(images/tag.png) no-repeat right top; */
    /*border-radius: 3px;*/
    /*color: #FF00FF;  */
    display: inline-block;
    /*font-size: 11px !important;*/
    /*height: 23px;
    line-height: 23px;
    margin: 2px 0;
    padding: 0px 8px 0px 8px;
    text-decoration: none;
    text-transform: uppercase;*/
}



.tagcloud a:hover {
    /*background-position: right bottom !important;*/
    /*color: #333;
    text-decoration: underline;*/
}


/* RSS Widget
------------------------------------------------------------ */

.widget_rss ul li {
    margin: 0 0 5px !important;
    padding: 0 0 5px !important;
}

.widget_rss ul li .rsswidget {
    display: block;
   /*	font-family: 'Palatino Linotype', Georgia, "Times New Roman", serif;  */
    font-size: 14px;
    margin-bottom: 5px;
}

.widget_rss ul li .rss-date {
    border-top: 1px solid #e2e2e2;
    color: #7c7c7c;
    display: inline-block;
    font-family: 'Palatino Linotype', Georgia, "Times New Roman", serif;
    font-size: 13px;
    font-style: italic;
    margin: 0 0 10px -36px;
    padding: 10px 20px 0 36px;
}

.widget_rss ul li cite {
    display: block;
    font-family: 'Great Vibes', cursive;
    font-size: 22px;
    margin-top: 10px;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.70);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.70);
    /*background: url(images/ltm-bg-green-148.jpg); */
    background: url(images/ltm-bg-navy.jpg);
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.70);
    clear: both;
    color: #FFF;
    font-family: Arial, Tahoma, sans-serif !important;
    font-size: 16px;
    text-shadow: #000 2px 2px;
    margin: 30px auto 0px;
    overflow: hidden;
    width: 100%;
}


#footer-widgets .wrap {
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 30px 10px;
    width: 1140px;
}

#footer-widgets .widget {
   /*	background: url(images/black-transparent.png); */
    border: none;
    margin: 0 0 5px;
    padding: 20px;
}

#footer-widgets p {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    margin: 0 0 10px;
}

#footer-widgets a:hover {
    color: #fff;
}

#footer-widgets a, visited {
    color: #ADADAD;
}

#footer-widgets ul {
    margin: 0;
}

#footer-widgets ul li {
    border-bottom: 1px dotted #313131 !important;
    margin: 0 0 0 20px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
    background: none;
}

#footer-widgets .byline {
    border: none;
    margin: 0 0 20px;
    padding: 0;
}

#footer-widgets .post {
    background: none;
    border-bottom: 1px dotted #313131;
}
/* Column 1 */
.footer-widgets-1 {
    float: left;
    margin: 0 30px 0 0;
    width: 230px;
}
/* Column 2 */
.footer-widgets-2 {
    float: left;
    margin: 0 10px 0 0;
    width: 340px;
}

/* Column 4 */
.footer-widgets-3 {
    float: right;
    margin: 0;
    width: 260px;
}
/* Column 3 */
.footer-widgets-4 {
    float: left;
    margin: 0 20px 0 0;
    width: 230px;
}

#footer-widgets .widget-area .simple-social-icons ul li {
    border: none !important;
}


/* Footer
------------------------------------------------------------ */

#footer {
    clear: both;
    font-size: 16px;
    font-style: italic;
    margin: 0 auto;
    overflow: hidden;
    width: 1140px;
}

#footer .wrap {
    overflow: hidden;
    padding: 10px;
}

#footer p {
    font-size: inherit;
    font-style: inherit;
}

#footer a,
#footer a:visited {
    color: #b88e52;
    text-decoration: underline;
}

#footer a:hover {
    color: #333;
}

#footer .gototop {
    float: left;
    width: 200px;
}

#footer .creds {
    float: right;
    text-align: right;
    width: 650px;
}


/* Comments
------------------------------------------------------------ */

#comments {
    margin: 0 0 10px;
}

#respond {
    margin: 0 0 40px;
}

#comments h3,
#respond h3 {
    font-size: 36px;
    margin-bottom: 30px;
}

#author,
#comment,
#email,
#url {
    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 {
    padding: 10px;
}

.comment-list li,
.ping-list li {
    -moz-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.30);
    -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.30);
    background: #fff;
    border: 3px solid #fff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.30);
    font-weight: normal;
    list-style-type: none;
    margin: 0 0 20px;
    padding: 20px;
}

.comment-list li ul {
    margin: 30px 0 -20px;
}

.comment-list li ul li {
    list-style-type: none;
}

.comment-content {
    border-top: 1px dotted #c6c6c6;
    margin-top: 20px;
    padding-top: 20px;
}

.comment-content p {
    font-size: 16px;
    margin: 0 0 20px;
}

.comment-list cite,
.ping-list cite {
    font-family: 'Great Vibes', cursive;
    font-size: 30px;
    font-style: normal;
}

.comment-list .says,
.ping-list .says {
    display: none;
}

.commentmetadata {
    color: #7c7c7c;
    display: inline-block;
    font-size: 13px;
    font-style: italic;
}

.commentmetadata a {
    color: inherit;
    text-decoration: none;
}

.reply {
    background: url(images/ltm-bar-224-01.png) no-repeat center;
}

.comment-reply-link {
    color: #b88e52;
    font-family: 'Great Vibes', cursive;
    font-size: 24px;
    text-decoration: none;
}

.nocomments {
    text-align: center;
}

#comments .navigation {
    display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
    background-color: #f5f5f5;
}


/* Responsive Design
------------------------------------------------------------ */

@media only screen and (max-width: 1200px) {

    .full-width-content #content,
    .wrap,
    #header,
    #inner {
        max-width: 960px;
    }

    #header .widget-area {
        /*width: 560px;*/
        width: 100%;
    }

    #content {
        width: 470px;
    }

    #content-sidebar-wrap {
        width: 790px;
    }

    .content-sidebar #content,
    .sidebar-content #content {
        width: 630px;
    }

    .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 {
        padding: 0;
        width: 100%;
    }

    .footer-widgets-1 {
        width: 300px;
    }

    .footer-widgets-2 {
        width: 300px;
    }

    .footer-widgets-3 {
        width: 300px;
    }

}

@media only screen and (max-width: 800px) {

    body {
        width: 100%;
        margin: 0 auto;
    }

    .archive-page,
    .content-sidebar #content,
    .content-sidebar-sidebar #content,
    .PJBv2013-landing #inner,
    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3,
    .full-width-content.PJBv2013-landing #content,
    .full-width-content #content,
    .sidebar,
    .sidebar-content #content,
    .sidebar-content-sidebar #content,
    .sidebar-sidebar-content #content,
    .wrap,
    #content-sidebar-wrap,
    #footer,
    #footer .wrap,
    #footer .creds,
    #footer .gototop,
    #footer-widgets .wrap,
    #header,
    #header .widget-area,
    #inner,
    #nav .wrap,
    #sidebar-alt,
    #subnav .wrap,
    #title-area,
    #wrap {
        width: 100%;
    }

    #wrap {
        background: none;
    }

    #content,
    #content-sidebar-wrap {
        float: none;
    }

    .page .page .wrap,
    .post .wrap {
        background: none;
        width: auto;
    }

    #description,
    #footer .creds,
    #footer .gototop,
    #title,
    #title-area {
        float: none;
        text-align: center;
    }

    #title-area {
        margin: 0;
        padding: 10px 0;
    }

    #description,
    #title a,
    #title a:hover {
        padding: 0;
    }

    #header,
    #nav {
        /*background: url(images/ltm-bg-green-148.jpg); */
        background: url(images/ltm-bg-navy.jpg);
        height: auto;
        overflow: hidden;
    }

    #header .widget-area {
        padding: 0 0 10px;
    }

    #header .searchform {
        float: none;
        padding: 0;
        text-align: center;
    }

    #header .s {
        margin: 0 -7px 0 0;
    }

    #header .menu {
        float: none;
    }

    .menu-primary a,
    .menu-secondary a,
    #header .menu a {
        padding: 7px 12px;
    }

    .menu li a .sf-sub-indicator {
        top: 20px;
    }

    .menu li.right {
        display: none;
    }

    .breadcrumb,
    .sidebar .widget,
    .taxonomy-description {
        margin: 0 20px 20px;
    }

    .navigation {
        padding: 10px 0;
    }

    .page .page .wrap .right-corner,
    .post .wrap .right-corner {
        right: -4px;
        width: 44px;
    }

    #content {
        padding: 0;
    }

    .post-meta {
        margin-right: 0;
    }

    #respond {
        padding: 0 20px;
    }

    #footer-widgets .wrap {
        padding: 0;
    }

    .footer-widgets-1,
    .footer-widgets-2,
    .footer-widgets-3 {
        margin: 0;
    }

    #footer .wrap {
        padding: 20px 0;
    }



@media only screen and (max-width: 400px) {
    h1,
    h2,
    h2 a,
    h2 a:visited {
        font-size: 30px;
    }

    .post-info,
    .post-date,
    .post-meta {
        display: none;
    }

    #title {
        font-size: 58px;
    }

    .page .page .wrap,
    .post .wrap {
        padding: 20px 20px 0;
    }

    .page .page,
    .post {
        margin-bottom: 20px;
    }

    #sidebar .widget .widget-wrap {
        padding: 66px 20px 20px;
    }

    #footer-widgets .enews-widget .widget-wrap,
    #sidebar .enews-widget .widget-wrap {
        padding: 20px;
    }

/* LTM - Added for Home Page and Extras from Outreach */

/* Responsive Slider
------------------------------------------------------------ */

.PJBv2013 #genesis-responsive-slider {
    border: none;
    padding: 0;
}

.PJBv2013 #genesis-responsive-slider a,
.v #genesis-responsive-slider a:visited {
    color: #407ab4;
}

.PJBv2013 #genesis-responsive-slider a:visited {
    color: #407ab4;
}

.PJBv2013-blue.PJBv2013 #genesis-responsive-slider a,
.PJBv2013-blue.PJBv2013 #genesis-responsive-slider a:visited {
    color: #407ab4;
}

.PJBv2013 #genesis-responsive-slider a:hover {
  color: red;
    text-decoration: none;
}

.PJBv2013 .slide-excerpt {
    background-color: #090909;
    border: none;
    filter: alpha(opacity=80);
    margin: 0;
    opacity: 0.8;
}

html > body.PJBv2013 .slide-excerpt-border {
    border: none;
    margin: 0;
    padding: 15px;
}

.PJBv2013 #genesis-responsive-slider p {
    color: green;
}

.PJBv2013 #genesis-responsive-slider .flex-direction-nav li .prev {
    bottom: 10px;
    left: auto;
    right: 62px !important;
    top: auto;
}

.PJBv2013 #genesis-responsive-slider .flex-direction-nav li .next {
    bottom: 10px;
    left: auto;
    right: 10px !important;
    top: auto;
}


/* Home Sections
------------------------------------------------------------ */

#home-sections {
    background-color: #fff;
    overflow: hidden;
    padding: 40px 0;
}

#home-sections img {
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    margin: 0 0 10px;
    padding: 10px;
}

#home-sections img:hover {
    -moz-box-shadow: 0 0 3px #333;
    -webkit-box-shadow: 0 0 3px #333;
    box-shadow: 0 0 3px #333;
}

.home-1 {
    float: left;
    margin: 0 40px 0 0;
    width: 235px;
}

.home-2 {
    float: left;
    margin: 0 40px 0 0;
    width: 235px;
}

.home-3 {
    float: left;
    width: 235px;
}

.home-4 {
    float: right;
    width: 235px;
}

.PJBv2013 #genesis-responsive-slider h2,
.PJBv2013 #genesis-responsive-slider h2 a,
/*.widget-area h4,
.widget-area h4 a,*/
#home-sections h2,
#home-sections h2 a,
    #home-sections h4{
    color: #6ab446;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}

#home-sections h2,
#home-sections h2 a,
#home-sections h4 {
    font-weight: bold;
}

#home-sections h2 a:hover {
    color: #6ab446;
}

#home-sections h2 a,
#home-sections h4  {
    color: #333;
}



/* SUB-FOOTER */

#sub-footer h4 {
    color: #6ab446;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
}


#sub-footer {
    background-color: #393939;
    clear: both;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
    overflow: hidden;
    padding: 40px 0;
    width: 100%;
}

#sub-footer a,
#sub-footer a:visited {
    color: #6ab446;
}

#sub-footer p {
    color: inherit;
    font-size: inherit;
}

#sub-footer .latest-tweets {
    background: url(images/latest-tweet.png) top left no-repeat;
    font-size: 20px;
    min-height: 80px;
    padding: 0 0 0 120px;
}

#sub-footer .latest-tweets a,
#sub-footer .latest-tweets a:visited {
    color: #333;
    text-decoration: none;
}

#sub-footer .latest-tweets a:hover {
    text-decoration: underline;
}

#sub-footer .latest-tweets ul {
    position: relative;
}

#sub-footer .latest-tweets ul li {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #6ab446;
    border-radius: 10px;
    list-style-type: none;
    margin: 0 0 10px;
    padding: 20px 30px;
}

#sub-footer .latest-tweets ul li.last {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: none;
    border-radius: 10px;
    font-size: 16px;
    padding: 0;
}

#sub-footer .latest-tweets ul li.last a,
#sub-footer .latest-tweets ul li.last a:visited {
    color: #6ab446;
}

#sub-footer .latest-tweets ul li:before {
    content: '';
    display: block;
    height: 0;
    position: absolute;
    left: -16px;
    border-bottom: 15px solid;
    border-left: 15px solid;
    border-right: 15px solid;
    border-top: 15px solid;
    border-color: #6ab446 #6ab446 transparent transparent;
    top: 15px;
    width: 0;
}

.sub-footer-left {
    float: left;
    width: 785px;
}

.sub-footer-right {
    float: right;
    width: 235px;
}

    }}