/*
-----------------------------------------------
Brain Builder styles (layout)
----------------------------------------------- */

/* Wrapper
----------------------------------------------- */
#wrapper {
	width: 750px;     /* set width of site */
	margin-top: 20px;
	margin-bottom: 20px;
}

/* Links
----------------------------------------------- */
a { color: #A42C86; text-decoration: none; font-weight:bold; }
a:link { color: #A42C86; text-decoration: none;}
a:hover { color: #A42C86; text-decoration: underline;}
a:active { color: #A42C86; text-decoration: none;}
a:visited { color: #A42C86; }


/* Header
----------------------------------------------- */
h1#logo, h2#logo, h1#logo a, h2#logo a {
	background:url(logo.gif) no-repeat;     /* specify location of logo image */
	width:168px;
	height:64px;
}

h1#logo_sl, h1#logo_sl a {
	width:101px;
	height:62px;
	background: url(sl_logo.gif) no-repeat;
	float: right;
}

#header {
	margin-left: 15px;
	margin-right: 15px;
}


/* Main Nav
----------------------------------------------- */
ul#nav li a {
	height:26px;     /* specify height of navigation images */
}

#nav a { background-position:0 0; }
#nav .on a { background-position:0 -52px; }     /* specify starting position of nav image states */
#nav a:hover { background-position:0 -26px; }
#nav .on a:hover { background-position:0 -78px; }     /* this option for rollover state for option which is "on" - leave same as line 37 otherwise */

/* change widths and source of each navigation item */
ul#nav #nav1, ul#nav #nav1 a { width:66px; background-image:url(nav1.gif); }
ul#nav #nav2, ul#nav #nav2 a { width:90px; background-image:url(nav2.gif); }
ul#nav #nav3, ul#nav #nav3 a { width:90px; background-image:url(nav3.gif); }
ul#nav #nav4, ul#nav #nav4 a { width:90px; background-image:url(nav4.gif); }


/* Main
----------------------------------------------- */
#main {
	margin-top:20px;
	background: #ECEFCF;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
}

p.righty {
	text-align: right;
}

p.first_para {
	color: #003561;
}

#intro {
	width: 324px;
	float: left;
	background: url(bg_intro.gif) top center no-repeat;
	padding-top: 76px;
	padding-left: 20px;
}

#intro h2 {
	font-size: 20px;
	color: #003561;
	margin:0 0 20px 0;
	padding:0;
}

#box_01 {
	position: relative;
}

#play {
	width: 406px;
	float: left;
	background: url(bg_play.gif) top center repeat-x;
	padding-top: 270px;
}

img.nudgeup {
	position: absolute;
	top: -20px;
	right: 10px;
}

a.playnow {
	display: block;
	width: 122px;
	height: 45px;
	background: url(playnow.gif) 0 0 no-repeat;
	text-indent: -1000em;
	outline: none;
	margin-left: 30px;
	float: left;
}

a.playnow:hover {
	background: url(playnow.gif) 0 -45px no-repeat;
}

a.howtoplay {
	display: block;
	width: 160px;
	height: 45px;
	background: url(howtoplay.gif) 0 0 no-repeat;
	text-indent: -1000em;
	outline: none;
	margin-right: 30px;
	float: right;
}

a.howtoplay:hover {
	background: url(howtoplay.gif) 0 -45px no-repeat;
}

#leagues {
	width: 337px;
	height: 147px;
	float: left;
	background: url(bg_leagues.gif) top center no-repeat #D5E094;
	margin: 10px 10px 0 15px;
	padding: 20px 10px 10px 10px;
}

#topple {
	width: 337px;
	height: 147px;
	float: left;
	background: url(bg_topple.gif) bottom center no-repeat #D5E094;
	margin-top: 10px;
	padding: 20px 10px 10px 10px;
}

#topple h3, #leagues h3, #more h3 {
	font-size: 13px;
	color: #003561;
	margin:0 0 10px 0;
	padding:0;
}
#box_03 {
	padding-bottom: 10px;
}

#more {
	width: 702px;
	height: 133px;
	background: url(bg_more.gif) top left no-repeat #D5E094;
	margin: 10px 0 0 15px;
	padding: 20px 10px 10px 10px;
	position: relative;
}

#number {
	position: absolute;
	width: 137px;
	height: 40px;
	top: 65px;
	right: 54px;
}

#number p {
	color: #ffffff;
	margin-bottom: 2px
}

#number p.num {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
}


/* Forms
----------------------------------------------- */
form label, form .row.multi legend {
	width:200px;	/* use additional class of container at start of this arguement to target any difference to this site-wide standard */
}
form .row.submit {
	margin:1em 0 0 200px;
}
form .textbox input, form .textarea textarea {
	width:200px;
}
form .row.multi fieldset label {
	width:auto;
}




/* Footer
----------------------------------------------- */
#footer {
	font-size:0.85em;
	margin:22px 10px;
	color:#888;
}
#legals {
	width:50%;
	float:right;
}
#legals ul, #legals li {
	margin:0;
	padding:0;
}
#legals li {
	list-style:none;
	float:right;
	margin-right:8px;
}
#legals li.last {
	margin-right:0;
}
#line {
	float:left;
	width:50%;
	text-align:left;
	color:#ccc;
}
#line a, #line a:visited, #line a:hover {
	color:#ccc;
}
