/*
Theme Name: Cycle Sprog
Theme URI: http://www.kirstyburgoine.co.uk/
Description: Bespoke Wordpress Theme for Cycle Sprog
Author: Kirsty Burgoine
Version: 2.0

www.xxxxxxxx.co.uk
ToC
	1.  defaults
	2.  structure
	3.  links and navigation
	4.  fonts
	5.  images
	6.  hacks
Notes
*/

/* ------- 1. defaults ------- */

* {
	margin: 0;
	padding: 0;
}

html { font-size: 62.5%;   }

body {
	width: 100%;
	height: 100%;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 500;
	color: #000;
	font-size: 14px; font-size: 1.4rem; line-height: 22px; line-height: 2.2rem;
	
	 
}

.bg { width: 100%; background: url(images/body-bg.png) repeat-x top center; }
.sky { width: 100%; background: url(images/body-bg.jpg) no-repeat top center; }

	.wrapper { width: 95%; margin: 0 auto; position: relative; z-index: 2;   }

	.banner-advertising {  width: 95%; margin: 0 auto; position: relative; z-index: 2; }
	.footer .banner-advertising {  width: 100%; }
	.advertising-inner { width: 100%; border-bottom: dotted 3px #B6AB9A; padding: 0.5em 0; margin-bottom: 1em; }
	
	.home .footer .advertising-inner { border-top: none; }

/* ------- 2. structure ------- */

/*
.masthead {  

margin: 0 auto;
position: relative;
z-index: 20;
min-height: 150px;
width: 100%;
background: url(images/sunshine.png) no-repeat -340px 0; 
}
*/
	.masthead { 
	margin: 0 auto;
	position: relative;
	z-index: 20;
	min-height: 150px;
	width: 100%;
	
	}


	.utility { float: right; margin-top: 1em;}
	span.today { float: right;  clear: right; border-top: solid 2px #a0c72b; padding: 1em 0; width: 100%; text-align: right; }
	
	.logo {  margin: 1% auto 0 auto; width: 13em; }
	.logo img {  }
	
	
	img.header-image { float: left; }
	
	.breadcrumbs { display: none; }	




	/* ----------------- Main Content stuff for pages,  posts, homepage --------------- */
	
	
	.content { 
	z-index: 2; 
	width: 100%; 
	padding: 0; 
	}
	
	
	/* homepage */
	
	.focus { display: block; position: relative; width: 100%; overflow: hidden; float: left; clear: both; margin-top: 2em; }
	.focus-container{ width: 73%; float: left;
	border: solid 2px #B6AB9A; 
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; /* future proofing */
	-khtml-border-radius: 5px 5px 5px 5px; /* for old Konqueror browsers */ 
	
	padding: 0.5em 0.5em 0 0.5em;
	overflow: hidden;
	
	 }
	.slide-container{ overflow: hidden; min-height: 20.5em; }
	 
	
	.slide { overflow: hidden; min-height: 20.5em; }
	.focus-desc { position: absolute; bottom: 0.5em; left: 0; background: url(images/focus-desc-bg.png); width: 97%; padding: 2%; z-index: 70;}
	.focus-desc h2 { font-size: 22px; font-size: 2.2rem; padding: 0 0 0 0; margin-bottom: 0.2em;}
	.focus-desc h2 a { color: #fff; }
	.focus-desc h2 a:hover { color: #FFCC02; }
	.focus-desc p { color: #fff; font-size: 15px; font-size: 1.5rem; margin-bottom: 0;}
	
	
	.focus-desc a.read-more { color: #fff; background: url(images/read-more-white.png) no-repeat right 7px; padding-top: 0; }
	.focus-desc a.read-more:hover { color: #FFCC02; background: url(images/read-more-white.png) no-repeat right -14px; }
	
	/* .focus-image { float: left; height: 21em; position: relative; z-index: 10; } */
	.focus-image { float: left; position: relative; z-index: 10; }
	
	#nav { float: right; width: 17%;
	margin: 0; list-style-type: none;
	border: solid 2px #B6AB9A; 
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; /* future proofing */
	-khtml-border-radius: 5px 5px 5px 5px; /* for old Konqueror browsers */ 
	padding: 0.85% 0.55% 0.25% 0.55%;
	 }
	
	#nav li { width: 90%; margin: 0 auto;   }
	#nav li img { border: solid 1px #fff; margin: 0 0 0.42em 0; }
	#nav li.activeSlide img { border: solid 1px #F16522; }
	
	#pause { position: absolute; bottom: 10px; right: 10px; z-index: 50; }
	
	#prev { position: absolute; top: 50%; left: 43%; z-index: 50; display: block; width: 17px; height: 20px; background:url(images/btn-prev.png) no-repeat top left; }
	#next { position: absolute; top: 50%; right: 1%; z-index: 50; display: block; width: 17px; height: 20px; background:url(images/btn-next.png) no-repeat top left; }
	
	.welcome { 

	border: solid 2px #B6AB9A; 
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; /* future proofing */
	-khtml-border-radius: 5px 5px 5px 5px; /* for old Konqueror browsers */ 
	padding: 1.5% 3% 0 5%;
	line-height: 2.8rem;
	margin-bottom: 2em;
	}
	
	.welcome-column { 
	width: 100%;
	margin: 2em auto; }
	
	.welcome h1 { 
	font-family: "swister-regular",sans-serif;
	font-weight: 500;
	height: auto;
	border: none;
	margin-bottom: 0;
	}
	
	.welcome-column .sidebar-element { width: 98%; margin: 0 auto; }
	.welcome-column .sidebar-element iframe { height: 6em; } /* facebook like on homepage */
	.welcome-column .sidebar-element.newsletter {  }
	
	/* Latest articles boxes on homepage */
	
	.latest { width: 98%; margin: 2em auto 0 auto; }
	
	.latest .post { float: left; width: 47.9%; margin: 0 0 2em 0; min-height: 36.5em; }
	.latest .post:nth-child(3n), 
	.latest .post:nth-child(5n) { margin-left: 4%; }
	
	.latest-news { display: none; }
	.latest-news .post { min-height: 36.5em;   }

	
	/* Post content */ 
	.post { margin: 0 0 2em 0; position: relative; border-bottom: dotted 3px #b6ab9a; padding-bottom: 0.5em; }
	.post.news-blog-post { margin-bottom: 2em; }
	
	
	.post.featured { padding-bottom: 1.5em; }
	.post.featured img { 
	border: solid 2px #B6AB9A; 
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px; /* future proofing */
	-khtml-border-radius: 5px 5px 5px 5px; /* for old Konqueror browsers */
	margin-top: 0;
	padding: 0.3em;
	max-width: 96.5%; }
	
	.post.featured .archive-vid { }
	
	
	.post a.thumbnail img { margin-top: 0; } /* standard post images */
	.post a.thumbnail img.alignright { float: none; margin: 0 auto 0.5em auto; display: block; }
	
	
	.post h4 { width: 100%; font-weight: 500; text-align: right; }
	.post h4.meta, .recent-posts .post h4.meta  { text-align: left; }
	.post h4.meta span { float: right; }
	
	.post h4 span.category-list { bottom: 0; }
	/*.post h4 span { padding-left: 3.2em; } */
	
	.post h4 a { color: #B6AB9A; }
	
	.standard-vid { width: 100%;  }
	.archive-vid { }
	.content .post h2 { margin-bottom: 0.8em; }
	/* .post p { margin-bottom: 2.3em; } */
	
	
	/* Recent articles in each section */
	
	.recent-posts { display: none; }
	
	
	.gallery-posts { display: block; width: 100%; margin: 2em 0 0 0; float: left; border-top: dotted 3px #b6ab9a; }

	.gallery-posts .post { float: left; width: 31%; margin: 1.6em 3% 2em 0; min-height: 11.5em; }
	.gallery-posts .post:nth-child(3n) { margin-right: 0; }
	.gallery-posts .post img { border: solid 1px #B6AB9A; }
	
	.post.county-search { padding-bottom: 2em; }
	.post.directory-standard { margin-bottom: 0.5em; }
	.directory-standard h3 { margin-bottom: 0; }
	.directory-standard p, .post.county-search p { margin-bottom: 0.5em;; }
	
	
	
	
	.social-share.single {
	position: relative;
	width: 100%;
	margin: 2em 0 0 0;
	padding: 2em 0 0 0;
	border-top: dotted 3px #b6ab9a; 
	border-bottom: none;
	}
	
	.social-share.single .toolbar-social { width: 50%; float: left; }
	.social-share.single .top { position: relative; float: right; }
	
	
/* -------------- footer stuff -------------------- */
		

.footer {
width: 100%;
position: relative;
background: url(images/footer-bg.png) repeat-x top left;
background-size: 100%;
}


	.social-share {
	position: relative;
	width: 100%;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: dotted 3px #b6ab9a; 
	}

		.addthis_toolbox { margin-bottom: 2.5em; }



	.footer-nav {
	width: 100%;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: dotted 3px #b6ab9a; 
	}
	
		
	.footer-nav p { color: #828282; text-align: left; float: left; margin: 0.5em 0; font-size: 11px; font-size: 1.1rem; clear: left; line-height: 15px; line-height: 1.5rem; 	}
	
	ul.social-icons { float: right; list-style-type: none; margin: 0; padding: 0; }
	ul.social-icons li { display: inline; }
	ul.social-icons li a { float: left; padding: 0 0.4em; }

	.credits {
	width: 100%;
	position: relative;
	padding-bottom: 2%;
	}
	
	.credits p { color: #828282; text-align: right; float: right; margin: 0.5em 0; font-size: 11px; font-size: 1.1rem; clear: left; line-height: 15px; line-height: 1.5rem; width: 100%; }
	
	.credits p a { text-decoration: none; color: #828282; font-size: 11px; font-size: 1.1rem; }
	.credits p a:hover { color: #FFCC02; }






.seperator {
	clear: both;
	height: 0;
}



.rsswidget img {
display: none;
}

/* -------------- sidebar stuff -------------------- */

.sidebar { display: none; } 


		.sidebar-element h2 { 
	color: #fff;
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 16px; font-size: 1.6rem;
	background-color: #0EB0D9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	padding: 0.3em 0.8em;
	margin-bottom: 1.5em;
	}


		.sidebar-element.widget h2 { 
		margin-bottom: 0em;
		}

/* ------- 3. links and navigation ------- */

a {
color: #F16522;
text-decoration: none;

}

a:visited {
}

a:hover {
color: #FFCC02;
}

a:active {
}




.top {
background: url(images/top-bg.png) no-repeat right 10px;
height: 21px;
width: auto;
padding: 5px 20px 0 0;
text-align: right;
position: absolute;
bottom: 1.5em; 
right: 0;
font-size: 14px; font-size: 1.4rem;
color: #B6AB9A;
}

.top:hover {
	background: url(images/top-bg.png) no-repeat right -12px;
	color: #FFCC02;
}


a.back {
background: url(images/previous-arrow.png) no-repeat 0 -14px;
padding: 1px 0 0 20px;
text-decoration: none;
margin: 10px 0;
}

	a.back:hover {
	background: url(images/previous-arrow.png) no-repeat 0 0px;
	text-decoration: underline;
	}

.read-more { /* read more buttons in home page boxes */
float: right;
padding: 5px 14px 0 0;
font-size: 14px; font-size: 1.4rem;
background: url(images/read-more.png) no-repeat right 10px;
display: block;
}

	.read-more:hover { 	
	background: url(images/read-more.png) no-repeat right -10px;
	
	}

	

/* older and newer posts / comments links */
.post-navigation { margin-bottom: 2em;  }
.post-navigation .alignright { text-align: right; width: 48%; }
.post-navigation .alignleft { width: 48%; }

.post-navigation .alignleft span { padding-left: 1em;background: url(images/back.png) no-repeat left 2px; }
.post-navigation .alignright span { padding-right: 0.8em; background: url(images/read-more.png) no-repeat right 2px; }

.post-navigation .alignleft:hover span { background: url(images/back.png) no-repeat left -18px; }
.post-navigation .alignright:hover span { background: url(images/read-more.png) no-repeat right -18px; }





.wp-pagenavi {
	margin: 0 auto;
	width: 100%;
	position: relative;
	z-index: 100;
	background-color: #F16522;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	text-align: center;
	color: #fff;
	padding: 0.5em 0;
	margin-bottom: 4em;

}

.wp-pagenavi a { color: #fff; padding: 0 0.5em; }
.wp-pagenavi a.nextpostslink { float: right; padding-right: 0.5em; }
.wp-pagenavi a.previouspostslink { float: left; }

.go { /* enews signup button */
border: none;
padding: 0.5em 1.5em 0.5em 1em;
cursor: pointer;
float: left;
display: block;
	background: #F16623 url(images/read-more-white.png) no-repeat 92% 14px;
color: #fff;
text-align: center;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */

}



	.go:hover { color: #fff; background: #FFCC02 url(images/read-more-white.png) no-repeat 92% 14px; }


/* -------4. fonts ------- */

h1 {
font-size: 28px; font-size: 2.8rem;
line-height: 34px; line-height: 3.4rem;
color: #F16522;
padding: 2% 0 1em 0;
/* height: 1.5em; */
border-bottom: solid 2px #B6AB9A;
margin-bottom: 1em;
}

	.blog h1 { margin-bottom: 1em; }
	
	h1 img.caticonslite_bm { height: 1.5em; vertical-align: middle; margin-right: 2%; }

h2, h3 {
font-family: "swister-regular",sans-serif;
font-weight: 500;
}

h2 { 
font-size: 30px; font-size: 3.0rem; margin-bottom: 1em; 
}

h3 { 
font-size: 24px; font-size: 2.4rem; margin-bottom: 1em; line-height: 25px; line-height: 2.5rem;
}

h4 {
font-size: 14px; font-size: 1.4rem; 
color: #B6AB9A;
border-bottom: solid 2px #B6AB9A;
margin-bottom: 1em;
position: relative;
}
	

@media only screen
and (min-width : 30em) { /* 400px - 480px */
h4 {
	height: 3.2em;
	}
}

	.content h4 span.taxonomy-category, span.taxonomy-category { margin: 0; padding: 0; float: left; height: 3.2em; }
	h4 span.taxonomy-category a.term-2,
	h4 span.taxonomy-category a.term-3,
	h4 span.taxonomy-category a.term-4,
	h4 span.taxonomy-category a.term-5,
	h4 span.taxonomy-category a.term-6,
	h4 span.taxonomy-category a.term-7,
	h4 span.taxonomy-category a.term-8,
	h4 span.taxonomy-category a.term-9 { display: none;  }
	
	.post h4 a img { height: 3.2em; vertical-align: middle; margin-right: 2%; margin-top: 0; }
	

p, .content ul, .content ol, .content table {



}


p {
margin-bottom: 1.5em;
}




blockquote { background:url(images/speech-left.png) no-repeat 0 0.5em; padding-left: 4em; width: 94%; margin-bottom: 1em; }
blockquote p { width: 93%; }
blockquote h3 { float: right; background:url(images/speech-right.png) no-repeat center right; padding-right: 4em; }

.content ol, .content ul { margin: 0 0 1em 2em; }



ol.commentlist {
list-style-type: none;
margin: 0;
padding: 0;
}
	
	.comment-author, .comment-meta{  color: #000; }
	.comment-author a, .comment-meta a  {  font-size: 12px; font-size: 1.2rem; }
	.comment-author img { float: left; margin: 0 5px 5px 0; }
	.comment-body {  color: #000; }
	.comment-body p { clear: left; }
	ol.commentlist ul.children { margin: 0;	list-style-type: none; }
	ol.commentlist ul.children li { background: none; }

	li.thread-even {
	border: solid 1px #e6e2dc;
	background-color: #f4f2f0;
	margin-bottom: 2em;
	padding: 2em;
	}
	
		ol.commentlist li.thread-even ul.children .depth-2 {
		border: solid 1px #e6e2dc;
		background-color: #fff;
		margin: 1em 0;
		padding: 1em;
		}
	
	li.thread-odd {
	border: solid 1px #e6e2dc;
	background-color: #fff;
	margin-bottom: 2em;
	padding: 2em;
	}
		
		ol.commentlist li.thread-odd ul.children .depth-2 {
		border: solid 1px #e6e2dc;
		background-color: #f4f2f0;
		margin: 1em 0;
		padding: 2em;
		}

#respond { margin: 0; }

hr {
}



.postmeta a:hover {

}

	.inner-column { /* short code for right column on contact page */
	float: left;
	width: 340px;
	margin-right: 20px;
	}
	
	.inner-column-right { /* short code for right column on contact page */
	float: right;
	width: 240px;
	}
	
td { height: 20px; }	



ul.socialize-this div.atclear { clear: left; }


input[type=text] { 
width: 45%; 
color: #505050;
border: solid 1px #e6e2dc;
padding:0.6em 1em 0.7em 1em;
margin-bottom: 10px; 
}

textarea { width: 60%; border: solid 1px #e6e2dc; color: #505050; padding: 5px; margin-bottom: 10px; }

input[type=text]:hover,
textarea:hover { 
border: solid 1px #F16623;
}

#searchform {
padding-left: 2.5em;
background: url(images/searchform-bg.png) no-repeat top left; 
width: 15.3em;
height: 2.7em;
display: block;
overflow: hidden;
margin: 0 auto;
}


#searchform input[type=text] { 
width: 13.3em;
}


input#searchsubmit, input[type=submit], .clear_btn {
border: none;
padding: 0.7em 0.5em;
cursor: pointer;
float: right;
display: block;
width: 3em;
color: #fff;
text-align: center;
background-color: #F16623;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}

input#searchsubmit:hover, input[type=submit]:hover, .clear_btn:hover {
background-color: #FFCC02;
color: #fff;
}



 input[type=radio] { margin-right: 0.5em; }

 input[type=submit] {
 float: left;
 width: auto;
 }

.clear_btn { /* reset on dorectory */
padding: 0.2em 0.5em; font-size: 12px; font-size: 1.2rem;
} 
form#counties { width: auto; }
 #counties select { float: left; margin: 0.2em 0.5em 0 0; }

.content #mc_embed_signup { margin-bottom: 3em; }
.content #mc_embed_signup form { padding: 10px 0; }
.content #mc_embed_signup .mc-field-group select { width: auto; }
.content #mc_embed_signup .mc-field-group .asterisk { top: 42px; }

.content #mc_embed_signup .mc-field-group input { text-indent: 5%; }

/* ------- 5. images ------- */

img, video { max-width: 100%; max-height: 100%; }

a img {
	border: 0;
}

img.alignnone {
	display: block;
	}
	
	

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {

	margin: 0 0 0.5em 2em;
	display: inline;
	}

img.alignleft {
	margin: 0 2em 0.5em 0;
	display: inline;

	}





.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

.wp-caption {
padding: 0.7em;


}

.wp-caption {
	margin: 0 7px 2px 7px;
	max-width: calc(100% - 3rem);
	}
	
	.wp-caption.alignright { margin: 0 0 2px 7px; }
	.wp-caption.alignleft { margin: 0 7px 2px 0; }

.wp-caption img {
display: block;
margin: 0 auto;
}

.wp-caption p {
text-align: left;
margin-bottom: 0;
padding: 5px 0;
}


.video-wrapper {
	width: 240px;
	max-width: 100%;
}

.video-wrapper-large {
	width: 690px;
	max-width: 100%;
	margin-bottom: 3%;
}



.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;

	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



/* -------6. Stuff ------- */






@media only screen and (min-width: 30em) { /* 480px */



	.wrapper  {  width: 95%; margin: 0 auto; position: relative; }
	
	/*
	.masthead { 
	background: url(images/mastehead-bg.png) no-repeat right 64%;
	background-size:75%;
	}
	*/
	
	.masthead-inner { 
	width: 100%; margin: 0 auto; 
	background: url(images/mastehead-bg.png) no-repeat right bottom;
	background-size:75%;
	}
	
	
	
	.logo {  float: left;  }	
	
	.breadcrumbs { display: block; float: left; clear: right; margin: 0; padding: 0 0 0.5em 0; font-size: 12px; font-size: 1.2rem; }
	.breadcrumbs a { font-size: 12px; font-size: 1.2rem; }
	.breadcrumbs a:hover { }
	
	#searchform { margin: 0; float: right; }
	

	.content { width: 73%; float: left;  }

	.slide-container{ max-height: 24.6em; }
	.slide{ max-height: 24.6em; }
	.focus { width: 74%; }
	.focus-desc { bottom: 0.5em; }
	/*.focus-image { height: 28em; } */

	.welcome { padding: 1.5% 2% 0 2%; }
	
	.welcome-column .sidebar-element { width: 48%; float: left; margin-bottom: 0; }
	.welcome-column .sidebar-element iframe { height: 6em; } /* facebook like on homepage */
	.welcome-column .sidebar-element.newsletter { display: block; float: left; margin-left: 4%; }
	
	.latest .post { min-height: 33em; }
	.latest-news .post { min-height: 33em;   }
	
	.post a.thumbnail img.alignright { float: right; }
	
	.gallery-posts .post { float: left; width: 31%; margin: 1.6em 3% 2em 0; min-height: 13.5em; }

/* ------------- sidebar ---------------- */	
	.sidebar {
	display: block;
	float: right;
	width: 24.2%;
	margin: 2em 0 0 0;
	}

	.sidebar-element {
		position: relative;
		margin-bottom: 4em;	
	}


	.sidebar-element.advertising {
	border-left: dotted 3px #b6ab9a;
	border-right: dotted 3px #b6ab9a;
	}
		
		.sidebar-element.advertising p { width: 100%; text-align: center; }
		.sidebar-element.advertising img { margin: 0 auto 2em auto; }

	
	.sidebar-element h2 { 
	color: #fff;
	font-family: Helvetica, Arial, sans-serif; 
	font-size: 16px; font-size: 1.6rem;
	background-color: #0EB0D9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	padding: 0.3em 0.8em;
	margin-bottom: 1.5em;
	}
	
		
		.home .sidebar-element.latest-article h2 { margin-bottom: 1.5em; }
		
	.sidebar-element.news-and-blog .post { margin-bottom: 2em; }
	
	.sidebar-element .post h4 {  width: 100%; margin-bottom: 1em; }
	.sidebar-element .post h3 { clear: both; margin-bottom: 0.5em; }
	.sidebar-element .post a img { margin: 0 0 0.8em 0; }
	/* .latest-news .sidebar-element .post a img { margin: 0 0 0.4em 0; } */
	
	
	.sidebar-element .post p { margin-bottom: 0.5em; }
	
	.sidebar-element.months h2 { margin-bottom: 0; }
	.sidebar-element.months ul { list-style-type: none; margin: 0; padding: 0; }
	.sidebar-element.months ul li, .sidebar-element.widget ul li { }
	
	.sidebar-element.months ul li a, .sidebar-element.widget ul li a {
	display: block;
	text-decoration: none;
	text-align: left;
	font-size: 14px; font-size: 1.4rem;	
	color: #b6ab9a;
	border-bottom: dotted 2px #b6ab9a;
	margin-right: 0;
	padding: 0.75em 1em;
	}
	
		.sidebar-element.months ul li a:hover, .sidebar-element.widget ul li a:hover { color: #FFCC02; } 
		
		
	.sidebar-element.tags a { color: #b6ab9a; }
		.sidebar-element.tags a:hover { color: #FFCC02; } 
	
	
	.sidebar-element.widget h2 { margin-bottom: 0; }
	.sidebar-element.widget ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
	
	.sidebar-element.widget a { color: #b6ab9a; }
		.sidebar-element.widget a:hover { color: #FFCC02; } 
		
	.sidebar-element iframe { border: solid 1px #e6e2dc; height: 10em; }
	
	
	.footer .advertising-inner { border-top: dotted 3px #B6AB9A; }
}


@media only screen
and (min-width : 30em)
and (orientation : landscape){ /* 400px - 480px */
/*
	.masthead { 
	background: url(images/mastehead-bg.png) no-repeat right 69%;
	background-size:75%;
	}
*/
}


@media only screen and (min-width: 36.25em) { /* 580px */
/*
.masthead { 
	background: url(images/mastehead-bg.png) no-repeat right 66%; 
	background-size:75%;
	}
*/

}


@media only screen and (min-width: 38.4em) { /* 614.4px */
/*
.masthead { 
	background: url(images/mastehead-bg.png) no-repeat right 57.8%; 
	background-size:75%;
	}
*/
}



@media only screen and (min-width: 48em) { /* 768px */
	/*
	.masthead { 
	background: url(images/mastehead-bg.png) no-repeat right 41.5%;
	background-size:75%;
	}
	*/
	
	
	.focus { width: 74%; }
	.focus-container { width: 76%; }
	.slide-container{ min-height: 24.6em; }
	.slide{ min-height: 24.6em; }
	.focus-desc { bottom: 0.5em; }
	/*.focus-image { height: 28em; } */
	
	
	
	.welcome { padding: 1.5% 2% 0 2%; }
	
	
	
	.gallery-posts .post { float: left; width: 31%; margin: 1.6em 3% 2em 0; min-height: 15.5em; }
	
	/* Recent articles in each section */
	
	.recent-posts { display: block; width: 100%; margin: 2em 0 0 0; float: left; border-top: dotted 3px #b6ab9a; }
	.recent-posts h2 { width: 100%; padding: 1em 0 0 0; margin-bottom: 0.3em; }
	.recent-posts h3 { margin-bottom: 0.5em; clear: both; }
	.recent-posts .post { float: left; width: 31%; margin: 1.6em 3% 2em 0; min-height: 29.5em; }
	.recent-posts .post:nth-child(4n) { margin-right: 0; }
	.recent-posts .post h4 { width: 100%; font-weight: 500; text-align: right; margin-bottom: 1em; }
	
	.sidebar-element iframe { height: 8em; }
	
	
	
	
}

@media only screen and (min-width: 50.43em) { /* 806.88px */
	/*
	.masthead { 
	background: url(images/mastehead-bg.png) no-repeat right 40%;
	background-size:75%;
	}
	*/
}	

@media only screen and (min-width: 56.88em) { /* 910px */
	/*
	.masthead { 
	background: url(images/mastehead-bg.png) no-repeat right 35%;
	background-size:75%;
	}
	*/
}	

@media only screen and (min-width: 64em) { /* 1024px */

	.banner-advertising {   width: 72em; }
	.advertising-inner {  width: 72em; }
	
	.wrapper {  width: 72em; margin: 0 auto; position: relative; }
	
	/*
		.masthead { 
	background: url(images/mastehead-bg.png) no-repeat right 30%;
	background-size:75%;
	}
	*/
	
	.content { margin: 1.5% 0; }
	
	.focus { width: 74%; }
	.focus-container { width: 76%; min-height: 28.6em; }
	.slide-container{ min-height: 28.6em; }
	.slide{ min-height: 28.6em; }
	.focus-desc { bottom: 0.5em; }
	/*.focus-image { height: 28em; } */
	.focus-image { width: 100%; }
	
	.welcome-column { 
	float: left; 
	width: 22.5%;
	margin: 1em 0 0 0;
	}
	
	.welcome { padding: 1.5% 2% 0 5%; }
	
	.welcome-column .sidebar-element { width: 100%; }
	.welcome-column .sidebar-element.newsletter { margin-left: 0; }

	.latest { width: 50%; margin: 1em 0 0 1.8%; float: left; }
	
	
	.latest .post:nth-child(3n), 
	.latest .post:nth-child(5n) {  }
	.latest-news { display: block; width: 24%; float: right; margin-top: 1em; }
	
	/*
	.latest-article.directory { margin-top: 1.95em; }
	.latest-article.directory .post.listing { min-height: 27em; }
	.latest-article.directory h4 { height: auto; }
	*/
	.post h4 { width: 56%; font-weight: 500; text-align: right; }
	
	
	.post a.thumbnail img.alignright { margin: -2.1em 0 0.5em 2em; } /* standard post images */
	
	
	h4 { margin-bottom: 2em; }	
	
	
	.sidebar-element iframe { height: 6em; }
	.footer { width: 100%; margin: 0 auto; position: relative; }
	
	ul.social-icons { margin: -1em 0 0 0; }
	
		.addthis_toolbox { margin-bottom: 0; }
		
	.credits { width: 100%; margin: 0 auto; position: relative; }
}

.advertising-inner p{
	margin-bottom:0px;
}



@media only screen and (min-width: 80em) { /* 1280px */


	
}