body {border-top: 0;}

#header {
height: 92px;
}

#requirements_email {
	border: 1px dotted silver;
	padding: 10px;
	font-style: italic;
	background: #f9f9f9;
	margin: 0 0 20px 0;
}

.inline {
	display: inline;
	height: 100%;
	margin: 0;
	padding: 0;
	text-decoration: none;
	float: left;
}

.inline img {
	-moz-box-shadow: 0px 0px 6px #e4e4e4;
	-webkit-box-shadow: 0px 0px 6px #e4e4e4;
	box-shadow: 0px 0px 6px #e4e4e4;
	margin: 0 5px 5px 5px;
	padding: 4px;
	background-color: #fff;
	border: 1px #dedede solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
}

#main-nav > ul, #main-nav .menu > ul {
margin: 0;
}

#logInOut {
	background-color: #303030;
	/*
	margin-bottom: 5px;
	padding: 5px;
	*/
}
#logInOut .one-half {padding: 4px 0 4px 0}


#logInOut a {color: #868686;}

#logInOut a:hover {color: #fff;}

#logInOut #loginForm {margin: 0; padding: 0;}

#logInOut .last {
}

#logInOut .links {padding-top: 6px;}
#logInOut .pipe {padding: 0 5px;}
#logInOut input.login_username, 
#logInOut input.login_password {
	width: 90px;
	height: 12px;
	display: inline;
	margin: 0;
	border: 0px #303030 solid;
	font-family: "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	background-color: #595959;
	
}

#logInOut input.login_submit {
	margin: 0;
	padding: 5px;
	display: inline;
	line-height: 12px;
	background-color: #C00;
	border: 0px #C00 solid;
	text-transform: uppercase;
	color:#FFF;
	font-weight: bold;
}


#logInOut .input-block {
	float: left;
	margin: 0 4px 0 0;
}

#loginPage input {margin-bottom: 10px;}

.right-aligned {float: right}

h2.page-description{text-align:center;}

#footer a:hover, 
#footer a > :hover {
	color: #fff !important;
}

#footer-bottom a:hover, 
#footer-bottom a > :hover {
	color: #fff !important;
}

#footer .tweets-feed li a {
color: #fff !important;
}


/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 479px) and (max-width: 767px) {
	.page-header {
		margin-top: 200px;
	}
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.page-title {
		margin-top: 20px;
	}
}


/* Inline tooltips */
@media only screen and (min-width: 960px) {

	.dtt {
		margin: 0;
		padding: 0;
		position: relative;
		border-bottom: 1px #999 dotted;
		white-space: nowrap;
	}

	/* -------------------------------------------------- */
	/*	For span tags
	/* -------------------------------------------------- */

	.dtt[data-tooltip] { cursor: help; }
	.ie7 .dtt[data-tooltip] { cursor: auto; }
	.dtt[data-tooltip]:hover { color: #54555a; }

	/* Tooltip container */
	.dtt[data-tooltip]:before {
		background: #fff8de;
		border: 1px solid #fee5a2;
		-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .10);
		   -moz-box-shadow: 0 0 10px rgba(0, 0, 0, .10);
		        box-shadow: 0 0 10px rgba(0, 0, 0, .10);
		bottom: 0;
		color: #7b7b7b;
		content: attr(data-tooltip) !important; 
		font-size: 11px;
		left: 9px;
		line-height: 1.5;
		opacity: 0;
		padding: 5px 10px;
		position: absolute;
		text-align: center;
		-webkit-transition: all .2s ease-in-out;
		   -moz-transition: all .2s ease-in-out;
		    -ms-transition: all .2s ease-in-out;
		     -o-transition: all .2s ease-in-out;
		        transition: all .2s ease-in-out;
		width: 143px;
		z-index: 98;

	}
	.dtt[data-tooltip]:before {
		left: 10px;
		width: 192px;
	}
	.dtt[data-tooltip]:hover:before {
		bottom: 150%;
		opacity: 1;
	}

	/* Tooltip arrow */
	.not-ie .dtt[data-tooltip]:after {
		background: #fff8de;
		border-bottom: 1px solid #fee5a2;
		border-right: 1px solid #fee5a2;
		-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .05);
		   -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .05);
		        box-shadow: 1px 1px 2px rgba(0, 0, 0, .05);
		bottom: 0;
		content: '';
		display: block;
		height: 10px;
		left: 50%;
		margin: 0 0 0 -5px;
		opacity: 0;
		position: absolute;
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
		     -o-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		        transform: rotate(45deg);
		-webkit-transition: all .2s ease-in-out;
		   -moz-transition: all .2s ease-in-out;
		    -ms-transition: all .2s ease-in-out;
		     -o-transition: all .2s ease-in-out;
		        transition: all .2s ease-in-out;
		width: 10px;
		z-index: 99;
	}
	.dtt[data-tooltip]:after {
		left: 22px;
		margin-left: 0;
	}
	.not-ie .dtt[data-tooltip]:hover:after {
		bottom: 30px;
		opacity: 1;
	}
	.dtt[data-tooltip]:hover:after { bottom: 14px !important; }
	.ie8 .dtt[data-tooltip]:before,
	.ie8 .dtt[data-tooltip]:after { display: none; }
	.ie8 .dtt[data-tooltip]:hover:before { display: block; }
}



