/*
Theme Name: MemberFused
Theme URI: http://memberfuse.com
Description: Custom theme for the Version 3 of Memberfuse.com. (Based on the Starkers theme by <a href="http://elliotjaystocks.com">Elliot Jay Stocks</a>)
Version: 1.0
Author: Derek Bender
Author URI: http://nfistudios.com
Tags: memberfuse, blue, starkers, clean
*/

@import "css/reset.css";
@import "css/basic.css";

@font-face {
	font-family: 'Museo700';
	src: url('fonts/Museo700-Regular.eot');
	src: local('Museo 700'), local('Museo-700'), url('fonts/Museo700-Regular.otf') format('opentype'), url('fonts/Museo700-Regular.svg#Museo-700') format('svg');
	}

@font-face {
	font-family: 'Museo300';
	src: url('fonts/Museo300-Regular.eot');
	src: local('Museo 300'), local('Museo-300'), url('fonts/Museo300-Regular.otf') format('opentype'), url('fonts/Museo300-Regular.svg#Museo-300') format('svg');
	}

@font-face {
	font-family: 'Museo500';
	src: url('fonts/Museo500-Regular.eot');
	src: local('Museo 500'), local('Museo-500'), url('fonts/Museo500-Regular.otf') format('opentype'), url('fonts/Museo500-Regular.svg#Museo-500') format('svg');
	}
	
@font-face {
	font-family: 'Sniglet';
	src: url('fonts/Sniglet.eot');
	src: local('Sniglet Regular'), local('Sniglet'), url('fonts/Sniglet.woff') format('woff'), url('fonts/Sniglet.ttf') format('truetype'), url('fonts/Sniglet.svg#Sniglet') format('svg');
	}
	
body {
	background: #F2F2F2;
	color: #4D4D4D;
	font-size: 1.2em;
	min-width: 1000px;
	position: relative;
	width: 100%;
	}
	#site_center{
		
		
		margin: 0 auto;
		
	}
	#asae_meeting{
	z-index: 99999;
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		width: 200px;
		height: 198px;
		text-indent: -99999px;
		background: url('images/asae_meeting_tear.png') no-repeat;
		
	}

h1 {
	font-family: 'Museo700', Helvetica, sans-serif;
	font-weight: normal;
	font-size: 30px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.4);
	margin-top: 0;
	}
	
h2,
h3 {
	font-family: 'Museo500', Helvetica, sans-serif;
	font-weight: normal;
	font-size: 19px;
	text-shadow: 1px 1px 2px rgba(153,153,153,.75);
	}
	
	h2 span {
		color: #2D64AF;
		}
		
	.home .article h2 {
		margin-bottom: .7em;
		}
		
p {
	line-height: 1.2
	}
	
a {
	color: #2D64AF;
	}

table {
	margin-top: 20px;
	}
		
	table p {
		margin: 0;
		}
		
	table td {
		vertical-align: middle;
		text-align: center;
		width: 33%;
		}
		
	table a,
	table a:hover {
		border: 0 none !important;
		}
		
.null {
	color: #808080;
	font-family: 'Museo500', Helvetica, sans-serif;
	text-align: center;
	font-size: 14px;
	}
	
.wrap {
	width: 960px;
	margin: auto;
	position: relative;
	}

