/*
Theme Name: Stuart Smith Roofing
Theme URI: http://www.roofer-richmond.co.uk
Description: A custom theme designed specifically for Stuart Smith Roofing
Author: Adam Bradford
Version: 1.0
Author URI: http://www.adambradford.com
*/

/*=== START SECTION 1 - Initial Styling ===*/
body {
	font-family: open-sans, sans-serif;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #666;
	background-color: #FFFFFF;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
img.aligncenter, div.aligncenter {
	display: block;
	margin: 0 auto;
}
img.alignright, div.alignright {
	margin: 1px 0 2px 10px;
	display: inline;
}
img.alignleft, div.alignleft {
	margin: 1px 10px 2px 0;
	display: inline;
}
h1 {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3em;
	color: #3B6382;
}
h1 a {
	text-decoration: none;
}
h2 {
	font-size: 22px;
	font-weight: 600;
	color: #C24D1F;
	line-height: 1.3em;
} 
h2 a {
	text-decoration: none;
	color: #C24D1F;
}
h3 {
	font-size: 19px;
	font-weight: 600;
	color: #3B6382;
}
h4 {
	font-size: 17px;
	font-weight: 600;
}
a {
	color: #3B6382;
}
a:hover { 
	text-decoration: none;
}
strong {
	font-weight: 600;
}
a img {
	border: 0;
}
a.image img {
	border: none;
}
/*=== END SECTION 1 - Initial Styling ===*/


/* LOW RESOLUTION, 480px and below ****************************************************************** */
@media only screen and (max-width: 480px) {
#wrapper {
	width: 300px;
	padding: 0px 10px;
	margin: 0 auto; 
	text-align: left;
}
/*=== START SECTION Header Region ===*/
#header-outer {
	text-align: center;
	height: 100px;
	margin: 0px;
	padding: 0px;
	background-color: #c11b2f;
	border-bottom: 2px solid #920B1B;
}
#header {
	margin: 0 auto;
	text-align: left;
	width: 300px;
	height: 100px;
	padding: 0px;
	margin: 0px;
	background-color: #c11b2f;
}
#header img {
	max-width: 250px;
	height: auto;
	margin: 10px 0px 0px 10px;
}
/*=== END SECTION 2 - Header Region ===*/

/*=== START SECTION 3 - Nav Region ===*/
.menu-header {
	display: none;	
}
/*=== END SECTION 3 - Nav Region ===*/

/*=== START SECTION 4 - Content Region ===*/
#homepage_hype_container {
		display: none;	
}
#main {
	width: 290px;
	padding: 0px 5px;
}
#content {
	width: 290px;
	padding: 0px;
	line-height: 1.3em;
}

#content h1, #content h2 {
	line-height: 1.3em;
}
.alignleft {
  max-width: 100px;
  height: auto;
}
.alignright {
  max-width: 100px;
  height: auto;
}
#content img {
	max-width: 290px;
	height: auto;
}
.wp-caption {
	max-width: 290px;
}
/*=== END SECTION 4 - Content Region ===*/

/*=== START SECTION 6 - Sidebar Region ===*/
#sidebar {
	width: 290px; 
}
#sidebar img {
	max-width: 290px; 
	height: auto;
}
.sidebarbox {
	width: 280px;
	border-radius:5px; 
	-webkit-border-radius:5px; 
	-moz-border-radius:5px; 
	box-shadow: 1px 1px 3px 0px #c0c0c0, -1px -1px 3px 0px #c0c0c0; 
	-webkit-box-shadow: 1px 1px 3px 0px #c0c0c0, -1px -1px 3px 0px #c0c0c0; 
	-moz-box-shadow: 1px 1px 3px 0px #c0c0c0, -1px -1px 3px 0px #c0c0c0; 
	margin: 20px 0px;
	padding: 2px 5px 10px 5px;
}
/*=== END SECTION 6 - Sidebar Region ===*/


/*=== START SECTION 7 - Footer Region ===*/
#footer-outer {
	text-align: center;
	height: 120px;
	margin: 0px;
	padding: 0px;
	background-color: #c11b2f;
	border-top: 2px solid #D9374B;
	clear: both;
}
#footer {
	margin: 0 auto;
	text-align: left;
	width: 270px;
	height: 65px;
	padding: 10px 10px 10px 20px;
	border-top: 2px solid #D9374B;
	color: #fff;
	clear: both;
	font-size: 11px;
	background-color: #c11b2f;
}
.menu-footer {
	display: none;
}
#adambox {
	display: none;
}
/*=== END SECTION 7 - Footer Region ===*/
}