/* ---------------------------------------- */
/*	Content Tabs
/* ---------------------------------------- */
.vertical-tabs {
	list-style: none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.vertical-tabs li {
	float: none;
	line-height: 32px;
	margin: 0;
	overflow: hidden;
	padding: 0;
	position: relative;
	border: 0;
}

.vertical-tabs li.active {
	line-height: 31px;
}

.vertical-tabs li a {
	background: #f8f8f8;
	border: 0;
	border-bottom: 1px solid #fff;
	color: #959393;
	display: block;
	letter-spacing: 0;
	outline: none;
	padding: 0 16px;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
}

.vertical-tabs li:first-child a {
}

.vertical-tabs li a:hover {
	background: #f0f0f0;
	color: #959393;
}

.vertical-tabs li a:hover, .vertical-tabs li.active a {
}
.vertical-tabs li.active a {
	border-bottom: 1px solid white;
}

.vertical-tabs li.active a,
.vertical-tabs li.current-menu-item a {
	background: #3A3A3A;
	color: #ADADAD;
	text-shadow: 0 1px 0 black;
	font-weight: bold;
}

.tabs-container.vert {
	border: 0px solid red;
	margin: -1px 0 20px;
	overflow: hidden;
	width: 100%;
}

.tabs-container.vert .tab-content {
	padding: 0px;
}

img.homepage-service-img {
	width: 32px; 
	height: 32px; 
	float: left;
	margin: 10px 10px 4px 0;
}

#singleFeatureWrapper {min-height: 500px;}

.extended-pricing-table .features li .check {
	background-image: url(../../../themes/datafeedr/images/icon-check-3-green.png);
}

.extended-pricing-table .featured .header {
	background: #4a993e;
}

.extended-pricing-table .featured .title {
	background: #428937;
}

.extended-pricing-table .featured .footer .button {
	background: #4a993e;
}

.extended-pricing-table .featured .price {
color: #9FCD98;
}

blockquote span {
	color: #C00;
	padding-left: 10px;
	white-space: nowrap;
}

blockquote span::before {
	content: "~ ";
}


.post-carousel { width: 100%; }
.post-carousel.testimonials > li { width: 100%; }



/**
 * Big Buy Button
 */
.buy-button {
	font-size: 36px;
	color: #fff;
    width: 100%;
    background-color: #ddd;
    padding-left: 0px;
 
    -moz-border-radius:2em;
    -webkit-border-radius:2em;
    border-radius:2em;
 
    -moz-box-shadow:0 2px 0 #4c9434;
    -webkit-box-shadow:0 2px 0 #4c9434;
    box-shadow:0 2px 0 #4c9434;
 
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #60B842),
        color-stop(0.85, #7FD13D)
    );
    background-image: -moz-linear-gradient(
        center bottom,
        #60B842 0%,
        #7FD13D 85%
    );
 max-width: 200px;
}

.buy-button {
    background: transparent none; /* reset the background, just in case */
    filter: ''; /* clear the filter since it's the reason for the border-radius missing */

/* SVG as background image (IE9/Chrome/Safari/Opera) */ 
background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc5OTkiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMTAwJSIgeTE9IjEwMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgo8c3RvcCBzdG9wLWNvbG9yPSIjNjBCODQyIiBvZmZzZXQ9IjAiLz48c3RvcCBzdG9wLWNvbG9yPSIjN0ZEMTNEIiBvZmZzZXQ9IjAuODUiLz4KPC9saW5lYXJHcmFkaWVudD4KPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNnOTk5KSIgLz4KPC9zdmc+);
}