#header {
	width: 100%;
	position: relative;
	z-index: 9999;
	}
	
	#header .top {
		background: url(images/bg_top.jpg) repeat-x;
		height: 100px;
		position: relative;
		z-index: 1030;
		}
		
		#header h1 {
			margin: 0;
			position: absolute;
			top: 0;
			left: 0;
			z-index: 10000;
			}
			
		#header .logo {
			width: 238px;
			height: 159px;
			display: block;
			}
			
		#header .nav {
			font-family: 'Museo500', Helvetica, sans-serif;
			float: right;
			font-size: 16px;
			margin: 55px 0 0 0;
			overflow: hidden;
			text-shadow: 1px 1px 2px rgba(29,41,89,.75);
			}
			
			#header .nav li {
				display: inline;
				}
				
				/* hides links from the dyanmic nav */
				.nav li.page-item-18 {
					display: none !important;
					}
				
				#header .nav li a {
					color: #F2F2F2;
					padding: 4px 10px;
					line-height: 20px;
					-moz-border-radius: 3px;
					-webkit-border-radius: 3px;
					border-radius: 3px;
					float: left;
					margin-left: 4px;
					}
					
				#header .nav li.page-item-6 a {
					background-image: url(images/icon_home.png);
					background-position: 8px center;
					background-repeat: no-repeat;
					padding-left: 30px;
					}
					
					#header .nav li a:hover,
					#header .nav li.current_page_item a {
						background-color: #2673A5;
						background-color: rgba(255,255,255,.15);
						*background-color: #2673A5;
						}
		
	#header .subheader {
		background: url(images/bg_sub.png) repeat-x top;
		height: 95px;
		position: relative;
		z-index: 1002;
		}
		
		.home #header .subheader .wrap {
			display: none;
			}
		
		#header .subheader h3 {
			margin: 0;
			color: #F2F2F2;
			font-weight: normal;
			font-size: 16px;
			text-shadow: 1px 1px 2px rgba(0,0,0,.8);
			position: absolute;
			top: 10px;
			right: 260px;
			z-index: 1002;
			}
			
			#header .subheader h3 span {
				color: #B3B3B3;
				}
			
		#header .subheader .tab {
			background: url(images/bg_tab.png) no-repeat;
			width: 207px;
			height: 72px;
			padding: 6px 34px 0 34px;
			position: absolute;
			right: 0;
			z-index: 1001;
			}

.home #main .wrap {
	width: 940px;
	}
	 	
#intro {
	background: #E6E6E6;
	overflow: hidden;
	padding: 45px 0 25px 0;
	margin-top: -25px;
	position: relative;
	z-index: 10;
	}
	
	#intro .wrap {
		width: 920px;
		} 
	
	#intro p {
		font-family: 'Museo500', Helvetica, sans-serif;
		font-size: 20px;
		margin: 0;
		line-height: 1.35;
		text-shadow: 1px 1px 2px rgba(0,0,0,.4);
		text-align: justify;
		}
		
		#intro p span {
			color: #2D64AF;
			font-size: 22px;
			}
			
		#intro p strong {
			font-size: 36px;
			}
			
		#intro p small {
			font-family: 'Museo500', Helvetica, sans-serif;
			font-size: 10px;
			vertical-align: super;
			color: #2D64AF;
			}
			
#webinar {
	background: #D9D9D9;
	overflow: hidden;
	padding: 10px 0;
	font-weight: normal;
	font-size: 13px;
	text-align: center;
	
	}
	
	#webinar .next * {
		display: inline;
		font-weight: normal;
		line-height: 16px;
		}
		
	#webinar h3 {
		font-size: 16px;
		margin: 0;
		margin-right: 10px;
		}
		
	#webinar h4 {
		background: url(images/icon_clock_20.png) no-repeat left center;
		font-size: 14px;
		padding: 4px 0 4px 24px;
		margin: 0;
		margin-right: 6px;
		}
		
	#webinar span {
		color: #999;
		margin-right: 6px;
		}
		
	#webinar a {
		color: #999;
		font-style: italic;
		text-decoration: underline;
		}
		
		#webinar a:hover {
			color: #2D64AF;
			}
	
.article {
	float: left;
	width: 540px;
	}
	
	.article ul.basic {
		line-height: 1.2;
		list-style-type: disc;
		margin-left: 20px;
		}
	
	.article .section ul {
		color: #808080;
		list-style-type: disc;
		margin-left: 20px;
		font-size: 14px;
		line-height: 1.2;
		}
	
		.article .section ul li {
			margin-bottom: .5em;
			}
	
.aside {
	float: right;
	width: 340px;
	}
	
