@import url(http://fonts.googleapis.com/css?family=Open+Sans);

/* General Styles
-------------------------------------------------------------- */

/* The following section sets the basic body, H1-H5 and link styles */

body {
	background			: 	url("https://www.letspreserveit.co.uk/wp-content/uploads/theme-style/elements/c20-Background_Image_apple_small_transparent.png") repeat #008791;
	color				:	#474747;
	font-size			:	14px;
	line-height			:	19px;
	font-family			: 	Open Sans;
	padding-top			:	0px;
}

a:link,a:visited { /* This styles the majority of the on page links. The sidebar links can be styled seperately */
	color 			: 	#55AEB5;
	text-decoration : 	none;
}

a:hover,a:active {
	color 			: 	#474747;
	text-decoration : 	underline;
}

h1 {
	font-size			:	18px;
	color				:	#55AEB5;
	font-family			: 	Open Sans;
}

h2 {
	font-size			:	17px;
	color				:	#55AEB5;
	font-family			: 	Open Sans;
}

h3 {
	font-size			:	16px;
	color				:	#55AEB5;
	font-family			: 	Open Sans;
}

h4, h5 {
	font-size			:	16px;
	color				:	#55AEB5;
	font-family			: 	Open Sans;
}


/* Header
-------------------------------------------------------------- */

#header .container {
	background			:	;
    background-color	: 	 none ;
}

#header #title h1 {
	font-size			:	20px;
	font-family			: 	Open Sans;
	line-height			: 	25px;
}

#header #title h1 a {
	color				:	#000000;
	text-decoration		:	none;
}

#header #title h1 a:hover {
	text-decoration		:	none;
}

#header #title p {
	font-size			:	13px;
	color				:	#333333;
	font-family			: 	Open Sans;
}

#nav-primary {
	background			:	#FFFFFF;
}

#nav-primary ul {
		float				: 	left;
	}

#nav-primary li {
	float				: 	left;
}

#nav-primary li a {
	color				:	#008791;
	font-size			:	16px;
	line-height			:	16px;
	text-shadow			: 	#FFFFFF 0px 1px 0px;
	font-family			: 	Open Sans;
	border-right		:	1px DOTTED #dotted;
	background			:	#FFFFFF;
	padding				:	20px 35px 20px 35px!important;
}

#nav-primary li a:hover, .parent_active, #nav-primary .current-menu-item a {
	color				:	#e41b13!important;
	text-shadow			: 	#97D1CE 0px 1px 0px!important;
	background			:	#97D1CE!important;
}

#nav-primary li ul li a, #nav-primary li ul li a:hover {
	color				:	#e41b13!important;
	text-shadow			: 	#97D1CE 0px 1px 0px!important;
	background			:	#97D1CE!important;
}

#nav-primary li ul li a:hover {
    text-decoration     :   underline!important;
}


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

.container {
	background			: 	#FFFFFF;
    -moz-box-shadow		:   0px 0px 5px 3px #FFFFFF;
	-webkit-box-shadow	: 	0px 0px 5px 3px #FFFFFF;
	box-shadow			:   0px 0px 5px 3px #FFFFFF;
}

#footer .container {
    -moz-box-shadow		:   0px 4px 5px 3px #FFFFFF;
	-webkit-box-shadow	: 	0px 4px 5px 3px #FFFFFF;
	box-shadow			:   0px 4px 5px 3px #FFFFFF;
}

.post_date {
	color				:	#55AEB5;
	font-size			:	17px;
	font-family			: 	Open Sans;
	background			:	;
}

.post_title h3.padded, .post_title h1.padded {
	padding-top			:	0px;
}


.post_title h3 a, .post_title h1 a {
	color				:	#55AEB5;
	font-size			:	17px;
	font-family			: 	Open Sans;
}

.post_title p {
	color				:	#666666;
	font-size			:	15px;
	font-family			: 	Open Sans;
}

.post_excerpt_home {
	padding-left		:	110px;
}

