/* Minification failed. Returning unminified contents.
(48,1): run-time error CSS1019: Unexpected token, found '@import'
(48,9): run-time error CSS1019: Unexpected token, found 'url('../responsive/style.css')'
(48,39): run-time error CSS1019: Unexpected token, found ';'
 */
.global-message-wrapper {
    padding: 1px 20px;
}

.global-message 
{
    background-color: #ffff9f !important;
    padding: 4px 7px;
    border: 1px solid #999991;
    text-align:left;
    width:100%;
	border-radius:3px; /* Don't expect this to work on IE6 or 7 */
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
/* 
Theme Name: Hartley
Theme URI: 
Description: An original design for Hartley's Raingutters Plus

Template: responsive
Version: 1.1.0
Author: ThemeID 
Author URI: http://southjerseywebsites.com
Tags: 

License: GNU General Public License
License URI: license.txt 

Responsive WordPress Theme, Copyright (C) 2003-2012 Emil Uzelac 

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/

/* =Import Styles
-------------------------------------------------------------- */
@import url('../responsive/style.css');
	
/* =Base
-------------------------------------------------------------- */
body {
    background: #000000 url(images/background.png) center top repeat-x;
    color: #000000;
    font-family: calibri, sans-serif;
font-size: 16px;
}

/* =Globals
-------------------------------------------------------------- */
#wrapper {
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
    border-radius: 0;
    border: none;
    margin: 0px auto 20px auto;
    padding: 10px;
}

.home #wrapper {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    padding: 0;
}

.front-page #wrapper {
background-color: transparent;
border: none;
margin: 0px auto 20px auto;
padding: 0;
}

.ie7 #wrapper {
    max-width: 981px;
}

.grid {
float: left;
margin-bottom: 0.1%;
padding-top: 0;
}
/* =Logo
-------------------------------------------------------------- */
#logo {

    margin-bottom: 0px;
    padding: 0px 0px;
}


/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
background: #990908;
background: -moz-linear-gradient(top,  #150201 0%, #990908 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#150201), color-stop(100%,#990908));
background: -webkit-linear-gradient(top,  #150201 0%,#990908 100%);
background: -o-linear-gradient(top,  #150201 0%,#990908 100%);
background: -ms-linear-gradient(top,  #150201 0%,#990908 100%);
background: linear-gradient(to bottom,  #150201 0%,#990908 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#150201', endColorstr='#990908',GradientType=0 );

}

.menu a {
border-left: 1px solid #585858;
color: #FFF;
cursor: pointer;
display: block;
font-size: 22px;
font-weight: normal;
height: 49px;
line-height: 49px;
margin: 0;
padding: 0 0.9em;
position: relative;
text-decoration: none;
text-shadow: 0 -1px 0 #000;
white-space: nowrap;
text-transform: uppercase;
transition: all 0.3s ease-out;}
.menu a:hover {
    background: #AC3929;
    background-image: none;
    color: #000;
    filter: none;
}

.menu .current_page_item a {
    background: #c4620c;
    background: rgba(225, 96, 58, 0.75);
    color: #fff;
}

.home .menu .current_page_item a {
    color: #fff;
}

.menu .sub-menu a {
    color: #444;
}

.menu li li {
    border-color: #eee;
}

.menu li li a {
    color: #444 !important;
}

.menu li li a:hover {
    background-color: #e8f4fd !important;
}

/* =Responsive Menu
    TinyNav + SelectBox
-------------------------------------------------------------- */
.tinynav,
.sb-holder { 
    display: none 
}

/* =Sub-Header Menu
-------------------------------------------------------------- */
.sub-header-menu {
    background: #fff;
    background: rgba(255, 255, 255, 0.75);
	border: none;
}

.sub-header-menu a {
    color: #080808;
    font-size: 12px;
    font-weight: 400;
	height: 33px;
	line-height: 33px;
}

.sub-header-menu a:hover {
	background: #f9f9f9;
    background: rgba(249, 249, 249, 0.75);
}

.sub-header-menu .current_page_item a,
.sub-header-menu .current-menu-item a {
	background: #f9f9f9;
    background: rgba(249, 249, 249, 0.75);
}

/* =Featured (home.php)
-------------------------------------------------------------- */
#featured {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
background: #cdcdcd;
background: -moz-linear-gradient(top,  #cdcdcd 0%, #f8f9f9 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cdcdcd), color-stop(100%,#f8f9f9));
background: -webkit-linear-gradient(top,  #cdcdcd 0%,#f8f9f9 100%);
background: -o-linear-gradient(top,  #cdcdcd 0%,#f8f9f9 100%);
background: -ms-linear-gradient(top,  #cdcdcd 0%,#f8f9f9 100%);
background: linear-gradient(to bottom,  #cdcdcd 0%,#f8f9f9 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cdcdcd', endColorstr='#f8f9f9',GradientType=0 );

    border-radius: 0;
    border: none;
    width: 100%;
}

#featured p {
    background: #23241f;
    background: rgba(35, 36, 31, 0.75);
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    margin: 0;
    padding: 10px 24px;
    text-align: left;
    text-shadow: rgba(0, 0, 0, 0.298039) 1px 1px;
}

#featured-image {
    background-color: #fff;
    margin: 0;
}

#featured-middle {
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
    background-color: #fff;
    margin-bottom: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
    border-top: 8px solid #abc40b;
}

#container {
margin: 0 auto;
max-width: 960px;
padding: 2px 2px;
background-color: #FFF;
}

/* =Content
-------------------------------------------------------------- */
#content {
margin-top: 0px;
margin-bottom: 20px;
}

#content-full {
margin-top: 0px;
margin-bottom: 20px;
}


#content-news {
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
	background-color: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.13);
    border-bottom: 8px solid #c4c4c4;
    border-top: 1px solid #fff;
	clear: both;
	margin: 20px auto 20px auto;
    max-width: 100%;
	padding: 30px;
	position: relative;
}