.buy-button a {
	padding: 12px 4px;
	color: #fff;
	font-family: arial,helvetica,sans-serif;
	line-height: 36px;
	font-weight: bold;
	text-shadow: 1px 1px 1px #4c9434;
	display: block;
	text-align: center;
	text-decoration: none;
	letter-spacing: -0.04em;
}
.buy-button a span {
	display: block;
	font-size: 40%;
	text-transform: uppercase;
	color: #fff;
	letter-spacing: -0.05em;
}
.buy-button:hover a { color: #fff; }
.buy-button:hover{
	color: #fff;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #6DD14B),
        color-stop(0.85, #85DB40)
    );
    background-image: -moz-linear-gradient(
        center bottom,
        #6DD14B 0%,
        #85DB40 85%
    );
    box-shadow:0 2px 0 #5EA839;
}
.buy-button:active{
	color: #fff;
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0, #6DD14B),
        color-stop(0.85, #85DB40)
    );
    background-image: -moz-linear-gradient(
        center bottom,
        #6DD14B 0%,
        #85DB40 85%
    );
    box-shadow:0 1px 0 #5EA839;
    margin-top: 1px;
}

.small-signup-button {
	float: right;
	margin-top: 3px;
}

.small-signup-button .buy-button {
	font-size: 18px;
}

.small-signup-button .buy-button a {
	line-height: 24px;
	margin: 0;
	padding: 3px 0 5px;
}

.small-signup-button .buy-button a span {
	font-size: 50%;
	letter-spacing: -0.09em;
	white-space: nowrap;
	margin: 0;
	line-height: 1em;
	padding: 0 20px;
}

#homepage-intro-wrapper {
	margin-left: 10px;
}

#homepage-intro-wrapper h1 {
	color: #474747;
	font-family: 'Bowlby One SC', arial;
	font-size: 52px;
	line-height: 44px;
	font-weight: 400;
	word-spacing: 50px;
	margin-top: 8px;
	text-transform: uppercase;
}

#homepage-intro-wrapper h2 {
	font-size: 120%;
	margin-bottom: 20px;
}

#homepage-intro-wrapper p {
	margin-top: 10px;
	margin-left: 20px;
	font-style: italic;
}

.signup {
	margin-top: 30px;
	margin-bottom: 30px;
}

.signup .container {
	background-image: url(http://www.datafeedr.com/images/box-pattern.png);
	background-repeat: repeat;
	padding: 20px;

}

.signup .container .inner {
	background-color: white;
	padding: 20px;
}



p.signup-details {
	font-family: "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 22px;
	line-height: 1.4em;
	margin-bottom: 0;
	padding-bottom: 0;
}

.signup .buy-button {
	float: right;
}




.wide-content {
	background: #F8F8F8;
	margin-top: 20px;
	border-width: 1px 0 1px 0;
	border-color: #ebebeb;
	border-style: solid;
}

#homepage-stats .container {
	padding-top: 20px;
}

