@charset "utf-8";
/*
Theme Name: Bigger is Best Cash
CSS/Theme URI: http://www.zuzanadesigns.com/
Description: Designed by Zuzana Designs
Version: 1.0
Author: Zuzana Designs
Author URI: http://www.zuzanadesigns.com/
*/

/* Startup CSS */
body { height:100%; min-height:100%; }
.hide { display:none !important; }
p { text-align:left; margin-bottom:10px; line-height:22px; }
.goRight { float:right !important; }
.clear { clear:both; }
.light { color:#979595 !important; }
.green { color:#9abf56 !important; }

a { -webkit-transition: all 200ms ease-in-out; -moz-transition: all 200ms ease-in-out; -ms-transition: all 200ms ease-in-out; -o-transition: all 200ms ease-in-out; transition: all 200ms ease-in-out; }

.shadow {
	-moz-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 2px;
	box-shadow:rgba(0, 0, 0, 0.3) 0px 0px 10px 2px;
}

.rounded { -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; }

.wrapper { width:1010px; margin:0 auto; position:relative; }

#header { float:left; width:100%; position:relative; padding:0; background:#313131 url('images/bg_gray_header.jpg') repeat-x; }

#logo { float:left; width:378px; height:68px; padding:0; }
#logo h1 { float:left; width:100%; height:68px; margin:0px; padding:0px; }
#logo h1 a { float:left; width:100%; height:68px; background:url('images/logo.png') no-repeat center center; background-size:contain; }

#login { float:right; width:468px; margin-top:5px; }
#login form { float:right; width:100%; margin:0; }
#login form p { float:left; width:100%; font-size:11px; margin-bottom:2px; }
#login form p a { color:#7f7d7d; margin-left:195px; text-decoration:none; }
#login form p a:hover { color:#FFF; }
#login form input.inputTxt { float:left; width:168px; margin:0; padding:12px 10px; font-family:'Lato', Arial, sans-serif; margin-left:1px; font-size:12px; background:#ffffff url('images/bg_gray_input.jpg') repeat-x; border:1px solid #000; border-radius:4px; }
#login form input.btnLogin { float:left; font-size:13px; font-family:Tahoma, Arial, sans-serif; margin:0; margin-left:3px; margin-top:2px; font-weight:bold; background:#6a6a6a url('images/bg_gray_submit.jpg') repeat-x; color:#FFF; border:none; text-shadow:none; padding:8px 15px; }
#login form input:hover.btnLogin { color:#FFF; background:#CCC; text-shadow:#222 1px 1px 1px; }
#login form { float:left; margin:0; }


.menu { float:left; width:100%; font-family:Tahoma, Arial, sans-serif; font-size:14px; background:#020000; border-top:1px solid #565656; border-bottom:1px solid #565656; margin-bottom:20px; }
.menu ul { float:left; width:100%; list-style:none; border-left:1px solid #313131; }
.menu ul li { float:left; margin:0; border-right:1px solid #313131; }
.menu ul li a { float:left; padding:5px 48px; color:#FFF; text-decoration:none; text-shadow:#000 1px 1px 0px; }
.menu ul li a span { float:left; font-weight:bold; clear:both; }
.menu ul li a span.label { font-weight:normal; color:#727272; font-size:11px; }
.menu ul li a:hover, .menu ul li a.active { color:#9abf56; background:#202020; }
.menu ul li a:hover span, .menu ul li a.active span { }
.menu ul li.signup a { background:#99bd55 url('images/bg_green.jpg') repeat-x;  color:#4f720b; text-shadow:#99bc56 1px 1px 0px; padding:5px 47px; }
.menu ul li.signup a span.label { color:#FFF; }
.menu ul li.signup a:hover { background:#99bd55; }
.menu ul li.signup a:hover span { color:#FFF; }
#footer .menu ul li.signup a { background:none; color:#FFF; text-shadow:#000 1px 1px 0px; }
#footer .menu ul li.signup a span.label { color:#727272; }
#footer .menu ul li.signup a:hover { background:#99bd55; }
#footer .menu ul li.signup a:hover span.label { color:#FFF; }
select.dropdown { display:none; float:left; width:100%; padding:3px; z-index:99999; position:relative; }
select.dropdown { text-align:center; font-family:'Lato', Arial, sans-serif; font-size:16px; background:#F4F4F4; font-weight:bold; }

#content { float:left; width:100%; padding-bottom:60px; }

.full { float:left; width:100%; }
.one-third { float:left; width:300px; }
.two-thirds { float:left; width:675px; }

.title { float:left; width:100%; background:url('images/bg_title.jpg') repeat-x 0 17px; color:#434343; margin-bottom:10px; }
.title h2 { float:left; color:#434343; background:#FFF; padding-right:12px; margin:0; font-weight:bold; }

.graybox { float:left; padding:20px; background:#efecec; }
.two-thirds .graybox { width:635px; }
.graybox.fullwidth { width:970px; margin-bottom:30px; }

.half { width:490px; }
.half.left { float:left; }
.half.right { float:right; }

.site-thumb { float:left; width:265px; }
.site-thumb img { max-width:100%; }
.site-info { float:left; margin-left:25px; width:160px; font-size:12px; color:#717171; }
.site-info h3 { float:left; width:100%; font-size:14px; line-height:16px; }
.site-info h3 a { color:#020000; text-decoration:underline; }
.site-info h3 a:hover { color:#000; text-decoration:none; }
.site-info p { float:left; width:100%; line-height:14px; }
.site-info a.btnGreenVisit { float:left; width:100%; text-align:center; padding:6px 0px; background:#98bd54 url('images/bg_green_btn.jpg') repeat-x; color:#FFF; font-weight:bold; font-size:32px; text-shadow:#65852d 1px 1px 2px; border-radius:100px; text-decoration:none; }
.site-info a:hover.btnGreenVisit { background:#99bd55; }

.newsScroller { float:left; width:100%; position:relative; overflow:hidden; }
.newsScroller .up, .newsScroller .down { float:left; width:21px; height:21px; background:url('images/arrows_scroll.png') no-repeat 0px 0px; position:absolute; right:0; z-index:9999; cursor:pointer; }
.newsScroller .up { background-position:0px 0px; top:0; }
.newsScroller :hover.up { background-position:0px -21px; }
.newsScroller .down { background-position:-21px 0px; top:28px; }
.newsScroller :hover.down { background-position:-21px -21px; }

ul.news { width:250px; }
ul.news li { padding-bottom:20px; border-bottom:1px solid #e5e5e5; margin-bottom:25px; }
ul.news li span.newDate { float:left; width:100%; color:#717171; }
ul.news li h3 { float:left; width:100%; font-size:14px; line-height:18px; margin:3px 0; }
ul.news li h3 a { text-decoration:none; color:#7ba91f;  }
ul.news li h3 a:hover { color:#222; text-decoration:underline; }


.sitesScroller { float:left; width:100%; position:relative; }
.sitesScroller .up, .sitesScroller .down { float:left; width:21px; height:21px; background:url('images/arrows_light_scroll.png') no-repeat 0px 0px; position:absolute; right:-10px; z-index:9999; cursor:pointer; }
.sitesScroller .up { background-position:0px 0px; top:0; }
.sitesScroller :hover.up { background-position:0px -21px; }
.sitesScroller .down { background-position:-21px 0px; top:28px; }
.sitesScroller :hover.down { background-position:-21px -21px; }

ul.ourSites { width:635px; }
ul.ourSites li { float:left; width:295px; margin-right:20px; }
ul.ourSites li .siteThumb { float:left; width:100%; }
ul.ourSites li .siteThumb img { max-width:100%; }
ul.ourSites li h3 { float:left; width:100%; font-size:14px; line-height:18px; margin:3px 0; }
ul.ourSites li h3 a { text-decoration:underline; color:#020000;  }
ul.ourSites li h3 a:hover { color:#7ba91f; text-decoration:none; }
ul.ourSites li .siteDescription { float:left; width:100%; font-size:12px; color:#717171; }

.featuredScroller { float:left; width:100%; margin-bottom:60px; }
ul.featured { float:left; width:100%; }
ul.featured li { overflow:hidden; float:left; width:970px; height:262px; padding:15px 20px; position:relative; background:#f1f1f1; box-shadow:inset #e1e0e0 0px 0px 1px; }
ul.featured li .pushRight { float:right; margin-left:150px; }
ul.featured li .girl { float:left; width:361px; height:290px; background:url('images/girl.png') no-repeat; position:absolute; left:1px; top:1px; }
ul.featured li h1 { float:left; width:100%; margin-bottom:10px; padding:15px 0; text-align:center; color:#000; font-size:45px; font-weight:bold; background:#FFF; border-radius:5px; letter-spacing:-1px; }
ul.featured li .featuredThumbs { float:left; margin-left:20px; }
ul.featured li .featuredDescription { float:left; margin-left:24px; width:360px; }
ul.featured li .featuredDescription p { line-height:18px; }
ul.featured a.btnGreen { float:left; width:100%; padding:15px 0; color:#FFF; text-align:center; text-shadow:#6b8740 1px 1px 2px; font-size:32px; font-weight:bold; background:#99bd55 url('images/bg_green.jpg') repeat-x; text-decoration:none; border-radius:40px; }
ul.featured a:hover.btnGreen { background:#99bd55; }

.featuredScroller .spotLight { float:left; width:100%; font-size:26px; color:#434343; margin:0; position:relative; }

.featuredScroller .prev, .featuredScroller .next { float:left; width:35px; height:35px; background:url('images/arrows.png') no-repeat 0px 0px; position:absolute; top:300px; z-index:9999; cursor:pointer; }
.featuredScroller .prev { background-position:0px 0px; right:40px; }
.featuredScroller :hover.prev { background-position:0px -35px; }
.featuredScroller .next { background-position:-35px 0px; right:0; }
.featuredScroller :hover.next { background-position:-35px -35px; }

#footer { float:left; width:100%; background:#000; }
#footer .call2action { float:left; width:100%; background:#313131 url('images/bg_footer.jpg') repeat-x; padding:30px 0; font-size:60px; color:#FFF; text-shadow:#222 1px 1px 3px; text-align:center; }
#footer .call2action h2 { font-size:60px; color:#FFF; line-height:70px; margin:15px 0 0 0; font-weight:bold; letter-spacing:-2px; }
#footer a.btnGreenHuge { padding:6px 50px; background:#98bd54 url('images/bg_green_btn.jpg') repeat-x; color:#50740a; font-weight:bold; font-size:65px; text-shadow:#c3e17a 1px 1px 2px; border-radius:100px; text-decoration:none; }
#footer a:hover.btnGreenHuge { background:#99bd55; }


#footer .copyright { float:left; padding-bottom:20px; font-family:Arial, Helvetica, sans-serif; width:100%; background:#000; text-align:center; font-size:10px; color:#a2a1a1; }

form#support { float:left; width:100%; margin:30px 0 20px 0; }
form#support p { float:left; width:100%; margin-bottom:10px; }
form#support p.buttons { width:auto; margin-left:630px; }
form#support label { float:left; width:300px; font-weight:bold; font-size:16px; text-align:right; margin-right:20px; padding-top:4px; }
form#support input.inputTxt { width:275px; margin:0; }
form#support textarea.inputTxtArea { width:420px; margin:0; min-height:90px; }
form#support input.btnGreenSubmit { float:left; cursor:pointer; text-align:center; font-family:'Lato', Arial, Helvetica, sans-serif; padding:10px 20px; border:1px solid #b0c671; background:#98bd54 url('images/bg_green_btn.jpg') repeat-x center -1px; color:#FFF; font-weight:bold; font-size:25px; text-shadow:#65852d 1px 1px 2px; border-radius:100px; text-decoration:none; }
form#support input:hover.btnGreenSubmit { background:#99bd55; }

.faqarea strong { color:#434343; }
.faqarea p { margin-bottom:20px; }
.faqarea p:last-child { margin-bottom:00px; }


.subtitle { float:left; width:100%; margin:10px 0; }
.subtitle h3 { float:left; width:100%; margin:0; font-size:18px; }
.subtitle h3 span.greenBox { float:left; background:#9bd32c; color:#FFF; text-align:center; width:35px; margin-right:6px; }

hr { float:left; width:100%; margin:20px 0; }

form#signup { float:left; width:100%; }
.form-left { float:left; width:55%; }
.form-right { float:right; width:45%; }
form#signup p { float:left; width:100%; margin-bottom:10px; }
form#signup p.center { text-align:center; }
form#signup label { float:left; width:140px; margin-right:10px; text-align:right; font-size:16px; color:#434343; }
form#signup input.inputTxt { float:left; margin:0; margin-right:5px; width:270px; }
form#signup select { float:left; margin:0; width:280px; padding:6px 4px; }
form#signup span.helper { float:left; }
form#signup input.btnGreenHugeSubmit { margin:0; padding:6px 50px; line-height:78px; border:1px solid #b7cb7d; background:#98bd54 url('images/bg_green_btn.jpg') repeat-x center -1px; color:#50740a; font-weight:bold; font-size:65px; text-shadow:#c3e17a 1px 1px 2px; border-radius:100px; text-decoration:none; }
form#signup input:hover.btnGreenHugeSubmit { background:#99bd55; }

.spacer { float:left; width:100%; height:40px; }