#content-news .post-title a {
    color: #080808;
}

#content-news .post-title a:hover {
    color: #889c09;
}

/* =Post/Meta
-------------------------------------------------------------- */
.post-meta-wrapper,
.post-meta-wrapper a {
    font-size: 12px;
    line-height: 1.5em;
    text-align: center; 
}

/* =Author Meta (Author's Box)
-------------------------------------------------------------- */
#author-meta {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
	background: none;
	border: none;
    border-radius: 0;
	clear: both;
	display: block;
	margin: 0 auto;
    padding: 0;
}

#author-meta img {
    display: block;
	float: none;
    margin: 0 auto;
	padding: 0;
}

#author-meta p {
    font-size: 12px;
    line-height: 1.5em;
    margin: 10px 0;
	padding: 0;
    text-align: center;
}

#author-meta .about-author {
	margin: 10px 0 0 0;
    text-align: center;
}

/* =Blockquote
-------------------------------------------------------------- */
blockquote {
	background: #e8f4fd;
	border: none;
	border-left: 4px solid #79b1d9;
	margin: 0;
	overflow: auto;
	padding: 20px
}

blockquote p {
	font-family: 'Georgia', 'Times New Roman', Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 26px;
}

.ie7 pre {
    width: auto;
}

/* =Headings
-------------------------------------------------------------- */
h1 {
color: #A20A07;
font-size: 2.4em;
font-weight: normal;
padding: 0px 0px;
text-align: left;
text-shadow: 2px 2px 4px rgba(150, 150, 150, 0.63);
}

h2 {
color: #A20A07;
font-size: 2.4em;
font-weight: normal;
padding: 0px 0px;
text-align: center;
text-shadow: 2px 2px 4px rgba(150, 150, 150, 1);
margin-bottom: .5em;
margin-top: .5em;
}


h6 {
    text-transform: none;
}

/* =Titles
-------------------------------------------------------------- */
#featured-image-title {
    background-color: #fff;
    margin-top: 63px;
    min-height: 179px;
}

.featured-title {

    color: #A20A07;
    

    font-size: 2em;
    font-weight: normal;
    padding: 10px 24px;
    text-align: center;
    text-shadow: rgba(0, 0, 0, 0.298039) 1px 1px;
}

.featured-subtitle {
    color: #c4a30b;
    font-size: 2.0em;
    text-align: center;
}

.widget-title {
    color: #080808;
    font-size: 1.188em;
    padding: 0 0 10px 0;
    text-transform: uppercase;
}

.widget-title-home h3 {
    color: #A20A07;
    font-size: 1.9em;
    font-weight: normal;
    padding: 10px 24px;
    text-align: left;
    text-shadow: rgba(0, 0, 0, 0.298039) 1px 1px;
}

/* =Widgets
-------------------------------------------------------------- */
.widget-wrapper {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background-color: #f7f7f7;
    border: 1px solid #eee;
    border-radius: 0;
}

