body {
	font-family: Helvetica !important;
}


a:hover {
	border-width: 0px;
}


input[type = 'submit']:hover {
	cursor: pointer;

	color: #000000 !important;
}


#header {
	width: 100%; 
	height: 65px; 

	background-color: #de3f42; 
}


/* contains header elements */
.nav {
	margin: auto;
	width: 900px;
}


/* contentcolumn, menu, etc */
.nav div {
	display: inline;
	float: left;
}


.nav div div {
	display: block;
	float: none;
}


/* contains domain logo */
#domaincolumn {
	position: relative; 
	z-index: 1;
	width: 266px; 
/*	height: 525px; */
	max-height: 525px; 
}


#domain {
	background-image: url(images/redtrans.png);
	
	position: relative; 
	z-index: 1;
	width: 266px; 
	
	-webkit-box-shadow: 0px 0px 15px #585858;
	-moz-box-shadow: 0px 0px 15px #585858;

	-moz-border-radius-bottomright: 30px; 
	-moz-border-radius-bottomleft: 30px; 
	-webkit-border-bottom-left-radius: 30px; 
	-webkit-border-bottom-right-radius: 30px; 
}


#domain a {
	background-image: url(images/logo.png); 
	
	background-repeat: no-repeat; 
	background-position: center -20px; 
	display: block; 
	width: 256px; 
	height: 98px; 
	padding: 0px 5px;
	
	text-indent: -999px;
}


#domain a img {
	display: none;
}



#contentcolumn {
	background-image: url(images/whitetrans.png); 

	padding: 0px 4px;
	height: 400px;
	max-height: 400px;
	overflow: hidden;
	margin-top: 27px; 
	
	-webkit-box-shadow: 0px -1px 15px #585858; 
	-moz-box-shadow: 0px 0px 15px #585858; 

	-webkit-border-top-right-radius: 30px; 
	-moz-border-radius-topright: 30px;
}


.nav #contentcolumn form {

	background-color: #de3f42; 
	
	position: relative; 
	margin: 0px -4px; 
	padding: 0px 8px; 
	padding-top: 2px;
	padding-bottom: 4px; 
	
	-webkit-border-top-right-radius: 30px; 
	-moz-border-radius-topright: 30px; 
	
	border-bottom-width: 6px;
	border-bottom-style: solid;
	
	border-color: #d0393c;
}


.nav #contentcolumn form label {
	display: block; 
	padding: 5px !important; 
	visibility: visible !important; 
	height: auto !important; 
	width: auto !important; 

	color: #ffffff;
	
	font-size: 10pt !important; 
	line-height: 10pt !important;
}


.nav #contentcolumn form input {
	display: inline; 
	float: left;

	border-width: 1px 0px;
	border-style: solid;
	
	border-color: #d4cdcd;

	font-size: 12pt;
	font-family: 'Georgia' !important;

	color: #585858;
}



.nav #contentcolumn form #location {
	width: 80%;
	border-left-width: 1px;
}


#header .nav #contentcolumn form #addresssubmit {
	padding: 3px 6px 4px 6px !important;

	border-right-width: 1px;
	
	text-indent: -999px;
}


.leagueslist {
	margin: 0px;
}


.leagueslist li:first-child {
	border-top-width: 1px;
	border-top-style: solid;
}


.leagueslist li {
	padding: 4px 0px;
	list-style: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	border-color: #dddddd;
	
	
	background-image: url(images/fieldicon_bw_small.png);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	
	padding-left: 33px;
	position: relative; 
}



.leagueslist li img {
	display: none;
}


.leagueslist li:hover,
.leagueslist li.over {
	background-image: url(images/fieldicon_small.png);
	background-color: #dddddd;
	
	margin: -1px -4px;
	padding: 5px 8px;
	padding-left: 37px;
	background-position: 4px 8px;
}



.leagueslist li h4 a {
	padding: 0px;
}



