@charset "UTF-8";

/* CSS Document */
/* header sizes - keep these! */
.header h2.logo { width: 209px; }
.header h2.logo a { width: 209px; }

.social_media { background: #91b801; float: right; height: 26px; width:15.5%;}
.social_media a { display: block; float: left; margin: 0 auto; padding: 4px 3px 0 10px;}
.twitter-bottom { float: left; margin: 0 0 0 0; padding: 0 11px 0 0; }
.facebook-bottom {float: left; margin:0 12px 0 0;} 
.youtube-bottom {float: left; margin:0 15px 0 0;}
/* end header sizes */
/* @end */

.connect_rewards { width:45px; margin-right:5px; } 
.connect_fb { width:40px; margin-right:5px; }
.connect_twitter { width:46px; margin-right:5px; }
.connect_youtube { width:50px; }

#bannerad
{
	width: 250px;
	height: 91px;
	position: absolute;
	top: 39px;
	right: 0;
}

.row
{
	clear: left;
	float: none;
	margin-bottom: .8em;
	padding-bottom: 6px;
	border-bottom: 1px solid #999;
}

.gamelogo
{
	width: 170px;
	float: left;
	margin-right: 16px;
	text-align: center;
}

.pickgamelogo3
{
	width: 96px;
	float: left;
	text-align: center;
	margin-right: 6px;
}

.pickgamelogo4
{
	width: 96px;
	float: left;
	text-align: center;
	margin-right: 6px;
}

.homewinners
{
	width: 215px;
	float: left;
	margin-right: 16px;
}
	.homewinners p {margin-bottom: 4px;}

.pickhomewinners
{
	width: 176px;
	float: left;
}

.homejackpot
{
	width: 191px;
	float: left;
	font-size: 1em;
}

.homewinners h2,.pickhomewinners h2, .container #content #maincontent2 .homewinners p.homejackpot
{
	margin: 0 0 3px 0;
	padding: 0;
}

.cash
{
	color: red;
	font-weight: bold;
}

.wnumbersl, .wnumbersr
{
	padding: 6px;
	text-align: center;
	width: 11.45em;
	margin-right: .5em;
	border: 1px solid #999;
	float: left;
	height: 192px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.wnumbersr { margin-right: 0; }

.win-numbers
{
	height: 26px;
	text-align: left;
	width: 100%;
	margin: 0 auto;
	float: none;
	display: inline-block;
}
	.bonus {width: 26px; float:left; padding-top: 3px;}
	
.win-numbers .ball, .win-numbers .rball, .win-numbers .bball
{
	background-image: url(/images/balls.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 26px;
	width: 26px;
	margin-right: 0.3em;
	text-align: center;
	float: left;
	position: relative;
}

.win-numbers .rball
{
	background-position: -100px top;
	color: #fff;
}

.win-numbers .bball
{
	background-position: -299px top;
	color: #fff;
}

.win-numbers .ball span, .win-numbers .rball span, .win-numbers .bball span
{
	position: relative;
	top: 3px;
}
.win-numbers .card
{
    float: left;
    margin:0 4px;
    position: relative;
        width:30px;
}
.win-numbers .card img
{
        width:100%!important;
}
.card-numbers
{
        padding-bottom:10px!important;
        margin:auto!important;
        height:36px!important;
}

.day1, .night1
{
	width: 3em;
	float: left;
	font-weight: bold;
	padding-top: 2px;
}

#maincontent1 .wnumbersl h2, #maincontent1 .wnumbersr h2
{
	font-size: .875em;
	font-weight: normal;
	font-style: normal;
}

#maincontent1 .wnumbersl p, #maincontent1 .wnumbersr p { margin: 0; }

#numsearch, #findretailer
{
	margin: 6px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #eee;
	background-image: -moz-linear-gradient(0% 2% 90deg,#EEEEEE, #C7C7C7 100%);
	border: none;
	-webkit-box-shadow: 2px 2px 4px #999;
	-moz-box-shadow: 2px 2px 4px #999;
	box-shadow: 2px 2px 4px #999;
}

#numsearch label { font-size: .875em; }
#numsearch fieldset, #findretailer fieldset { border: none; }

#numsearch h2, #findretailer h2
{
	font-size: .875em;
	font-weight: bold;
	margin: 3px 0 6px 0;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
}

#numsearch input[type="text"]
{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	font-size: 1em;
	padding: 2px;
	width: 1.6em;
	border-color: silver;
	border-width: 2px;
}

#findretailer input[type="text"]
{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: left;
	font-size: 1em;
	padding: 2px;
	border-color: silver;
	border-width: 2px;
}

#numsearch input[type="submit"], #findretailer input[type="submit"]
{
	margin-top: 6px;
	padding: 4px 12px;
	font-weight: bold;
	line-height: 1;
	color: #444;
	border: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.85);
	background-image: -moz-linear-gradient(0 100% 90deg, #fff, #bbb);
	background-color: #bbb;
	-webkit-border-radius: 23px;
	-moz-border-radius: 23px;
	-o-border-radius: 23px;
	border-radius: 23px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

#numsearch input[type="submit"]:hover, #findretailer input[type="submit"]:hover
{
	background-image: -moz-linear-gradient(0 100% 90deg, #bbb, #999);
	background-color: #999;
	text-shadow: none;
	color: #fff;
}

#numsearch input[type="text"]:focus,#findretailer input[type="text"]:focus
{
	-webkit-box-shadow: 0 0 12px rgba(51, 204, 255, 0.5);
	-moz-box-shadow: 0 0 12px rgba(51, 204, 255, 0.5);
	box-shadow: 0 0 12px rgba(51, 204, 255, 0.5);
}

#findretailer div
{
	clear: left;
	vertical-align: middle;
}

#findretailer label
{
	width: 5em;
	float: left;
	font-size: .8125em;
	padding-top: 3px;
}

#numsearch input.redBox { border-color: red; }

.drawnav li:first-child
{
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-topright: 6px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.drawnav li:last-child
{
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-bottomleft: 6px;
	-moz-border-radius-bottomright: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom: none;
}

.drawnav li
{
	background-image: -moz-linear-gradient(0 100% 90deg, #425919, #3b4f1a);
	background-color: #3b511b;
	padding: 6px 9px !important;
	border-bottom: 1px solid #282f0d;
	font-family: "Helvetica Neue",Arial,sans-serif; 
 	font-weight: 700 ;
}

.drawnav li:hover
{
	background-image: -moz-linear-gradient(0 100% 90deg, #607331, #526023);
	background-color: #607331;
}

.drawnav li a:link
{
	color: #fff !important;
	text-decoration: none;
}

.drawnav li a:visited { color: #fff !important; }
.drawnav li a:hover { color: #eee !important; }
.drawnav li a:focus { color: #eee !important; }
.gamedescription { margin-top: 0; }
.gamedescription li { color: #333; }

.scratchwrap
{
	width: 100%;
	clear: left;
	margin: 1em 0;
}

.scratchwrap img
{
	width: 200px;
	float: left;
	margin: 0 16px 0 0;
}

.fastplaywrap { height:100%!important; }

.scratchwrapv, .scratchwrapv2, .scratchwrapv3, .scratchwrapv5, .scratchwrapv10, .scratchwrapv20, .fastplaywrap
{
	height: 12em;
	width: 200px;
	float: left;
	margin-right: 16px;
	text-align: center;
	overflow: hidden;
}

.scratchwrapv2 { height: 14.25em; }
.scratchwrapv3 { height: 24.375em; }
.scratchwrapv5 { height: 24.375em; }
.scratchwrapv10 { height: 30em; }
.scratchwrapv20 { height: 35.5em; }
.scratchwrap h2 { margin-top: 1em; }

/* new clearfix */
.scratchwrap:after
{
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .scratchwrap { zoom: 1; }

/* IE6 */
*:first-child+html .scratchwrap { zoom: 1; }

/* IE7 */
.pbhowto
{
	height: 73px;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(/images/powerball_sample_ticket.png);
	width: 100%;
}

#homeslides { margin-bottom: 12px; }

.anniversary
{
	text-align: center;
	margin: 6px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #999;
	-webkit-box-shadow: 2px 2px 4px #999;
	-moz-box-shadow: 2px 2px 4px #999;
	box-shadow: 2px 2px 4px #999;
}

.anniversary h2 { margin-top: 0; }
.anniversary a { text-decoration: none; }

.windrawnums
{
	width: 12em;
	float: right;
	border: 1px solid #425919;
	padding: 0 9px 9px;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 2px 2px 4px #999;
	-moz-box-shadow: 2px 2px 4px #999;
	box-shadow: 2px 2px 4px #999;
	margin: 0 0 1em 1em;
}

/* search results number formatting */

#numCheckResult dl dt {font-weight:normal; }
#numCheckResult dl dd {margin:0 0 1em 0; padding-left:0;font-size: 1em !important; font-weight:bold; }
#numCheckResult span {padding: 0 .1em;}
#numCheckResult .match {color:red;}
#numCheckResult .pbmatch, #numCheckResult .ppmatch  {color:#666; font-weight:normal;}

.gamedesc {float:right; width:25.875em; }
.gamedesc h2 {margin-top: 0; }

.form-or {margin-top: -7px; margin-bottom: 3px;}

.notifyicon {width:44px; float:left; margin: 0 9px 9px 0;}



/*
 * jQuery FlexSlider v1.6
 * https://flex.madebymufffin.com
 *
 * Copyright 2011, Tyler Smith
 * Free to use under the MIT license.
 * https://www.opensource.org/licenses/mit-license.php
 */

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {width: 94%; /*max-width:560px;*/ margin: 20px auto; padding: 0;}
.flexslider .slides > li {display: none;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {max-width: 100%; display: block;}

/* Browser Resets */
.flexslider a {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load
 */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {background: #666; border: 4px solid #666; position: relative; -webkit-border-radius: 5px; -moz-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px;}
.flexslider .slides > li {position: relative;}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */
.flex-container {zoom: 1; position: relative;}

/* Caption style */
.flex-caption {width: 96%; padding: 2%; position: absolute; left: 0; bottom: 0; background: #000; background: rgba(0,0,0,.7); color: #fff; text-shadow: 0 -1px 0 rgba(0,0,0,.3); font-size: 16px!important; line-height: 18px;}

/* Direction Nav */
.flex-direction-nav li a {width: 52px; height: 52px; margin: -13px 0 0; display: block; background: url(/theme/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px;} /* set negative margin-top equal to half the height on the directional-nav for perfect vertical centering */
.flex-direction-nav li a.next {background-position: -52px 0; right: -20px;}
.flex-direction-nav li a.prev {background-position: 0 0; left: -20px;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -30px; text-align: center;}
.flex-control-nav li {margin: 0 0 0 5px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-nav li:first-child {margin: 0;}
.flex-control-nav li a {width: 13px; height: 13px; display: block; background: url(/theme/bg_control_nav.png) no-repeat 0 0; cursor: pointer; text-indent: -9999px;}
.flex-control-nav li a:hover {background-position: 0 -13px;}
.flex-control-nav li a.active {background-position: 0 -26px; cursor: default;}


/* IE specific rules */
.ie6 .flexslider { display:none; }


/* Registration form for 40th aniversary event added July 31, 2014 */
form#register label { font-size:.8125em; }



/* Sliver styles
*********************************/
div#slivercontent {
	width: 100%;
	/*border: 1px solid #000;*/
	min-height: 36px;
	min-width:790px;
	background: #14446A url(https://mainelottery.com/css/bkgd.jpg) repeat-x;
}
div#sliver {
	background: #14446A url(https://mainelottery.com/css/bkgd.jpg) repeat-x !important;
	font-family: "Helvetica Neue", Arial, sans-serif;
}

div#sliver img {
	border: none;
}
div#sliver #state-logo {
	width: 125px;
	float: left;
}

div#sliver #state-menu {
	margin: 8px 16px 0 8px;
	width: auto;
	float: left;
	padding: 0;
	color: #FFF;
	font-size: .82em;
}

div#sliver #state-menu a {
	font-weight: bold;
	color: #FFF;
	text-decoration: underline;
}

div#sliver #state-menu a:hover {
	text-decoration: none;
}

div#sliver #state-search-button input {
	background-color: #FC0;
}

div#sliver #state-menu a:hover {
	text-decoration: none;
}

div#sliver form#pageTools {
	display: inline;
	width: auto;
	margin-left: 2em;
}

div#sliver form#pageTools input {
	margin: 0;
}

div#sliver form#pageTools select {
	font-size: .82em;
}

div#sliver #state-search {
	width: auto;
	text-align: right;
	margin-top: 6px;
	float: right;
	padding-right:  6px;
}

div#sliver #state-search label {
	color: #fff;
	font-weight: bold;
	font-size: .82em;
}

div#sliver #state-search input {
	margin: 0;
	padding: 0;
}

div#sliver form#searchmaine {
	display: inline;
}

label.overlabel {color: #999;}
label.overlabel-apply {position: absolute; top: 1px; left: 5px; z-index: 1; color: #999;}

.sliverclear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html .sliverclear {height: 1%;}
/* End hide from IE-mac */

body {margin-top: 0; margin-left: 0}

#criticalinfo { display:none; }

.unsubscribe { margin-left:20px; color:#fff!important; font-size:10px; }

.powerball-table {font-size:83%!important;}

.fastplay { float:left; margin-right:5%; }
