/* @override 
	http://drydocks.arnoldandpearn.com/LisaFaulkner/site/wp-content/themes/lisa_faulkner_themev2/css/responsive.css
	http://www.lisafaulkner.co.uk/wp-content/themes/lisa_faulkner_themev2/css/responsive.css */

/* @group Large desktop */
@media (min-width: 1200px) {

}
/* @end */


/* @group Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) { 

}
/* @end */
 
/* @group Landscape phone to portrait tablet */
@media (max-width: 767px) {
body {
padding: 0px;
}
.container {
	width: 100%;
	padding: 0px;
	margin-bottom: 40px;
}
.post{
	margin-right: 10px;
	margin-bottom: 20px;
}
/*#postsWrapper {
	width: 568px;
	margin: 0px auto;
	padding-left: 20px;
	display: block;
	height: 864px;
}*/

div#contentWrapper {
	width: 100%;
}
#social, .excerptWrapper {
	display: none;
}

div#carouselWrapper {
	height: 300px;
}
div.carImage {
	height: 300px;
}
.carousel-control {
	top: 30%;
}
#newsPostsWrapper, .single #postsWrapper{
	width: 80%;
	margin: 0px 10%;
}
#postsWrapper {
/*	width: 548px;
padding-left: 10%;*/
}
.page-id-1242 #postsWrapper {
padding-left: 0%;
}
.single #postsWrapper {
	margin: 0px;
}
div.newsPost {
	width: 80%;
}
.entry-header {
	width: 80%;
}
.single .post {
width: 100%;
}
.single .entry-content, .page .entry-content {
	width: 80%;
}
.page #pageTop {
	width: 80%;
	padding: 0px 40px;
	margin: 0px auto;
}
.single div#pageTop {
	background-position: right;
}
#pageTitle h1{
margin-right: 0px;
}
.newsPost {
	width: 50%;
}
.newsMeta {
	font-size: 1.2em;
}
.category-news .newsPost {

width: 85%;
}
.book .newsPost {
width: 85%;

}
.newsPostHeader {
width: 90%;
margin: 0px;
}
.bookCover {
	float: none;
}
#postsWrapper {
	height: auto;
}
#cookies {
	height: 54px;
	font-size: 1.4em;
	text-align: center;
}
#cookieClose {
	height: 54px;
	width: 54px;
	background: url('../img/cookieClose.gif');
}
#cookies p {
	width: 90%;
	padding-left: 54px;
	padding-right: 20px;
}
#footerContent {
	width: 80%;
}
#signUp {
	width: 150px;
	height: 150px;
	float: left;
	position: absolute;
	right: 0px;
}
#archive {
	display: inline-block;
width: 100%;
background-position: center;
padding: 0px;
margin: 0px;
}

.entry-content, .newsContent {
	font-size: 1.6em;
	line-height: 1.8em;
}
#prevNextWrapper {
	width: 564px;
	margin-left: -13px;
}
#prevNextPosts .post {
margin-right: 10px;
}
.entry-content ol {
-moz-column-count:1; /* Firefox */
-moz-column-gap:2em; /* Firefox */
-webkit-column-count:1; /* Safari and Chrome */
-webkit-column-gap:2em; /* Safari and Chrome */

column-count:1;
column-gap:2em;
list-style-position: inside;
}
.entry-content ol li {
	line-height: 1.5em;
	margin-bottom: 20px;
}
.entry-content ul li{
	line-height: 1.2em;
}
.page-template-sign_up-php #postsWrapper {
	width: 100%;
	padding: 0px;
}
iframe {
	width: 100%;
}
#signUpIntro p {
	font-size: 1.5em;
	line-height: 1.6em;
}
/* @end */ 

/* @group Landscape phones and down */
@media (max-width: 480px) {

}
/* @end */

/* @group slightly smaller desktop */
@media (max-width: 1040px) {

#carouselWrapper {
	height: 400px;
	overflow: hidden;
}
.carImage {
	height: 400px;
}
#myCarousel {
	height: 400px;
}
.excerptWrapper {
top: -140px;
}
/*#cookies {
	height: 50px;
}
#cookies p {
	font-size: 16px;
}*/
}
/* @end */