/*
Theme Name: RYSL_2010
Theme URI: reddingsoccer.com
Description: 1027 Design developed theme for Redding Youth Soccer League
Author: Marc Pinnell / 1027 Design
Author URI: www.1027design.com
.
[Any other comments]
.
*/



/************************************************************************/
/*	Site CSS Resets														*/
/************************************************************************/

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	/*vertical-align: baseline;*/
	/*background: transparent;    Taken out causing too many problems with tables. Shouldn't be an issue since I set the background on all projects at the body level*/
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}




/************************************************************************/
/* Actual Site Styles													*/
/************************************************************************/


body {
	margin: 0;
	font: normal 1.0em Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #292525;
	letter-spacing: -0.011em;
	}

#PgWrapper {
	width: 960px;
	margin: 0 auto;
}

#headContactStripe {
	width: 960px;
	margin: 0 auto;
	height: 30px;
}

#mastHead {
	width: 960px;
	height: 225px;
	margin: 0 auto;
	background-image: url(images/masthead.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#quikLinks {
	width: 960px;
	height: 139px;
	margin: 0 auto;
	padding: 0;
}

#quikLinks .contact {
	float: left;
	width: 237px;
}

#quikLinks .sched {
	float: left;
	width: 239px;
}

#quikLinks .reg {
	float: left;
	width: 244px;
}

#menuArea {
	width: 958px;
	height: 25px;
	margin: 0 auto;
	padding: 0 0 0 0;
	background-image: url(images/menuBkgd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-right: 1px #fff solid;
	border-left: 1px #fff solid;
	}

#mainArea {
	width: 960px;
	margin: 0 auto;
	background-image: url(images/maBkgd.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	border-bottom: 1px #fff solid;
}

#pgSideBar {
	float: left;
	width: 319px;
	min-height: 300px;
	margin: 0 auto;
	padding: 0;
	border-left: 1px #fff solid;
}

#sidebar {
	display:inline;
	list-style-type: none;
}

#mainContent {
	float: right;
	width: 619px;
	min-height: 100px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
	background-image: url(images/mcBkgd.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border-right: 1px #fff solid;
}

#footer {
	width: 960px;
	height: 52px;
	margin: 0 auto 20px auto;
	background-color: #000;
}

/* -------- Header Stripe ----------- */

#headContactStripe p {
	padding-top: 7px;
	font-size: .8em;
	line-height: 1.0em;
	margin: 0;
	font-weight: normal;
	color: #555;
	text-align: right;
	}

#headContactStripe a:link, #headContactStripe a:visited {
	text-decoration: none;
	color: #555;
	}

#headContactStripe a:hover {
	color: #ec1c24;
	}


/* -------- Footer Stripe ----------- */

#footer p {
	padding-top: 9px;
	font-size: .8em;
	line-height: 1.0em;
	margin: 0;
	font-weight: normal;
	color: #888;
	text-align: center;
	}

#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #888;
	}

#footer a:hover {
	color: #ec1c24;
	}


/* -------- BASE STYLES ----------- */

h1 {
	font-size: 1.6em;
/*	color: #ec1c24;	*/
	color: #000;
	line-height: 1.3em;
	text-align: center;
	margin: 0px;
	font-weight: bold;
	font-style: normal;
}

h2 {
	font-size: 1.4em;
	color: #555;
	line-height: 1.2em;
	text-align: center;
	margin: 10px 0 4px 0;
	font-weight: bold;
	font-style: italic;
}

h3 {
	font-size: 1.25em;
	color: #ec1c24;
	line-height: 1.2em;
	text-align: center;
	margin: 12px 0 2px 0;
	font-weight: bold;
	font-style: normal;
}

h4 {
	color: #555;
	font-size: 1.1em;
	line-height: 1.8em;
	text-align: center;
	margin: 0;
	font-weight: normal;
	font-style: italic;
}

p, #si_contact_form1 {
	padding-top: 3px;
	font-size: .9em;
	line-height: 1.4em;
	margin: 0;
	font-weight: normal;
	color: #333;
	}

a:link, a:visited {
	text-decoration: underline;
	color: #ec1c24;
	}

a:hover {
	color: #000;
	}

h1 a:link, h1 a:visited {
	color: #000;
	text-decoration: none;
	}