#body {
	background: #FFF;
	border: 1px solid #E6E6E6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	clear: both;
	border-radius: 10px;
	margin-top: -35px;
	overflow: hidden;
	padding: 30px 30px 50px 30px;
	position: relative;
	z-index: 100;
	}
	
	#body h2 {
		margin: 1.2em 0 .8em 0;
		}
	
	#body p a {
		border-bottom: 1px dashed #CCC;
		}
		
		#body p a:hover {
			border-bottom: 1px solid #FFF;
			}
	
	#body .article {
		width: 610px;
		}
	
	#body .aside {
		border-left: 1px solid #999;
		padding-bottom: 30px;
		width: 270px;
		}
	
	#body .headline {
		border-bottom: 1px solid #999;
		clear: both;
		}
		
		#body .headline.partners {
			padding-top: 40px;
			}
		
		#body .headline p {
			font-family: 'Museo500', Helvetica, sans-serif;
			font-size: 16px;
			color: #666;
			line-height: 1.4;
			width: 700px;
			*padding-bottom: 1.2em;
			}
		#body .headline small{
			
			font-size: 9px;
			vertical-align: super;
			
		}
/* demo button */
.demo {
	margin-top: 20px;
	}
	
	.demobtn {
		background: #4D4D4D;
		background: rgba(77,77,77,.5);
		*background: #4D4D4D;
		padding: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		border-radius: 10px;
		}
		
		.demobtn a {
			background: url(images/bg_demobtn.jpg);
			height: 84px;
			-moz-border-radius: 8px;
			-webkit-border-radius: 8px;
			border-radius: 8px;
			display: block;
			overflow: hidden;
			padding: 0 35px;
			-moz-box-shadow: 2px 2px 3px rgba(0,0,0,.5);
			-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.5);
			box-shadow: 2px 2px 3px rgba(0,0,0,.5);
			}
			
			.demobtn a:hover {
				opacity: .8;
				}
			
			.demobtn img {
				float: left;
				}
			
			.demobtn .clock {
				margin-top: 15px;
				}
				
			.demobtn .line {
				margin: 2px 30px 0 30px;
				}
				
			.demobtn .text {
				margin-top: 15px;
				}
		
	.demophone {
		background: url(images/icon_phone.png) no-repeat left center;
		line-height: 20px;
		font-size: 15px;
		text-align: center;
		margin: 6px auto 0 auto;
		width: 285px;
		}
			
/* company page */
.feed,
.webinarlist {
	margin: 0 20px;
	font-size: 14px;
	line-height: 1.2;
	}
	
	.feed li,
	.webinarlist li {
		border-bottom: 1px dashed #CCC;
		}
		
		.feed li a,
		.webinarlist li a {
			display: block;
			padding: 7px 0;
			}
			
			.webinarlist li a {
				font-size: 15px;
				padding-bottom: .1em;
				}
			
			.webinarlist li .descrip {
				color: #666;
				font-size: 12px;
				font-style: italic;
				}
			
			.feed li a:hover,
			.webinarlist li a:hover {
				color: #808080;
				}
				
		li.none {
			color: #808080;
			display: block;
			padding: 9px 0;
			}
				
a.btnvisit {
	background: url(images/btn_small.gif) repeat-x top left #F2F2F2;
	border: 1px solid #CCC !important;
	color: #4D4D4D;
	font-size: 11px;
	line-height: 1;
	padding: 4px 14px 2px 14px;
	text-align: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	float: right;
	margin: 10px 20px 0 0;
	width: auto;
	}
	
	a.btnvisit:active {
		background: url(images/btn_small_active.gif) repeat-x bottom left #F2F2F2;
		}
		
	.home a.btnvisit {
		margin-bottom: 15px;
		}
		
/* features */
.features .article {
	border-bottom: 1px solid #999;
	}

/* on homepage also */	
.section.feature {
	border-bottom: 1px solid #999;
	overflow: hidden;
	clear: both;
	padding: 17px 15px;
	}
	
	.home .article {
		}
	
		.home .section.feature {
			border: 0 none;
			padding-bottom: 0;
			}
	
.section.feature .info {
	float: left;
	max-width: 90%;
	}
	
	.section.feature h4 {
		font-size: 14px;
		margin: 0 0 .1em 0;
		}
		
		.section.feature h4 span {
			color: #B3B3B3;
			}
			
	.section.feature p {
		margin: 0;
		}
		
.section.feature .icon {
	float: left;
	margin-right: 15px;
	}
	
