/*
Wildflower CMS main stylesheet

Colors

*/

html,
body {
    margin: 0;
	padding: 0;
}


/* Typography */

html {
	font: 0.88em/1.21 Arial, Helvetica, sans-serif; /* 14px / 17px */
	color: #202020;
}

body {
    background-color: #eae6d6;
    background-image: url(../img/client/wall-tile.jpg);
    background-repeat: repeat-x;
}

h1 {
    margin-top: 0px;
}


h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
    color: #9b7748;
}

h2 {
	font-size: 1.57em; /* 22px */
	margin: 0 0 1em 0;
}

h3 {
	font-size: 1.36em; /* 19px */
	margin: 0 0 1em;
}

h4 {
	font-size: 1.21em; /* 17px */
	margin: 1em 0 -0.4em;
}

p {
    margin-top: 0px;
    margin-bottom: 1em;
}

p.date-range {
    margin: 0;
    font-weight: bold;
}

/* Links */

a {
	color: #8A0019;
}
    
	a:hover {
		text-decoration: underline;
	}


/* Wrap */

#wrap {
	width: 945px;
	margin: 0 auto;
    background: #fff;
    border: 2px solid #e1e0db;
    border-top: none;
    padding: 0px 15px 15px 15px; /* 18px to shadow, then another 15px */
}


/* Header */


    
    #header {
        background-image: url(../img/client/top.jpg);
        background-position: 258px 13px;
        background-repeat: no-repeat;
    }
        #header h1 {
            margin-bottom: 0px;
        }
        
		#header h1 a {
        	margin: 0;
            background-image: url(../img/client/logo.gif);
            text-indent: -1000em;
            background-repeat: no-repeat;
            width: 242px;
            height: 221px;
            overflow: hidden;
            display: block;
		}
	
        #header h1 span, hr {
            display: none;
        }

		
/* Navigation */

#navigation-wrapper {
    width: 945px;
    overflow: hidden;
    float: left;
    clear: both;
    margin-bottom: 17px;
}

#navigation {
    margin: 0;
    padding: 0;
    list-style-type: none;   
    clear:both;
    width: 1005px;
    background-image: url(../img/client/nav-bg.gif);
    float: left;
    overflow: hidden;
}

#navigation li {
    display: block;
    float: left;
    border-right: 2px solid #fff;
}

#navigation li a {
    display: block;
    float: left;
    padding: 9px 24px 0px 24px;
    height: 32px; /* 41 - 10 padding */
    background-image: url(../img/client/nav-bg.gif);
    color: #fff;
    text-decoration: none;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 1.14em;
    /*border-right: 2px solid #fff;*/
}

#navigation li a:hover {
    border-bottom: 5px solid #723441;
    height: 27px;
}
#navigation li.current a {
    border-bottom: 5px solid #a36974;
    height: 27px;
}


#navigation li.navigation-contact-us {
    border-right: none;
    width: 133px;
}
#navigation li.navigation-contact-us a {
    width: 81px;
}


.sidebar {
    float: left;
    clear: left;
    margin-right: 17px;
}

#sidenav {
    float: left;
    width: 240px;
    list-style-type: none;
    padding: 0;
    margin: 0;
    border-top: 1px dashed #9B7748;
    margin-top: 5px;
}

#sidenav li {
    float: left;
}

#sidenav li a {
    float: left;
    width: 213px;
    color: #8a0019;
    padding: 9px 9px 9px 15px;
    border-bottom: 1px dashed #9B7748;
    text-decoration: none;
}

#sidenav li a:hover {
    text-decoration: underline;
}

#sidenav li.current a {
    font-weight: bold;
}

.page {
    float: left;
    width: 688px;
}

.feature-box {
    width: 240px;
    float: left;
    clear: left;
    background-color: #ede6de;
    margin-bottom: 25px;
}

