@import url('css/reset.css');

/*
Theme Name: Toucan Theme
Author: Amy @ Winterglow
Date: 2/17/2014
Version: 1.0
*/

/*-------FONTS----------*/

@font-face {
    font-family: 'Segoe';
    src: url('fonts/segoepr-webfont.eot');
    src: url('fonts/segoepr-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/segoepr-webfont.woff') format('woff'),
         url('fonts/segoepr-webfont.ttf') format('truetype'),
         url('fonts/segoepr-webfont.svg#segoe_printregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SegoeBold';
    src: url('fonts/segoeprb-webfont.eot');
    src: url('fonts/segoeprb-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/segoeprb-webfont.woff') format('woff'),
         url('fonts/segoeprb-webfont.ttf') format('truetype'),
         url('fonts/segoeprb-webfont.svg#segoe_printbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* Body, links, basics 
-------------------------------------------------------------- */

body {
	font-size: 16px;
	line-height:22px;
	font-family: 'Segoe', Arial, "Helvetica Neue", Helvetica, sans-serif;
	text-rendering: optimizeLegibility;
	color: #000;
	padding-top:20px;
}
#page {
	margin: 0 auto;
	max-width: 960px;
}
a, a:visited, a:active {
	outline: none;
	color: #339933;
}
a:hover {
	text-decoration:underline;
}
.nowrap {
	white-space:nowrap;
}

/*clearfix */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

/* ---------------BANNER ---------------------*/

#banner, #footer {
	float:left;
	width:100%;
	margin-bottom: 15px;
}
#footer {
	font-size: 12px;
}
#banner h1 a {
	position:relative;
}
#banner h1 img {
	width:100%;
}

/* ---------------MAIN ---------------------*/

.mainblock {
	width:100%;
	float:left;
}
#content {
	width:70%;
	float:left;
	margin-right:5%;
}
#content ul li {
	background: url('images/feather.png') 0 9px no-repeat;
	padding-left: 45px;
	margin-bottom: 15px;
	font-size: 15px;
	list-style:none;
}
.rounded {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.floatlink {
	float:left; 
	margin-right:25px;

}
/* ---------------SIDEBAR ---------------------*/

#sidebar {
	float:left;
	width:25%;
	margin-top: 2%;
}

#sidebar img {
	width:100%;
	height:auto;
	border: 2px solid #0d81b2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
	margin-bottom: 5%;
}
#sidebar img.small {
	width:70%;
}

/* simple lightbox overrides */

.slb_details {
	margin-top:5px !important;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_data_title, #slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
	font-size: 16px !important;
	line-height:22px !important;
	font-family: 'Segoe', Arial, "Helvetica Neue", Helvetica, sans-serif !important;
	margin: 10px 10px 10px 0 !important;
}
/*disable slideshow image count*/
#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
	display:none;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_template_tag_ui {
	opacity: 1.0;
}
#slb_viewer_wrap .slb_theme_slb_default .slb_controls .slb_slideshow .slb_template_tag {
	background:none !important;
}

/* ---------------CONTACT ---------------------*/

.contact {
	padding: 3%;
	background: #cbe2ba;
	margin-bottom: 20px;
}
.contact h2 {
	background: url('images/underline-contact.png') left bottom no-repeat;
}
.contact .float {
	float: left;
	width:40%;
	font-weight: bold;
	margin-right:5%;
}
.contact .float h2 {
	background:none; 
	margin-bottom:0px;
}
.contact .float.info {
	width:45%;
	margin-right:0;
	/*padding: 3%;
	background: #fff;*/
}

/*-----------EMAIL FORM ----------*/

.wpcf7 {
	width:auto;
}
.wpcf7 input, 
.wpcf7 textarea {
	width:auto;
	padding: 3px;
	border: 1px solid #999;
}
.wpcf7 p#your-name,
.wpcf7 p#email {
	width: auto;
	margin-bottom:10px;
}
.wpcf7 p.instructions {
	margin-bottom:10px;
}
.wpcf7 p#your-name {
	margin-right: 10px;
}
.wpcf7 p#message {
	float:left;
	clear:both;
	margin-bottom: 10px;
}
.wpcf7 p#message textarea {
	width: auto;
	height: 150px;
}
.wpcf7 p#send {
	clear:both;
	width:103px;
	margin-bottom: 0;
    margin-top: 10px;
    position: relative;
}
.wpcf7 input.wpcf7-submit {
	width: 70px;
	height: 33px;
	padding:0;
	border:0;
	display:block;
	background:#339933;
	font-size: 16px;
	text-transform: uppercase;
	color:#fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}
.wpcf7 input.wpcf7-submit:hover {
	background: #91c478;
}	
.wpcf7 input.wpcf7-submit:active {
	background: #91c478;
}	

.wpcf7 div.wpcf7-response-output {
	margin: .5em 0em 1em !important;
}

.wpcf7 div.wpcf7-mail-sent-ok {
	border: 1px solid #000 !important;
	background: #0d81b2 !important;
}

a.button {
  width: 150px;
  padding: 5px 10px;
  border: 0;
  display: block;
  background: #339933;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto;
  text-align: center;
}

/* ---------------TESTIMONIALS ---------------------*/

.testimonials h2 {
	background: url('images/underline-testimonials.png') left bottom no-repeat;
}
.testimonial {
    border-bottom: 1px dashed #666;
	margin-bottom: 15px;
}


/* ---------------TYPOGRAPHY ---------------------*/

h1 {
	font-size: 25px;
	text-transform: uppercase;
	line-height: 1em;
	font-weight: 100;
}
h2 {
	font-size: 22px;
	background: url('images/underline.png') left bottom no-repeat;
	padding-bottom:9px;
}
h1, h2 {
	margin-bottom:10px;
}
p {
	margin-bottom:20px;
	margin-top: 0;
}
.wpcf7-form-control-wrap {
    position: relative;
    display: table !important;
}