#body.features .section .screenshot {
	float: right;
	display: block;
	margin-left: 10px;
	position: relative;
	}
	
	#body.features .section .screenshot img.pic {
		width: 130px;
		height: auto;
		}
		
	#body.features .section .screenshot img.look {
		position: absolute;
		bottom: 8px;
		right: 4px;
		}
		
#body.features .section.small {
	border: 0 none;
	clear: none;
	width: 270px;
	float: left;
	padding: 20px 0 20px 15px;
	}
	
	#body.features .section.small.odd {
		float: right;
		padding: 20px 15px 20px 0;
		}
	
	#body.features .section.small .info {
		float: none;
		max-width: none;
		}

/* subfooter */
#subfooter {
	background: #E6E6E6;
	display: none;
	clear: both;
	padding: 20px 0 60px 0;
	overflow: hidden;
	}
	
	.home #subfooter {
		display: block;
		}
		
	#subfooter h2 {
		background-position: left center;
		background-repeat: no-repeat;
		color: #11487C;
		font-size: 14px;
		text-indent: 28px;
		line-height: 20px;
		margin-bottom: .4em;
		}
		
		#subfooter .article h2 {
			background-image: url(images/icon_rss_20.jpg);
			}
			
		#subfooter .aside h2 {
			background-image: url(images/icon_vcard_20.jpg);
			}
	
	#subfooter .feed {
		margin: 0 0 15px 28px;
		}
				
		#subfooter .feed a {
			font-size: 12px;
			color: #808080;
			}
			
			#subfooter .feed a:hover {
				color: #2D64AF;
				}
	
	#subfooter .contactinfo {
		color: #808080;
		margin-left: 28px;
		font-family: 'Museo300', Helvetica, sans-serif;
		font-size: 11px;
		}
		
		#subfooter .contactinfo strong {
			font-family: 'Museo500', Helvetica, sans-serif;
			font-weight: normal;
			}
			
		#subfooter .contactinfo a {
			color: #666;
			border-bottom: 1px dashed #ccc;
			font-family: 'Museo500', Helvetica, sans-serif;
			}
			
		#subfooter .contactinfo div {
			clear: both;
			margin-bottom: 12px;
			padding-bottom: 3px;
			overflow: hidden;
			}
			
		#subfooter .contactinfo .info span {
			float: left;
			line-height: 1.6;
			}
			
			#subfooter .contactinfo span.odd {
				min-width: 175px;
				}
			
		#subfooter .contactinfo p {
			margin-bottom: .6em;
			}
			
		#subfooter .contactinfo .adr {
			display: none;
			}
		
/* footer */
#footer {
	overflow: hidden;
	clear: both;
	position: relative;
	padding-top: 80px;
	z-index: 20;
	/*height: 250px;
	position: absolute;
	bottom: 0;
	width: 100%;*/
	}
	
