/*
Theme Name: The Lawns
Theme URI: http://wordpress.org/
Description: A customised theme for The Lawns Hotel and Bar, Holt, Norfolk
Author: Josh.biz
Author URI: http://www.josh.biz
Version: 1.0
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/*Custom code begins here:*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #6d6d6d;
	background-color: #8eadb8;
	/*background-color: #6d6d6d;
	background-repeat: repeat;
	background-attachment: fixed;
	background-image: url(images/wood-bg.jpg);*/
}
a:link, a:visited {
	color: #899854;
}
a:hover, a:active {
	color: #899854;
}
h1 {
	font-size: 26px;
	color: #7C7943;
	margin-top: 16px;
	margin-bottom: 12px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 4px;
}
.page-id-8 h3 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 32px;
	margin-bottom: 4px;
	color: #899854;
}

#content p {
	margin-bottom: 10px;
}

#content p.announcement {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 1em;
	color: #899854;
	font-weight: bold;
	line-height: 32px;
}

#content p.best {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	margin-top: 36px;
	color: #899854;
	font-weight: bold;
	line-height: 32px;
}

#content p.bookonline {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 30px;
	color: #899854;
	font-weight: bold;
	line-height: 32px;
}

img, .wp-caption, object, embed, video {
	max-width: 100%;
	height: auto;
}

.alignleft, .wp-caption.alignleft {
	float: left;
	margin: 0em 10px 10px 0em;
	text-align: left;
}
.alignright, .wp-caption.alignright {
	float: right;
	margin: 0em 0em 10px 10px;
	text-align: right;
}
.aligncenter, .wp-caption.aligncenter {
    display: block;
    margin: 1em auto;
	text-align: center;
}

em {
	font-style: italic;
}
.clearfloat {
	clear: both;
	margin: 0;
	padding: 0;
}
strong {
	font-weight: bold;
}
#wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 0px;
}
#header {
	background-color: #ffffff;
	/*background-image: url(images/lawns.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;*/
	position: relative;
}
#header .logo {
	margin: 26px auto 0px 14px;
}
#header .accreditations {
	float: right;
	margin-top: 12px;
	margin-right: 12px;
}
.TA_rated {
	position: absolute;
	top: 1px;
	left: 436px;
}
.social1 {
	float: left;
	clear: left;
	margin-left: 12px;
}
.social2 {
	float: left;
	margin-left: 12px;
}
#header .contact-info {
	margin-left: 20px;
}
#header #inner-header {
	padding-bottom: 30px;
	position: relative;
	text-align: center;
}

#navcontainer {
	margin: 0;
	text-align: center;
	padding: 10px 0px;
	background-color: #91adb8;
	font-size: 14px;
	padding-left: 20px;
	font-weight: bold;
	height: 32px;
}
#navcontainer ul {
	margin: 0 auto;
	padding: 0;
	line-height: 32px;
	display: inline-block;
	font-size: 18px;
}
#navcontainer ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	float: left;
	color: #b6b6b6;
	margin-right: 8px;
	background-color: #3C3C3C;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	
#navcontainer ul li a {
	height: 32px;
	display: block;
	padding-right: 12px;
	padding-left: 12px;
	text-decoration: none;
	color: #ADADAD;

}
#navcontainer ul li a:hover {
	background-color: #697d85;
	color: #dcdcdc;
	-moz-border-radius: 10px;
	border-radius: 10px;

}
#navcontainer #navlist li.current-menu-item, #navcontainer #navlist li.current-page-ancestor, #navcontainer #navlist li.current_page_parent {
	background-color: #4c7585;
	color: #ffffff;
	-moz-border-radius: 10px;
	border-radius: 10px;
}



#navcontainer ul li.current-menu-item a:hover {
	background-color: #4c7585;
}
#navcontainer #navlist ul li.current-menu-item {
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#navcontainer #navlist ul li.current-menu-item a {
	color: #ffffff;
}
#navcontainer ul ul li a:hover {
	-moz-border-radius: 0px;
	border-radius: 0px;
}
#navcontainer ul li.current-menu-item a, #navcontainer ul li.current-page-ancestor a, #navcontainer ul li.current_page_parent a {
	color: #ffffff;
}
#navcontainer ul li.current-menu-item ul a, #navcontainer ul li.current-page-ancestor ul a, #navcontainer ul li.current_page_parent ul a {
	color: #b6b6b6;
}
#navcontainer ul li.current-menu-item ul a:hover, #navcontainer ul li.current-page-ancestor ul a:hover, #navcontainer ul li.current_page_parent ul a:hover {
	color: #ffffff;
}
#navcontainer ul ul {
	position: absolute;
	visibility: hidden;
	padding-top: 8px;
	top: 32px;
	z-index: 9999;
}
#navcontainer ul ul li {
	width: 224px;
}
#navcontainer ul li:hover ul {
	visibility: visible;
}

.error404 #navcontainer #navlist li.current-menu-item, .error404 #navcontainer #navlist li.current-page-ancestor, .error404 #navcontainer #navlist li.current_page_parent {
	color: #b6b6b6;
	background-color: #3C3C3C;
}