#homepage-video .container, 
#homepage-networks .container, 
#homepage-services .container {
	padding-top: 40px;
}

@media only screen and (min-width: 960px) {
	#homepage-stats .container {
		background-image: url(../../../themes/datafeedr/images/striped-bg.png);
		background-repeat: repeat-y;
		background-position: center top;
	}
}

#homepage-stats .one-fourth {}

#homepage-stats strong {
	font-family: "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 30px;
	line-height: 30px;
	font-weight: bold;
	color: #333333;
	text-shadow: 1px 1px 1px #fff;
	display: block;
	letter-spacing: -0.05em;
	white-space: nowrap;
	text-align: center;
}
#homepage-stats span {
	font-family: "Open Sans", "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	text-shadow: 1px 1px 1px #fff;
	display: block;
	letter-spacing: -0.05em;
	white-space: nowrap;
	text-align: center;
	text-transform: uppercase;
}

#homepage-networks .container {
	text-align: center;
}
#homepage-networks img {
	-moz-box-shadow: 0px 0px 6px #e4e4e4;
	-webkit-box-shadow: 0px 0px 6px #e4e4e4;
	box-shadow: 0px 0px 6px #e4e4e4;
	margin: 0 10px 10px 10px;
	padding: 8px;
	background-color: #fff;
	border: 1px #dedede solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
}





#footer .widget_nav_menu #menu-footer-menu-no-members-links-included {

}

#footer .widget_nav_menu #menu-footer-menu-no-members-links-included li {
	display: block;
}

#footer .widget_nav_menu #menu-footer-menu-no-members-links-included li a {

}

.dropcap-small {
	color: #fff;
	display: inline-block;
	float: left;
	font-size: 16px;
	font-weight: 600;
	height: 22px;
	line-height: 22px;
	margin: 0 7px 0 0;
	text-align: center;
	width: 22px;
	background-color: #CCCCCC;
	text-shadow:  0px 0px 1px #a1a1a1;
}

.feature-thumbnail img {margin: 3px 8px;}

.video-feature-links {margin-top: 10px;}

