/*
Theme Name: The Leaflet Delivery Company
Description: Bespoke Theme for The Leaflet Delivery Company
Author: Kathleen Aubert
Author Uri: http://www.demon-design.net
*/

.clear {
	clear: both;

}

* {
margin: 0;
padding: 0;

}

body {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #fff;
	color: #333333;
	line-height: 18px;
}

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

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	line-height: 18px;
	margin-bottom: 18px;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
	
}

h1 {
	font-size: 30px;
	line-height: 36px;
	margin-top: 0px;
  	margin-bottom: 6px;
	color: #006689;
}

h2 {
	font-size: 24px; 
  	line-height: 36px;
  	margin-top: 12px;
  	margin-bottom: 6px;
	color: #006689;

}

.entry h1:first-child, .commentpopup + h2, .entry h2:first-child {
	margin-top: 0;
}

h3 {
	font-size: 18px; 
  	line-height: 24px; 
	margin-top: 12px;
  	margin-bottom: 6px;
	color: #006689;
}

h4 {
	font-size: 12px; 
  	line-height: 18px; 
	color: #006689;

}

ul, 
ol { 
  margin-bottom: 18px; 
  list-style-position: outside;
  margin-left: 18px;
}

ul li, ol li {
	line-height: 18px;
	
}


blockquote {
	border: 1px solid #D8D7D7;
	padding: 18px 18px 0 18px;
	margin: 0 5px 18px;
	color: #006689;
	background: #fff url(images/blockquote.png) no-repeat 10px 10px;
	-moz-border-radius-topleft: 12px;
	 -webkit-border-top-left-radius: 12px;
    -moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
}

blockquote p {
	

}

a {
	text-decoration: none;
	color: #006689;

}

a:hover {
	color: #B61A1D;

}

hr {

background: #FFFFFF;
border: none;
margin-bottom: 18px;
clear: both;
}


#header {
	width: 980px;
	height: 140px;
	margin: 0 auto;
	padding: 5px 0;
	position: relative;
}

#header img {
	float: left;

}
	

p#callus {
	font-size: 22px;
	float: right;
	color: #bb1a1d;
	padding-top: 55px;
	letter-spacing: -1px;
}

p#callus span {
	font-size: 30px;
	line-height: 40px;
}

div#nav {
	width: 100%;
	height: 60px;
	background: url(images/nav.jpg) repeat-x left top;

}

ul.top-nav {
	width: 980px;
	height: 60px;
	margin: 0 auto;

}

ul.top-nav li {
	float: left;
	display: block;
	list-style: none;
	
	
	


}


#wrapper {
	width: 980px;
	height: auto;
	margin: 0 auto;
	padding-top: 0px;
}

#breadcrumbs {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#breadcrumbs a {
	padding: 0 2px;
}

#breadcrumbs span {
	padding: 0 2px;
	color : #999;
}


/*----------------------------------------------------------------------------------------
-------------------------------------------CONTENT--------------------------------------*/
#content {
	width: 720px;
	min-height: 400px;
	float: left;

	
}
/*-----------------------------Home Page Content--------------------------*/
#flashintro {
	background: #026082 url(flash/c/media/guarantee.jpg) no-repeat left top;
	display:block;
	margin-bottom: 20px;
	width: 720px;
	height: 330px;
}

#flashintro p {
	color:#FFFFFF;
	font-size:15px;
	padding-left:50px;
	padding-top:140px;
	width:300px;
}

.homebox {
	height: auto;
	width: 350px;
	float: left;
	
	margin-bottom: 20px;
}

.leftcol {
	margin-right: 20px;
}

.homebox h2 {
	font-size: 16px;
	color: #fff;
	background: url(images/homeh2.jpg) repeat-x left top;
	width: 328px;
	height: 28px;
	margin: 0;
	padding: 0;
	border: 1px solid #b2181a;
	line-height: 28px;
	padding: 0 10px;
	margin-bottom: 1px;
}

.homebox .box-inner {
	width: 308px;
	height: 118px;
	background: url(images/box-grad.jpg) no-repeat left top;
	border: 1px solid #d8d7d7;
	padding: 20px;
	position: relative;
}

.box-inner img {
	float: right;

}

a.morebutton {
	width: 115px;
	height: 25px;
	background: url(images/morebutton.png) no-repeat left top;
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 25px;
	padding: 0 10px;
	position: absolute;
	left: 20px;
	bottom: 20px;

}

