/*
 Wildflower CMS main stylesheet
 
 Colors
 
 */
html, body {
    margin: 0;
    padding: 0;
}

/* Typography */
html {
    font: 0.88em / 1.21 Georgia, "Times New Roman", Times, serif; /* 14px / 17px */
    color: #202020;
}

body {
    background-color: #cfa85a;
    background-image: url('../img/client/background.jpg');
    background-repeat: no-repeat;
}

h1 {
    margin-top: 0px;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    color: #9b7748;
}

h2 {
    font-size: 1.57em; /* 22px */
    margin-bottom: 6px;
}

h3 {
    font-size: 1.36em; /* 19px */
    margin-bottom: 6px;
}

h4 {
    font-size: 1.21em; /* 17px */
   margin-bottom: 6px;
}

p {
    margin-top: 0px;
    margin-bottom: 1em;
}

p.date-range {
    margin: 0;
    font-weight: bold;
}

/* Links */
a {
    color: #664E16;
}

a:hover {
    text-decoration: underline;
}

/* Wrap */
#wrap {
    width: 940px;
    margin: 0 auto;
    border-top: none;
}

/* TOP PAGE */
#toppage {
    height: 44px;
		color:#FFFFFF;
		font-size:20px;
		padding-top:13px;
}

#toppage a {
	color:#FFFFFF;
	text-decoration:none;
}

#toppage ul {
    list-style-type: none;
    float: right;
    margin: 0px;
}

#toppage ul li {
    float: left;
    margin: 0px;
		height:35px;
		padding-top:3px;
}

#toppage ul li.telephone {
	background-image:url('../img/client/talk.png');
	background-repeat:no-repeat;
	padding-left:42px;
}

#toppage ul li.email {
    background-image:url('../img/client/email.png');
		background-repeat:no-repeat;
		margin-left:30px;
		padding-left:42px;
}

#toppage ul li.email a {
	text-decoration:none;
}

#toppage ul li.email a:hover {
	color:#412812;
}


/* Header */
#header {
    background-image: url(../img/client/top.jpg);
    background-position: 328px 16px;
    background-repeat: no-repeat;
    background-color: #FFFFFF;
		height:238px;
		margin-bottom:0px;
}

#header h1 {
    margin-bottom: 0px;
}

#header #logo a {
	float:left;
	width:296px;
	height:206px;
	margin-top:16px;
	margin-left:16px;
	background-image:url('../img/client/logo.png');
	text-indent:-150em;
    overflow:hidden;
}

/* Navigation */
.page {
    float: left;
    width: 908px;
}

#navigation-wrapper {
	height:42px;
	padding-top:17px;
}

#navigation-wrapper ul {
	list-style-type:none;
	margin:0px;
	float:right;
	padding-right:16px;
}

#navigation-wrapper ul li {
	float:left;
	font-size:20px;
	color:#FFFFFF;
	margin-left:30px;
}

#navigation-wrapper ul li.current a {
	color:#412812;
}

#navigation-wrapper ul li a {
	color:#FFFFFF;
	text-decoration:none;
}

#navigation-wrapper ul li a:hover {
	color:#412812;
	text-decoration:none;
}

/* MAIN CONTENT */

#content {
	background:#FFFFFF;
	padding:16px 16px 16px 16px;
	float:left;
	width:908px;
	color:#424242;
	font-size:16px;
	line-height:24px;
}

#content h1 {
	font-weight:normal;
	font-size:28px;
	color:#664e16;
}

#content h2 {
	font-weight:normal;
	font-size:20px;
	color:#664e16;
}

#content h3 {
	font-weight:normal;
	font-size:18px;
	color:#664e16;
}

/* CMS Images */
img {
    display: block;
}

.image-left {
    float: left;
    margin-right: 16px;
    margin-bottom: 16px;
    border:5px solid #F3F3F3;
}

.image-center {
    clear: both;
    margin-bottom: 16px;
    border: 5px solid #f3f3f3;
}

.image-right {
    float: right;
    margin-left: 16px;
    margin-bottom: 16px;
    border:5px solid #F3F3F3;
}

.clear {
    clear: both;
}



/* Footer */
/* 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;
}

/* 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 */
#footerwrapper {
    margin: 0px auto 20px auto;
    width: 940px;
}

#footerwrapper #footer {
	background-image:url('../img/client/footer.jpg');
	color:#FFFFFF;
	float:left;
	width: 940px;
}

#footerwrapper #footer #leftcolumn {
	width:450px;
	padding:10px 0px 16px 16px;
	float:left;
	font-size:16px;
}

#footerwrapper #footer #rightcolumn {
	float:right;
	width:455px;
	height:60px;
	padding-top:20px;
}

#footerwrapper #footer #rightcolumn a {
	color:#FFFFFF;
	background-image:url('../img/client/pdf-icon.png');
	background-repeat:no-repeat;
	float:left;
	padding-left:90px;
	text-decoration:none;
	height:68px;
	padding-top:12px
}

#footerwrapper #footer #rightcolumn a:hover {
	color:#412812;
}

#footerwrapper #footer #rightcolumn a #pdflink {
	font-size:24px;
	
}

#footerwrapper #footer #rightcolumn a #pdfdate {
	font-size:14px;
}

#footerwrapper #footer #leftcolumn a {
	color:#FFFFFF;
	text-decoration:none;
}

#footerwrapper #footer #leftcolumn a:hover {
	color:#412812;
	text-decoration:none;
}

#footerwrapper #footer .highlight {
	color:#412812;
}

#footerwrapper #footer p {
	margin-bottom:4px;
}

#footerwrapper #footer #webdesigner {
	float:left;
	background:#CFA85A;
	width:940px;
	text-align:center;
	font-size:11px;
	padding-top:6px;
	padding-bottom:10px;
}

#footerwrapper #footer #webdesigner a {
	color:#ebdbba;
	text-decoration:none;
}

#footerwrapper #footer #webdesigner a:hover {
	color:#412812;
	text-decoration:none;
}

#google_map {
    line-height:18px;
}

div.left-column {
    width: 446px;
    float: left;
}

div.right-column {
    width: 446px;
    float: right;
}


