/*
Theme Name: Reivers Development (Alternate)
Theme URI: http://reivers-dev.com/
Description: Custom WordPress theme for Reivers Development.
Version: 1.0
Author: Andrew White
Author URI: http://www.pixeltrix.co.uk/
Tags: brown, fixed width, two columns, widgets
*/

/* @override 
	http://reivers-dev.sites/wp-content/themes/reivers_alternate/style.css
	http://reivers-dev.sites.pixeltrix.co.uk/wp-content/themes/reivers_alternate/style.css
	http://www.reivers-dev.co.uk/wp-content/themes/reivers_alternate/style.css
*/

/* @group Layout */

body {
    background: #A3ADA5;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin: 0px;
    padding: 0px;
}
#wrapper {
    background: #FFFFFF;
    border: 1px solid #273B2F;
    margin: 18px auto;
    padding: 12px;
    width: 960px;
    -box-shadow: 0px 0px 10px #273B2F;
    -moz-box-shadow: 0px 0px 10px #273B2F;
    -webkit-box-shadow: 0px 0px 10px #273B2F;
}
#main {
    margin: 12px;
}
#content {
	background: #EDEFEC url(images/content_top.png) no-repeat left top;
    float: left;
    display: inline;
    width: 692px;
    margin: 12px 0px;
	color: #495B4D;
}
#content div.wrapper {
	background: url(images/content_bottom.png) no-repeat left bottom;
	padding: 12px 24px;
}
#sidebar {
    float: right;
    display: inline;
    width: 220px;
    margin: 12px 0px 0px;
}
/* @end */

/* @group Header */

#header {
    position: relative;
}
#header h1 {
    width: 180px;
    height: 180px;
    margin: 0px 0px 12px 0px;
}
#header h1 a {
	display: block;
	background: url(images/logo.png);
    width: 192px;
    height: 180px;
    text-indent: -5000px;
    overflow: hidden;
}
#header div.slideshow {
    position: absolute;
    top: 0px;
    left: 192px;
    margin: 0px;
    width: 768px;
    height: 180px;
}
#header #banner img {
    display: block;
}
#header #kielderlink {
    width: 768px;
    height: 180px;
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 192px;
}

/* @end */

/* @group Navigation */

#navigation {
    background: #495B4D url(images/navigation.png) no-repeat left top;
	list-style: none;
    margin: 0px;
    padding: 0px;
    height: 32px;
    text-transform: lowercase;
    font-size: 14px;
    font-weight: bold;
}
#navigation li {
	float: left;
	display: inline;
	height: 32px;
}
#navigation li.last {
	float: right;
	display: inline;
}
#navigation li a {
	display: block;
	color: #A3ADA5;
	text-decoration: none;
	height: 32px;
	line-height: 32px;
	padding: 0px 12px;
	float: left;
	display: inline;
}
#navigation li a:hover {
	color: #FFFFFF;
}
#navigation li.current a {
	color: #FFFFFF;
}

/* @end */

/* @group Footer */

#footer {
    background: #495B4D url(images/footer_top.png) no-repeat left top;
    font-size: 11px;
    line-height: 14px;
    margin: 12px 0px 0px 0px;
    clear: both;
    position: relative;
}
#footer div.wrapper {
    background: url(images/footer_bottom.png) no-repeat left bottom;
    padding: 6px 12px 6px 12px;
    position: relative;
}
#footer #contact_details {
    float: left;
    display: inline;
    margin: 0px 12px 0px 0px;
    padding: 0px 12px 0px 0px;
    border-right: 1px solid #A3ADA5;
}
#footer #contact_details h4 {
	margin: 6px 0px 6px 0px;
	color: #FFFFFF;
	font-size: 12px;
}
#footer #contact_details p {
	margin: 0px 0px 6px 0px;
    color: #A3ADA5;
}
#footer #contact_details p a {
	color: #A3ADA5;
	text-decoration: none;
}
#footer #contact_details p a:hover {
	text-decoration: underline;
}
#footer #footer_links {
    float: left;
    display: inline;
}
#footer #footer_links h4 {
	margin: 6px 0px 2px 0px;
	color: #FFFFFF;
	font-size: 11px;
}
#footer #footer_links ul {
	list-style: none;
	margin: 0px 0px 6px 0px;
	padding: 0px;
}
#footer #footer_links ul li {
}
#footer #footer_links ul li a {
    color: #A3ADA5;
    text-decoration: none;
}
#footer #footer_links ul li a:hover {
	text-decoration: underline;
}
#footer #social_links {
    position: absolute;
    top: 12px;
    right: 12px;
}
#footer #social_links ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#footer #social_links ul li {
	float: left;
	display: inline;
	margin: 0px 0px 0px 6px;
	padding: 0px;
	width: 24px;
	height: 24px;
}
#footer #social_links ul li a {
	display: block;
	width: 24px;
	height: 24px;
	text-indent: -5000px;
	overflow: hidden;
}
#footer #social_links ul li#rss_link a {
	background: url(images/icons/rss.png) no-repeat top left;
}
#footer #social_links ul li#twitter_link a {
	background: url(images/icons/twitter.png) no-repeat top left;
}
#footer #social_links ul li#linkedin_link a {
	background: url(images/icons/linkedin.png) no-repeat top left;
}
#footer #social_links ul li#facebook_link a {
	background: url(images/icons/facebook.png) no-repeat top left;
}
#footer #copyright {
    position: absolute;
    right: 12px;
    bottom: 12px;
    text-align: right;
}
#footer #copyright h4 {
	margin: 0px;
	font-size: 12px;
	color: #FFFFFF;
}
#footer #copyright p {
	margin: 0px;
	text-transform: lowercase;
    color: #A3ADA5;
}
#footer #copyright p a {
    color: #A3ADA5;
    text-decoration: none;
}
#footer #copyright p a:hover {
    text-decoration: underline;
}