a.morebutton:hover {
	background: url(images/morebutton.png) no-repeat left bottom;

}

.homepage h2 {
	margin-top: 0px;
}

#socialmedia  {
	padding-top: 10px;

}
a#facebooklink, a#twitterlink, a#linkedinlink {
	text-indent: -9999px;
	display: block;
	float: left;
	margin-right: 20px;
}

a#facebooklink {
	width: 132px;
	height: 40px;
	background: url(images/facebook.jpg) no-repeat left top;
	margin-top: 5px;

}

a#facebooklink:hover {

	background: url(images/facebook.jpg) no-repeat left bottom;
	
}

a#twitterlink {
	width: 200px;
	height: 47px;
	background: url(images/twitter.png) no-repeat left top;
	
}

a#twitterlink:hover {
	background: url(images/twitter.png) no-repeat left bottom;
	
}

a#linkedinlink {
	width: 160px;
	height: 33px;
	background: url(images/linkedin.png) no-repeat left top;
	margin-top: 12px;
}

a#linkedinlink:hover {

	background: url(images/linkedin.png) no-repeat left bottom;
}

#content .homepage {
	padding-bottom: 10px;

}
/*------------------------------Pages--------------------------------------------------*/

#headingimg {
	margin-bottom: 20px;
	border-radius: 12px 12px 12px 0;
	 -moz-border-radius-topleft: 12px;
	 -webkit-border-top-left-radius: 12px;
    -moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	position: relative;
	z-index: -10;
}
#headingimg h1 {
	padding-left: 40px;
	padding-top: 60px;
	color: #fff;
}

.page {
	border: 1px solid #d8d7d7;
	background: url(images/postgrad2.jpg) repeat-y left top;
	padding: 20px 20px 30px;
	margin-bottom: 10px;
	

}

.page .related {
	
	width: auto;
	clear: both;
	background: #fff;
	padding: 10px 20px;
	margin: 0px 0px  0px 0;
	border-radius: 12px 0 12px 12px ;
	 -moz-border-radius-topleft: 0px;
	 -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;


}

.page .related .relatedlinks {
	width: 310px;
	float: left;

}

.page .related .relatedarticles {
	width: 310px;
	float: left;
	border-right: 1px solid #eee;
	margin-right: 15px;
}

.relatedarticles ul {
	padding-right: 10px;
}


.related ul {
	margin-bottom: 10px;
	margin-left: 0;
}

.related ul li {
	list-style: none outside;
	padding: 2px 5px 2px 10px;
	background: url(images/arrow.png) no-repeat left 6px;
	}


.related ul li a {
	text-decoration: none;
	color: #333;

}

.related ul li a:hover {
	
	color: #B61A1D;

}




/*--------------------------------Testimonial Page--------------------------------------*/

.type-testimonial {
	border: 1px solid #d8d7d7;
	background: url(images/postgrad.jpg) repeat-y left top;
	padding: 15px;
	margin-bottom: 10px;

}

.type-testimonial h2 {
	margin-top: 0;
	margin-bottom: 12px;
	width: 530px;
	float: right;
	font-size: 18px;
	line-height: 24px;
}

.type-testimonial .entry {
	background: url(images/apostrophe.png) no-repeat right top;
	min-height: 132px;
	width: 530px;
	float: right;
}

.postcustom {
	float: left;
	width: 155px;
	height: 100%;

}
.type-testimonial .attachment-testimonials-post-thumbnail {
	
	margin: 0 15px 5px 0;
	border: 1px solid #d8d7d7;

}

a.casestudybutton {
	width: 115px;
	height: 25px;
	background: url(images/morebutton.png) no-repeat left top;
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 25px;
	padding: 0 10px;
	
	

}

a.casestudybutton:hover {
	background: url(images/morebutton.png) no-repeat left bottom;

}

/*--------------------------------Sitemap Page----------------------------------------*/
.page .sitemap {
	padding-top: 24px;

}

.page .sitemap ul {
	
	list-style-type: none;

}

.page .sitemap ul li {
	font-size: 18px;
	margin-bottom: 18px;
}

.page .sitemap ul ul {
	
	margin-top: 5px;
	margin-bottom: 0;
}

.page .sitemap ul ul li {
	font-size: 12px;
	margin-bottom: 0px;
	list-style: disc;
}