.feature-box h3 {
    background-color: #9b7747;
    color: #fff;
    font-weight: normal;
    padding: 7px 10px;
    font-size: 1.3em;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    margin-bottom: 0px;
}

.feature-box ul {
    margin: 7px 10px;
    padding: 0px;
    list-style-type: none;
}

.feature-box ul li {
    padding: 0px 0px 6px;
    margin: 0px 0px 6px;
    border-bottom: 1px dashed #9c754c;
    font-size: 0.9em;
}

.feature-box ul li:last-child, .feature-box ul li.last-child {
    border: none;
    padding: 0px;
    margin: 0px;
}

.feature-box ul li a {
    color: #282a29;
    text-decoration: none;
}

.feature-box p {
    margin: 0px;
    padding: 0px;
}

.feature-box p a {
    display: block;
}

.feature-box a:hover {
    text-decoration: underline;
}

.feature-box p.event-date a:hover {
    text-decoration: none;
}

.feature-box p.event-date {
    font-weight: bold;
    font-size: 0.9em;
}

#photo-galleries {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 1em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 3px;
}

#photo-galleries li {
    display: inline;
}

#photo-galleries a {
    text-decoration: none;
    color: #8A0019;
}

#photo-galleries li.selected a {
    font-weight: bold;
}

#external-features {
    clear: both;
}

.external-feature {
    float: left;
    width: 219px;
    margin-right: 15px;
    overflow: hidden;
}

.external-feature p {
    margin: 0;
    padding: 0;
}

.external-feature a {
    display: block;
    height: 44px;
    padding-top: 212px;
    padding-left: 15px;
    padding-right: 7px;
    width: 197px;
    color: #fff;
    text-decoration: none;
}

.external-feature a:hover {
    text-decoration: underline;
}

#feature-sanctuary a {
    background-image: url(../img/client/sanctuary.jpg);
}

#feature-garden a {
    background-image: url(../img/client/garden.jpg);
}

#feature-cottages a {
    background-image: url(../img/client/cottages.jpg);
}

#feature-cottages {
    margin-right: 0px;
}

/* CMS Images */

img {
    display: block;
}

.image-left {
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
    padding: 3px;
    border: 2px solid #e0e0e0;
}

.image-center {
    clear:both;
    margin-bottom: 16px;
    border: 2px solid #e0e0e0;
    padding: 3px;    
}


.image-right {
    float: right;
    margin-left: 16px;
    margin-bottom: 16px;
    border: 2px solid #e0e0e0;
    padding: 3px;
}

.clear {
    clear: both;
}

/* Footer */

#footer  {
    background-image: url(../img/client/footer-background.jpg);
    background-repeat: no-repeat;
	font-size: 0.86em; /* 12px */
	text-align: center;
	margin: 2em 0 2em;
    width: 1011px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom:23px;
    color: #565656;
}

#footer a {
    color: #565656;
    text-decoration: none;    
}

#footer a:hover {
    text-decoration: underline;
}

#footer ul {
    padding-bottom: 5px !important;
}

#footer ul a {
    border-right: 1px solid #565656;
    padding-right: 6px;
    margin-right: 2px;
    font-size: 1.1em;
}

#footer ul li:last-child a, #footer ul li.last-child a {
    border-right: none;
}

#footer p {
    margin-bottom: 0px;
}

.wf-icon {
	position: relative;
	top: 3px;
}


/* Edit this */

.page {
	position: relative;
}

.edit-this {
	margin: 0;
	background-color: #242424;
	color: #fff;
	font-size: 11px;
	display: block;
	padding: 3px;
	-moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    clear:both;
    width: 20px;
    text-align: center;
    margin-bottom: 1em;
}
    
    .edit-this a {
        color: #fff;
        text-decoration: none;
    }
    
    .edit-this a:hover {
        color: #fff400;
        background-color: transparent;
    }

.file-upload {
    margin-bottom: 1em;
}
.file-upload img {
    vertical-align:middle;
    margin-right: 10px;
    display:inline;
}
	