/* @end */

/* @group Sidebar */
#sidebar div.widget {
    margin: 0px 0px 12px 0px;
}
#sidebar #searchform {
    margin: 0px 0px 12px 0px;
}
#sidebar #searchform p {
	background: url(images/searchform.png) no-repeat top left;
	margin: 0px;
	position: relative;
	height: 46px;
}
#sidebar #searchform p #s {
	border: 0px solid #FFFFFF;
	position: absolute;
	width: 166px;
	height: 16px;
	line-height: 16px;
	left: 15px;
	top: 15px;
}
#sidebar #searchform p input#searchsubmit {
	border: 0px solid #FFFFFF;
	background: url(images/buttons/search.png);
	position: absolute;
	width: 24px;
	height: 22px;
	text-indent: -5000px;
	top: 12px;
	left: 184px;
}

/* @end */

/* @group Content */
#content h2 {
	color: #273B2F;
    text-transform: uppercase;
    margin: 6px 0px 12px 0px;
    font-size: 18px;
    line-height: 21px;
}
#content h4 {
	margin: 12px 0px 0px 0px;
	font-size: 12px;
	line-height: 18px;
}
#content p {
	margin: 0px 0px 12px 0px;
	font-size: 12px;
	line-height: 18px;
}
#content div.post {
	font-size: 12px;
	line-height: 18px;
}
#content div.post a {
	text-decoration: none;
}
#content div.post a:hover {
	text-decoration: underline;
}
#content div.post h3 {
	color: #273B2F;
	margin: 18px 0px 0px 0px;
	font-size: 14px;
	line-height: 18px;
	clear: right;
}
#content div.post p a.wp-caption {
	display: block;
	float: right;
	margin: 0px 0px 12px 0px;
	background: #273B2F;
	color: #FFFFFF;
	font-size: 12px;
	padding: 3px 6px;
	line-height: 18px;
}
#content div.post a.wp-caption:hover {
	background: #495B4D;
	text-decoration: none;
}
#content div.post h4 {
	margin: 12px 0px 0px 0px;
	font-size: 12px;
	line-height: 18px;
}
#content div.post p {
	margin: 0px 0px 12px 0px;
	font-size: 12px;
	line-height: 18px;
}
#content div.post blockquote {
	background-color: #C1C7C3;
	padding: 12px 12px 1px 12px;
	margin: 12px 0px;
    -webkit-box-shadow: 2px 2px 4px #273B2F;
    -moz-box-shadow: 2px 2px 4px #273B2F;
    box-shadow: 2px 2px 4px #273B2F;
}
#content div.post ol {
    margin: 0px 0px 12px 0px;
    padding: 0px 0px 0px 24px;
    list-style-position: inside;
}
#content div.post ul {
    margin: 0px 0px 12px 0px;
    padding: 0px 0px 0px 24px;
    list-style-position: inside;
}
#content div.post li {
    margin: 0px 0px 6px 0px;
}
#content div.post img.alignleft {
	border: 12px solid #C1C7C3;
    float: left;
    display: inline;
    margin: 0px 12px 12px 0px;
    -webkit-box-shadow: 2px 2px 4px #273B2F;
    -moz-box-shadow: 2px 2px 4px #273B2F;
    box-shadow: 2px 2px 4px #273B2F;
}
#content div.post img.alignright {
	border: 12px solid #C1C7C3;
    float: right;
    display: inline;
    margin: 0px 0px 12px 12px;
    -webkit-box-shadow: 2px 2px 4px #273B2F;
    -moz-box-shadow: 2px 2px 4px #273B2F;
    box-shadow: 2px 2px 4px #273B2F;
}
#content div.post a {
    color: #273B2F;
}
#content div.ngg-galleryoverview {
    margin: 0px 0px 12px 0px;
    width: 480px;
}
#content div.ngg-gallery-thumbnail-box {
	margin: 0px;
}
#content div.ngg-gallery-thumbnail {
	margin: 0px;
}
#content a.shutterset_set_3 {
	margin: 0px;
}
#content a.shutterset_set_3 {
	margin: 0px;
}
#content div.ngg-gallery-thumbnail img {
	margin: 0px 12px 12px 0px;
	padding: 0px;
	border: 3px solid #495B4D;
    -webkit-box-shadow: 2px 2px 4px #273B2F;
    -moz-box-shadow: 2px 2px 4px #273B2F;
    box-shadow: 2px 2px 4px #273B2F;
}
#content div.hentry {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 24px 0px;
    clear: both;
}
#content div.hentry div.entry {
	margin-left: 50px;
}
#content div.hentry p.date {
	float: left;
    width: 36px;
    height: 36px;
    border: 1px solid #273B2F;
    margin: 4px 0px 0px 0px;
    -webkit-box-shadow: 1px 1px 2px #273B2F;
    -moz-box-shadow: 1px 1px 2px #273B2F;
    box-shadow: 1px 1px 2px #273B2F;
}
#content div.hentry p.date span.month {
	background: #BF272D;
    display: block;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 9px;
    line-height: 12px;
    height: 12px;
}
#content div.hentry p.date span.day {
	background: #FFFFFF;
    display: block;
    height: 24px;
    text-align: center;
    line-height: 23px;
    font-size: 18px;
    color: #000000;
}
#content div.hentry h3 {
    color: #273B2F;
    font-size: 18px;
    line-height: 21px;
    font-weight: normal;
    margin: 0px 0px 12px 50px;
    clear: none;
}
#content div.hentry h3 a {
	color: #273B2F;
}
#content div.hentry p.postmetadata {
    font-size: 10px;
    line-height: 14px;
    border-top: 1px solid #273B2F;
    padding: 6px 0px 0px 0px;
    margin: 0px 0px 0px 50px;
}
#content div.hentry p.postmetadata a {
	color: #273B2F;
}
#content div.search_results div.hentry {
    margin: 0px 0px 6px 0px;
}
#content div.search_results div.hentry h3 {
    margin: 0px;
    font-size: 14px;
    line-height: 18px;
}
#content div.search_results div.hentry h3 a {
	text-decoration: none;
}
#content div.search_results div.hentry h3 a:hover {
	text-decoration: underline;
}
#content div.search_results div.page p.postdate {
	display: none;
}
#content div.search_results div.post p.postdate {
	font-size: 11px;
	line-height: 12px;
	color: #7f8c82;
}


