/* CSS Document */
/*
Style Name: Share4schools

Date: 12 March 2009

Author: Phil Bartholomew, Site Visibility a division of Ai Digital
*/


/*
=Palette
green = #b5d305

Cyan - #5fc0ba

Background Grey- #ebebeb

Body copy Grey - #7f7f7f

Dark grey - #606060

Hyperlink blue - #425bf6

*/




/*
=Global Reset
-------------------------------------------------------------------*/
* {
	padding:0;
	margin:0
}

address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal
}
address {
	font-style:normal
}
abbr, acronym, img, a img, :link img, :visited img {
	border:0
}
caption, th {
	text-align:left
}
fieldset {
	padding: 5em
}
:link, :visited {
	text-decoration:none
}
select {
	min-width: 1.5em
}
select optgroup {
	margin-left: 2%
}
select optgroup option {
	margin-left: 10%
}
table {
	border-collapse:collapse;
	border-spacing:0;
	margin: 11px;
}

form {
	padding: 10px;
}
input {
	margin-bottom: 2px
}
/*
=Layout------------- */
body {
	text-align: center;
	background: #cccccc;

} /*IE hack */
#page {
	width: 780px;
	margin: 0 auto 10px auto;
	text-align: left;
	background: #ebebeb;
}
#header {
	width: 780px;
	height: 104px;
	background: #fff
}
.logo {
	width: 264px;
	height: 104px;
	position:relative;
	left: 265px
}
#menu {
	width: 778px;
	height: 46px;
}
#banner {
	width: 780px
}
#strap {
	width: 780px;
	border-top: 4px solid #5fc0ba;
}
#footer {
	width: 780px;
	border-bottom: 4px solid #5fc0ba;
	text-align: center;
	background: #fff;
	padding-top: 5px
}
#footer ul {
	padding: 0;
	margin: 0 0 5px 0
}
#footer li {
	list-style: none;
	display: inline;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 0.6em;
	color: #7f7f7f
}
#footer li a {
	text-decoration: none;
	color: #7f7f7f;
}
#footer li a:hover {
	text-decoration: underline;
	color: #606060;
}
#bottom {
	text-align: center;
	background: #fff
}
#bottom p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	padding: 10px 25px 10px 35px; 
	margin: 0;
	background: #fff;
}
/*
=subpages------------- */

#content-container {
	padding: 25px 73px 0 59px;
	background: #ebebeb;
	display:block
}

#sidebar {
	width:145px;
	float: left
}
#sidebar ul {
	padding: 0;
	margin: 0 0 5px 0
}
#sidebar li {
	list-style: none;
	font-size: 0.8em;
	color: #606060;
	border-bottom: 0px solid #7f7f7f
}

#sidebar li a {
	text-decoration: none;
	display: block;
	color: #7f7f7f;
	padding: 6px 0 0px 15px
}
* html #sidebar li a { /*IE only. Actual menu width minus left padding of A element (none) */
	width: 145px
}
#sidebar li a:hover {
	text-decoration: underline;
	color: #606060;
	cursor:pointer
}
#sidebar li a.current, ul#sidebar li a.current:hover {
	background-image: url(images/cirle.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
	font-weight: normal;
	color: #606060;
}
.underline {
	border-bottom:1px solid #7f7f7f;
	width:145px;
	display:block;
	padding-bottom: 6px
}
.non_underline {
	width:145px;
	display:block;
	padding-bottom: 6px
}

#content {
	width:475px;
	float: right;
	background: #fff
}

#register {
	width:780px;
	height: 122px;
	background: url(images/register.jpg) no-repeat
}
#register img {
	float: right;
	border: none
}
.regbtn {
	width:130px;
	height:122px;
	background-image:url(images/register-now-btn.jpg);
	display:block;
	float:right;
}
.regbtn:hover {
	width:130px;
	height:122px;
	background-image:url(images/register-now-btn-on.jpg);
	display:block;
	float:right;
	cursor:pointer
}
.clear {
	clear: both;
	margin: 0;
	padding: 0
}
/*
=Features------------- */


/* 
Navigation */
    #nav-example {
	background:url(images/menu-bg.jpg) repeat-x;
	width:705px;
	height:45px;
	margin:0;
	padding:0 0 0 73px;
	border-top: 1px solid #5fc0ba;
	border-left: 1px solid #5fc0ba;
	border-right: 1px solid #5fc0ba;
}
#nav-example span {
	display: none;
}
#nav-example li, #nav-example a {
	height:45px;
	width: 157px;
	display:block;
}
#nav-example li {
	float:left;
	list-style:none;
	display:inline;
	border-right: 1px solid #5fc0ba;
}
#nav-example-01 a {
	background:url(images/the-competition-btn.jpg) no-repeat;
}
#nav-example-02 a {
	background:url(images/getting-started-btn.jpg) no-repeat;
}
#nav-example-03 a {
	background:url(images/the-leagues-btn.jpg) no-repeat;
}
#nav-example-04 a {
	background:url(images/sign-in-btn.jpg) no-repeat;
}
#nav-example-01 a.current {
	background:url(images/the-competition-on.jpg) no-repeat;
}
#nav-example-02 a.current {
	background:url(images/getting-started-on.jpg) no-repeat;
}
#nav-example-03 a.current {
	background:url(images/the-leagues-on.jpg) no-repeat;
}
#nav-example-04 a.current {
	background:url(images/sign-in-on.jpg) no-repeat;
}
#nav-example-01 a:hover {
	background:url(images/the-competition-on.jpg) no-repeat;
}
#nav-example-02 a:hover {
	background:url(images/getting-started-on.jpg) no-repeat;
}
#nav-example-03 a:hover {
	background:url(images/the-leagues-on.jpg) no-repeat;
}
#nav-example-04 a:hover {
	background:url(images/sign-in-on.jpg) no-repeat;
}
/* 
Font stack */
body {
	font-family: Helvetica, 'Lucida Grande', verdana, Arial, Sans-Serif
}
h1, h2, h3, h4, h5, h6, p {
	font-family: verdana, Helvetica, sans-serif;
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px
}

