/*
Theme Name: Kingsbarns
Description: Kingsbarns Theme
Author: Mark Connelly

Colour Scheme: #452E1C #F8EEDC
*/

a,
a:visited,
a:active,
a:hover { color: #fff; text-decoration: none; }
a img { border: 0; }
ol, ul, li { list-style: none; margin: 0; padding: 0; }
address { font-style: normal; }
p { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { margin: 0; line-height: 1em; }
fieldset { border: 0; padding: 0; margin: 0; }
textarea { resize: none; } /* disable textarea resize within safari/chrome */

html, body { margin: 0; padding: 0; text-align: center; }
body {
	background: url('/images/back_grad.jpg') repeat-x #f8eedc;
	font-size: 100%/1em;
        font-family: Georgia, "Times New Roman", serif;
	height: 100%;
	width: 100%;
        margin: 0;
        }

#topbar
{
background: url('/images/headerbar_back.jpg') #ece5d5;
}

#logo_img
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.container {
	background-color: transparent;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 auto;
	padding: 0 41px; 
	text-align: left;
	width: 934px;
        }
.container#top {
	/* background-image: url('images/rip-top.png'); */
        }
.container#middle {
	/* background-image: url('images/rip-middle.png');
	background-repeat: repeat-y; */
        }
.container#bottom {
	background: #452E1C;
}
.container .inner {
	/* background: #f6f1e5 url('images/background-pattern.jpg') 0 0 repeat-y; */
}
.container#bottom .inner {
	background-color: transparent;
	background-image: none;
}
#header {
	text-align: center;
}

#banner  {
	height: 110px;
        width: 438px;
        margin-top: 20px;
        float: right;
margin-right: 24px;
        }

#header #logo {
    float: left;
    margin-top:0px;
    padding-top:0px;
    }

#nav
{
background: url('/images/wood.jpg') #452E1C;
border-top: 1px solid #452E1C;
border-bottom: 1px solid #452E1C;
}

#navigation {
       margin: 0 auto 0 auto;
       width: 800px;
       }
#navigation ul {
	color: #452E1C;
        padding-top: 5px;
	padding-bottom: 10px;
        height: 15px;
background: url('/images/nav_seperator.gif') 0 6px no-repeat;
        }

#navigation ul li {
	float: left;
        font-weight: bold;
	font-size: 0.8em;
	padding-bottom: 5px;
	padding-right: 8px;
	padding-left: 8px;
	padding-top: 3px;
	z-index: 100;
        background: url('/images/nav_seperator.gif') right no-repeat;
        }

#navigation ul li a {
	height: 100%;
        color: #F8EEDC;
        }

#navigation ul li a:hover
{
color: #f7de99;
}

#content {
	padding-top: 20px; 
	min-height: 440px;
	position: relative;
}       
#content.single_col {
	padding: 20px 0;
}
#content.three_col {
	padding-bottom: 13px;
}
#content.three_col .main {
	float: left;
	padding: 0 11px;
	width: 472px;
}
#content.three_col .left, #content.three_col .right,
#content.two_col .left, #content.two_col .right {
	float: left;
	text-align: left;
}
#content.two_col .left, #content.two_col .right {
	width: 445px;	
}
#content.two_col.narrow .left, #content.three_col .left, #content.three_col .right {
	width: 180px;
}
#content.two_col.narrow .right {
	width: 682px;
}

#content.two_col .left
{
margin-right: 50px;
margin-bottom: 100px;
}

#content.two_col .left img
{
margin: 25px 0;
}

#content.three_col .right, #content.two_col .right {
	min-height: 100%;
	position: relative;
        }
#content ul.side_sub_navigation {
	font-weight: bold;
        }
#content ul.side_sub_navigation li {
	font-size: 0.9em;
	padding-bottom: 5px;
        padding-top: 5px;
        }
#content ul.side_sub_navigation li ul li {
	margin: 0;
	margin-left: 16px;
        }
#content ul.side_sub_navigation li ul li a:link, #content ul.side_sub_navigation li ul li a:visited {
	color: #452E1C;        }

#content ul.side_sub_navigation li ul li a:hover, #content ul.side_sub_navigation li ul li a:active {
	color: #452E1C;        }