.home .widget-wrapper {
background-color: #F0F0F0;
border: 1px solid #D3D3D3;
height: 200px;
}

.home #widgets {
	margin-top: 40px;
}

#widgets {
margin-top: 0px;
}

#widgets a {
    color: #444;
    font-weight: 400;
}

#widgets a:hover {
    color: #a9550b;
}

#widgets ul li {
    margin-left: 0;
}

.gallery-meta ul {
    margin-left: 0;
}

.colophon-widget,
.home .colophon-widget {
    background-color: transparent;
    border: none;
    text-align: center;
}

/* =Navigation
-------------------------------------------------------------- */
.navigation a {
    font-weight: 400;
}

/* =Links
-------------------------------------------------------------- */
a {
	color: #697807;
	font-weight: 700;
	text-decoration: none;
}

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

::selection {
	background: #ff2158;
    color: #fff;
	text-shadow: none;
}

/* =Buttons
-------------------------------------------------------------- */
button, 
a.button,
input[type='reset'], 
input[type='button'], 
input[type='submit'] {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
	background-color: #c4c4c4; /* Snow 3 */
	background-image: none;
	box-shadow: none;
    filter: none;
    font-weight: 400;
    transition: all 0.3s ease-out;
    text-shadow: none;
}

button:hover, 
a.button:hover,
input[type='reset']:hover, 
input[type='button']:hover, 
input[type='submit']:hover {
	background-color: #dadada;
	background-image: none;
    filter: none;
}

/* =Buttons (Call to Action)
-------------------------------------------------------------- */
.call-to-action {
    margin: 33px 0 10px 0;
    padding: 0;
	text-align: center;

}

.call-to-action a.button {
	font-size: 24px;
    font-weight: 400;
	padding: 15px 35px;
-moz-border-radius: 5px;
border-radius: 5px;
    text-shadow: rgba(0, 0, 0, 0.298039) 1px 1px;
}

.call-to-action a.button:hover {
	text-decoration: none;
}

.ie7 .call-to-action a.button {
    padding: 11px 35px 19px 35px;
}

/* =Buttons (Colors)
-------------------------------------------------------------- */
a.hartley{
	color: #fff;
      background: #A20A07; /* Maroon */
	background-image: none;
    border: none;
    filter: none;
}

a.hartley:hover {
	background-color: #ff5656;
	background-image: none;
    border: none;
    filter: none;
}

a.blue {
	background: #1874cd; /* Dodger Blue */
	background-image: none;
    border: none;
    filter: none;
}

a.blue:hover {
	background-color: #7db7f0;
	background-image: none;
    border: none;
    filter: none;
}

a.red {
	background-color: #cd0000; /* Red 4 */
	background-image: none;
    border: none;
    filter: none;
}

a.red:hover {
	background-color: #ff5656;
	background-image: none;
    border: none;
    filter: none;
}

a.orange {
	background-color: #ff7f00; /* Dark Orange 1 */
	background-image: none;
    border: none;
    filter: none;
}

a.orange:hover {
	background-color: #ffc388;
	background-image: none;
    border: none;
    filter: none;
}

a.yellow {
	background-color: #ecca06; /* Yellow Gold */
	background-image: none;
    border: none;
    filter: none;
}

a.yellow:hover {
	background-color: #fffadd;
	background-image: none;
    border: none;
    filter: none;
}

a.green {
	background-color: #2e8b57; /* Sea Green 4 */
	background-image: none;
    border: none;
    filter: none;
}

a.green:hover {
	background-color: #71d09b;
	background-image: none;
    border: none;
    filter: none;
}

a.olive {
	background-color: #838b83; /* Honey Dew 4 */
	background-image: none;
    border: none;
    filter: none;
}

a.olive:hover {
	background-color: #c9cdc9;
	background-image: none;
    border: none;
    filter: none;
}

a.purple {
	background-color: #5d478b; /* Medium Purple 4 */
	background-image: none;
    border: none;
    filter: none;
}

a.purple:hover {
	background-color: #a492c8;
	background-image: none;
    border: none;
    filter: none;
}

a.pink {
	background-color: #cd1076; /* Deep Pink 3 */
	background-image: none;
    border: none;
    filter: none;
}

a.pink:hover {
	background-color: #f471b8;
	background-image: none;
    border: none;
    filter: none;
}

a.brick {
	background-color: #b22222; /* Fire Brick */
	background-image: none;
    border: none;
    filter: none;
}