table {
	font-family: Helvetica, 'Lucida Grande', verdana, Arial, Sans-Serif
}

code, textarea {
	font-family: Arial, Helvetica, sans-serif
}
#commentlist li .counter {
	font-family: Arial, Helvetica, sans-serif
}
h1 {
	font-size: 1em;
	color: #606060
}
h2 {
	font-size: 0.8em;
	color: #7f7f7f;
	margin-top: 20px;	
}
.areatitle {
	font-size: 0.9em;
	color: #7f7f7f;
	margin-top: 20px;	
	text-align: left;
}

h3 {
	font-size: 0.7em;
	color: #7f7f7f;
	margin-bottom: -7px;
}
p {
	font-size: 11px;
	color: #7f7f7f
}
p.opening {
	font-size: 0.7em;
	color: #606060
}
a {
	color: #425bf6;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
/* 
content list/tables */

#content ul {
	margin: 10px 0 0 0
}
#content li {
	margin: 0 0 10px 32px;
	color: #5fc0ba
}
#content li p {
	margin: 0;
	padding: 0
}
#content td h3 {
	margin: 5px 0 5px 0;
	padding: 0
}
#content td p {
	margin: 5px 0 5px 0;
	padding: 0
}
#content input, select, p
	{
	font-size: 11px;
}
#content p {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 11px;	
}

/* 
league tables*/

#league {
	width:440px;
	float: left;
	background: #fff
}

#league ul {
	margin: 10px 0 0 0
}
#league li {
	margin: 0 0 10px 32px;
	color: #5fc0ba
}
#league li p {
	margin: 0;
	padding: 0
}
#league td h3 {
	margin: 5px 0 5px 0;
	padding: 0
}
#league td p {
	margin: 5px 0 5px 0;
	padding: 0
}
#league p {
	font-family: verdana, Helvetica, sans-serif;
}



/*--------	REGISTRATION PAGE ------*/

#registration {
	width:470px;
	float: left;
	background: #fff;
	color: #606060;
}

#registration td h3 {
	margin: 5px 0 5px 0;
	padding: 0
}

#registration td, p, input, textarea {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 10px;
}
#registration h1 {
	font-family: verdana, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}



/*
Grey button, added by JK 01/05/09
-------------------------------------------------------------------*/

.grey-btn a.aero { /*aero button CSS*/
	background: transparent url(http://www.share.com/web/images/grey-btn-pinkbg-left.gif) no-repeat top left;
	display: block;
	float: left;
	font: 0.7em Arial, Helvetica, sans-serif; /* Change 13px as desired */
	line-height: 15px; /* This value + 8px should equal height of button background (default is 31px) */
	height: 23px; /* Height of button background height */
	padding-left: 20px; /* Width of left menu image */
	text-decoration: none;
	padding-right: 10px; /*spacing between buttons*/
	margin-left: 380px;
}

.grey-btn a.aero:link, .grey-btn-menu a.aero:visited, .grey-btn-menu a:active {
	color: black; /*button text color*/
}

.grey-btn a.aero span {
	background: transparent url(http://www.share.com/web/images/grey-btn-pinkbg.gif) no-repeat top right;
	display: block;
	padding: 4px 20px 6px 0; /*Set 20px here to match value of 'padding-left' value above*/
	color: black;
}

.grey-btn a.aero:hover span { /* Hover state CSS (for text) */
	text-decoration: underline
}

* html .grey-btn { /*IE6 and below hack. Set explicit strip width*/
	width: 100%;
}

.reg-btn a.aero { 
	background: transparent url(http://www.share.com/web/images/grey-btn-pinkbg-left.gif) no-repeat top left;
	display: block;
	float: left;
	font: 0.7em Arial, Helvetica, sans-serif; /* Change 13px as desired */
	line-height: 15px; /* This value + 8px should equal height of button background (default is 31px) */
	height: 23px; /* Height of button background height */
	padding-left: 20px; /* Width of left menu image */
	text-decoration: none;
	padding-right: 10px; /*spacing between buttons*/
	margin-left: 380px;
}

.reg-btn a.aero:link, .grey-btn-menu a.aero:visited, .grey-btn-menu a:active {
	color: black; /*button text color*/
}

.reg-btn a.aero span {
	background: transparent url(http://www.share.com/web/images/grey-btn-pinkbg.gif) no-repeat top right;
	display: block;
	padding: 4px 20px 6px 0; 
	color: black;
}

.reg-btn a.aero:hover span { /* Hover state CSS (for text) */
	text-decoration: underline
}

* html .reg-btn { /*IE6 and below hack. Set explicit strip width*/
	width: 100%;
}