.home #footer {
	margin-top: -85px;
	}
	
	#footer .slide {
		position: absolute;
		/* top: 0; */
		top: 18px;
		*top: 20px;
		width: 100%;
		height: 80px;
		}
		
		#footer .slide .tab {
			background: url(images/bg_footer_repeat.png) repeat-x 0 39px;
			/* margin-bottom: -32px; */
			}
			
			#footer .slide .tab .go {
				background: url(images/bg_footer_tab.jpg) no-repeat;
				margin: auto;
				width: 200px;
				height: 45px;
				height: auto;
				padding: 10px 0 6px 0;
				}
				
			.home #footer .slide .tab .go {
				/* alt img for shadoow, bg color difference */
				background: url(images/bg_footer_tab_home.jpg) no-repeat;
				}
				
				#footer .slide .tab .go a {
					display: block;
					padding: 3px 12px;
					width: 124px;
					margin: auto;
					}
					
					#footer .slide .tab .go a span {
						background: url(images/icon_top.png) no-repeat; left center;
						font-family: 'Museo500', Helvetica, sans-serif;
						color: #CCC;
						line-height: 15px;
						display: block;
						margin: 6px auto 0 auto;
						text-indent: 17px;
						text-shadow: 1px 1px 1px rgba(29,41,89,.75);
						width: 80px;                                                                  
						}
	
	#footer .shadow {
		background: url(images/footer_shadow.png) repeat-x bottom left;
		height: 10px;
		margin-top: -10px;
		position: relative;
		}
	
	#footer .content {
		background: url(images/bg_footer.jpg) repeat-x bottom;
		position: relative;
		z-index: 101;
		padding: 25px 0;
		overflow: hidden;
		*padding-bottom: 0;
		}
		
		#footer .content .info {
			float: left;
			width: 78%;
			}
	
		#footer .nav {
			font-family: 'Museo500', Helvetica, sans-serif;
			font-size: 12px;
			margin: 0;
			clear: both;
			text-shadow: 1px 1px 2px rgba(0,0,0,.4);
			}
			
			#footer .nav li {
				display: inline;
				margin-right: 15px;
				}
				
				#footer .nav li a {
					color: #FFF;
					}
					
					#footer .nav li a:hover {
						color: #CCC;
						border-bottom: 1px dashed #CCC;
						}
				
		#footer .logo {
			float: right;
			opacity: .7;
			}
			
			#footer .logo:hover {
				opacity: 1;
				}
			
		#footer hr {
			margin: 15px 0;
			}
			
		#footer p {
			color: #B3B3B3;
			font-family: 'Museo500', Helvetica, sans-serif;
			font-size: 11px;
			margin-bottom: 15px;
			text-shadow: 1px 1px 2px rgba(0,0,0,.4);
			}
			
			#footer p a {
				border-bottom: 1px dashed #CCC;
				color: #CCC;
				}
				
				#footer p a:hover {
					color: #F2F2F2;
					}
				
	#footer .credits {
		background: #E6E6E6;
		padding: 7px 0;
		text-align: center;
		}
		
/* elements */
.largebtn {
	background: #4D4D4D;
	background: rgba(77,77,77,.5);
	*background: #4D4D4D;
	padding: 8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	}
		
	.largebtn a {
		background: url(images/bg_largebtn.jpg) repeat-x;
		height: 40px;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
		display: block;
		overflow: hidden;
		padding: 0 !important;
		-moz-box-shadow: 2px 2px 3px rgba(0,0,0,.5);
		-webkit-box-shadow: 2px 2px 3px rgba(0,0,0,.5);
		box-shadow: 2px 2px 3px rgba(0,0,0,.5);
		}
		
		.largebtn.webinars img {
			width: 166px;
			margin: auto;
			display: block;
			margin-top: 11px;
			}
			
		.largebtn.request img {
			width: 142px;
			margin: auto;
			display: block;
			margin-top: 11px;
			}
			
		.largebtn a:hover {
			opacity: .8;
			/*-webkit-transition: opacity .4s linear;*/
 			}
 			
.medbtn {
 	background: #FFF;
 	border: 1px #CCC solid;
 	color: #808080;
 	display: block;
 	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-family: 'Museo500', Helvetica, sans-serif;
	font-size: 15px;
	padding: 10px 20px;
	margin-top: 20px;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
 	}
 	
 	.medbtn span {
 		display: block;
 		padding-left: 50px;
 		min-height: 35px;
 		}
 		
 		.medbtn span strong {
 			font-family: 'Museo700', Helvetica, sans-serif;
 			font-weight: normal;
 			font-size: 20px;
 			display: block;
 			}
 		
 		.medbtn.webinars span {
 			background: url(images/icon_rss_35.png) no-repeat center left;
 			}
 			
 		.medbtn.notes span {
 			background: url(images/icon_notes_35.png) no-repeat center left;
 			}
 			
 			.medbtn.notes span strong {
 				line-height: 35px;
 				}
 	
 	.medbtn:hover {
 		background-color: #E6E6E6;
 		border: 1px solid #FFF;
 		}
 				
.btn {
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #999;
	border: 0 !important;
	width: 80px;
	height: 16px;
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	float: left;
	margin-right: 10px;
	}
	
	.btn:hover {
		background-position: bottom center;
		}
		
	.btn.facebook {
		background-image: url(images/logo_facebook.png);
		}
		
		.btn.facebook:hover {
			background-color: #2D4685;
			}
			
	.btn.twitter {
		background-image: url(images/logo_twitter.png);
		}
		
		.btn.twitter:hover {
			background-color: #38CDFF;
			}
	.btn.linkedin {
		background-image: url(images/logo_linkedin.png);
		}
		
		.btn.linkedin:hover {
			background-color: red;
			}		