.error {
	background-image: url(images/graytrans.png);
	
	padding: 12px;
	position: relative; 
	z-index: 1; 
	margin: 0px;
	margin-top: 45px;
	margin-left: 130px; 	
	
	-webkit-border-radius: 5px;
}


.error div {
	position: relative; 
	padding: 10px; 
	width: 300px; 
	height: 150px; 
	margin: auto; 
	border-width: 3px;
	border-style: solid;
	
	background-color: #ffffff; 
	border-color: #d4cdcd;
}


.error div div {
	position: static; 
	padding: 0px; 
	width: auto; 
	height: auto; 
	margin: 0px; 
	border-width: 0px;
}


.error h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	
	border-color: #dddddd; 
	
	line-height: 125%; 
}


.error p {
	padding: 5px;
	margin-top: 3px;
}


.error a.close {
	background-image: url(images/close.png); 
	
	position: absolute; 
	top: -10px; 
	right: -12px; 
	background-repeat: no-repeat; 
	display: block; 
	width: 25px; 
	height: 25px;
	
	text-indent: -999px;
}



#header_content {
	background-color: transparent; 
	
	width: 634px; 
	height: 75px;
}


#nav_upper {
	color: #ffffff; 

	padding: 2px 0px 2px 10px; 
		
	font-size: 85% !important;
}




#search {
	display: inline;
	float: right;
	margin: 0px;
	width: auto;
	
	margin-right: 10px;
	margin-bottom: 20px;
}


#search input {
	display: inline;
	float: left;
	width: auto !important;
	padding: 4px 2px !important;
	border-width: 0px !important;

	font-size: 110% !important;
	line-height: 110% !important;
	font-weight: bold !important;
	font-family: Helvetica !important;

}


#search #s {
	color: #000000;
	border-color: #d4cdcd !important;

	text-indent: 5px;
	
	width: 200px !important;
	border-top-width: 2px !important;
	border-right-width: 1px !important;
	border-top-style: solid;
}


#search #searchsubmit[type = 'submit'] {
	padding: 4px 6px 4px 6px !important;
	background-repeat: repeat-x;
	
	/* for webkit since padding for search input overrides this */
	line-height: 140% !important;
	
	background-image: url(images/search_grad.png);
}


#search #searchsubmit:hover {
	color: #000000;
}





#header_content .menu {
	position: relative; 
	z-index: 2; 
	padding-left: 10px;
}


.menu ul {
	display: inline;
	float: right;

	min-width: 125px;
}


.menu li {
	display: inline;
	float: left;
}


.menu li a {
	color: #b71316;
	
	color: white;
	
	font-size: 95%;
/*	font-weight: 600;*/

	padding: 4px 10px;
	
	-webkit-border-top-left-radius: 5px; 
	-webkit-border-top-right-radius: 5px; 
	
}


.menu li a:hover {
	background-color: #d0393c;
	
}


.menu li .activemenu {
	background-color: #d0393c;
}


.menu .dropdown a {
	outline-width: 0px;
}


.menu .dropdown a strong {
	font-weight: normal; 
	
	background-image: url(images/droparrow.png); 
	
	background-repeat: no-repeat; 
	background-position: 6px right; 
	padding-right: 12px;
	
	background-position: center right; 
}



.menu .dropdown ul {
	position: absolute;
	
	background-color: #ffffff;
	
	margin: 0px;
	margin-top: 1px;
	padding: 3px 5px;
	display: none;
	
	font-size: 90%;

	-webkit-border-bottom-left-radius: 5px; 
/*	-webkit-border-bottom-right-radius: 5px; */

}


.menu .dropdown ul li {
	display: block;
	float: none;
	clear: both;
	border-bottom: 1px solid #dddddd;
	
	
}


.menu .dropdown li a {
	background-image: none;
	color: #585858;

	display: block;
	padding: 2px 5px;

	-webkit-border-radius: 0px; 
}


.menu .dropdown li a:hover {
	color: #ffffff;
	
	margin: 0px -5px;
	padding: 2px 10px;
}





