/******************************************************************
Theme Name: Empire State Future
Theme URI: http://empirestatefuture.org
Description: A custom theme for ESF
Author: Cypress North
Author URI: http://www.cypressnorth.com
Version: 1.00
Tags: html5, framework, css3, development

******************************************************************/

/* General Layout Styles */

body {background-color:#e6e6e6; font-family:Arial; }

#container, .wrap { 
	width: 100%;
	margin: 0 auto;
	padding: 0;
	max-width: 1020px; /* remove or edit to adjust width */
	min-width: 1020px; /* remove or edit to adjust width */
	background-color:#fff;
	margin-top:20px;
}
	
	/* layout options ( all have margins right & left of 1%) */
	.col60 { width: 6.333%; } /* width 60px / grid_1 */
	.col140 { width: 14.667%; } /* width 140px / grid_2 */
	.col220 { width: 23.0%; } /* width 220px / grid_3 */
	.col300 { width: 31.333%; } /* width 300px / grid_4 */
	.col380 { width: 39.667%; } /* width 380px / grid_5 */
	.col480 { width: 48.0%; } /* width 480px / grid_6 */
	.col540 { width: 56.333%; } /* width 540px / grid_7 */
	.col620 { width: 64.667%; } /* width 620px / grid_8 */
	.col700 { width: 73.0%; } /* width 700px / grid_9 */
	.col780 { width: 81.333%; } /* width 780px / grid_10 */
	.col860 { width: 89.667%; } /* width 860px / grid_11 */
	.col940 { width: 98.0%; } /* width 940px / grid_12 */
	
	/* layout & column defaults */
	.col60, .col140, .col220, .col300, .col380, .col480, .col540, .col620, .col700, .col780, .col860, .col940 { display: inline; float: left; margin-left: 1%; margin-right: 1%; position: relative; }
	
	/* default styles & fixes */
	#main { margin-left: 0; } /* fixes alignment (defaulted at col620) */
	#sidebar1 { margin-right: 20px;  background-color:#f4f9e8; border-radius:8px; padding:10px; width:300px; margin-bottom:20px;} /* fixes alignment (defaulted at col300) */
	#sidebar1 .widget{padding-bottom:10px; margin-bottom:20px; border-bottom:dotted 3px #cee49a; overflow:hidden;}
	#sidebar1 .widgettitle{font-size:20px; font-weight:bold; color:#94c11c; text-transform:uppercase; border-bottom:none;}
	
	
/* Link Styles & Colors */

a, a:visited {}
a:hover, a:link {}
a:active {} /* on click */

/* want to style a page via body class? go ahead */

body.rtl {}
body.home {} /* home page */
body.blog {} 
body.archive {} /* archive page */
body.date {} /* date archive page */
	body.date-paged-(page number) {}
body.search {} /* search page */
	body.search-results {} /* search result page */
	body.search-no-results {} /* no results search page */
	body.search-paged-(page number) {} /* individual paged search (i.e. body.search-paged-3) */
body.error404 {} /* 404 page */
body.single {} /* single post page */
	body.postid-(id) {} /* individual post page by id (i.e. body.postid-73) */
	body.single-paged-(page number) {} /* individual paged single (i.e. body.single-paged-3) */
body.attachment {} /* attatchment page */
	body.attachmentid-(id) {} /* individual attatchment page (i.e. body.attachmentid-763) */
	body.attachment-(mime-type) {}
body.author {} /* author page */
	body.author-(user_nicename) {}
	body.author-paged-(page number) {}
body.category {} /* category page */
	body.category-(slug) {} /* individual category page (i.e. body.category-6) */
	body.category-paged-(page number) {}
body.tag {} /* tag page */
	body.tag-(slug) {} /* individual tag page (i.e. body.tag-news) */
	body.tag-paged-(page number) {}
body.page-template {} /* custom page template page */
	body.page-template-(template file name) {} /* individual page template (i.e. body.page-template-contact-php */
	body.page-paged-(page number) {}
	body.page-parent {}
	body.page-child {}
	body.parent-pageid-(id) {}
body.logged-in {} /* if user is logged in */
body.paged {} /* paged items like search results or archives */
	body.paged-(page number) {} /* individual paged (i.e. body.paged-3) */
	