/* testimonials */
.aside.clients {
	min-height: 300px;
	}

#widget_testimonial {
	border: 0 none;
	}
		
	#widget_testimonial h3 {
		margin-bottom: .2em;
		}
		
	#widget_testimonial #quote_wrap {
		margin-bottom: 15px;
		*margin-bottom: 0;
		}
	
blockquote {
	background: url(images/bg_quote.jpg) no-repeat top right;
	border: 0 none;
	font-size: 12px;
	font-style: italic;
	padding: .5em 0 1em 0;
	margin-top: 0;
	}
	
	blockquote p.cite {
		background: url(images/bg_testimonial.jpg) no-repeat top center;
		font-family: 'Museo700', Helvetica, sans-serif;
		font-style: normal;
		line-height: 1.2;
		padding: 7px 0 0 35px;
		display: block;
		margin-top: 1.4em;
		}
		
		blockquote p.cite .name {
			color: #2D64AF;
			}
			
		blockquote p.cite .title {
			white-space: nowrap;
			}
		
		blockquote p.cite .org {
			display: block;
			font-family: 'Museo500', Helvetica, sans-serif;
			margin-top: .2em;
			}

/* base widget styling */
.widget {
	border-bottom: 1px solid #999;
	padding-left: 19px;
	padding-bottom: 20px;
	}
	
.widget h3 {
	color: #808080;
	}
	
#widget_logo {
	padding-top: 20px;
	}
	
	#widget_logo img {
		display: block;
		margin: auto;
		}
	
#widget_vision p {
	margin: 0;
	}
	
/* home screenshots */
#widget_homescreens {
	background: url(images/bg_screens.jpg) repeat-x bottom left #E6E6E6;
	/* border: 2px solid #E6E6E6; */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 35px;
	min-height: 250px;
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	box-shadow: 1px 1px 3px rgba(0,0,0,.2);
	padding: 10px 20px;
	}
	
/* twitter widget */
#widget_twitter {
	background: #FFF;
	border: 0 none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 12px 18px;
	font-size: 14px;
	line-height: 1.2;
	}
	
	#widget_twitter .widgettitle {
		font-family: 'Sniglet', sans-serif;
		font-size: 14px;
		margin-top: -20px;
		text-align: right;
		text-shadow: none;
		}
		
		#widget_twitter .widgettitle a {
			color: #808080;
			}
			
			#widget_twitter .widgettitle a:hover {
				color: #38CDFF;
				}
	
	#widget_twitter .tweets {
		margin: 0;
		}
		
		#widget_twitter a.timesince {
			color: #999;
			font-style: italic;
			font-size: 12px;
			}
		
#widget_text {
	background: url(images/bubble_bottom.png) no-repeat 10px top;
	border: 0 none;
	overflow: hidden;
	padding: 0;
	margin-bottom: 30px;
	}
	
	#widget_text a {
		background-image: url(images/logo_nfi_small.png);
		background-position: top left;
		background-repeat: no-repeat;
		height: 25px;
		width: 83px;
		display: block;
		margin: 5px 0 0 43px;
		}
		
		#widget_text a:hover {
			background-position: bottom left;
			}
			
/* partners */
#widget_whitepaper {
	background: url(images/bg_whitepaper.jpg) no-repeat 20px 0;
	padding-left: 70px;
	}
	
/* contact */
#widget_contact {
	line-height: 1.2;
	}
	
	#widget_contact strong,
	#widget_contact .adr {
		font-size: 13px;
		line-height: 1.3;
		}
	
		#widget_contact strong small {
			color: #B3B3B3;
			}
	
	#widget_contact .block {
		margin-bottom: 1em;
		}
		
	#widget_contact .org {
		display: none;
		}
		
	#widget_contact .street-address {
		display: block;
		}
		
	#widget_contact a {
		border-bottom: 1px dashed #CCC;
		}
		
		#widget_contact a:hover {
			color: #808080;
			}
		