.video-feature-link
{
	background-image: url(../../../themes/datafeedr/images/tv.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 26px;
	line-height: 26px;
	padding-left: 22px;
	margin-left: 10px;
}

.video_link
{
	background-image: url(../../../themes/datafeedr/images/tv-large.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	min-height: 90px;
	padding-left: 58px;
}

.video_link h4 {padding: 10px 0 5px 0; margin: 0;}

	.iframe {
		cursor: pointer;
		display: block;
		margin-bottom: 5px;
		position: relative;
	}
	
	.iframe.align-left { margin-bottom: 15px; margin-right: 15px; }
	.iframe.align-right { margin-bottom: 15px; margin-left: 15px; }

	.iframe:before, .no-js .iframe:after {
		content: '';
		opacity: 0;
		-webkit-transition: opacity .2s ease-in-out;
		   -moz-transition: opacity .2s ease-in-out;
			-ms-transition: opacity .2s ease-in-out;
			 -o-transition: opacity .2s ease-in-out;
				transition: opacity .2s ease-in-out;
	}

	.iframe .zoom,
	.no-js .iframe:before {
		background: rgb(255, 255, 255);
		background: rgba(255, 255, 255, 0.4);
		color: transparent;
		display: block;
		font: 0/0 a;
		height: 100%;
		left: 0;
		filter: alpha(opacity=0); 
		opacity: 0;
		position: absolute;
		text-shadow: none;
		top: 0;
		-webkit-transition: opacity .2s ease-in-out;
		   -moz-transition: opacity .2s ease-in-out;
			-ms-transition: opacity .2s ease-in-out;
			 -o-transition: opacity .2s ease-in-out;
				transition: opacity .2s ease-in-out;
		width: 100%;
	}

	.iframe .zoom:before,
	.no-js .iframe:after {
		background: none;
		content: '';
		display: block;
		position: absolute;
		height: 58px;
		margin: -29px 0 0 -29px;
		left: 50%;
		top: 50%;
		width: 58px;
	}

	.iframe.video .zoom:before,
	.no-js .iframe.video:after {
		background: none;
	}

	.iframe.link .zoom:before,
	.no-js .iframe.link:after {
		background: none;
	}

	.iframe:hover .zoom,
	.iframe:hover:after {
		filter: alpha(opacity=100); 
		opacity: 1;
	}
	
#searchable .highlight { background-color: yellow }
#searchable h3 {color: #c00;}
.video-filter {margin-bottom: 20px;}

#logInOut .one-half, 
#logInOut .one-half a
 { color: #B3B3B3; }
#logInOut .one-half a
 { text-decoration: underline; }

#main-nav .members_menu_link > a { background-color: #fcf7d9; color: #c4a21b}

#main-nav .members_menu_link > a {
border-top-color: #f5dc7d;
}

 #main-nav .members_menu_link > a {
border-bottom-color: #f5dc7d;
}

ul#footer_menu_links
{
	margin: 0;
	padding: 0;
}

#footer_menu_links li
{
	display: inline;
	margin: 0 20px 0 0;
	padding: 0;
}

#footer_menu_links li a {border:0;}

body {color: #505050; }

.flag {

	background-repeat: no-repeat;
	background-position: left 4px;
	width: 16px;
	height: 15px;
	display: block;
	float: left;
	padding-left: 5px;
}
.flag-ca { background-image: url(../../../themes/datafeedr/images/flags/ca.png); }
.flag-be { background-image: url(../../../themes/datafeedr/images/flags/be.png); }


#networks .network .network_logo_links {
	-moz-box-shadow: 0px 0px 3px #e4e4e4;
	-webkit-box-shadow: 0px 0px 3px #e4e4e4;
	box-shadow: 0px 0px 3px #e4e4e4;
	margin: 10px 0 10px 0;
	background-color: #fff;
	border: 1px #dedede solid;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-khtml-border-radius: 3px;
}

#networks .network .network_logo_links a {
	color: #C00;
}

#networks strong
{
	font-size: 10px;
	color: #C3C3C3;
	display: block;
	border-bottom: 1px #E6E6E6 solid;
	margin-bottom: 5px;
}

#networks .net_logo
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0px;
	border-bottom: 1px solid #efefef;
}
#networks .net_flags
{
	background-color: #FBFBFB;
	padding: 10px 10px 0 10px;
	margin: 0;
	height: 42px;
}


#networks .net_flag {margin: 0 6px 5px 0; padding: 0; float: left;}

.freetrialbox
{
	padding: 10px;
	display: block;
	background: url(/images/box-pattern.png) repeat;
	margin: 0 0 20px 0;
}

.freetrialbox .inner
{
	background-color: white;
	padding: 10px;
	margin: 0;
	border: 1px solid #CCC;
}

.freetrialbox .inner h2
{
	font-weight: bold;
	margin: 0;
	padding: 0;
	border: 0;
	letter-spacing: -0.1em;
	font-size: 14px;
}