/* HIGH RESOLUTION, 481px and higher ****************************************************************** */
@media only screen and (min-width: 481px) { 
#wrapper {
	width: 980px;
	padding: 0px 10px;
	margin: 0 auto; 
	text-align: left;
}
/*=== START SECTION Header Region ===*/
#header-outer {
	text-align: center;
	height: 120px;
	margin: 0px;
	padding: 0px;
	background-color: #c11b2f;
	border-bottom: 2px solid #920B1B;
}
#header {
	margin: 0 auto;
	text-align: left; 
	height: 120px;
	width: 980px;
	padding: 0px;
	background-color: #c11b2f;
	background-image: url(images/roofing-header-bg.png);
	background-repeat: no-repeat;
	background-position: 100% 40%;
}
#header-logo {
	width: 400px;
	float: left;
}
#header-social {
	width: 200px;
	float: right;
	text-align: right; 
	margin-top: 20px; 
	margin-bottom: 16px;
}



/*=== END SECTION 2 - Header Region ===*/

/*=== START SECTION 3 - Nav Region ===*/
#menu-outer {
	text-align: center;
	height: 30px;
	margin: 0px;
	padding: 0px;
	border-top: 2px solid #D9374B;
	border-bottom: 2px solid #920B1B;
	box-shadow: 0px 4px 6px 0px #C0C0C0 ;
	-webkit-box-shadow: 0px 4px 6px 0px #C0C0C0 ;
	-moz-box-shadow: 0px 4px 6px 0px #C0C0C0 ;
	background-color: #c11b2f;