.page .sitemap ul ul ul {
	margin-top: 0px;

}


/*-------------------------------------Posts--------------------------------------------*/

.post {
	border: 1px solid #d8d7d7;
	background: url(images/postgrad2.jpg) repeat-y left top;
	padding: 20px;
	margin-bottom: 10px;
}

.post .commentpopup{
	width: 45px;
	height: 20px;
	background: url(images/comment.png) no-repeat left top;
	float: right;
	padding: 20px;
	margin-left: 20px;
	margin-bottom: 20px;

}

.post .commentpopup a {
	font-size: 25px;
	text-align: center;
	width: 45px;
	display: block;
	text-decoration: none;
	color: #BB1A1D;
}

.post .commentpopup a:hover {
	text-decoration: underline;

}

.post h2 a {
	text-decoration: none;
	color: #006689;

}


.post p.posttime {
	font-weight: bold;
}

.post a.more-link {
	width: 115px;
	height: 25px;
	background: url(images/morebutton.png) no-repeat left top;
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 25px;
	padding: 0 10px;
	
	
}

.post a.more-link:hover {
	background: url(images/morebutton.png) no-repeat left bottom;

}

.post p.postmetadata {
	background: #fff;
	padding:10px;
	border-radius: 12px 0 12px 12px ;
	 -moz-border-radius-topleft: 0px;
	 -webkit-border-top-left-radius: 0px;
    -moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
	margin-bottom: 10px;

}

#content div.shr-bookmarks {
clear:both !important;
margin:20px 0 0px;
}

/*----------------------------------------------------------------------------------------
-------------------------------------------SIDEBAR--------------------------------------*/
#sidebar {
	width: 240px;
	min-height: 400px;

	float: right;

}

#sidebar h2, #sidebar p {
	color: #fff;

}

#sidebar h2 {
	margin-top: 0;
	line-height: 24px;

}

#sidebar h3 {
	margin-top: 0;
	line-height: 18px;
	color: #b61a1d;
}

#sidebar p {
	margin-bottom: 9px;

}
/*-------------------------------Page Sidebar--------------------------------*/
#specialoffer {
	width: 200px;
	height: 120px;
	background: url(images/box-special-offer.jpg) no-repeat left top;
	margin-bottom: 20px;
	padding: 20px;
}

#specialoffer p {
	padding-right: 90px;

}

#competition {
	width: 200px;
	height: 120px;
	background: url(images/boxcompetition.jpg) no-repeat left top;
	margin-bottom: 20px;
	padding: 20px;
}

#competition p {
	padding-right: 20px;

}

    
#quoterequest {
	width: 200px;
	height: 110px;
	background: url(images/box-red-grad.jpg) repeat-y left top;
	margin-bottom: 20px;
	padding: 20px;
}

#quoterequest a#quotebutton {
	width: 170px;
	height: 35px;
	background: url(images/quotebutton.png) no-repeat left top;
	display: block;
	color: #333333;
	text-decoration: none;
	line-height: 35px;
	padding-left: 15px;
}

#quoterequest a#quotebutton:hover {
	background: url(images/quotebutton.png) no-repeat left bottom;
	color: #006689;
}
/*
#mailinglist {
	width: 210px;
	height: auto;
	background: url(images/box-black-grad.jpg) repeat-y left top;
	margin-bottom: 20px;
	padding: 20px 10px 20px 20px;
}

#mailinglist img#mail {
	float: left;
	margin: 10px 10px 0 -15px;

}

#mailinglist #mc_embed_signup{
	margin-left: -10px;

}
#mailinglist input#mce-EMAIL {
	border: 2px solid #0480c4;
	width: 156px;
	height: 22px;
	font-size: 12px;
	color: #666;
	padding: 0 2px;
	line-height: 22px;
	margin-right: 3px;
	

}

#mailinglist #mc-embedded-subscribe {
	width: 42px;
	height: 26px;
	background: url(images/mailchimpbutton.png) no-repeat left top;
	border: 1px none;
	color: #fff;
	cursor: pointer;
	margin: 2px 0;
}



#mailinglist #mc-embedded-subscribe:hover {

	background: url(images/mailchimpbutton.png) no-repeat left bottom;

}
#mailinglist #mce-responses {
	

}
*/

#resources {
	width: 240px;
	height: auto;
	margin-bottom: 20px;


}