/* contains map */
#map,
.maincontent {
	margin: 0px; 
	height: 450px !important; 
	width: 100%; 
	border-width: 10px 0px; 
	border-style: solid; 
	
	border-color: #d0393c;
	background-image: url(images/mapbgpossible.png); 

	background-position: top center;
}







.contentside {
	/* was 860 */
	width: 900px; 
	margin: auto; 
	padding-top: 25px; 
	padding-bottom: 300px;
	clear: both;
}


.contentside ul {
	margin: 0px;
}


/* ul with picture links */
.goings_on {
	position: relative;
}


.contentside .goings_on li {
	display: inline; 
	float: left;
	width: 286px;
	margin: 0px;
	margin-bottom: 50px;
	/* removed by jQuery but here for some fall back if js isnt supported */
	margin-right: 13px;*/
	
}


.contentside .goings_on li h3 {
	line-height: 120%;
	text-indent: 4px;

	height: 25px;
	max-height: 25px;
	width: 100%; 
	max-width: 100%;
}


.contentside .goings_on li a {
	display: block; 
	width: 274px; 
	height: 175px; 
	border-width: 6px;
	border-style: solid;
	
	background-color: #f6f5f5; 
	border-color: #efeeee; 
	
	-webkit-box-shadow: 0px 0px 3px #585858;
	-moz-box-shadow: 0px 0px 3px #585858;



	background-image: url(images/congress2010.png); 
	
	background-position: 0px -20px; 
	background-repeat: no-repeat;
	padding: 0px; 
	position: relative;
}


.contentside .goings_on li a ins {
	position: absolute; 
	bottom: 0px; 
	left: 0px; 
	display: block; 
	width: 264px;
	max-width: 264px;
	max-height: 165px;
	overflow: hidden;
	padding: 5px;
	
	background-image: url(images/whitetrans_88.png);
}


.contentside .goings_on li a ins p {
	color: #585858; 
	
	margin-top: 3px; 
	
	font-size: 90%; 
	line-height: 125%;
}



/* centered big play icon */
.video_goings .player_big {
	position: absolute;
	top: 47px;
	left: 97px;
	width: 80px;
	height: 80px;
}


/* size for media player inside of goings_on */
.goings_on li a object,
.goings_on li a embed {
	width: 274px;
	max-width: 274px;
	height: 175px;
	max-height: 175px;
}


/* location of media player when it is inside of video_goings (will be slid up by jQuery) */
.video_goings object,
.video_goings embed {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: none;
}









.socialblurbs li {
	display: inline; 
	float: left; 
	margin-bottom: 50px;
/* overridden by jQuery */
/* only here in case javascript isnt there */
	margin-right: 15px;

	width: 194px; 
	height: 100px; 
	padding: 8px 8px;
 	background-repeat: repeat-x;
	
/*	background-color: #dddddd; */
	background-image: url(images/graywhitegradient.png);
	
	-webkit-border-radius: 3px;
	
}






.socialblurbs li h4 {
	color: #de3f42; 
	background-image: url(http://www.cadistrict38.org/wp/wp-content/themes/seams3/images/bwpx-icns/icons/connect.gif);

	
	display: block; 
	background-repeat: no-repeat;
	background-position: top right; 
	margin-bottom: 6px;	
}


.socialblurbs li p {
	color: #585858;

	font-size: 90%; 
	line-height: 140%; 
}





















object#littleleaguesong {
	display: block; 
	margin: auto;
	margin-bottom: 50px;
}



#footer {
	width: 100%; 
	height: 25px; 
	
	clear: both; 
	padding-top: 3px;
	margin-bottom: 5px; 
	border-top-width: 1px;
	border-top-style: solid;
	
	border-color: #dddddd; 
}


#footer ul {
	background-image: none;
	
	padding-left: 0px;
}


#footer .footericons {
	float: left;
}


#footer .footernav {
	float: right;
}


#footer li {
	display: inline;
	float: left;

	
	font-size: 110%;
}


#footer .footernav li {
	margin-left: 3px;
}


#footer li a {
	display: block;
}