#content ul li a:link, #content ul li a:visited { color: #452E1C;        }
#content ul li a:hover, #content ul li a:active { color: #fff;        }

#content ul.side_sub_navigation li.current_page_item > a { color: #fff; }

#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	font-style: oblique; /* test support */
}
#content .page h2, #content .post h2 {
	color: #452E1C;
	font-size: 1.4em;
	line-height: 1.2em;
	margin-bottom: 5px;
}
#content .page h3, #content .post h3 {
	font-size: 1.3em;
	font-style: oblique;
	line-height: 1.3em;
	padding-bottom: 24px;
color: #452E1C;
}
#content .main .page h4 {
	font-size: 1.2em;
	font-style: oblique;
	line-height: 1px;
	margin-bottom: 12px;	
}
#content h2 a {
	color: #452E1C;
}
/*#content .main .page .entry p, #content .left .post .entry p, #content .page .entry p, #content .post .entry p { */
#content .post .entry p, #content .page .entry p {
	color: #452e1c;
        font-family: Georgia, "Times New Roman", serif;
	font-size: 0.8em;
	line-height: 1.6em;
	margin-bottom: 25px;
        }

#content .main .page .entry strong, #content .left .post .entry strong, #content .page .entry strong {
	font-family: Georgia, "Times New Roman", serif;
        }
#content .left .post .entry, #content .page .entry, #content .post .entry {
	background: url('/images/content_bg.gif') bottom no-repeat #f8eedc;
	margin-bottom: 20px;
	padding: 20px;
        }

#content .left .post .entry img, #content .page .entry img, #content .post .entry img{
	border: 1px solid #452e1c;
        }

#content .page .entry {
	/*padding-bottom: 107px;*/
}
#content .entry a {
	color: #452e1c;
    font-weight: bold;
    text-decoration: underline;
}
#content .left .post small {
	display: inline-block;
	margin-bottom: 6px;
}
#content .main .page .entry a, #content .left .post .entry a, #content .page .entry a {
	color: #452e1c;
        font-weight: bold;
	text-decoration: underline;
}
div#follow {
	background: transparent url('images/divider.gif') 0 bottom repeat-x;
	padding-bottom: 7px;
}
#follow_us {
	color: #998675;
	font-size: 0.6em;
	font-family: Arial, sans-serif;
	line-height: 1.8em;
	position: absolute;
	bottom: 14px;
	right: 10px;
	vertical-align: bottom;
	width: 445px;
}
#follow_us ul {
	float: right;
}
#follow_us ul li {
	display: block;
	float: left;
	height: 57px;
	margin-right: 19px;
	width: 43px;
}
#follow_us ul li a {
	display: block;
	height: 100%;
	outline: none;
	width: 100%;
}
#follow_us ul li#flickr, #follow_us ul li#facebook, #follow_us ul li#twitter, #follow_us#blogspot { background: transparent url('images/social-large.gif') 0 0 no-repeat; }
#follow_us ul li#follow { width: auto; margin-right: 11px; }
#follow_us ul li#flickr { background-position: right 0; }
#follow_us ul li#facebook { background-position: left 0; }
#follow_us ul li#twitter { background-position: center 0; }
#follow_us ul li#blogspot { background-position: 22px 0 ; }
#footer {
	padding: 10px 0 30px 0;
	font-size: 0.7em;
        font-weight: bold;
        font-family: Georgia, "Times New Roman", serif;
        background: url('/images/wood_dark.jpg') #452E1C;
}
#footer #inner
{
width: 934px;
margin: 0 auto 0 auto;
}
#footer, #footer p, #footer a {
	color: #998675;
}
#footer a:hover {
	color: #fff;
}
#footer .right p {
	text-align: right;
}
ul.blogroll li a {
	color: #452E1C;
}
ul.blogroll li a:hover {
	text-decoration: underline;
}
ul#footer_navigation li {
	float: left;
	margin-right: 9px;
}

/* text */
body.error404 div.menu ul li a {
	color: #292929;
	line-height: 1.2em;
}
body.error404 div.menu ul li ul {
	margin-left: 22px;
}
/* a#kingsbarn_logo {
	background: transparent url('images/kb-logo-u.gif') 0 0 no-repeat;
	display: block;
	height: 125px;
	margin: 0 auto;
	outline: none;
	width: 187px;
} */
h3.seperator_box {
	color: #452e1c;
        font-size: 0.95em;
        padding-top: 5px;
        height: 26px;
}