#resources h2 {
	font-size: 20px;
	color: #3e9ee3;
	text-align: right;

}

#resources p {
	text-align: left;
	padding-left: 75px;

}
#resources-1 {
	width: 205px;
	height: 105px;
	padding: 15px 20px 15px 15px;
	background: url(images/box-resources-1.jpg) no-repeat left top;
	margin-bottom: 20px;

}

#resources-2 {
	width: 210px;
	height: 105px;
	padding: 15px 20px 15px 10px;
	background: url(images/box-resources-2.jpg) no-repeat left top;
	margin-bottom: 20px;
	
}

#bestbusiness{
    width: 210px;
	height: 83px;
	background: url(images/box-call-us.jpg) no-repeat left top;
	margin-bottom: 20px;
	padding: 15px ;
}
#bestbusiness h3 {
	padding-right: 40px;

}

#bestbusiness p {
	padding-right: 40px;
	color: #333;
}
    
#customers {
	width: 210px;
	height: 83px;
	background: url(images/box-clients.jpg) no-repeat left top;
	margin-bottom: 20px;
	padding: 15px;
}

#customers h3 {
	padding-left: 80px;
}

#customers p {
	padding-left: 80px;
	color: #333;
}

#guaranteebox {
	padding: 20px;
	width: 200px;
	height: 253px;
	background: url(images/guarantee-box.jpg) no-repeat left top;
	position: relative;
}

#guaranteebox h2 {
	color: 	#006689;
	
}

#guaranteebox p {
	position: absolute;
	left: 20px;
	bottom: 10px;
	color: #333;
}

/*------------------------Post Sidebar--------------------------------*/

#sidebar ul {
	margin: 0;

}

 li.widget-container {
	list-style: none outside;
	background: url(images/boxgrey-grad.jpg) repeat-y left top;
	width: 200px;
	height: auto;
	padding: 20px;
	margin-bottom: 20px;

}

h3.widget-title {
	margin-bottom: 10px;

}

li.widget_search {
	background: url(images/searchbox.jpg) no-repeat left top;
	
}

li.widget_search #searchform {
	padding-top: 15px;

}

li.widget_search #searchform #s {
	border: 2px solid #0480c4;
	width: 146px;
	height: 22px;
	font-size: 12px;
	color: #666;
	padding: 0 2px;
	line-height: 22px;

}

li.widget_search #searchform #searchsubmit {
	width: 42px;
	height: 26px;
	background: url(images/searchbutton.png) no-repeat left top;
	border: 1px none;
	color: #fff;
	cursor: pointer;
	margin: 2px 0;
}

li.widget_search #searchform #searchsubmit:hover {

	background: url(images/searchbutton.png) no-repeat left bottom;

}
 

#sidebar li.widget_search h3.widget-title {
	color: #fff;

}

li.widget-container ul {
	margin-bottom: 0px;

}

li.widget-container ul li {
	list-style: none outside;
	padding: 8px 0 8px 10px;
	background: url(images/arrow.png) no-repeat left 12px;
	
	border-bottom: 1px solid #ddd;

}

li.widget-container ul li:first-child {
	border-top: 1px solid #ddd;

}


li.widget-container ul li a {
	text-decoration: none;
	color: #333;

}

li.widget-container ul li a:hover {
	
	color: #B61A1D;

}

li.widget-container ul ul li {
	border-bottom: none;
	padding:8px 0 0px 10px;
	
}

li.widget-container ul ul li:first-child {
	border-top: none;

}





/*----------------------------------------------------------------------------------------------
-------------------------------FOOTER-----------------------------------------------------------*/
#footer {
	width: 980px;
	height: auto;
	clear: both;
	padding-top: 20px;
}

#nav-container {
	width: 980px;
	min-height: 165px;
	background: #026488 url(images/footer-nav.jpg) repeat-x left top;

}

#footer ul {
	margin-left: 0px;

}

ul.footer-nav {
	width: 980px;
	padding: 10px 0;
	margin-left: 0;
	
}

ul.footer-nav li {
	float: left;
	text-align: left;
	display: inline;
	
	padding:5px 15px 10px;
	font-size: 14px;
	font-weight: bold;
	list-style: none outside;
	
}

ul.footer-nav li a {
	color: #fff;
	text-decoration: none;
}

ul.footer-nav li a:hover {
	
	text-decoration: underline;
}

