/* @override http://www.jondayphoto.co.uk/wp-content/themes/jonday_2/css/jd-screen.css */

/* @override http://www.jondayphoto.co.uk/wp-content/themes/jonday_2/css/jd-screen.css */

/* @override http://www.jondayphoto.co.uk/wp-content/themes/jonday_2/css/jd-screen.css */

/* @override http://www.jondayphoto.co.uk/wp-content/themes/jonday_2/css/jd-screen.css */

/*	Variable Grid System. Learn more ~ http://www.spry-soft.com/grids/ Based on 960 Grid System - http://960.gs/ Licensed under GPL and MIT. */

/* Containers
----------------------------------------------------------------------------------------------------*/
.container_3 {	margin-left: auto; margin-right: auto; width: 891px; }

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1, .grid_2, .grid_3 { display:inline; float: left; position: relative; margin-left: 10px; margin-right: 10px; }

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha { margin-left: 0; }
.omega { margin-right: 0; }

/* Grid >> 3 Columns
----------------------------------------------------------------------------------------------------*/

.container_3 .grid_1 { width: 277px; }
.container_3 .grid_2 { width:574px; }
.container_3 .grid_3 { width:871px; }

/* Prefix Extra Space >> 3 Columns
----------------------------------------------------------------------------------------------------*/

.container_3 .prefix_1 { padding-left:297px; }
.container_3 .prefix_2 { padding-left:594px; }

/* Suffix Extra Space >> 3 Columns
----------------------------------------------------------------------------------------------------*/

.container_3 .suffix_1 { padding-right:297px; }
.container_3 .suffix_2 { padding-right:594px; }

/* Push Space >> 3 Columns
----------------------------------------------------------------------------------------------------*/

.container_3 .push_1 { left:297px; }
.container_3 .push_2 { left:594px; }

/* Pull Space >> 3 Columns
----------------------------------------------------------------------------------------------------*/