a.brick:hover {
	background-color: #e57777;
	background-image: none;
    border: none;
    filter: none;
}

a.gold {
	background-color: #8b6508; /* Dark Golden Rod 4 */
	background-image: none;
    border: none;
    filter: none;
}

a.gold:hover {
	background-color: #f3b828;
	background-image: none;
    border: none;
    filter: none;
}

a.brown {
	background-color: #8b4513; /* Saddle Brown */
	background-image: none;
    border: none;
    filter: none;
}

a.brown:hover {
	background-color: #8b4513;
	background-image: none;
    border: none;
    filter: none;
}

a.silver {
	background-color: #c0c0c0; /* Silver */
	background-image: none;
    border: none;
    filter: none;
}

a.silver:hover {
	background-color: #fff;
	background-image: none;
    border: none;
    filter: none;
}

a.gray {
	background-color: #696969; /* Dim Gray */
	background-image: none;
    border: none;
    filter: none;
}

a.gray:hover {
	background-color: #adadad;
	background-image: none;
    border: none;
    filter: none;
}

a.black {
	background-color: #080808; /* Black */
	background-image: none;
    border: none;
    filter: none;
}

a.black:hover {
	background-color: #4c4c4c;
	background-image: none;
    border: none;
    filter: none;
}

/* =Comments
-------------------------------------------------------------- */
#respond {
    -moz-border-right-colors: 0;
    -webkit-border-radius: 0;
    background-color: #f9f9f9;
    background-image: none;
    border: 1px solid #eee;
    border-radius: 0;
    filter: none;
}

.commentlist {
    border-bottom: none;
}

.commentlist li {
    -moz-border-right-colors: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #eee;
}

.commentlist li.odd {
    background-color: #f9f9f9;
    padding: 10px;
}

.commentlist li.even {
    padding: 10px;
}

.comment-body .comment-meta a {
    color: #9f9f9f;
}

.comment-body .comment-meta a:hover {
    color: #080808;
}

/* =Footer
-------------------------------------------------------------- */
#footer {
   background: #9c0a06;
background: -moz-linear-gradient(top,  #9c0a06 1%, #0a0100 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#9c0a06), color-stop(100%,#0a0100));
background: -webkit-linear-gradient(top,  #9c0a06 1%,#0a0100 100%);
background: -o-linear-gradient(top,  #9c0a06 1%,#0a0100 100%);
background: -ms-linear-gradient(top,  #9c0a06 1%,#0a0100 100%);
background: linear-gradient(to bottom,  #9c0a06 1%,#0a0100 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9c0a06', endColorstr='#0a0100',GradientType=0 );

    border-top: 4px solid #c4c4c4;
    color: #fff;
    max-width: 970px;
    padding: 33px 0;
   height: 100px;
font-size: 16px;
line-height: 1.5em;
}


#footer a {
    color: #fff;
}

#footer a:hover {
    color: #aeb3ba;
}

#footer-wrapper {
    display: block;
    max-width: 960px;
    margin: 0 auto;
}

/* =Media Print
-------------------------------------------------------------- */
@media print {

    h1 {
	    page-break-before: always;
    }

    h1,  h2,  h3,  h4,  h5,  h6 {
	    page-break-after: avoid;
    }

    ul,  ol,  dl {
	    page-break-before: avoid;
    }
}

/*	Retina (HiDPI) Display
    http://www.quirksmode.org/blog/archives/2012/06/devicepixelrati.html
-------------------------------------------------------------- */
@media 
    only screen and (-moz-min-device-pixel-ratio:1.5), 
    only screen and (-o-min-device-pixel-ratio:3/2), 
    only screen and (-webkit-min-device-pixel-ratio:1.5), 
    only screen and (min-device-pixel-ratio:1.5) {
    
    body {}
}

/* =Responsive (Mobile) Design
-------------------------------------------------------------- */
@media screen and (max-width: 680px) {

    body {}
	
    .grid, 
	.grid-right {
	    float: none;
    }
	
	#featured-image .fluid-width-video-wrapper {
	    margin: 20px 0 0 0;
    }
	
	.home #widgets {
		margin-top: 40px;
	}
    
    .top-widget,
    .home .top-widget {
        margin-top: 0 !important;
    }
    
    .hide-980 {
        display: none;
    }
    
    .show-980 {
        display: block;
    }
    
}