background-image: -webkit-gradient(linear, left top, left bottom, from(#c11b2f), to(#a91525));
background-image: -webkit-linear-gradient(top, #c11b2f, #a91525);
background-image: -moz-linear-gradient(top, #c11b2f, #a91525);
background-image: -o-linear-gradient(top, #c11b2f, #a91525);
background-image: -ms-linear-gradient(top, #c11b2f, #a91525);
background-image: linear-gradient(top, #c11b2f, #a91525);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#c11b2f', EndColorStr='#a91525');
}
.menu-header {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
    display: block;
    margin: 0 auto;
    width:980px;
    border-left: 1px solid #920B1B;
    /*===  border-right: 1px solid #D9374B; ===*/
  	height:30px;
	background-color: #c11b2f;
background-image: -webkit-gradient(linear, left top, left bottom, from(#c11b2f), to(#a91525));
background-image: -webkit-linear-gradient(top, #c11b2f, #a91525);
background-image: -moz-linear-gradient(top, #c11b2f, #a91525);
background-image: -o-linear-gradient(top, #c11b2f, #a91525);
background-image: -ms-linear-gradient(top, #c11b2f, #a91525);
background-image: linear-gradient(top, #c11b2f, #a91525);
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#c11b2f', EndColorStr='#a91525');
}
.menu-header ul, div.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-header ul li, div.menu ul li {
	border-left: 1px solid #D9374B;
	border-right: 1px solid #920B1B;
	text-align: center;
}

.menu-header li, div.menu li {
    float: left;
    position: relative;
	padding: 0px 15px 0px 15px;
}
.menu-header ul ul {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    float: left;
    width: 180px;
    z-index: 99999;
}
.menu-header ul ul li {
    text-align: left;
}
.menu-header a {
	color: #FFFFFF;
    display: block;
    line-height: 30px;
    text-decoration: none;
    font-weight: normal;
}
.menu-header ul li:hover > ul {
    display: block;
}
.menu-header li:hover > a, .menu-header ul ul :hover > a {
    color: #EDB4BE;
}
.menu-header ul ul a {
    background: #FFF;
    line-height: 1em;
    padding: 10px;
    width: 220px;
    height: auto;
}
.menu-header ul li.current_page_item > a,
.menu-header ul li.current-menu-ancestor > a,
.menu-header ul li.current-menu-item > a,
.menu-header ul li.current-menu-parent > a {
    color: #EDB4BE;
}

/*=== END SECTION - Nav Region ===*/

/*=== START SECTION - Content Region ===*/
#main {
	width: 980px;
	padding: 0px;
}
#content {
	width: 660px;
	padding: 10px 0px;
	float: left;
	line-height: 1.3em;
}
.box {
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	box-shadow: 1px 1px 3px 0px #c0c0c0, -1px -1px 3px 0px #c0c0c0; 
	-webkit-box-shadow: 1px 1px 3px 0px #c0c0c0, -1px -1px 3px 0px #c0c0c0; 
	-moz-box-shadow: 1px 1px 3px 0px #c0c0c0, -1px -1px 3px 0px #c0c0c0; 
	margin: 0px 0px 30px 0px;
	padding: 2px 20px 10px 20px;
}
/*=== END SECTION 4 - Content Region ===*/



/*=== START SECTION 6 - Sidebar Region ===*/
#sidebar {
	float: right; 
	width: 300px; 
	margin: 40px 0px 20px 20px;
}
.sidebarbox {
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	box-shadow: 1px 1px 3px 0px #c0c0c0, -1px -1px 3px 0px #c0c0c0; 
	-webkit-box-shadow: 1px 1px 3px 0px #c0c0c0, -1px -1px 3px 0px #c0c0c0; 
	-moz-box-shadow: 1px 1px 3px 0px #c0c0c0, -1px -1px 3px 0px #c0c0c0; 
	margin: 0px 0px 30px 0px;
	padding: 2px 20px 10px 20px;
}
/*=== END SECTION 6 - Sidebar Region ===*/


/*=== START SECTION 7 - Footer Region ===*/
#footer-outer {
	text-align: center;
	height: 130px;
	margin: 0px;
	padding: 0px;
	background-color: #c11b2f;
	border-top: 2px solid #920B1B;
	clear: both;
}
#footer {
	margin: 0 auto;
	text-align: left;
	width: 980px;
	height: 100px;
	padding: 10px 0px;
	font-size: 13px;
	color: #fff;
	background-color: #c11b2f;
}
#footer a:link, #footer a:visited {

}
#footer a:hover {
	text-decoration: none;
}
/*=== Footer Menu ===*/

.menu-footer {
	width: 790px;
	height: 13px;
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
    display: block;
    margin: 0 auto;
    float: left;
}
.menu-footer ul, div.menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.menu-footer ul li, div.menu ul li {
	border-right: 1px solid #ccc;
	text-align: center;
	padding: 0px 5px;
}
.menu-footer ul li:first-child {
	border-left:none;
	padding-left: 0px;
}
.menu-footer ul li:last-child {
	border-right:none;
}
.menu-footer li, div.menu li {
    float: left;
    position: relative;
}
.menu-footer ul ul {
    display: none;
    position: absolute;
    top: 11px;
    left: 0;
    float: left;
    width: 180px;
    z-index: 99999;
}
.menu-footer ul ul li {
    text-align: left;
}
.menu-footer a {
	color: #FFF;
    display: block;
    font-weight: normal;
}
.menu-footer ul li:hover > ul {
    display: block;
}
.menu-footer li:hover > a, .menu-footer ul ul :hover > a {
    color: #EDB4BE;
    text-decoration: none;
}
.menu-footer ul ul a {
    background: #FFF;
    line-height: 1em;
    padding: 10px;
    width: 220px;
    height: auto;
}
.menu-footer ul li.current_page_item > a,
.menu-footer ul li.current-menu-ancestor > a,
.menu-footer ul li.current-menu-item > a,
.menu-footer ul li.current-menu-parent > a {
    color: #EDB4BE;
}
#adambox {
	float: right;
	width: 150px;
	text-align: right;
	margin-top: 0px;
}
#adambox a {
	color: #fff;
	text-decoration: none;
}
}

/*=== SHARED CSS FOR ALL RESOLUTIONS ==================================================================*/
.applelinkswhite {
	color: #fff;
	text-decoration: none;
}
/*=== LISTS ===*/
#content ul {
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0 0 0 0px;
	display: table;
	border-spacing: 5px;
	font-weight: 600;
}
#content li:before {
	list-style: none;
	color: #c11b2f;
	content: "\f0c8"; 
	font-size: 11px;
    font-family: FontAwesome;
    padding-right: 0px;
	text-decoration: inherit;
	margin-left: 0px;
	overflow: hidden;
	display: table-cell;
}
#content ul li {
	display: table-row;
	padding-bottom: 20px;
}
.wp-caption {
	padding: 0;
	clear: none;
	margin-bottom: 40px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	margin-top: 1px 
	margin-bottom: 40px !important;
	text-align: center;
	font-size: 12px;
}