.error404 #navcontainer #navlist li.current-menu-item a, .error404 #navcontainer #navlist li.current-page-ancestor a, .error404 #navcontainer #navlist li.current_page_parent a {
	color: #ADADAD;
}

.error404 #navcontainer #navlist li.current-menu-item a:hover, .error404 #navcontainer #navlist li.current-page-ancestor a:hover, .error404 #navcontainer #navlist li.current_page_parent a:hover {
	color: #dcdcdc;
}


#home-only {
	background-color: #91adb8;
	/*height: 356px;*/
	height: 388px;
	border-bottom-width: 12px;
	border-bottom-style: solid;
	border-bottom-color: #292929;
	/*background-image: url(images/home-only-bg.jpg);
	background-repeat: repeat-x;*/
}

.page-id-10 #home-only {
	height: 370px;
}
#feature {
	position: relative;
	float: left;
	height: 356px;
	width: 700px;
	overflow: hidden;
	background-color: #292929;
}

.page-id-20 #feature {
	background-color: #ffffff;
}

#feature a {
	border:0;
	display:block;
}

.home #feature {
	background: url(images/feature/announce.jpg);
}

.page-id-8 #feature {
	background: url(images/feature/lawns-hotel-room1.jpg);
}

.page-id-18 #feature {
	background: url(images/feature/burnham_deepdale.jpg);
}

.blog #feature, .single-post #feature {
	background: url(images/feature/jazz.jpg);
}

.blog h1 {
	margin-top: 32px;
}

.post {
	clear: both;
	margin-top: 2em;
	overflow: hidden;
}

.postmetadata {
	clear: both;
}

.page-id-10 #slider {
	width: 638px;
	height: 370px;
	position: relative;
	float: left;
	overflow: hidden;
	background-color: #292929;
	}

#home-booking {
	position: relative;
	color: #FFF;
	float: right;
	width: 228px;
	/*padding-top: 24px;*/
	padding-top: 2px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 6px;
}

.page-id-10 #home-booking {
	width: 295px;
	padding: 0px 10px 0px 0px;
}

#home-booking p {
	font-size: 24px;
	line-height: 28px;
	padding-left: 0px;
}
#home-booking p.note {
	font-size: 12px;
	line-height: 16px;
	color: rgba(0, 0, 0, 0.76);
}
#home-booking p img {
	padding-top: 10px;
	margin-bottom: 10px;
}
#lower-block {
	/*width: 934px;
	margin-right: auto;
	margin-left: auto;*/
	-moz-box-shadow: 0px 10px 20px #000000;
	-webkit-box-shadow: 0px 10px 20px #000000;
	box-shadow: 0px 10px 20px #000000;
}
#content {
	background-color: #ffffff;
	font-size: 15px;
	line-height: 24px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 36px;
	padding-left: 20px;
	overflow: hidden;
}
#content ul {
	margin-top: 20px;
	margin-bottom: 24px;
	list-style-type: disc;
	/*overflow: hidden;*/
}
#content li {
	margin-bottom: 4px;
	margin-left: 36px;
}

#content p.large {
	font-size: 1.5em;
}

#content hr {
	margin-bottom: 2em;
}

#footer {
	color: #FFF;
	background-color: #93A3B7;
	height: 130px;
	text-align: right;
	margin-right: auto;
	margin-left: auto;
	padding: 20px;
	background-image: url(images/footer-bg.gif);
	background-repeat: repeat-x;
}
#footer p {
	line-height: 24px;
	margin-bottom: 6px;
	font-size: 18px;
}

#footer p.footer-links {
	line-height: 24px;
	font-size: 14px;
}

#footer a:link, #footer a:visited {
	color: #ffffff;
}
#footer  p.footer-linksa:link, #footer p.footer-links a:visited {
	color: #cde3ff;
}

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

#web-designer {
	text-align: center;
	width: 960px;
	margin-top: 32px;
	margin-right: auto;
	margin-bottom: 64px;
	margin-left: auto;
}


/*eviivo supplied code*/

.eviivo_availabilitychecker {
   width:180px !important;
   height:auto !important;
   color:#333333 !important;
   background:#e6ecef !important;
   border: 1px solid #00433C !important;
   font-size:12px !important;
   font-family:Arial !important;
}
.eviivo_title span {
   color:#000000 !important;
   font-size:12px !important;
   font-family:Arial !important;
}
.eviivo_submit a {
   color:#FFFFFF !important;
   background:#677b83 !important;
   border: 1px solid #CCCCCC !important;
   font-size:12px !important;
   font-family:Arial !important;
}

#social-media {
	margin-top: 50px;
}

.page-id-8 .alignnone {
	margin-right: 20px;
}
.mapp-container {
margin: 0px !important;
}
.page-id-27 #home-only {
	display: none;
}

#TA_certificateOfExcellence310 {
	float: left;
	margin-left: 2px;
	margin-right: -12px;
	margin-top: 10px;
}