/* @end */

/* @group Location Map */

div.mapp-poweredby {
    display: none !important;
}
div.mapp-overlay-div {
    text-align: left;
}
#mappress0 {
    float: left;
    display: inline;
    margin: 0px 12px 12px 0px;
	border: 3px solid #495B4D;
    -webkit-box-shadow: 2px 2px 4px #273B2F;
    -moz-box-shadow: 2px 2px 4px #273B2F;
    box-shadow: 2px 2px 4px #273B2F;
}

/* @end */

/* @group Contact Form */

#contact_form div.column_left {
    float: left;
    display: inline;
    width: 310px;
    margin: 0px 0px 24px 0px;
}
#contact_form div.column_right {
    float: right;
    display: inline;
    width: 310px;
    margin: 0px 0px 24px 0px;
}
#contact_form div.column_left input {
	width: 310px;
}
#contact_form div.column_right input {
	width: 310px;
}
#contact_form div.column_right textarea {
	width: 310px;
	height: 140px;
}
#contact_form div.buttons {
	border-top: 1px solid #495B4D;
	padding: 12px 0px 0px 0px;
    clear: both;
}
#contact_form p {
    margin: 0px;
}
form.wpcf7-form div.wpcf7-response-output {
    border: none;
    padding: 0px;
    margin: 0px;
    font-size: 11px;
    font-style: italic;
    color: #CC0000;
}
form.wpcf7-form span.wpcf7-not-valid-tip {
	background: none;
    border: none;
    padding: 0px;
    display: block;
    position: static;
    margin: 2px 0px 0px 0px;
    width: auto;
    font-size: 11px;
    font-style: italic;
    color: #CC0000;
}

/* @end */

/* @group Image Widget */

#sidebar #widget_sp_image-3 {
    position: relative;
}
#sidebar #widget_sp_image-3 div.widget_sp_image-description {
    position: absolute;
    top: 134px;
    left: 0px;
    height: 24px;
    width: 220px;
}
#sidebar #widget_sp_image-3 div.widget_sp_image-description p {
	margin: 0px;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 23px;	
}


/* @end */

/* @group Text Widget */

div.widget_text {
	background: #495B4D url(images/widget_top.png) no-repeat left top;
	color: #FFFFFF;
}
div.widget_text div.textwidget {
	background:  url(images/widget_bottom.png) no-repeat left bottom;
	padding: 1px 12px;
	text-align: center;
}

/* @end */

/* @group General */

input, select, textarea {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0px;
}

a img {
    border: none;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.entry:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.entry {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .entry { height: 1%; }
.entry { display: block; }
/* End hide from IE-mac */

/* @end */