/* Blog */

.post-date {
    margin-top: 1em;
	display: block;
}

.event {
    margin-bottom: 1em;
    padding-bottom: 1em;
    border-bottom: 1px dashed #9B7748;
}

.event h3 {
    margin-bottom: 0.2em;
}

/* Comments */

.comment-form {
	margin: 1em 0;
	padding: 0;
}

    .comment-form label {
    	float: left;
		width: 90px;
		text-align: right;
		padding-right: 8px;
		padding-top: 1px;
    }
	
	.comment-form .input {
		overflow: hidden;
		margin-bottom: 6px;
	}

.comments-list {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}


/* Admin bar */


#admin_bar {
    font: 10px/16px "Lucida Grande", Tahoma, Verdana, Arial, Helvetica, sans-serif;
    background: #000;
    color: #c3c3c3;
    font-size: 10px;
    overflow: hidden;
    padding: 0 32px;
}

    #admin_bar a {
        color: #999999;
        display: block;
        float: left;
        padding: 3px 6px;
        text-decoration: none;
    }
    
    #admin_bar a:hover {
        color: #fff;
        background-color: transparent;
    }
/* Photo Gallery */

#photo-gallery {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;    
}

#photo-gallery li {
    margin: 0;
    padding: 0;    
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

#photo-gallery a img {
    border: 0;
}

#photo-gallery a:hover {
    text-decoration: none !important;
}

#zoom_content p, .image_popup p {
    margin-bottom: 0px !important;
}

/* Footer */

#footer ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

#footer li {
    display: inline;
}

.feature-box input, .feature-box select {
    width: 215px;
    margin-bottom: 5px;
}
.feature-box label {
    font-size:0.9em;
    font-weight:bold;
}
.feature-box .submit {
    width: auto;
    float: right;
    margin-top: 5px;
    margin-bottom: 10px;
}

#footer .webdesigner {
	color:#9f9f9f;
}

#footer .webdesigner a {
	color:#9f9f9f;
}

/* SUMMER PROMOTION */

#summerpromotion {
	width:100%;
	height:150%;
	background:#000;
	position:absolute;
	top:0px;
	left:0px;
	display:block;
	background-image: url('../img/promotion/background.jpg');
	background-repeat:no-repeat;
	background-position: center 10px;
	margin: 0px;
	padding: 0px;
	z-index:1000;
}


#summerpromotion #alnwick_site {
	margin: auto;
	width: 870px;
}
#summerpromotion #alnwick_site #left_column {
	float: left;
	width: 394px;
	margin-left: 30px;
}
#summerpromotion #alnwick_site #mid_column {
	float: left;
	width: 122px;
	margin-left: 30px;
}
#summerpromotion #alnwick_site #right_column {
	float: left;
	width: 261px;
	margin-left: 33px;
}
#summerpromotion #alnwick_castle_button
{
  display: block;
  width: 180px;
  height: 152px;
  background: url("../img/promotion/alnwick_castle_button.png") no-repeat 0 0;

}

#summerpromotion #alnwick_castle_button:hover
{ 
  background-position: 0 -152px;
}

#summerpromotion #alnwick_castle_button span
{
  display: none;
}
#summerpromotion #alnwick_garden_button
{
	display: block;
	width: 210px;
	height: 169px;
	background: url("../img/promotion/alnwick_garden_button.png") no-repeat 0 0;
	margin-top: 30px;

}

#summerpromotion #alnwick_garden_button:hover
{ 
  background-position: 0 -169px;
}

#summerpromotion #alnwick_garden_button span
{
  display: none;
}
#summerpromotion #alnwick_site #right_column #alnwick_text {
	margin-top: 40px;
}
#summerpromotion #alnwick_site #right_column #alnwick_text #start_text {
	margin-top: 30px;
	margin-bottom: 280px;
}

.feature-box input, .feature-box select {
	z-index:-1;
}