ul.footer-nav li ul.sub-menu {
	padding-top: 5px;

}
ul.footer-nav li ul.sub-menu li{
	float: none;
	padding: 2px 0 ;
	font-size: 11px;
	font-weight: normal;
	display: block;
	
}



#credits {
	width: 980px;
	height: 115px;
	padding-top: 10px;
}

.company, .copyrights, .details {
	width: 326px;
	display: block;
	float: left;
	font-size: 11px;
	color: #006689;
}

.copyrights {
	text-align: center;

}

.details{ 
	text-align: right;

}

/* -----------------------------------------------------------------------
--------------------IMAGE STYLES--------------------------------------------------*/
p img {
	padding: 0;
	max-width: 100%;
	}



img.aligncenter, #content .aligncenter {
	display: block;
	margin: 0 auto 18px auto;
	clear: both;
	
	
	}

img.alignright, #content .alignright  {
	float: right;
	margin: 0px 0 18px 18px; 
	display: inline;
	clear: right;
	}

img.alignleft, #content .alignleft {
	float: left;
	margin: 0px 18px 10px 0; 
	display: inline;
	clear: left;
	}


a img {

border: none;
}

#content .wp-caption {
	background: #ffffff;
	line-height: 18px;
	text-align: center;
	margin-bottom: 20px;
	padding: 4px;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	margin: 5px;
	color: #888;
	font-size: 12px;
	font-weight: bold;
}
#content .wp-smiley {
	margin:0;
}
#content .gallery {
	margin: auto;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
/*---------------------------------------------------------------------------------------
-----------------------------COMMENTS----------------------------------------------------*/
#comments {
	padding-top: 15px;

}

.alt {
	margin: 0;
	padding: 10px;
	}

#content h2#comments, #respond h2{
	padding-top: 10px;
clear: both;
}

#content h2#comments {
		
		padding-bottom: 10px;
		border-bottom: 1px dotted #ddd;
		margin-bottom: 0;
		
}

#content .commentlist {
	padding: 0;
	text-align: justify;
	margin: 0;
	}

#content .commentlist li {
	
	background: #fff;
	padding: 15px ;
	margin-bottom: 15px;
	list-style: none outside;
	border-radius: 12px 12px 12px 0;
	 -moz-border-radius-topleft: 12px;
	 -webkit-border-top-left-radius: 12px;
    -moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;

	}
#content .commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	background: #f3f3f3;
}


.comment-author {

font-size: 14px;
}


.comment-author cite {
	font-style: normal;
	font-weight: bold;
	color: #3F4D56;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	
}

*:first-child+html  .comment-author cite {
	margin-left: -15px;

}

.comment-author span.says, a.comment-edit-link {
	display: none;

}

.comment-author a {
	text-decoration: none;

}

.commentmetadata {
	display: block;

	margin-bottom: 5px;
	font-size:10px;
	

}

.commentmetadata a{
	color: #908F8F;
	text-decoration: none;
}

ol.commentlist li.comment div.vcard img.avatar { 
	border:1px solid #E4E4E4; 
	float:left; 
	padding: 5px;
	margin-right: 10px;
	margin-bottom: 5px; 
	background: #fff;
	display: inline;
}

.children { padding: 0; }

ol.commentlist li.comment  p {
	display: block;
	clear: both;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
#content #comments .navigation {
	padding: 0px 0 25px;
	

}



.nav-previous{
	float: left;
	width: auto;


}

.nav-next{
	float: right;
	width: auto;


}

/* ---------------------------------------------------------------------------------------
------------------------------COMMENTFORM-------------------------------------------------- */
#respond {
	padding-top: 10px;

}

#respond h3 {
font-size: 24px;
margin-bottom: 10px;

}


#commentform {
background: #fff;
padding:20px;
	
	border-radius: 12px 12px 12px 0;
	 -moz-border-radius-topleft: 12px;
	 -webkit-border-top-left-radius: 12px;
    -moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;



}

#commentform p {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 12px;
	
	}
	
#commentform label {
	

}

#commentform input {
	width: 250px;
	display: block;
	background:#FFFFFF none repeat scroll 0 0;
	border:2px solid #E9E9EA;
	color:#46484F;
	font-size:12px;
	padding:3px;
	vertical-align:top;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	display: block;
	width: 80%;
	background:#FFFFFF none repeat scroll 0 0;
	border:2px solid #E9E9EA;
	color:#46484F;
	font-size:12px;
	padding:3px;
	vertical-align:top;

	}
	