/* webinars */
#widget_webinars ul {
	margin: .5em 0 1.5em 0;
	}
	
#widget_webinars li {
	border-bottom: 1px dashed #CCC;
	display: block;
	font-size: 13px;
	margin-top: 2px;
	}
	
	#widget_webinars li.none {
		color: #808080;
		}
	
	#widget_webinars a {
		display: block;
		padding: 7px 0;
		}
	
		#widget_webinars a:hover {
			color: #808080;
			}
	
#body.webinars .article h2 {
	margin-bottom: .8em;
	}
	
#body.webinars .article strong {
	margin-left: 20px;
	}
	
.article .next {
	background: url(images/icon_blueclock_20.png) no-repeat left top;
	line-height: 20px;
	padding-left: 28px;
	margin: 10px 0 30px 20px;
	}
	
	.article .next h4 {
		color: #2D64AF;
		display: inline;
		font-size: 18px;
		font-weight: normal;
		margin: 0;
		}
		
	.article .next p {
		color: #666;
		font-style: italic;
		}
		
	.article .next a {
		color: #666;
		font-style: italic;
		text-decoration: none;
		}
		
		.article .next a:hover {
			color: #2D64AF;
			}
			
/* screenshots */
div.screenshot {
	position: relative;
	margin: 15px auto 0 auto;
	width: 220px;
	}

	div.screenshot a {
		/* background: url(images/icon_screenshot.png) no-repeat bottom right; */
		border: 0 none !important;
		display: block;
		}
		
		div.screenshot a:hover {
			opacity: .8;
			}
		
		div.screenshot img.pic {
			width: 220px;
			height: auto;
			}
			
		div.screenshot img.icon {
			position: absolute;
			bottom: 12px;
			right: 5px;
			}
	
#widget_homescreens div.screenshot {
	width: 140px;
	float: right;
	}
	
	#widget_homescreens div.screenshot.odd {
		float: left;
		clear: both;
		}
	
	#widget_homescreens div.screenshot img.pic {
		width: 140px;
		}
		
	#widget_homescreens div.screenshot img.icon {
		width: 22px;
		height: auto;
		bottom: 8px;
		}
	
/* forms override from gravity forms plugin */
input[type="text"], textarea {
	background: url(images/bg_forms.jpg) repeat-x bottom left;
	border: 1px solid #CCC;
	font-size: 13px;
	padding: 4px 5px;
	}
	
input[type="text"] {
	height: 16px;
	}

#field_1_16,
#field_1_20,
#field_1_17,
#field_1_12,
#field_1_26 {
	margin-left: 40px;
	}

#field_1_17 label,
#field_1_26 label {
	display: none;
	}

#field_1_26 input {
    width: 300px;
    }
	
#field_1_16 .gfield_label,
#field_1_20 .gfield_label,
#field_1_12.hearabout .gfield_label {
	display: block;
	float: none;
	text-align: left;
	margin-bottom: 5px;
	width: auto;
	}
	
	#field_1_16 .ginput_container {
		float: none;
		width: auto;
		}
		
		#field_1_16 .ginput_container ul {
			margin: 0;
			}
		
			#field_1_16 .ginput_container li {
				display: inline;
				}
	
	#field_1_20 .ginput_container textarea {
		width: 480px;
		}
		
#field_1_11 {
	padding: 0;
	}
	
.form_items {
	color: #808080;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-top: 30px;
	text-shadow: none;
	}
	
	.form_items span {
		line-height: 1.6;
		}
		
.gform_footer {
	background: none;
	background: rgba(77,77,77,.5);
	*background: none;
	padding: 8px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	overflow: hidden;
	width: 170px;
	margin: auto;
	}
	
	.gform_footer a {
		display: none;
		line-height: 0;
		font-size: 0;
		}
	
	.gform_footer input.button {
		background: url(images/btn_submit.png) no-repeat center center;
		border: 0 none;
		color: #FFF;
		display: block;
		width: 170px;
		height: 50px;
		float: left;
		font-size: 0;
		margin: 0;
		line-height: 0;
		}
		
		.gform_footer input.button:hover {
			background: url(images/btn_submit_hover.png) no-repeat center center;
			}
	
