
/*
// The Priory at Scorton
// Dark Colour // Highlight Colour // Light beige // Dark beige */



html{
min-height: 101%;
overflow-x: hidden;
}

*{
padding: 0;
margin: 0;
border: 0;
font-size: 100%;
background: transparent;
}

body{
position: relative;
padding: 8px 0 0 0;
text-align: center;
font-family: Volkhov,Arial,Verdana,Tahoma,sans-serif;
background-color: #00471b;
background-image: url(../images/page-bg-original.jpg);
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed;
color: #4b4b4b;
overflow-x: hidden;
}

a{
text-decoration: none;
color: #ffffff;
font-weight: normal;
font-style: italic;
}

a:hover{
color: #999999;
}

h1{
margin: 0;
margin-bottom: 11px;
padding: 0 0 0 0;
font: normal 2em 'La Belle Aurore',Volkhov,Arial,Verdana,Tahoma,sans-serif;
text-shadow 0 0 1px rgba(0, 0, 0, 0.3);
border-bottom: 1px dotted #00471b;
color: #ffffff;
position: relative;
}

h2{
margin: 0;
padding: 0 0 0 0;
font: normal 1.6em 'La Belle Aurore',Volkhov,Arial,Verdana,Tahoma,sans-serif;
text-shadow 0 0 1px rgba(0, 0, 0, 0.3);
color: #ffffff;
position: relative;
}

h3{
color: #00471b;
margin: 7px 0;
}

img{
border: none;
}



#container{
width: 950px;
text-align: left;
margin: 0px auto;
overflow: hidden;
z-index: 8;
}

#content-wrapper{
clear: both;
overflow: hidden;
z-index: 9;
}



#column-left{
float: left;
width: 190px;
overflow: hidden;
margin-left: 10px;
z-index: 10;
}

#column-left .block{
display: block;
background: #BFAD90;
color: #4d4336;
padding: 6px;
font-size: 0.8em;
margin-bottom: 10px;
}

#column-left a.block span{
display: block;
background-color: #4d4336;
color: #e8ddcc;
padding: 2px 6px 0px 6px;
font-weight: bold;
font: normal 1.6em 'La Belle Aurore',Volkhov,Arial,Verdana,Tahoma,sans-serif;
}

#column-left h2{
background-color: #4d4336;
color: #e8ddcc;
padding: 2px 6px 0px 6px;
margin: 0 0 5px 0;
font-size: 1.3em;
font-weight: normal;
}

#column-right{
float: left;
width: 750px;
height: auto;
overflow: hidden;
background-color: #BFAD90;
background-image: url(../images/content-bg.png);
background-repeat: repeat-x;
background-position: bottom left;
z-index: 11;
}



#header{
width: 950px;
height: 100px;
text-align: left;
}

#header-logo{
display: block;
float: left;
color: #fff;
font-size: 1.8em;
font-weight: 700;
}

#header-contact{
color: #fff;
float: right;
margin: 15px 10px 0 0;
text-align: right;
font-size: 1em;
}

#header-contact a{
color: #fff;
}

#header-contact a:hover{
color: #8dc73f;
}

#header-contact span{
font-weight: bold;
color: #8dc73f;
}







#navigation{
width: 948px;
margin: 0;
margin-bottom: 0px;
padding-top: 0px;
border-top: 1px solid #687459;
z-index: 989;
}

#navigation li{
list-style-type: none;
float: left;
}

#navigation a{
position: relative;
display: inline-block;
padding: 4px 12px;
margin-right: 0px;
color: #fff;
text-decoration: none;
text-align: left;
font-size: 0.8em;
font-weight: 400;
min-height: 19px;
letter-spacing: 0px;
float: left;
text-shadow: 0 0 1px rgba(0,0,0,0.3);
}

#navigation ul a{
display: block;
float: none;
background: #BFAD90;
text-shadow: none;
color: #4d4336;
}

#navigation li:hover,#navigation a.current{
background: #BFAD90;
color: #4d4336;
}

#navigation a.current:hover{
color: #e2e2e2;
}

#navigation a:hover{
color: #00471b;
}

#navigation ul a.current{
color: #00471b;
}

#navigation a.first{
}

#navigation a.last{
}



#slideshow{
width: 740px;
height: 400px;
overflow: hidden;
background-color: #000000;
border: 5px solid #BFAD90;
z-index: 10;
}

#slideshow img{
width: 740px;
height: 400px;
background-color: #000000;
z-index: 11;
}



#content{
margin: 10px 20px 35px 20px;
text-align: justify;
font-size: 12px;
line-height: 150%;
color: #4b4b4b;
position: relative;
}

#content p{
margin: 5px 0px 15px 0px;
}

#content ul{
padding-left: 35px;
margin-bottom: 12px;
}