h1 a:hover {
	color: #ec1c24;
	text-decoration: none;
	}

ul, ol {
	font-size: .9em;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	padding-left: 30px;
	font-weight: normal;
	color: #333;
	}

ul li {
	font-size: 1.0em;
	list-style-type: disc;
	padding: 6px 0 0 10px;
	}

ol li {
	font-size: 1.0em;
	list-style-type: decimal;
	padding: 6px 0 0 10px;
	}


/*--------- Stuff for Forms ------------*/
.elr {padding: 4px; color: #333;}
.elr_required {color: red;}

/*--------- SideBar Styles ------------*/

#pgSideBar h2 {
	font-size: 1.2em;
	line-height: 1.2em;
	color: #ec1c24;
	text-align: left;
	font-weight: bold;
	font-style: normal;
	width: 300px;
	margin: 15px 0 5px 0;
	border-bottom: 2px solid #aaa;
}

#pgSideBar h3 {
	font-size: 1.25em;
	color: #ec1c24;
	line-height: 1.2em;
	text-align: center;
	margin: 12px 0 2px 0;
	font-weight: bold;
	font-style: normal;
}

#pgSideBar h4 {
	color: #555;
	font-size: 1.1em;
	line-height: 1.8em;
	text-align: center;
	margin: 0;
	font-weight: normal;
	font-style: italic;
}

#pgSideBar p {
	padding-top: 3px;
	font-size: .9em;
	line-height: 1.4em;
	margin: 0;
	font-weight: normal;
	color: #333;
	}
	
#pgSideBar .textwidget {
	padding: 2px 0 0 10px;
	font-size: .9em;
	line-height: 1.1em;
	}

#pgSideBar td a:link, #pgSideBar td a:visited {
	text-decoration: none;
	color: #000;
	font-size: .9em;
	line-height: 1.1em;
	}

#pgSideBar td a:hover {
	color: #ec1c24;
	}

#pgSideBar a:link, #pgSideBar a:visited {
	text-decoration: underline;
	color: #ec1c24;
	}

#pgSideBar a:hover {
	color: #000;
	}

#pgSideBar ul, #pgSideBar ol {
	font-size: .95em;
	line-height: 1.1em;
	margin: 0;
	padding: 0;
	padding-left: 0px;
	font-weight: normal;
	color: #333;
	}

#pgSideBar ul li {
	font-size: inherit;
	list-style-type: none;
	padding: 6px 0 0 10px;
	}

#pgSideBar ol li {
	font-size: inherit;
	list-style-type: decimal;
	padding: 6px 0 0 10px;
	}


/*--------- menu ------------*/

#menuArea	{
	overflow: hidden;
	margin: 0;
	padding: 7px 0 0 0;
	font-size: 1.0em;
	line-height: 1.0em;
	font-weight: normal;
	text-align: center;
	color: #ec1c24;
}

#menuArea a:link, #menuArea a:visited {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	text-decoration: none;
	color: #ec1c24;
	}

#menuArea a:hover {
	font-weight: inherit;
	text-decoration: none;
	color: #000;
	}

#menuArea .menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}

#menuArea .menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: center;
	}

#menuArea .menu li {
	display: inline;
	list-style-type: none;
	margin: 0 .5em 0 -.5em;
	padding: 0 .5em 0 .5em;
	}

#menuArea li.page_item {
	border-left: 1px solid #333;
	}

#menuArea li.current_page_item a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
	}


/* -------- MISC STYLES ----------- */

.alignright { margin: 0px; padding-left: 10px; padding-bottom: 3px; float: right; }
.alignleft { margin: 0px; padding-bottom: 3px; float: left; padding-right: 10px; }
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
}

/* -------- COPYRIGHT & bottom Address ----------- */

#Copyright {
	margin: 0 auto;
	padding: 30px 0 30px 0;
	color: #777;
	font-size: .9em;
	line-height: 1.5em;
	text-decoration: none;
	text-align: center;
}

#Copyright a:link, #Copyright a:visited {
	text-decoration: underline;
	color: #777;
}

#Copyright a:hover {
	border-bottom: 1px solid #ef9c1e;
	border: none;
	color: #ec1c24;
}