/* new browser classes */
body.browser-lynx {} /* lynx browsers */
body.browser-gecko {} /* firefox browsers */
body.browser-opera {} /* opera browsers */
body.browser-ns4 {} /* ns4 browsers */
body.browser-safari {} /* safari browsers */
body.browser-chrome {} /* chrome browsers */
body.browser-ie {} /* ie browsers ( aka dinosaurs) */
body.browser-iphone {} /* iphones (expirimental, best to use Media Queries) */


/* Headlines & Title */

h1, .h1 {margin-bottom:10px;}
h2, .h2 {}
h3, .h3 {}
h4, .h4 {}
h5, .h5 {}

h1 a, h2 a, h3 a, h4 a, h5 a {}

/* Header */

header[role=banner] {background-color:#fff; width:960px; height:108px; padding:20px 30px 0px 30px; position:relative; overflow:hidden; margin:0 auto;}
	#logo {text-indent:-9999px;  width:630px; height:108px; display:block; background:url(images/logo-header.png) no-repeat; margin:0; overflow:hidden;}

nav[role=navigation]{position:relative; z-index:2;}
	
/* Main Navigation */
div.menu{margin:0; width:970px; height:86px; margin-left:-20px; padding:0 45px; background:url(images/bg-nav.png) no-repeat; overflow:hidden;}
	ul.menu {background:none;	 margin:0;  line-height:43px; margin-top:21px;}
		.menu ul li {margin-left:15px;}
		.menu ul li:first-child{margin-left:0px;}
			.menu ul li a { text-shadow: 0 -1px 1px rgba(0,0,0,0.33); font-family:Tahoma; font-size:16px; color:#f5ffdc; font-weight:normal;}
				.menu ul li a:hover { background: #5b770f; color: #fff; }
		.menu ul li.current-menu-item a, .menu ul li.current_page_item a {}
		
		.menu ul li ul.sub-menu {background-color:#008bd8; border-left:solid 1px #999; border-right:solid 1px #999; border-bottom:solid 1px #999; }
		html.ie7 .menu ul li ul.sub-menu{z-index:9999;}
		.menu ul li ul li {line-height:17px; border-bottom:solid 1px #02649a; margin-left:0px;}
		.menu ul li ul{border-top:solid 1px #5B770F; }
			.menu ul li ul li a {font-size:15px; text-shadow:none;}
				.menu ul li ul li a:hover {background-color:#94c11c; }
			.menu ul li ul li:last-child a {}
			.menu ul li:hover ul { }
				.menu ul li ul li ul.sub-menu { }
					.menu ul li ul li:hover ul.sub-menu { }

/* SUB Navigation [UPPER RIGHT SIDE] */
#sub-nav{background:none; width:260px; height:54px;  position:absolute; right:0px; top:9px;  margin:0; overflow:visible;}
#sub-nav ul.menu{margin:0; line-height:43px;}
#sub-nav ul li{ margin-left:30px;}
#sub-nav ul li ul li{ margin-left:0;}
#sub-nav ul li ul li a{padding:5px 10px; width:180px; font-size:15px;}
#sub-nav ul li:first-child{margin-left:0px;}
#sub-nav ul li a{padding:5px 30px; font-size:18px;}
#sub-nav  ul.menu li a:hover { background: #94c11c; color: #fff; }

/* Posts & Content */

#content {margin-top:15px;}
	#main { 
		background: #fff; /* adds bg to post area */
		-moz-border-radius: 1px;
		-webkit-border-radius: 1px;
		border-radius: 1px;
	
	}
		article[id*=post-] {padding-top:0px;}
	
		/* want to style individual post classes? Booya! */
		.post-id {} /* post by id (i.e. post-3) */
		.post {} /* general post style */
		.page {} /* general article on a page style */
		.attachment {} /* general style on an attatchment */
		.sticky {} /* sticky post style */
		.hentry {} /* hentry class */
		.category-(slug) {} /* style by category (i.e. category-videos) */
		.tag-(slug) {} /* style by tag (i.e. tag-news) */
	
		/* post meta */
		.meta {}
			.meta time {}
			
		/* post content */
		.post_content {}
			
			.post_content p {font-size:12px; margin-top:0.7em;}
			.single .post_content p, .static-page .post_content p{margin:1.5em 0; font-size:14px;}
			.post_content ul, .post_content ol, .post_content table, .post_content dl {}
			.post_content ul, .post_content ol { background-color:#f4f9e8; padding:15px;}
			.post_content li {}
			.post_content ul li {margin-left:10px;}
			.post_content ol li {margin-left:10px;}
			
			.post_content blockquote {background-color:#f4f9e8; padding:15px;}
			.post_content blockquote:before {} /* this adds the quote before the blockquote */
			
			.post_content dl {}
			.post_content dt {}
			.post_content dd {}
			
			.post_content img {}
			.post_content video {}
			.post_content object {}
			
			.wp-caption {}
			.wp-caption img {}
			.wp-caption p.wp-caption-text {}
			
			/* image gallery styles */
			.gallery dl {}
			.gallery dt {}
			.gallery dd {}
			.gallery dl a {}
			.gallery dl img {}
			.gallery-caption {}
			
			.size-full {}
			.size-large {}
			.size-medium {}
			.size-thumbnail {}
			
		article[id*=post-] footer {margin:0; padding:0;}
	
	/* ESF FEATURE POST */
		.feature-post{background-color:#e6e6e6; position:relative; padding:10px; overflow:hidden;}
		.feature-post #feature-tag{position:absolute; width:150px; height:36px; left:0px; top:20px;}
		.feature-post img.wp-post-image{}
		.feature-post h1.h2 a{color:#333; font-size:23px; font-weight:bold;}
		.feature-post .post_content p{margin:0px;}
		.feature-post footer{margin-top:5px !important;}
		.feature-post footer a.more-link{float:right; display:inline;}
		
		h2.sgn{font-size:20px; color:#808080; font-weight:normal; margin:-5px 0 15px 30px; text-transform:uppercase;}
		
	/* ESF NORMAL POST */
		.normal-post{border-bottom:dotted 5px #f2f2f2; padding-bottom:10px; margin-left:20px; overflow:hidden;}
		.normal-post img.wp-post-image{border: solid 1px #c0c0c0; padding:10px; margin:0px 10px 10px 10px; float:right; display:inline; background-color:#fff;}
		.normal-post h1.h2 a{color:#4c4c4c; font-size:18px; font-weight:bold;}
		.normal-post a.more-link{display:block; font-size:12px;}
		.normal-post footer{padding-bottom:0px;}
		.normal-post footer div.actions{display:block; float:none;}
		
    /* SINGLE POST */
	.single .wp-post-image{background-color:#e6e6e6; padding:10px;}
	.single h1{font-size:30px;}
		
	/* ESF POST ACTION LINKS*/
		div.actions{float:left; display:inline;}
		
	
/* Page Navi (Special Feature) */

	/* page navigation */
	.page-navigation {}
		.bones_page_navi {}
			.bones_page_navi li.bpn-prev-link {} /* previous link */
				.bones_page_navi li.bpn-prev-link a {}
					.bones_page_navi li.bpn-prev-link a:hover {}
			.bones_page_navi li {} /* regular links */
				.bones_page_navi li a {}
					.bones_page_navi li a:hover {}
			.bones_page_navi li.bpn-current {} /* current page link */
					.bones_page_navi li.bpn-current:hover {}
			.bones_page_navi li.bpn-next-link {} /* next page link */
				.bones_page_navi li.bpn-next-link a {}
					.bones_page_navi li.bpn-next-link a:hover {}
			.bones_page_navi li.bpn-last-page-link {} /* last page link */
				.bones_page_navi li.bpn-last-page-link a {}
					.bones_page_navi li.bpn-last-page-link a:hover {}
			.bones_page_navi li.bpn-first-page-link {} /* first page link */
				.bones_page_navi li.bpn-first-page-link a {}
					.bones_page_navi li.bpn-first-page-link a:hover {}
	/* fallback previous & next links */
	.wp-prev-next {}
		.wp-prev-next ul {}
			.wp-prev-next .prev-link {}
			.wp-prev-next .next-link {}
	
/* Comment Styles */

#comments /* h3 comment title */
	#comments span {} /* number of comments span */
.comment-nav {}
	.comment-nav ul {}
		.comment-nav ul li {}
.commentlist {}
	.commentlist li {}
		.commentlist li[class*=depth-] {}
			.commentlist li.depth-1 {}
			.commentlist li.depth-2 {}
			.commentlist li.depth-3 {}
			.commentlist li.depth-4 {}
			.commentlist li.depth-5 {}
				.commentlist li ul.children li {}
				.commentlist li ul.children li.alt {}
				.commentlist li ul.children li.byuser {}
				.commentlist li ul.children li.comment {}
				.commentlist li ul.children li.depth-{id} {}
				.commentlist li ul.children li.bypostauthor {}
				.commentlist li ul.children li.comment-author-admin {}
				.commentlist li ul.children .alt {}
				.commentlist li ul.children .odd {}
				.commentlist li ul.children .even {}
			.commentlist .alt {}
			.commentlist .odd {}
			.commentlist .even {}
			.commentlist .parent {}
			.commentlist .comment {}
			.commentlist .children {}
			.commentlist .pingback {}
			.commentlist .bypostauthor {}
			.commentlist .comment-author {}
			.commentlist .comment-author-admin {}
			.commentlist .thread-alt {}
			.commentlist .thread-odd {}
			.commentlist .thread-even {}	
			.commentlist .vcard {}
				.commentlist .vcard cite.fn {}
				.commentlist .vcard time {}
					.commentlist .vcard time a {}
						.commentlist .vcard time a:hover {}
				.commentlist .vcard img.photo {}
				.commentlist .vcard img.avatar {}
				.commentlist .vcard cite.fn a.url {}
			.commentlist .comment-meta {} 
				.commentlist .comment-meta a {}
			.commentlist .commentmetadata {}
				.commentlist .commentmetadata a {}
			.commentlist li .comment_content {}
				.commentlist li .comment_content p {}
				.commentlist li ul {}
				.commentlist .comment-reply-link {}
					.commentlist a.comment-reply-link:hover {}

/* comment form styles */

#respond {}
	#comment-form-title {}
		#cancel-comment-reply {}
			#cancel-comment-reply a {}
	#commentform {}
		.comments-logged-in-as {}
		#comment-form-elements {}
			#comment-form-elements li {}
				#comment-form-elements label {}
				#author, #email, #url, #comment {}
					#author:focus, #email:focus, #url:focus, #comment:focus {}
				#author, #email, #url {}
			#allowed_tags {}
				#comment {}

/* Sidebars & Asides */


	/* links widget */
	.widget_links {}
	.widget_links ul {}
	.widget_links ul li {}
	.widget_links ul li a {}
	
	/* meta widget */
	.widget_meta {}
	.widget_meta ul {}
	.widget_meta ul li {}
	.widget_meta ul li a {}
	
	/* pages widget */
	.widget_pages {}
	.widget_pages ul {}
	.widget_pages ul li {}
	.widget_pages ul li a {}
	
	/* recent-posts widget */
	.widget_recent_entries {}
	.widget_recent_entries ul {}
	.widget_recent_entries ul li {}
	.widget_recent_entries ul li a {}
	
	/* archives widget */
	.widget_archive {}
	.widget_archive ul {}
	.widget_archive ul li {} 
	.widget_archive ul li a {}
	.widget_archive select {}
	.widget_archive option {}
	
	/* tag-cloud widget */
	.widget_links {}
	.widget_links li:after {}
	.widget_links li:before {}
	.widget_tag_cloud {}
	.widget_tag_cloud a {}
	.widget_tag_cloud a:after {}
	.widget_tag_cloud a:before {}
	
	/* calendar widget */
	.widget_calendar {}
	#calendar_wrap {}
	#calendar_wrap th {}
	#calendar_wrap td {}
	#wp-calendar tr td {}
	#wp-calendar caption {}
	#wp-calendar a {}
	#wp-calendar #today {}
	#wp-calendar #prev {}
	#wp-calendar #next {}
	#wp-calendar #next a {}
	#wp-calendar #prev a {}
	
	/* category widget */
	.widget_categories {}
	.widget_categories ul {margin-left:15px;}
	.widget_categories ul li {   color: #555;    font-size: 16px;    font-weight: bold;} 
	.widget_categories ul ul.children {margin-left:20px; line-height:1.3em; border-left:solid 1px #83D2FC; padding-left:10px;}
        .widget_categories ul ul.children li{font-size:14px; margin-bottom:3px; color:#008BD8;}
        .widget_categories ul ul.children li a{color:#808080;}
	.widget_categories a {color:#555; font-size:16px; font-weight:bold; text-decoration:none;}
		.widget_categories a:hover{text-decoration:underline;}
	.widget_categories select{}
	.widget_categories select#cat {}
	.widget_categories select.postform {}
	.widget_categories option {}
	.widget_categories .level-0 {}
	.widget_categories .level-1 {}
	.widget_categories .level-2 {}
	.widget_categories .level-3 {}
	
	/* recent-comments widget */
	.recentcomments {}
	#recentcomments {}
	#recentcomments li {}
	#recentcomments li a {}
	.widget_recent_comments {}
	
	/* Poll Widget */
	.wp-polls-form{}
	.wp-polls-form p strong{font-size:15px; font-weight:bold; color:#808080; text-align:left; margin-bottom:10px;}
	.wp-polls-ans{margin-top:10px;}
	.wp-polls-ans ul li{font-weight:normal; font-size:16px; color:#666; line-height:17px;}
	.wp-polls INPUT{vertical-align:baseline;}
	.wp-polls-ans input[type=button]{float:right; padding:2px 40px;}
		.wp-polls-ans input[type=button]:hover{background-color:#fff;}
		a.poll-archive,.viewResults{clear:right; float:left; margin-top:2px; font-size:11px;}
		.viewResults{margin-right:10px;}
	
	/* search widget */
	#searchform {width:164px; height:21px; position:absolute; right:30px; top:25px; background:url(images/bg-searchbox.png) no-repeat;}
		#searchform div:first-child{position:relative;}
		#searchform #s{border:none; background:none; width:130px; height:18px; position:relative; top:-1px; left:2px; padding:0 3px; font-family:Arial; font-size:10px; color:#a3a3a3; text-transform:uppercase; font-weight:bold;}
		html.ie7 #searchform #s{line-height:21px; line-height:21px; }
		#searchform #searchsubmit{width:25px; height:21px; border:none; background:none; position:absolute; right:0; top:0; text-indent:-999px;}
	.widget_search {}
	
		/* ESF Social Widget*/
		#esf-socialwidget{overflow:hidden;}
		#esf-socialwidget a{font-weight:bold; font-size: 14px; text-decoration:none; color:#3e3e3e; padding-left:25px; line-height:14px; background:url(images/bg-social.png) no-repeat; overflow:hidden; margin-bottom:20px; width:85px;}
		#esf-socialwidget a.facebook{background-position:0 0; float:left; display:inline; margin-left:20px; overflow:hidden; }
		#esf-socialwidget a.rss{background-position:0 -51px; float:right; display:inline; overflow:hidden; }
		#esf-socialwidget a.twitter{background-position:0 -17px; clear:left; float:left; display:inline; margin-left:20px; overflow:hidden;}
		#esf-socialwidget a.flickr{background-position:0 -34px; clear:right; float:right; display:inline; overflow:hidden; }
		
		/* Flickr Widget*/
		div.flickr{overflow:hidden;}
		div.flickr a{display:block; text-align:center;}
		
		/* Events Widget */
		#esf-eventswidget{overflow:hidden;}
		#esf-eventswidget a{display:block; text-align:center; margin-bottom:15px;}
		
		/* Related Pages */
		#subpages{margin-left:25px;}
		#subpages h3{}
		#subpages ul{margin-left:25px; list-style-type: square;}
		
		/*Social Buttons */
		div.social{clear:both; display:block; float:right;}
		div.social span.fb{margin-left:10px; float:right;}
		div.social span.rt{float:right;}
	
	/* text widget */
	.textwidget {}
	.widget_text {}
	.textwidget p {}
	
/* NEWSLETTER */
.newsletter strong{font-weight:normal;}
.newsletter tr{margin:5px 0px; float:left; clear:left; overflow:hidden;}
.newsletter td:first-child{width:75px;}
.newsletter input[type=submit]{margin-left:180px; margin-top:10px;}

/* CONTACT FORM */
.wpcf7-form{width:270px; margin:0 auto;}
.wpcf7-submit{float:right; padding:5px; margin-right:15px; width:120px;}
	
/* Footer */

footer[role=contentinfo] {background:#94c01c; width:100%; min-height:300px; margin:0 auto; margin-top:20px;  border:none; padding:0; }
#inner-footer{position:relative; width:1045px; margin:0 auto;}
#footer-left{position:absolute; top:33px; left:55px; width:345px; height:250px; overflow:hidden;}
#footer-middle{position:absolute; top:33px; left:410px; width:350px; height:250px; border-left:solid 1px #a1c737;}
#footer-right{position:absolute; top:33px; right:0; width:260px; height:250px;}

#footer-left #footer-logo{width:330px; height:171px; background:#fff; float:right; box-shadow:-2px 1px 4px 0px rgba(0,0,0,0.13);}
#footer-left #footer-logo img{float:right; margin:15px 10px 0px 0px;}
#footer-left  p{clear:right; float:right; margin-right:15px; margin-top:5px; color:#fff; font-style:normal; font-size:12px; line-height:17px; width:200px; text-align:right;}

#footer-middle img.portrait{float:left; width:128px;}
#footer-middle p.portrait{clear:left; float:left; width:118px; font-size:12px; color:#f2f2f2; line-height:17px; margin-left:10px; margin-top:5px;}
#footer-middle .funders{float:right; width:325px;}
#footer-middle .funders h3{font-size:15px; font-weight:bold; color:#e5e5e5; margin-bottom:5px;}
#footer-middle .funders ul li{font-size:14px; margin:5px 0;}
#footer-middle .funders ul li a{color:#fff; text-decoration:none;}
#footer-middle .funders ul li a:hover{text-decoration:underline;}

#footer-right h3{font-size:15px; font-weight:bold; color:#e5e5e5;margin-bottom:5px;}
#footer-right ul.menu{line-height:inherit;}
	/* footer menu */
	.footer-links {float:none;}
		.footer-links ul {}
		html.ie7 .footer-links ul{line-height:22px;}
			.footer-links ul li {margin:5px 0px; font-size:15px; float:none;}
				.footer-links ul li a {color:#fff; text-decoration:none;}
					.footer-links ul li:last-child a {}
			.footer-links ul li a:hover, .nav ul li.current-menu-item a, .nav ul li.current_page_item a {text-decoration:underline;}
			.footer-links ul li ul.sub-menu {} /* you shouldn't have that many links in the footer anyway so it's set to display none ;P */
			
	.attribution {}
	footer.orange{background:#ed8e23; width:100%; height:33px; margin:0 auto;  border:none; padding:0;}

	
/* Media Queries & Other Advanced Features (Optional) */


/* Smartphones (portrait and landscape) */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) { }
/* Smartphones (landscape) */
@media only screen and (min-width : 321px) { /* insert styes here */ }
/* Smartphones (portrait) */
@media only screen and (max-width : 320px) { /* insert styes here */ }
/* iPads (portrait and landscape) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) { /* insert styes here */ }
/* iPads (landscape) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) { /* insert styes here */ }
/* iPads (portrait) */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) { /* insert styes here */ }
/* Desktops and laptops */
@media only screen and (min-width : 1224px) { /* insert styes here */ }
/* Large screens */
@media only screen and (min-width : 1824px) { /* insert styes here */ }
/* iPhone 4 and high pixel ratio devices */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) { /* insert styes here */ }

/* Print Styles (Handled by default, but if you want to edit it, feel free) */
@media print { }


/* IE Specific Fixes */

/*
Thanks to the HTML5 Boilerplate there's an easier way
to target IE specific bugs. Simply use the html class
to target the specific version of IE.

To target the .post_content area in IE6, use:
html.ie6 .post_content { ... }

To target the .post_content area in IE7, use:
html.ie7 .post_content { ... }

To target the .post_content area in IE8, use:
html.ie8 .post_content { ... }

To target the .post_content area in IE9, use:
html.ie9 .post_content { ... }

Much easier right? This way, you don't have to call
any more stylesheets, you can leave it at the bottom
and it will overwrite depending on the html class.
*/

/* MISC */
a.fill{width:100%; height:100%; display:block; cursor:pointer;}
.clearBoth{clear:both;}

.newsletter .newsletter-email,.newsletter .newsletter-firstname{width:92%;}