.wp-caption-text {
	color				:	#55AEB5;
	font-style			:	italic;
}


/* Slider styles
-------------------------------------------------------------- */

.slider .nav-wrapper {
	margin-top         :   100px;
        	background-color	: 	#008791;
    }


/* Forum styles
-------------------------------------------------------------- */

.bbp-forums thead tr th,
.bbp-topics thead tr th,
.bbp-replies thead tr th,
.bbp-replies tfoot tr th,
.forum tr td,
.bbp-reply-header td,
.bbp-reply-author,
.bbp-reply-content,
.bbp-topic-meta,
.bbp-topic-title,
.topic,
.bbp-topics tbody tr td {
	color				:	#474747;
	background			:	#FFFFFF!important;
}

.bbp-topics tr.super-sticky td {
	background			:	#FFFFFF!important;
}

.bbp-topics tr.super-sticky td.bbp-topic-title a:first-child {
	color				:	#474747;
}

.bbp-replies tr.type-topic .bbp-reply-author,
.bbp-replies tr.type-topic .bbp-reply-content {
	background			:	#FFFFFF!important;
}

.bbp-pagination-count {
	color				:	#474747;
}

.bbp-topic-form,
.bbp-reply-form {
	background			:	#FFFFFF;
}


/* Footer
-------------------------------------------------------------- */

#footer .container {
	background			: 	#97D1CE;
	color				:	#ffffff;
}

#footer h4 {
	font-size			:	14px;
	color				:	#ffffff;
	font-family			: 	Open Sans;
}

#footer a:link,#footer a:visited { /* This styles the majority of the on page links. The sidebar links can be styled seperately */
	color 			: 	#ffffff;
	text-decoration : 	none;
}

#footer a:hover,#footer a:active {
	color 			: 	#ffffff;
}



/* Responsive Menu
-------------------------------------------------------------- */

.toggleMenu {
  background: #FFFFFF;
}
  
.toggleMenu:link, .toggleMenu:visited {
  color:	#008791;
}
 
.toggleMenu.active {
  background:	#FFFFFF;
}

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

  #nav-primary li a {
    border-bottom		:	1px solid #dotted;
	} 
}



/* Custom CSS Code
-------------------------------------------------------------- */

h1 {
text-transform: uppercase;
border-bottom: 8px solid #ebebeb;
}

.post_divider, .post_title_divider {
border-bottom: 2px dashed #97D1CE;
}

#sidebar .widget-area h3, #sidebar-home .widget-area h3, #sidebar-home-left .widget-area h3, #sidebar-home-right .widget-area h3 {
padding: 0 0 0px 0;
margin-bottom: 10px;
border-bottom: none;
color: #E41B13;
text-transform: underline;
}

#sidebar .widget-area, #sidebar-home .widget-area, #sidebar-home-left .widget-area, #sidebar-home-right .widget-area {
text-align: center;
}

#sidebar-home-right .widget-area {
background: #ffffff;
padding: 10px 15px 15px 15px;
margin-bottom:10px;
-webkit-border-radius:  0px;
-moz-border-radius:  0px;
border-radius:  0px;
border: 2px dashed #97D1CE;
color: #008791;
}
#sidebar-home-right .widget-area:nth-child(2){
background: #ebebeb;
}
#sidebar-home-right .widget-area:nth-child(3){
background: #ebebeb;
}

#sidebar-home-right .widget-area:nth-child(4){
background: #ebebeb;
}

#sidebar-home-right .widget-area:nth-child(5){
background: #ebebeb;
}

#sidebar-home-right .widget-area h3 {
    -webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
text-indent:0;
}
#sidebar-home-right .widget-area:hover h3 {
text-indent:8px;
}


#main .container, #main #footer .container {
-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.5);
}

.wpurp-container {
max-width:100%;
border-style: dashed;
border-color: #97D1CE;
border-width: 2px;
}

/*Added by Sam to fix wp image centering class */

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.aligncenter{
	margin-top: 1em;
	margin-bottom: 1em;
}