/*=== Bullet modification for document lists ===*/
.list-doc li:before {
	color: #0b505d !important;
	content: "\f0f6" !important; 
}
/*=== End lists ===*/


#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0px;
	display: table;
	border-spacing: 5px;
	font-weight: 600;
}
#sidebar li:before {
	list-style: none;
	color: #c11b2f;
	content: "\f0c8";
	font-size: 11px;
    font-family: FontAwesome;
    padding-right: 0px;
	text-decoration: inherit;
	margin-left: 0px;
	overflow: hidden;
	display: table-cell;
}
#sidebar ul li {
	display: table-row;
	padding-bottom: 20px;
}

.navigation {
	margin-bottom: 40px;
}

.entry-date {
	height: 40px;
	width: 38px;
	display: inline;
	float: left;
	margin: 0 7px 10px 0;
	padding: 0;
	border: 1px solid #C2CBD8;
	border-radius: 3px;
	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
	background-repeat: no-repeat;
	background-color: #f7fbfe;
}
.entry-month {
	font-size: 10px;
	width: 38px;
	text-align: center;
	height: 8px;
	margin: 0;
	padding: 0 0 6px 0;
	text-transform: uppercase;
	color: #FFF;
	font-weight: 500;
	font-style: normal;
	background-color: #3B6382;
	border-top-left-radius: 2px;
  	-webkit-border-top-left-radius: 2px;
  	-moz-border-radius-topleft: 2px;
  	border-top-right-radius: 2px;
  	-webkit-border-top-right-radius: 2px;
  	-moz-border-radius-topright: 2px;	
}
.entry-day {
	font-size: 16px;
	text-align: center;
	height: 16px;
	width: 38px;
	margin: 0;
	line-height: 16px;
	color: #3B6382;
	font-weight: 500;
	font-style: normal;
}
.entry-year {
	font-size: 8px;
	text-align: center;
	height: 8px;
	width: 38px;
	margin: 0px 0 0 0;
	line-height: 8px;
	color: #3B6382;
	font-weight: 500;
	font-style: normal;
}


.entry-meta {
	font-size: 11px;
  	margin: 0 0 10px 0px;
  	color: #999;
}
.underpost {
	font-size: 11px;
	color: #999;
}
.underpost a {
	text-decoration: underline;
}
a.post-edit-link:link, a.post-edit-link:visited {
	text-decoration: none;
	font-size: 11px;
}
.entry-content, .entry-excerpt {
	clear: left;
	margin-bottom: 30px;
}
.btn200 {
  	font-size: 14px;
	font-weight: 500;
	text-align: center;
  	width:190px;
  	height:20px;
 	padding:5px;
  	border-top:1px solid #D01D37;
  	border-bottom:1px solid #7F0011;
  	background-image: -webkit-gradient(linear, left top, left bottom,
        color-stop( 0.0, #b3001f ),
        color-stop( 1.0, #980018 ));
  	background-image: -webkit-linear-gradient(top,
        #b3001f, 
        #980018 );
  	background-image: -moz-linear-gradient(top,
        #b3001f, 
        #980018 );
  	background-image: -ms-linear-gradient(top,
        #b3001f, 
        #980018 );
  	background-image: -o-linear-gradient(top,
        #b3001f, 
        #980018 );
  	background-image: linear-gradient(top,
        #b3001f, 
        #980018 );
  	border-radius:3px;
  	-webkit-border-radius:3px;
  	-moz-border-radius:3px;
  	box-shadow: 0px 4px 6px 0px #C0C0C0 ;
  	-webkit-box-shadow: 0px 4px 6px 0px #C0C0C0 ;
  	-moz-box-shadow: 0px 4px 6px 0px #C0C0C0 ;	
}
.btn200 a {
  	color: #FFF;
  	text-decoration: none;
}
.btn200 a:hover {
  	color: #EDB4BE;
}
.smalltext {
	font-size: 12px;
}
/*=== Start Form Plugin ===*/
.fm-form label {
	font-weight: 500;
}
.fm-form ul {
	margin: 0 !important;
	padding: 0 !important;
}
.fm-form ul li {
	list-style: none !important;
	margin-left: 0px !important;
}
.fm-form li:before {
	content: none !important;
}
/*=== End Form Plugin ===*/
input[type="text"], textarea {
	color: #000000;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius:3px;
  	-webkit-border-radius: 3px;
  	-moz-border-radius: 3px;
	font-size: 13px;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	margin: 0;
}
/*=== END SECTION 8 - Misc. & Plugins ===*/