#footer-wrapper{
clear: both;
width: 100%;
overflow: hidden;
}

#footer{
width: 950px;
margin: 7px auto 0 auto;
overflow: hidden;
background-color: #BFAD90;
color: #7c6b50;
font: normal 10px "Trebuchet MS", Tahoma, Verdana;
}

#footer a{
color: #7c6b50;
font-size: 10px;
}

#footer a:hover{
color: #493e2c;
}

#footer-left{
float: left;
text-align: left;
padding: 15px;
padding-right: 0;
}

#footer-right{
float: right;
text-align: right;
padding: 15px;
padding-left: 0px;
}



#contact-left{
float: left;
width: 300px;
margin: 10px 0px 20px 40px;
text-align: center;
}

#contact-right{
float: right;
width: 300px;
margin: 10px 40px 20px 0px;
}




form.contact-form label{
clear: both;
text-align: left;
font-weight: bold;
display: block;
margin-top: 7px;
}

form.contact-form input,form.contact-form textarea,form.contact-form select{
display: block;
width: 100%;
margin-top: 2px;
font: 9pt verdana,arial,tahoma,sans-serif;
border: 1px solid #cccccc;
padding: 3px;
background: #fff;
}

form.contact-form input:hover,
form.contact-form textarea:hover,
form.contact-form select:hover,
form.contact-form input:focus,
form.contact-form textarea:focus,
form.contact-form select:focus{
border-color: #999;
}

form.contact-form textarea{
overflow: auto;
height: 100px;
}

form.contact-form input.contact-submit{
clear: both;
float: right;
width: auto;
margin-right: 2px;
padding: 4px 6px;
border: 0;
background-color: #00471b;
text-transform: uppercase;
color: #ffffff;
font-size: 0.8em;
font-weight: bold;
cursor: pointer;
}

.captcha-container{
width: 100%;
display: block;
clear: both;
float: left;
text-align: center;
padding: 5px;
margin-top: 7px;
border: 1px solid #cccccc;
}

form.contact-form div.captcha-container input{
width: 96%;
}

div.captcha-container small{
display: block;
}



#panel{
width: 1000px;
margin: 6px auto;
border: 1px solid #2ecc1e;
background-color: #b7e5b0;
color: #218416;
padding: 15px;
font-weight: bold;
}



#side-tab-container{
position: absolute;
top: 40px;
left: 0px;
width: 25px;
}

.side-tab{
display: block;
margin-bottom: 10px;
font-size: 11px;
}


.side-tab img{
border: 0;
text-decoration: none;
}

a.side-tab:hover{
color: #888888;
}



.clear{
clear: both;
height: 0px;
width: 1px;
line-height: 0px;
}

.left{ float: left; }
.right{ float: right; }

.validated-form label.error{
color: red;
}

div.warningbox,div.infobox,div.confirmbox{
min-height: 40px;
padding: 4px 8px 4px 50px;
margin-bottom: 5px;
background-repeat: no-repeat;
background-position: 6px center;
font-size: 0.9em;
border-radius: 4px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

div.warningbox{
background-color: #f1d7d7;
background-image: url(http://cdn.easy-web-sites.co.uk/images/icons/warning.png);
border: 3px double #d4322a;
color: #d4322a;
}

div.infobox{
background-color: #cbd5eb;
background-image: url(http://cdn.easy-web-sites.co.uk/images/icons/info.png);
border: 3px double #3960af;
color: #3960af;
}

div.confirmbox{
background-color: #c3e5bf;
background-image: url(http://cdn.easy-web-sites.co.uk/images/icons/confirm.png);
border: 3px double #38972e;
color: #38972e;
}


#downloads a{
color: #4d4336 !important;
display: block;
padding: 3px;
padding-left: 22px;
background-image: url(../images/pdf-icon.png);
background-repeat: no-repeat;
background-position: 2px center;
margin-bottom: 3px;
text-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

#downloads a:hover{
color: #00471b !important;
}

#downloads a:hover{
color: #fff;
}

#column-left a#book-online{
background-image: url(../images/book-online.png);
background-repeat: no-repeat;
width: 170px;
height: 50px;
display: block;
margin: 0 auto;
}

#column-left a#book-online:hover{
background-image: url(../images/book-online-hover.png);
}

#latest-news p{
font-size: 12px;
margin: 6px 0;
}

.bold{
font-weight: bold;
text-align: justify;
}

p.tiny{
font-size: 11px;
font-style: italic;
}

a#email{
font-size: 11px;
}

img.content-image-left{
float: left;
margin: 8px 8px;
margin-left: 0;
border: 3px solid #00471b;
position: relative;
}

img.content-image-right{
float: right;
margin: 8px 8px;
margin-right: 0;
border: 3px solid #00471b;
position: relative;
}