/* player styling */
#player {
	background: url(images/bg_player.png) no-repeat center center;
	width: 960px;
	height: 240px;
	margin-top: -75px;
	position: relative;
	z-index: 1020;
	*z-index: 100;
	}
	
	.coda-slider-no-js .coda-slider {  overflow: auto !important; }
	
	.coda-slider-wrapper {
		display: block;
		width: 960px;
		height: 240px;
		}
		
		.coda-slider {
			display: block;
			width: 960px !important;
			height: 240px !important;
			position: absolute;
			overflow: hidden;
			}
			
			.coda-slider .panel-container {
				position: relative;
				height: 240px !important;
				}
				
			.coda-slider .panel {
				float: left;
				position: relative;
				width: 960px !important;
				height: 240px !important;
				}
	
.coda-nav {
	background: #333;
	background: rgba(51,51,51,.5);
	*background: #333;
	position: absolute;
	bottom: 15px;
	left: 0;
	padding: 6px 20px 6px 270px;
	width: auto !important;
	z-index: 20000;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	}
	
	.coda-nav ul {
		margin: 0;
		overflow: hidden;
		width: auto !important;
		}
		
		.coda-nav ul li {
			display: inline;
			float: left;
			margin-left: 4px; 
			}
			
			.coda-nav ul li a {
				background: #4D4D4D;
				display: block;
				text-decoration: none;
				height: 18px;
				width: 18px;
				}
				
				.coda-nav ul li a.current {
					background: #FFF;
					}
					
/* player content styles */
.coda-slider .panel p {
	margin: 0;
	}
	
img#wpstats	{
	display: none;
	}
	
#gform_wrapper_3{

	background: #fff;
	position: absolute;
	z-index: 9999999999;
	top: 0;
	left: 30%;
	display: none;
	width: 400px;
	height: 500px;

}
#gform_3{
	padding: 20px;
	overflow: hidden;
	
}
#gform_3 .gform_footer{
	
	padding: 20px;
	
}
#gform_fields_3 .gfield_label{

	float: left;
	text-align: right;
	width: 100px;
	
}
#gform_fields_3 li{

	clear: both;

}
#gform_fields_3 .ginput_container{
	
	margin-left: 20px;
	
}
#gform_fields_3 .gsection{
	clear: both;
	overflow: hidden;

}
#gform_3 .gform_footer{

	clear: both;
	padding: 10px 10px 5px 10px;
	
}
.curtain{

	width: 100%;
	height: 100%;
	position: fixed;
	background: #000;
	opacity: .8;
	top: 0;
	left: 0;
	z-index: 999999;
	
}
.page-item-113 ul{
	
	display: none;
	
}

/** ASAE BANNER **/
/* This one actually looks good */
/* P.S. Rene's a midget */

.demo-banner {
	
	}
	.demo-banner img {
		border: 1px solid #FFF;
	}	
/*fusers btn on homepage*/
#fuser_btn{
	
	background: url('images/fuser_btn/fuser_btn_bg.jpg') repeat-x top left;
	height: 60px;
	margin-bottom: 30px;
	overflow: hidden;
	
}
#fuser_btn #fuser_btn_wrap{
	
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
#fuser_btn #fuser_btn_wrap img{
	
	float: left;
	margin-right: 20px;
	
}
#fuser_btn #fuser_btn_wrap p{
	
	float: left;
	font-size: 18px;
	color: #fff;
	font-family: Georgia, Times, sans-serif;
	font-style: italic;
	line-height: 3.2;
	
}
#fuser_btn #fuser_btn_wrap a{
	
	display: block;
	float: right;
	background: url('images/fuser_btn/fuser_btn_view.png') no-repeat top left;
	width: 180px;
	height: 60px;
	text-indent: -999999px;
	
}
#fuser_btn #fuser_btn_wrap a:hover{
	
	opacity: .8;
	
}
	
	
/** ASAE BANNER **/

#asae-banner {
	position: absolute;
	width: 100%;
	z-index: 10000;
	}
	#asae-banner .inner {
		background: transparent url('images/ASAE-banner.png') no-repeat top right;
		display: block;
		height: 36px;
		margin: auto;
		width: 1000px;
	}
	