.seperator_line
{
height: 25px;
background: url('/images/underline3.png') center no-repeat;
}

/* latest gallery */
body.page-template-gallery-php #latest_gallery {
	background-image: none;
}
#latest_gallery, #meet_the_people {
	background: transparent url('images/divider.gif') 0 bottom repeat-x;
	padding-bottom: 8px;
	position: relative;
	margin-bottom: 33px;
}
#latest_gallery img {
	float: left;
	margin: 0 2px 2px 0;
	width: 97px;
	height: 97px;
}
#latest_gallery_large img {
	height: 87px;
	width: 87px;
}
#meet_the_people strong {
	color: #452E1C;
}
#meet_the_people p {
	color: #452E1C;
	font-size: 0.75em;
	line-height: 1.3em;
	margin-bottom: 21px;
	padding-right: 158px;
}
#meet_the_people img {
	position: absolute;
	top: 12px;
	right: 0;
}
/* */
form#contact_us {
	width: 400px;
}
form#contact_us fieldset {
	margin-bottom: 20px;
}
input, textarea {
	background-color: #736357;
	border: 1px solid #452E1C;
	color: #f9f5e9;
	line-height: 1.2em;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.0em;
	padding: 2px 2px;
	width: 150px;
        }
fieldset {
	vertical-align: middle;
}
input.submit {
	background-color: #736357;
	color: #f9f5e9;
	font-size: 0.8em;
	width: 120px;
}
label {
	color: #452E1C;
	line-height: 2.2em;
	text-align: left;
}
h4#enquiry {
	color: #7C6A55;
	margin-bottom: 18px;
}
form#become_a_friend {
	background: transparent url('images/divider.gif') 0 bottom repeat-x;
	font-size: 0.75em;
	padding-bottom: 11px;
}
form#become_a_friend p {
	font-weight: bold;
	margin-bottom: 13px;
}
form#become_a_friend input {
	float: right;
	width: 230px;
}
form#become_a_friend fieldset {
	clear: right;
	margin-bottom: 11px;
}
form#become_a_friend .submit {
	font-size: 1em;
	width: 119px;
}
form#become_a_friend label {
}

p.postmetadata.alt, p.postmetadata.alt a {
	color: inherit;
	font-size: inherit;
}
body.single #content .post h2 {
	margin-bottom: 2px;
}
body.single #content .post span.postdate {
	display: block;
	font-size: 0.8em;
	margin-bottom: 32px;
}
body.error404 #content.two_col { padding: 44px 21px 0; }
body.error404 h3 { margin-bottom: 23px; }
body.error404 p { margin-bottom: 13px; }
span.postdate {	font-family: Georgia, "Times New Roman", serif;}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.replaced { text-indent: -9999px; }

/* @font-face {
	font-family: 'Ardagh';
	src: url('/media/ardagh-webfont.eot');
	src: local('☺'), url('/media/ardagh-webfont.woff') format('woff'), url('/media/ardagh-webfont.ttf') format('truetype'), url('/media/ardagh-webfont.svg#webfontwWZbcPUd') format('svg');
	font-weight: normal;
	font-style: normal;
}

#content h2 { font-family: "Ardagh", serif; font-size: 1.6em;} */

.thumbnails img
{
    margin-right: 5px;
    margin-bottom: 5px;
}

/** WP Styles **/

.alignright
{
float: right;
margin-left: 10px;
}

.alignleft
{
float: left;
margin-right: 10px;
margin-top:10px;
}

.side_photo
{
    border: 1px solid #452e1c;
    margin-bottom: 5px;
}

.type-post
{
    margin-bottom: 25px;
}

.photo { border: 1px solid #452e1c; }

p, strong
{
    line-height: 1.5em;
}
.galleryphoto {
}

.slideshow
{
margin-top: 15px;
width: 438px;
height: 110px;
margin:0;
border: 1px solid #452e1c;
}

.slideshow img { display: none; }
.slideshow img.first { display: block; }