.freetrialbox .inner h2 a {color: #c00; font-weight: bold;}

.inner-call-action
{
	margin: 0 auto 20px auto;
	height: 74px;
	background: #444;
	text-align: center;
}

.freetrialbox .inner p
{
	padding: 10px 0;
	margin: 0;
}

h1.call-text
{
	font-size: 48px;
	color: white;
	line-height: 72px;
	text-transform: uppercase;
	word-spacing: 5px;
	float: left;
	letter-spacing: 1px;
	margin-left: 40px;
	text-shadow: 1px 1px 0px black;
	font-family: "arial black", helvetica, verdana, arial, sans-serif;
	font-weight: bold;
	text-decoration: none;
	border: 0;
}

.inner-call-action h1.call-text span {color:#EE5A5A;}

.action-btn a { }

.action-btn
{
	float: right;
	margin-right: 40px;
	margin-top: 7px;
	text-align: center;
}

.action-btn a
{
	background: url(/images/buy.png) no-repeat;
	width: 200px;
	height: 60px;
	display: block;
	font-size: 30px;
	color: white;
	line-height: 60px;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 0px 1px 0px#ED8D48;
}




/* AWEBER */
#af-form-1157143259 .af-body .af-textWrap{width:70%;display:block;float:none;}
#af-form-1157143259 .af-body input.text, #af-form-1157143259 .af-body textarea{background-color:#FFFFFF;border-color:#919191;border-width:1px;border-style:solid;color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:12px;font-family:Verdana, sans-serif;}
#af-form-1157143259 .af-body input.text:focus, #af-form-1157143259 .af-body textarea:focus{background-color:#FFFAD6;border-color:#030303;border-width:1px;border-style:solid;}
#af-form-1157143259 .af-body label.previewLabel{display:block;float:none;text-align:left;width:auto;color:#000000;text-decoration:none;font-style:normal;font-weight:normal;font-size:12px;font-family:Verdana, sans-serif;}
#af-form-1157143259 .af-body{padding-bottom:15px;padding-top:0px;background-repeat:no-repeat;background-position:inherit;background-image:none;color:#000000;font-size:11px;font-family:Verdana, sans-serif;}
#af-form-1157143259 .af-quirksMode{padding-right:10px;padding-left:10px;}
#af-form-1157143259 .af-standards .af-element{padding-right:10px;padding-left:10px;}
#af-form-1157143259 .buttonContainer input.submit{background-color:#c20606;background-image:url("http://forms.aweber.com/images/forms/pointer/alert/button.png");color:#FFFFFF;text-decoration:none;font-style:normal;font-weight:normal;font-size:14px;font-family:Verdana, sans-serif;}
#af-form-1157143259 .buttonContainer input.submit{width:auto;}
#af-form-1157143259 .buttonContainer{text-align:left;}
#af-form-1157143259 button,#af-form-1157143259 input,#af-form-1157143259 submit,#af-form-1157143259 textarea,#af-form-1157143259 select,#af-form-1157143259 label,#af-form-1157143259 optgroup,#af-form-1157143259 option{float:none;position:static;margin:0;}
#af-form-1157143259 div{margin:0;}
#af-form-1157143259 form,#af-form-1157143259 textarea,.af-form-wrapper,.af-form-close-button,#af-form-1157143259 img{float:none;color:inherit;position:static;background-color:none;border:none;margin:0;padding:0;}
#af-form-1157143259 input,#af-form-1157143259 button,#af-form-1157143259 textarea,#af-form-1157143259 select{font-size:100%;}
#af-form-1157143259 select,#af-form-1157143259 label,#af-form-1157143259 optgroup,#af-form-1157143259 option{padding:0;}
#af-form-1157143259,#af-form-1157143259 .quirksMode{width:100%;}
#af-form-1157143259.af-quirksMode{overflow-x:hidden;}
#af-form-1157143259{background-color:#FFFFFF;border-color:transparent;border-width:1px;border-style:solid;}
#af-form-1157143259{display:block;}
#af-form-1157143259{overflow:hidden;}
.af-body .af-textWrap{text-align:left;}
.af-body input.image{border:none!important;}
.af-body input.submit,.af-body input.image,.af-form .af-element input.button{float:none!important;}
.af-body input.text{width:100%;float:none;padding:2px!important;}
.af-body.af-standards input.submit{padding:4px 12px;}
.af-clear{clear:both;}
.af-element label{text-align:left;display:block;float:left;}
.af-element{padding:5px 0;}
.af-form-wrapper{text-indent:0;}
.af-form{text-align:left;margin:auto;}
.af-quirksMode .af-element{padding-left:0!important;padding-right:0!important;}
.lbl-right .af-element label{text-align:right;}
#af-submit-image-1157143259 {width: 205px; height: 58px; padding-left: 0;}
/* end AWEBER */

.widget li a, .entry-meta a {border-bottom: 0;}