/********************************************************************/
/* Website Developed by : Blue Sombrero 							*/
/* Skin 031: Charlotte Soccer Academy								*/
/* Created: 06-25-2014 by Anita										*/
/* Updated: 09-04-2014 by Krunal									*/
/********************************************************************/

@import url(//fonts.googleapis.com/css?family=Abel);
@import url(//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700);
@font-face {
    font-family:'DINCond-Medium';
    src: url('fonts/DINCond-Medium.eot');
	src: url('fonts/DINCond-Medium.eot?#iefix') format('embedded-opentype'),
		url('fonts/DINCond-Medium.woff2') format('woff2'),
		url('fonts/DINCond-Medium.woff') format('woff'),
		url('fonts/DINCond-Medium.ttf') format('truetype'),
		url('fonts/DINCond-Medium.otf') format('opentype'),
		url('fonts/DINCond-Medium.svg#DINCond-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB02;
}
@font-face {
    font-family:'DINCond-Bold';
    src: url('fonts/DINCond-Bold.eot');
	src: url('fonts/DINCond-Bold.eot?#iefix') format('embedded-opentype'),
		url('fonts/DINCond-Bold.woff2') format('woff2'),
		url('fonts/DINCond-Bold.woff') format('woff'),
		url('fonts/DINCond-Bold.ttf') format('truetype'),
		url('fonts/DINCond-Bold.otf') format('opentype'),
		url('fonts/DINCond-Bold.svg#DINCond-Bold') format('svg');
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-FB02;
}


/* Comman CSS */
/********************************************************************/
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,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%;
									background: transparent; }
blockquote,q							{ quotes: none; }
blockquote:before,
blockquote:after,
q:before,q:after					{ content:''; content: none; }
:focus								{ outline:none; }
ins									{ text-decoration:none; }
del									{ text-decoration:line-through; }
form									{ height: 100%; }
img									{ border: 0; padding: 0; margin: 0; }
html, body							{ text-align: left; font-size: 14px; margin: 0; padding: 0;
									font-family: 'Abel',Arial,Helvetica,sans-serif; height: 100%;
									background: #fff; color: #000; line-height: 20px; 
									font-weight: normal; }
.AlertText a,
.AlertText a:link,
.AlertText a:visited				{color: #ffe800;}
.AlertText a:hover,
.AlertText a:focus,
.AlertText a:active				{color: #ebeaea;}

/* Text CSS */
/********************************************************************/
h1, h2, h3, h4, h5, h6				{ font-family: 'Abel',Arial,Helvetica,sans-serif; 
									font-weight: bold; color: #002c68; padding: 0 0 18px 0; }
h1									{ font-size: 28px; line-height: 32px; }
h2									{ font-size: 26px; line-height: 30px; }
h3									{ font-size: 24px; line-height: 26px; }
h4									{ font-size: 20px; line-height: 22px; }
h5	 								{ font-size: 18px; line-height: 20px; }
h6									{ font-size: 16px; line-height: 20px; }
p									{ padding: 0 0 18px 0; }
ul, ol								{ padding: 0 0 18px 0; margin: 0 0 0 24px;}
ul ul, ol ol,
ul ol, ol ul 							{ padding: 0; }
ul li                                                                { list-style-type: disc; }
ul li, ol li								{ padding: 0; margin: 0;}
sup									{ vertical-align: top; font-size: 8px; }
small								{ font-size: 8px; }
.Normal, 
.NormalDisabled,
.BoldText,
.NormalRed,
.SubHead,
.SkinObject							{ font-family: 'Abel',Arial,Helvetica,sans-serif; font-weight:normal;
									font-size: 14px; line-height: 20px; text-align: left; }

.Normal, .NormalDisabled			{ color:#222; }
.BoldText							{ color:#222; font-weight:bold;}
.NormalRed							{ color:#cd0000; font-weight:bold; }
.SubHead							{ color:#005dab; }
.SkinObject							{ color:#005dab; }

/* Link CSS */
/********************************************************************/
a, a:link, a:visited,
a.CommandButton, 
a.CommandButton:link, 
a.CommandButton:visited,
a.SkinObject, 
a.SkinObject:link,
a.SkinObject:visited				{ font-family: 'Abel',Arial,Helvetica,sans-serif; font-size: inherit; 
									line-height: inherit; color: #002c68; font-weight: normal; 
									text-decoration: underline; }
a:active, a:hover, a:focus,
a.CommandButton:active, 
a.CommandButton:hover, 
a.CommandButton:focus,
a.SkinObject:hover , 
a.SkinObject:focus,
a.SkinObject:active					{ color: #000; }
.paneOutline						{ outline: 1px dotted #000; border: none; }
.paneOutline center					{ text-align: center; }
.paneOutline .SubHead				{ color: #fff; }

/* DNN Empty Pane CSS For IE */
/********************************************************************/
.DNNEmptyPane						{ font-size: 0px; line-height: 0px; display: none; }

/* Input CSS */
/********************************************************************/
input.NormalTextBox,
textarea.NormalTextBox,
select.NormalTextBox					{ font-family: 'Abel',Arial,Helvetica,sans-serif;
									font-weight:normal; font-size: 14px; line-height: 22px;
									height: 22px; background: #fff; border: 1px solid #acacac; 
									padding: 2px 8px; margin: 2px 0px; color:#002c68; }
select.NormalTextBox					{ padding: 2px 2px 2px 8px; }
input.NormalTextBox:focus, 
input.NormalTextBox:hover,
textarea.NormalTextBox:focus,
textarea.NormalTextBox:hover,
select.NormalTextBox:focus,
select.NormalTextBox:hover			{ border-color:#222; }
textarea.NormalTextBox, select.NormalTextBox
									{ height: auto; }

/* Button CSS */
/********************************************************************/
.StandardButton						{ background: #005dab; color: #fff; display: inline-block; border: 1px solid #002c68;
									font-size: 14px; line-height: 20px; margin: 12px 0; padding: 8px 12px; }
.StandardButton:hover, 
.StandardButton:focus				{ background: #455560; border-color: #20303b; outline: none; 
									text-decoration: none; color: #fff; }

/* Float CSS */
/********************************************************************/
.float-left							{ float:left; }
.float-right						{ float:right; }
.clear:after						{ clear: both; content: "."; display: block; height: 0; visibility: hidden; }
.clear-both							{ clear:both; font-size: 0px; line-height: 0px; height: 0px; }

/* DNN Overwrite CSS */
/********************************************************************/
.textAlignRight						{ text-align: right; }
.textAlignCenter					{ text-align: center; }
.FileManager_FileList 				{ margin: 2px 0 0 0; }
.rgMasterTable						{ width: 100%; }
.rgCurrentPage span					{ line-height: 22px; }
input.rgPagerTextBox					{ width: 24px!important; }
.termsContainer, 
.privacyContainer					{ padding: 12px; }
.FileManager_FileList 				{ margin: 2px 0 0 0; }
.rgMasterTable						{ width: 100%; }
.rgCurrentPage span					{ line-height: 22px; }
input.rgPagerTextBox					{ width: 24px!important; }


/* Menu CSS */
/********************************************************************/
.skNav									{ background: #005dab; border-bottom: 4px solid  #ffe800; -webkit-box-shadow: 0 2px 2px rgba(0,0,0,0.5); 
										-moz-box-shadow: 0 2px 2px rgba(0,0,0,0.5); box-shadow: 0 2px 2px rgba(0,0,0,0.5); }

/* Skin CSS */
/********************************************************************/
.skArea  							{ min-height: 100%; _height: 100%; background: #00539d url(images/sk-bg.jpg) repeat top center; }
.skWidth							{ width: 960px; margin: auto; }
.skActionwp							{ background: #002c68; padding: 10px 0; color: #005dab;}
.skAction							{ float: right;}
.sklogo								{ float: left; position: absolute; top: 20px;}
.skMainBanner						{ background: #fff; padding: 12px 0; }
.skMainBanner img					{ margin: 0 0 0 245px; }
.skheader							{ padding: 16px 0 ;position: relative;}
.login-content						{ float: left;}
.login-content span					{ font-size: 18px; line-height: 22px; color: #005dab;}
a.actionLink,
a.actionLink:link,
a.actionLink:visited				{ font-size: 18px; line-height: 22px; text-transform: uppercase;
									text-decoration: none; display: inline-block; *display: inline; *zoom: 1;
									padding: 2px 10px; color: #ffe800;}
a.actionLink:hover,
a.actionLink:focus
a.actionLink:active					{ color: #fff; }
.top-skSponsor						{ float: right;}
.top-skSponsor img,
.top-skSponsor svg					{ vertical-align: middle; display: inline-block; }
.top-skSponsor a:last-child			{ margin-left: 10px; }
.shadow-svg							{ filter: drop-shadow(0px 1px 0px rgba(0,0,0,0.6)) drop-shadow(0px 1px 8px rgba(0,0,0,0.6));
									 -webkit-filter: drop-shadow(0px 1px 0px rgba(0,0,0,0.6)) drop-shadow(0px 1px 8px rgba(0,0,0,0.6));}
.cbLeft								{ width: 630px; float: left; }
.cbRight							{ width: 312px; float: right; }
.skSiteLinks						{ float: left; width: 300px; }
.skContact							{ float: right; width: 300px; text-align: right; }
.skInfo								{ background: #002c68; border-top: 2px solid  #ffe800; padding: 24px 0; color: #046dca; }
.skInfo .SkinObject					{ font-size: 18px; line-height: 22px; color: #046dca; }
.skInfo .SkinObject:link,
.skInfo a.SkinObject:link,
.skInfo a.SkinObject:visited 		{ font-size: 18px; line-height: 22px; color: #046dca; text-decoration: none; }
.skInfo a.SkinObject:hover,
.skInfo a.SkinObject:focus,
.skInfo a.SkinObject:active			{ color: #fff;}
.skCnt								{ padding: 26px 0 0 0; }
.skRow								{ padding: 0 0 26px 0; }
.skRow:after						{ clear: both; content: "."; display: block; height: 0; visibility: hidden; }

/* Social CSS */
/********************************************************************/
.skSocial							{ float:left; }
a.skSocial,
a.skSocial:link,
a.skSocial:visited					{ float: left; display: block; text-indent: -9999px; height: 24px; width: 24px; 
									margin: 0 0 0 10px; background: transparent url(images/social-icon.png) 0 0 no-repeat; }
a.skFacebook,
a.skFacebook:link,
a.skFacebook:visited				{ background-position: 0 0; }
a.skFacebook:hover,
a.skFacebook:focus					{ background-position: 0 -24px; }
a.skTwitter,
a.skTwitter:link,
a.skTwitter:visited					{ background-position: -24px 0; }
a.skTwitter:hover,
a.skTwitter:focus					{ background-position: -24px -24px; }
a.skYoutube,
a.skYoutube:link,
a.skYoutube:visited					{ background-position: -48px 0; }
a.skYoutube:hover,
a.skYoutube:focus					{ background-position: -48px -24px; }

/* Field Status CSS */
/********************************************************************/
.skFieldStatus						{ float: left; width: 150px; padding: 0 18px 0 0; }
.fsOpen,
.fsClose,
.fsPartial							{ display: block; display: block; padding: 16px; -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.5); 
									-moz-box-shadow: 0 0 12px rgba(0,0,0,0.5); box-shadow: 0 0 12px rgba(0,0,0,0.5); 
									background: transparent url(images/icn-location.png) no-repeat left bottom; }
.fsOpen								{ background-color: #009900; }
.fsClose							{ background-color: #cd0000; }
.fsPartial							{ background-color: #fb9a00; }
.fsHead								{ font-size: 22px; line-height: 36px; text-align: center; display: block; text-transform: uppercase; }
.fsStatus							{ font-size: 44px; line-height: 70px; color: #fff; text-align: center; display: block; text-transform: uppercase; }
.fsDate								{ font-size: 14px; line-height: 20px; text-align: center; display: block; }
.fsOpen .fsHead,
.fsOpen .fsDate						{ color: #004100; }
.fsClose .fsStatus					{ font-size: 32px; }
.fsPartial .fsStatus
.fsPartial .fsHead,
.fsPartial .fsDate					{ color: #b16d00; }
.fsPartial .fsStatus					{ font-size: 18px; }

/* Embed HTML CSS */
/********************************************************************/
.skEmbededHTML 						{ position: relative; padding-bottom: 47.5%; padding-top: 30px; height: 0; overflow: hidden; }
.skEmbededHTML iframe,
.skEmbededHTML object,
.skEmbededHTML embed 				{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* Club Links CSS */
/********************************************************************/
ul.skClubLinks						{ margin: 0; padding: 0; }
ul.skClubLinks li						{ margin: 0; padding: 0 18px 0 0; list-style: none; float: left; }
ul.skClubLinks li.last					{ padding: 0; }
ul.skClubLinks li img					{ -webkit-box-shadow: 0 0 12px rgba(0,0,0,0.5); -moz-box-shadow: 0 0 12px rgba(0,0,0,0.5); box-shadow: 0 0 12px rgba(0,0,0,0.5); }

/* News CSS */
/********************************************************************/
ul.skTabs							{ margin: 0; padding: 0; background: #005dab;  border-bottom: 2px solid  #ffe800; }
li.skTabItem							{ margin: 0 8px; padding: 6px 0 0 0; border-bottom: 6px solid transparent; list-style: none; display: inline-block; *display: inline; zoom: 1; }
li.skTabItem.ui-tabs-active,
li.skTabItem.ui-state-active			{ border-bottom-color: #ffe800;  }
a.skTabLink,
a.skTabLink:link,
a.skTabLink:visited					{ font-size: 16px; line-height: 20px; color: #fff; text-decoration: none; text-transform: uppercase; display: block; padding: 6px; }
a.skTabLink:hover,
a.skTabLink:focus,
a.skTabLink:active					{ color: #ffe800; }

ul.sknList							{ margin: 0; padding: 0; }
li.sknItem:after						{ clear: both; content: "."; display: block; height: 0; visibility: hidden; }
li.sknItem 							{ margin: 0 12px; padding: 12px 0; list-style: none; border-bottom: 1px solid #005dab; }
li.sknLast							{ border: none; }
.sknDetail							{ padding: 0 0 0 90px;}
.sknDate							{ font-size: 14px; line-height: 18px; color: #ffe800; font-weight: bold; text-transform: uppercase; text-align: center; 
									float: left; width: 59px; background: #005dab; padding: 6px 0; }
.sknDate span						{ font-size: 30px; line-height: 34px; }
h4.sknHead,
a.sknHeadLink,
a.sknHeadLink:link,
a.sknHeadLink:visited				{ font-size: 20px; line-height: 32px; color: #fff; text-decoration: none; padding: 0; }
a.sknHeadLink:hover,
a.sknHeadLink:focus,
a.sknHeadLink:active				{ color: #ffe800; }
p.sknSummary						{ font-size: 16px; line-height: 20px; color: #fff; padding: 0; }
a.newsLink,
a.newsLink:link,
a.newsLink:visited					{ font-size: 16px; line-height: 20px; color: #ffe800; }
a.newsLink:hover,
a.newsLink:focus,
a.newsLink:active					{ color: #fff; } 

.skNfooter							{ background: #005dab; border: 4px solid #002c68; border-top: none; padding: 8px; text-align: right; }
a.skNLink,
a.skNLink:link,
a.skNLink:visited					{ font-size: 19px; line-height: 24px; color: #ffe800; text-decoration: none; display: inline-block; 
									*display: inline; zoom: 1; padding: 0 20px 0 0; background: transparent url(images/icn-link-arrow.png) no-repeat right 3px; }
a.skNLink:hover,
a.skNLink:focus,
a.skNLink:active					{ color: #fff; background-position: right -97px; }
.inner-width						{ display: table; max-width: 100%; }
.inner-table						{ display: table; width: 100%; }
.inner-cell							{ display: table-cell; }
#Body .LeftPane						{ width: 600px; padding: 0 15px 0 0; }
#Body .RightPane						{ width: 330px; }

/* Container CSS */
/********************************************************************/
.skContainer						{ background: #002c68}
h2.skHeader							{ font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif; color: #fff; padding: 18px 18px 12px 18px; }
h2.bdHeader							{ border-bottom: 1px solid #00438c; padding: 20px 0 12px 0; margin: 0 18px; }
.skContent							{ padding: 18px; color: #fff; }
.skNews .skContent,
.skQuickLinks .skContent				{ padding: 0; }

/* Quick Links CSS */
/********************************************************************/
ul.skQuickLnLinks   					{ margin: 0; padding: 0 18px; }
ul.skQuickLnLinks li.item				{ margin: 0; padding: 0; list-style: none; border-bottom: 1px solid #00438c; }
ul.skQuickLnLinks li.last				{ border-bottom: none; }
ul.skQuickLnLinks a.link,
ul.skQuickLnLinks a.link:link,
ul.skQuickLnLinks a.link:visited		{ font-size: 18px; line-height: 22px; color: #fff; text-decoration: none; display: block; 
									 padding: 12px 0; }
ul.skQuickLnLinks a.link:hover,
ul.skQuickLnLinks a.link:focus,
ul.skQuickLnLinks a.link:active		{ color: #ffe800; background: transparent url(images/icn-link-arrow.png) no-repeat right 13px; }

/* About Us CSS */
/********************************************************************/
.skAboutCnt							{ padding: 0 0 18px 0; }
.skAboutFnt							{ text-align: right; }
a.skAboutusLink,
a.skAboutusLink:link,
a.skAboutusLink:visited				{ font-size: 17px; line-height: 24px; text-decoration: none; color: #ffe800; display: inline-block; *display: inline; zoom: 1; 
									padding: 0 20px 0 0; background: transparent url(images/icn-link-arrow.png) no-repeat right 3px; }
a.skAboutusLink:hover,
a.skAboutusLink:focus,
a.skAboutusLink:active				{ color: #fff; background-position: right -97px; }

/* Banner CSS */
/********************************************************************/
a.bannerLink,
a.bannerLink:link,
a.bannerLink:visited				{ display: block; background: #002c68; padding: 6px; }
a.bannerLink:hover,
a.bannerLink:focus,
a.bannerLink:active					{ background: #fff; }

/* Sponsor CSS */
/********************************************************************/
.skSponsor							{ background: #fff; padding: 28px 0;}
ul.skspList							{ margin: 0; padding: 0; }
li.skspItem							{ margin: 0; padding: 0 12px; list-style: none; display: inline-block; *display: inline; zoom: 1; }

/* Footer CSS */
/********************************************************************/
.skFooter							{ padding: 46px 0 0 0; }
.skFtLogo							{ text-align: center; margin: 0 0 -60px 0; }
.ftHead								{ font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif; color: #fff; }

/* Site Links CSS */
/********************************************************************/
ul.skFtList							{ margin: 0; padding: 0; float: left; }
ul.skFtFirst 					 	{ padding: 0 50px 0 0; }
li.skFtItem							{ margin: 0; padding: 0; list-style: none; }
a.skFtLink,
a.skFtLink:link,
a.skFtLink:visited					{ font-size: 20px; line-height: 28px; color: #fff; text-decoration: none; }
a.skFtLink:hover,
a.skFtLink:focus,
a.skFtLink:active					{ color: #ffe800; }

/* Club Info CSS */
/********************************************************************/
.ftContent,
a.club-link,
a.club-link:link,
a.club-link:visited					{ color: #fff; font-size: 18px; line-height: 22px; text-decoration: none;}
a.club-link:hover,
a.club-link:focus,
a.club-link:active					{ text-decoration: underline;}

/* Splash Page CSS */
/********************************************************************/
.spArea  							{ min-height: 100%; _height: 100%; background: #00539d url(images/sk-bg.jpg) repeat top center; }
.spWidth							{ width: 1020px; margin: auto; }
.spRow								{ padding: 0 0 120px 0; }
.spHead								{ background: #fff; padding: 24px; text-align: center; -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.5); 
									-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5); box-shadow: 0 0 10px rgba(0,0,0,0.5); }
.spTitle							{ display: table; margin: auto; }
.spTitle h2							{ background: transparent url(images/sp-title-bg.png) repeat-x left bottom; padding: 12px; margin: 0;
									font-size: 24px; line-height: 32px; color: #007fca; text-transform: uppercase; text-align: center; 
									font-family: 'DINCond-Medium','Open Sans Condensed',Arial,Helvetica,sans-serif; letter-spacing: 1px;
									font-weight: 500; }
.spTitleLeft						{ background: transparent url(images/sp-title-left-bg.png) no-repeat left bottom; padding: 0 0 0 26px; }
.spTitleRight						{ background: transparent url(images/sp-title-right-bg.png) no-repeat right bottom; padding: 0 26px 0 0; }
.spSocial							{ display: table; margin: auto; padding: 16px 0; }
.spSocial a.skSocial,
.spSocial a.skSocial:link,
.spSocial a.skSocial:visited			{ background-image: url(images/sp-social-icon.png); }
.spArea table tr td						{ vertical-align: middle; text-align: center; }
.spText								{ font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif; font-size: 26px; line-height: 32px; 
									color: #002c68; font-weight: bold; text-transform: uppercase; }
.spLnk:before						{ content: ""; position: absolute; width: 20px; height: 61px; top: 0; left: -20px;
									background: transparent url(images/sp-notech-left.png) no-repeat 0 0; }
.spLnk:after						{ content: ""; position: absolute; width: 20px; height: 61px; top: 0; right: -20px;
									background: transparent url(images/sp-notech-right.png) no-repeat 0 0; }
.spRec:after						{ background: #002c68; width: 50%; right: -50%; }
.spComp:before						{ background: #002c68; width: 50%; left: -50%; }
.spLnk								{ display: table; margin: 0 20px; padding: 0 20px; background: #002c68; position: relative; }
.spLnk a,
.spLnk a:link,
.spLnk a:visited						{ font-family: 'Open Sans Condensed',Arial,Helvetica,sans-serif; font-size: 52px; line-height: 61px; 
									font-weight: 600; color: #f5e113; text-transform: uppercase; text-decoration: none;
									vertical-align: middle; display: inline-block; *display: inline; zoom: 1; 
									margin: -2px 0 0 0; padding: 0 0 2px 0; }
.spLnk a:hover,
.spLnk a:focus,
.spLnk a:active 						{ color: #fff; }
.spLogo								{ position: relative; z-index: 1; top: 60px;}
.spFieldStatus						{ display: table; margin: auto; vertical-align: middle; }
.spFieldStatus .fsOpen, 
.spFieldStatus .fsClose, 
.spFieldStatus .fsPartial			{ background-image: none; padding: 0 16px; font-family: 'DINCond-Medium','Open Sans Condensed',Arial,Helvetica,sans-serif; }
.spFieldStatus .fsDate				{ display: none; }
.spFieldStatus a:hover *,
.spFieldStatus a:focus *,
.spFieldStatus a:active *			{ color: #fff; }
.spFieldStatus .fsHead,
.spFieldStatus .fsStatus				{ display: inline-block; *display: inline; zoom: 1; vertical-align: middle;
									font-size: 32px; line-height: 42px; }
.spFieldStatus .fsOpen .fsHead,
.spFieldStatus .fsOpen .fsStatus		{ color: #006600; }
.spFieldStatus .fsPartial .fsHead,
.spFieldStatus .fsPartial .fsStatus	{ color: #553400; }
.spFieldStatus .fsClose .fsHead,
.spFieldStatus .fsClose .fsStatus	{ color: #440000; }
.spFooter							{ background: #002c68; border-top: 2px solid #ffe800; }
.spFooter .spRow						{ padding: 20px 0; margin: auto; }
.spFooter svg.spSponsor,
.spFooter img.spSponsor				{ margin: 0 10px; }
.spFooter .spMember					{ margin: -80px 0 0 0; }
.spArea a.skFacebook,
.spArea a.skFacebook:link,
.spArea a.skFacebook:visited			{ margin: 0; }
.spRespLogo,
.spRespShow						    { display: none; }
.spMiddleSpace div                                   { width: 200px; display: inline-block;}
.spTopMarginMinus                                  { margin-top: -50px;} 
.spLnk a.recreationLink                       { padding-left: 40px;}
.spLnk a.competitiveLink                     { padding-right: 20px;}
.spLnk.spCamps                                        { margin-right: 40px;}
.spLnk a.campsLink                                 { padding-left: 10px;}
.spLnk.spTournament                             { margin-left: 40px;}   