@media screen and (max-width: 650px) {

    body {}

h2 {
color: #A20A07;
font-size: 2.0em;
font-weight: normal;
padding: 0px 0px;
text-align: center;
text-shadow: 2px 2px 4px rgba(150, 150, 150, 1);
margin-bottom: .5em;
margin-top: 0em;
}

    #logo {
	    float: none;
        margin: 0;
	    text-align: center;
    }

    .grid, 
	.grid-right {
	    float: none;
    }

	#featured-image .fluid-width-video-wrapper {
	    margin: 20px 0 0 0;
    }
    
    .top-widget {
        float: none;
        margin: 0 auto 10px auto;
        position: relative;
        text-align: center;
        width: auto;
    }
    
    .top-widget .widget-title {
        text-align: center;
    }

.js .main-nav {
position: relative;
height: 30px;
background: #150201;
background: -moz-linear-gradient(top,  #150201 0%, #990908 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#150201), color-stop(100%,#990908));
background: -webkit-linear-gradient(top,  #150201 0%,#990908 100%);
background: -o-linear-gradient(top,  #150201 0%,#990908 100%);
background: -ms-linear-gradient(top,  #150201 0%,#990908 100%);
background: linear-gradient(to bottom,  #150201 0%,#990908 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#150201', endColorstr='#990908',GradientType=0 );
margin: 0 auto;
}



	
    .js .menu,
	.js .sub-header-menu {
		display: none;
	}
	
.js .main-nav #responsive_current_menu_item {
display: block;
padding: 5px 40px 5px 10px;
color: #fff;
font-weight: 400;
cursor: pointer;
text-transform: uppercase;
}
	.top-menu, 
	.footer-menu li {
	    float: none;
        font-size: 11px;
	    text-align: center;
    }
	
	.tinynav { 
	    display: block;
	}
    
    .sb-holder {
        display: block;
        z-index: 2;
    }
	
    #author-meta {
        padding: 20px;
    }
    
    #footer {
	    text-align: center;
    }

    #footer .social-icons {
        padding-bottom: 10px;
	    text-align: center;
    }
    .hide-650 {
        display: none;
    }
    
    .show-650 {
        display: block;
    }
    
}

@media screen and (max-width: 480px) {

    body {}

    #logo {
	    float: none;
	    text-align: center;
    }

    .grid, 
	.grid-right {
	    float: none;
    }
	
	#featured-image .fluid-width-video-wrapper {
	    margin: 20px 0 0 0;
	}
	
	.featured-title {
	    font-size: 40px;
    }
    
    .navigation .next,
    .navigation .previous {
        text-align: center;
    }
	
    .menu ul, 
	.menu li, 
	.top-menu, 
	.footer-menu li, 
	.sub-header-menu li {
	    float: none;
	    text-align: center;
        text-rendering: optimizeSpeed;
    }
	
    #footer {
	    text-align: center;
    }

    #footer .social-icons {
	    text-align: center;
    }
    
    .hide-480 {
        display: none;
    }
    
    .show-480 {
        display: block;
    }
    
}

@media screen and (max-width: 320px) {
    
    body {}
	
	#featured p {
	    font-size: 12px;
		line-height: 1.2em;
    }

    .featured-title {
	    font-size: 35px;
    }
	
	.featured-subtitle {
		font-size: 15px;
	}

    .call-to-action a.button {
	    font-size: 14px;
	    padding: 7px 17px;
    }
    
    .hide-320 {
        display: none;
    }
    
    .show-320 {
        display: block;
    }
    
}

@media screen and (max-width: 240px) {
    
    body {}
	
	#featured p {
	    font-size: 11px;
		line-height: 1.1em;
    }

    .featured-title {
	    font-size: 20px;
    }
	
	.featured-subtitle {
		font-size: 11px;
	}

    .call-to-action a.button {
	    font-size: 12px;
	    padding: 5px 15px;
    }
    
    .top-widget area,
    .top-widget select,
    .top-widget textarea,
    .top-widget input[type="text"], 
    .top-widget input[type="password"] {
        width: 75%;
    }
    
    .widget-title,
    .widget-title-home h3 {
        font-size: 14px;
        height: 13px;
        line-height: 13px;
        text-align: left;
    }
    
    .hide-240 {
        display: none;
    }
    
    .show-240 {
        display: block;
    }
}

/*The last 29 days of the month are the hardest."- Nikola Tesla*/
/*
     FILE ARCHIVED ON 00:31:27 Jan 15, 2016 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:35:20 Jul 10, 2017.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