.container_3 .pull_1 { left:-297px; }
.container_3 .pull_2 { left:-594px; }

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after { clear: both; content: ' '; display: block; font-size: 0; line-height: 0; visibility: hidden; width: 0; height: 0; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/* Global
----------------------------------------------------------------------------------------------------*/
html { overflow-x: hidden; }
* {	margin: 0px; padding: 0px; border: none; list-style: none; }
body { background: #a99cab url(../img/bg.png) repeat-y top center fixed; font: 62.5% Arial, Helvetica, sans-serif; line-height: 1.4em; height: 100%; }
a { text-decoration: underline; outline: none; color: #48254b; }
a:hover { text-decoration: none; outline: none; }

/* Header & Navigation
----------------------------------------------------------------------------------------------------*/
#header { background: url(../img/header.png) no-repeat; height: 120px; margin: 20px 10px 0 10px; z-index: 3000; position: relative; }
#header #home { background: url(../img/logo.png); width: 468px; height: 0px; padding: 29px 0 0 0; overflow: hidden; display: block; float: left; left: 20px; margin-top: 30px; position: relative; }
#header #telephone { background: transparent url(../img/telephone8.png) no-repeat left top; width: 142px; height: 56px; overflow: hidden; display: block; float: right;
	text-indent: -9999px;
	margin: 12px 7px 0 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
}
#navigation { clear: both; position: relative; top: 19px; left: 10px; float: left; width: 100%; }
#navigation li { float: left; display: block; text-transform: uppercase; position: relative; }
#navigation li a { font-size: 1.4em; line-height: 100%; color: #FFF; padding: 7px 9px 5px 9px; float: left; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; margin: 0 5px 0 0; text-decoration: none; }
#navigation li#OrderLink {float: right; margin-right: 13px;}
#navigation li a:hover { background: #FFF; color: #2f0e32; }
#navigation li.current_page_item a, #navigation li.current_page_parent a { background: #2f0e32; color: #FFF; }
#secondary { float: left; clear: both; margin: 0 0 20px 0; }
#secondary li a { background: url(../img/secondarynav.png) no-repeat 0px 0px; width: 238px; height: 26px; margin: 0 0 1px 0; text-transform: uppercase; font-size: 1.2em; line-height: 100%; color: #FFF!important; padding: 14px 11px 0px 28px }
#secondary li a:hover { color: #cbc3cc!important; }
#secondary li.current_page_item a { background: url(../img/secondarynav.png) no-repeat 0px -40px; width: 252px; height: 26px; margin: 0 0 1px 0; text-transform: uppercase; font-size: 1.2em; line-height: 100%; color: #FFF!important; padding: 14px 11px 0px 14px }

/* Sidebar panels
----------------------------------------------------------------------------------------------------*/
.item { float: left; clear: both; margin: 0 0 20px 0; width: 276px; }
.item h2 { background: #2f0e32 url(../img/sidebarpanelheader.png) no-repeat top center; padding: 14px 10px 10px 10px; font-size: 1.6em; line-height: 100%; text-transform: uppercase; color: #FFF; }
.itemmiddle { background: #cbc3cc; padding: 10px 10px 1px 10px; }
.itembottom { background: url(../img/sidebarpanelbottom.png) no-repeat; width: 276px; height: 11px; display: block; float: left; }
#sidebar .itemmiddle li { border-bottom: 1px solid #b2a0ae; margin: 0 0 5px 0; padding: 0 0 5px 0; }
h2.rss { background-image: url(../img/sidebarpanelheader-rss.png); }
h2.rss a { color: #FFF; text-decoration: none; display: block; }
h2.portfolio a { color: #FFF; text-decoration: none; display: block; }
#shareandfind { font-size: 0.8em; padding: 0 0 25px 0; float: left;  }
#shareandfind li { float: left; font-weight: bold; line-height: 180%; height: 16px; text-transform: uppercase; margin: 0 5px 0 0; display: inline-block; }
.share { background: url(../img/icon-addthis.png) no-repeat center right; padding: 0 18px 0 0; height: 16px; line-height: 180%!important; float: left; }
.twitter { background: url(../img/icon-twitter.png); width: 14px; height: 0px; padding: 16px 0 0 0; overflow: hidden; display: block; }
.facebook { background: url(../img/icon-facebook.png); width: 14px; height: 0px; padding: 16px 0 0 0; overflow: hidden; display: block; }
.flickr { background: url(../img/icon-flickr.png); width: 41px; height: 0px; padding: 16px 0 0 0; overflow: hidden; display: block; }
.youtube { background: url(../img/icon-youtube.png); width: 36px; height: 0px; padding: 16px 0 0 0; overflow: hidden; display: block; }

/* Homebar panels
----------------------------------------------------------------------------------------------------*/
#homebar { float: left; clear: both; width: 871px; margin: 0 0 20px 0; position: relative; }
#homebar .item { float: left; clear: none; width: 423px; left: 10px; position: relative; }
#homebar .left { margin-right: 25px; }
#homebar .item h2 { background: #2f0e32 url(../img/homebarpanelheader.png) no-repeat top center; padding: 14px 10px 10px 10px; font-size: 1.6em; line-height: 100%; text-transform: uppercase; color: #FFF; }
#homebar .itemmiddle { background: #cbc3cc; padding: 10px 10px 1px 10px; height: 26em; }
#homebar .itembottom { background: url(../img/homebarpanelbottom.png) no-repeat; width: 423px; height: 11px; display: block; float: left; }
#homebar .itemmiddle li { height: 67px; overflow: hidden; border-bottom: 1px solid #b2a0ae; margin: 0 0 5px 0; padding: 0 0 5px 0; }
#homebar h2.rss { background-image: url(../img/homebarpanelheader-rss.png); }
#homebar h2.rss a { color: #FFF; text-decoration: none; display: block; }

/* Content panels
----------------------------------------------------------------------------------------------------*/
#homeimg { z-index: 30; height: 460px; display: block; left: -24px; top: -155px; position: relative; }
#homecontent { z-index: 300; position: relative; width: 272px; top: 25px; display: block; }
#homecontent h1 { font-size: 2em!important; }
#homecontent .top { display: block;  background: url(../img/homeintro-top.png) no-repeat; width: 272px; height: 11px; float: left; }
#homecontent .entry { width: 232px; padding: 14px 20px 1px 20px; background: url(../img/homeintro-middle.png); float: left; }
#homecontent .bottom { display: block;  background: url(../img/homeintro-bottom.png) no-repeat; width: 272px; height: 11px; float: left; }

/* Typography
----------------------------------------------------------------------------------------------------*/
#content p, #content ul { font-size: 1.4em; line-height: 1.4em; margin: 0 0 1.4em 0; color: #333; }
#content p em { font-size: 1.2em; font-style: normal; font-weight: bold; }
#content h1 { font-size: 2.8em; line-height: 1em; margin: 0 0 0.5em 0; color: #2f0e32; text-transform: uppercase; }
#content h2 { font-size: 2em; line-height: 1em; margin: 0 0 1em 0; color: #2f0e32; text-transform: uppercase; }
#content h3 { font-size: 1.6em; line-height: 1em; margin: 0 0 1em 0; color: #2f0e32; text-transform: uppercase; }
#content h4 { font-size: 1.4em; line-height: 1em; margin: 0 0 1em 0; color: #2f0e32; text-transform: uppercase; }
h2 a, h3 a { text-decoration: none; }
#breadcrumbs_gap {height: 15px;}
#breadcrumbs { font-size: 1.1em; line-height: 100%; color: #2f0e32; }
#breadcrumbs a { color: #2f0e32; }
#breadcrumbs span { color: #735c75; }
#content p.postdata { font-size: 1.2em; color: #666; }
#content p.postdata a { color: #666; text-decoration: underline; }
#content p.postdata a:hover { text-decoration: none; }
#footerblurb p { font-size: 1.1em; line-height: 1.2em; color: #9e778d; }
#sitemap { font-size: 1.1em; }
#sitemap li a { font-weight: bold; color: #826e84; text-decoration: none; }
#sitemap li li a { font-weight: normal; color: #9e778d; text-decoration: underline; }
#sitemap li li a:hover { text-decoration: none; }
#sidebar li h3 a, #homebar li h3 a { color: #2f0e32; font-size: 0.9em; line-height: 1.4em; text-decoration: underline; }
#sidebar li h3 a:hover, #homebar li h3 a:hover { text-decoration: none; }
#sidebar li p, #homebar li p {  color: #444; font-size: 1em; line-height: 1.4em; }

#bookText p {
	
}
#sidebar li, #homebar li { font-size: 1.2em;  }
#sidebar .date, #homebar .date { font-weight: bold; }
#sidebar li a, #homebar li a { color: #2f0e32; font-weight: bold; line-height: 100%; text-decoration: none; display: block; }
#sidebar li a:hover, #homebar li a:hover { color: #836f85; }
blockquote { float: right; width: 40%; margin: 0px 0px 10px 20px; padding: 0 0 0 15px; border-left: 10px solid #2f0e32; }
blockquote p { font-weight: bold; color: #2f0e32!important; margin: 0px!important;  }
.item h3 { font-size: 1.2em; }

/* Structure
----------------------------------------------------------------------------------------------------*/
#content { }
#breadcrumbs { margin: 15px 10px 25px 10px; }
.postdata { border-top: solid 1px #CCC; background: #F5F5F5; border-bottom: solid 1px #CCC; padding: 10px; clear: both; }
#footer { background: url(../img/footerbg.png) no-repeat top; padding: 20px 0 30px 0; float: left; }
#footerlogo { background: url(../img/footerlogo.png) no-repeat; width: 181px; height: 0px; padding: 23px 0 0 0; overflow: hidden; display: block; margin: 0 0 14px 0; }
#sitemap { float: left; }
#sitemap li { float: left; padding: 0 15px 0 0; }
#sitemap li li { float: none; border-left: none; padding: 0px; }
.navigation { margin-bottom: 20px; float: left; width: 100%; }
.navigation a { font-size: 1.1em; font-weight: bold; background: #2f0e32; color: #CBC3CC; }
.navigation a:hover { background: #CBC3CC; color: #fff; }
.navigation .alignleft a { float: left; padding: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-decoration: none; }
.navigation .alignright a { float: right; padding: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; text-decoration: none; }

/* Comments
----------------------------------------------------------------------------------------------------*/
#commentform input { color: #333; font-family: Arial, Helvetica, sans-serif; font-size: 1em; clear: both; float: right; background: #FFF; line-height: 100%; width: 55%; border: 1px solid #9b9b9b; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 4px 6px; }
#content #commentform p { clear: both; margin-bottom: 0.7em; }
#commentform textarea { width: 97%; float: right; font-family: Arial, Helvetica, sans-serif; color: #333; font-size: 1em; border: 1px solid #9b9b9b; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 4px 6px; margin: 0 0 10px 0; }
#content #commentform #submit { font-size: 0.8em; line-height: 100%; text-transform: uppercase; background: #A496A6; color: #FFF; width: 12em; padding: 10px 0px; border: 1px solid #A99CAB; margin-bottom: 2em;  }
#content .comment-body a { font-size: 1.2em; }
#content cite { font-style: normal; }
#content .comment-meta { font-weight: bold; }
#content .commentlist { margin-bottom: 2em; }
#content .comment { background: #ebeaeb; list-style: none; margin: 0 0 5px 0; padding: 1em; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
#content .comment p { font-size: 1.2em; color: #666; }
#content .comment a { color: #2f0e32; }
#content .avatar { float: left; margin-right: 10px; }

/* Fields
----------------------------------------------------------------------------------------------------*/
#searchform { background: url(../img/global/search.png); width: 215px; height: 28px; margin: 0 0 20px 0; }
#searchform label { display: none; }
#searchform input { background: none; font-family: Arial, Helvetica, sans-serif; font-size: 1.2em; padding: 5px; width: 139px; height: 17px; float: left; }
input#searchsubmit { width: 65px; height: 0px; padding: 28px 0 0 0; display: block; float: left; background: none; cursor: pointer; }
.cform { font-family: Arial, Helvetica, sans-serif; font-size: 1.4em; }

/* Images
----------------------------------------------------------------------------------------------------*/
img.alignleft { float: left; margin: 0 10px 15px 0!important; border: 1px solid #9b9b9b; -webkit-border-radius: 10px; border-radius: 10px;  }
img.alignright { float: right; margin: 0 0 10px 10px!important; border: 1px solid #9b9b9b; -webkit-border-radius: 10px; border-radius: 10px; }
img.aligncenter { margin: 0px!important; border: 1px solid #9b9b9b; -webkit-border-radius: 10px; border-radius: 10px; }
img.attached-image { float: left; margin: 0 10px 10px 0!important; border: 1px solid #9b9b9b; }
.itemmiddle img.attached-image { float: left; margin: 0 5px 10px 5px!important; }
.itemmiddle img.attached-image:hover { border-color: #2f0e32; }

/* Button
----------------------------------------------------------------------------------------------------*/
.button { display: inline-block; font-size: 1em; line-height: 100%; text-decoration: none; text-transform: uppercase; background: #2f0e32 url(../img/buttonbg.png) repeat-x top; padding: 5px 10px; border: 1px solid #2f0e32; -webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px; color: #FFF; text-shadow: 2px 2px 2px #000; }
.button:hover { color: #CBC3CC; }
.button:after {	content: " +";	}
.itembottom .button { left: 10px; position: relative; top: -20px; }

/*ADDED BY SAFE AS MILK*/

#homebar h2.bookNow { background-image: url(../img/homebarpanelheader-rss.png); }

h2.bookNow a { color: #FFF; text-decoration: none; display: block; }

.item h2.bookNow { background: #FB6B23 url(../img/sidebarpanelheader2.png) no-repeat center -1px; padding: 14px 10px 10px 10px; font-size: 1.6em; line-height: 100%; text-transform: uppercase; color: #FFF; }

#bookText p {
	 font-size: 1.3em; line-height: 1.4em; margin: 0 0 1.4em 0; color: #333; }

	 
#shareandfindFixed { font-size: 0.8em; padding: 0 0 25px 0; float: none;
	position: fixed;
	top: 437px;
}

#shareandfindFixed li { float: left; font-weight: bold; line-height: 180%; height: 16px; text-transform: uppercase; margin: 0 5px 0 0; display: inline-block; }


div#fixed.item {
	position: fixed;
} 

#post-26 div.entry table tbody tr td strong {
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 6px;
} 

#post-26 div.entry table tbody tr td p a {
	text-decoration: none;
background: #cbc3cc;
	font-size: 9px;
	font-weight: bold;
	text-align: center;
	display: block;
	text-transform: uppercase;
	float: left;
	margin-top: 2px;
	height: 18px;
	line-height: 18px;
	padding: 0 4px;
} 

#post-26 div.entry table tbody tr td p a:hover{
	color: gray;
}

#post-26 div.entry table tbody tr td p {
	font-size: 12px;
}