#commentform input:hover , #commentform textarea:hover {
	background: #EEEEEE;

}

#commentform input:focus , #commentform textarea:focus {
	background: #F7F7F7;

}


#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	width: 100px;

	height: 26px;

	margin: 10px 0 10px 0;

	font-size: 11px;

	background: url(images/submitbuttonslarge.png) no-repeat left top;

	border: none;

	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	}

#commentform #submit:hover {
	background: url(images/submitbuttonslarge.png) no-repeat left bottom;
}

/*-------------------------------------------------------------------------------------
----------------------------------------FORMS-------------------------------------------------*/
#content .gform_wrapper {
margin:10px 0;
max-width: 670px;
	background: #fff;
	padding:20px;
	
	border-radius: 12px 12px 12px 0;
	 -moz-border-radius-topleft: 12px;
	 -webkit-border-top-left-radius: 12px;
    -moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
    -moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
}

.gform_wrapper .gform_heading {
	margin-bottom:30px;
	width:98%;
}

#content .gform_wrapper input, #content .gform_wrapper select {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:normal;
	width: 250px;
	
	background:#FFFFFF;
	border:2px solid #E9E9EA;
	color:#46484F;
	font-size:12px;
	padding:3px;
	vertical-align:top;

}

#content .gform_wrapper select {
	width: 260px;
	padding:  3px 0;
	

}

#content .gform_wrapper .ginput_complex label, #content .gform_wrapper .gfield_time_hour label, #content .gform_wrapper .gfield_time_minute label, #content .gform_wrapper .gfield_date_month label, #content .gform_wrapper .gfield_date_day label, #content .gform_wrapper .gfield_date_year label, #content .gform_wrapper .instruction {
display:block;
font-size:11px;
letter-spacing:0.1em;
margin:0 0 10px;
}

#content .gform_wrapper .gfield_checkbox input, #content .gform_wrapper .gfield_radio input{
background:none repeat scroll 0 0 #FFFFFF;
border:2px solid #E9E9EA;
color:#46484F;
display:inline; 
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
letter-spacing:normal;
padding:3px;
vertical-align:middle;
width:auto;
}


#content .gform_wrapper textarea {
	display: block;
	
	background:#FFFFFF none repeat scroll 0 0;
	border:2px solid #E9E9EA;
	color:#46484F;
	font-size:12px;
	padding:3px;
	vertical-align:top;

	}
	
#content .gform_wrapper input:hover , #content .gform_wrapper textarea:hover, #content .gform_wrapper select:hover {
	background: #EEEEEE;

}

#content .gform_wrapper input:focus , #content .gform_wrapper textarea:focus, #content .gform_wrapper select:focus {
	background: #F7F7F7;

}
#content .gform_wrapper .gform_footer {
margin: 16px 0 0;
padding:0px 0 10px;
}
#content .gform_wrapper .gform_footer.right_label, #content .gform_wrapper .gform_footer.left_label  {
padding:0 0 10px 31%;
}


#content .gform_wrapper input.button {
	width: 100px;
	height: 26px;
	margin: 10px 0 10px 0;
	border: none;
	cursor: pointer;
	color: #fff;
	text-transform: uppercase;
	background: url(images/submitbuttonslarge.png) no-repeat left top;
	}

#content .gform_wrapper input.button:hover {
	background: url(images/submitbuttonslarge.png) no-repeat left bottom;
}

#content .gform_wrapper h3.gform_title{
	font-size: 24px;

}

#content .infusionsoft h3 {
	margin-top: 0px;
	margin-bottom: 24px;

}

#content .infusionsoft h2 {
	margin-top: 0px;
	margin-bottom: 24px;

}
#content .infusionsoft form label {
	display: block;
	width: 20%;
	float: left;
	clear: left;
	margin-bottom: 10px;
	text-align: right;
	font-weight: bold;
	margin-right: 20px;
}

#content .infusionsoft form input, #content .infusionsoft form select, #content .infusionsoft form textarea{
	margin-bottom: 10px;
	float: left;
	width: 200px;
}

#content .infusionsoft form select {
	width: 210px;

}

#content .infusionsoft form input#Submit{
	float: none;
	clear: both;
	margin-left: 150px;
}

#content .infusionsoft form br {
	display: none;
}
