﻿@charset "UTF-8";

/*/////////////////////////////////////Dot Org Styles Overrides//////////////////////////////*/
body {
	background:white;
}


/*/////////////////////////////////////Desktop Styles///////////////////////////////////////*/
/*/////Header Styles/////*/
#ORGAppHeader {
    background: url("/images/design/app_header_topbar.gif") repeat-x scroll left top transparent;
    height: 73px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index:3000;
}
#ORGAppLogoCards {
    background: url("/images/design/logo_cards_all.png") no-repeat scroll left top transparent;
    display: block;
    height: 133px;
    margin-left: 5px;
    width: 250px;
    float:left;
}
#ORGAppLogoCards span {
	display:none;
}
a.DonateButton,
a.DonateButton:active,
a.DonateButton:visited {
    background-image: url("/images/design/donate_button.gif");
    background-repeat: no-repeat;
    border-bottom: medium none;
    clear: none;
    float: right;
    height: 35px;
    margin: 20px 0 0 12px;
    padding: 0;
    width: 145px;
}
a.DonateButton:hover {
    background-image: url("/images/design/donate_button_on.gif");
    background-repeat: no-repeat;
}
#ORGAppHeaderWPZ {
	width:400px;
	float:left;
	clear:right;
}
/*/////Main Content Styles/////*/
#ORGAppWrap {
	margin:73px 0px 60px 0px;
	float:left;
	width:100%;
	z-index:0;
}
#ORGAppWrapWithMargin {
	margin:60px 20px 0px 20px;
}
/*/////Footer Styles/////*/
#ORGAppFooter {
    background:#f6f6f6;
    height: 70px;
    border-top:1px #999999 solid;
    left: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index:2000;
}
#ORGDesktopAppFindAClub {
	float:left;
	width:185px;
	border-right:1px #999999 solid;
	height:70px;
}
#ORGDesktopAppFindAClub img {
	padding:5px 0 0 5px;			
}
#ORGDesktopAppFindAClub iframe {
	padding:0 0 0 5px;
}
#ORGDesktopAppShare {
	float:left;
	width:100px;
	border-right:1px #999999 solid;
	height:70px;
	clear:none;
	padding:0px 5px 0px 5px;
}
#ORGDesktopAppShare img {
	padding:5px 0 0 5px;
}
#ORGDesktopAppShare a img {
	border:0;
	padding:2px 0 0 0;
}
#ORGDesktopAppShare a:hover img{
	opacity:0.7;
}
#ORGMobileAppFooterButtons {
	display:none;
}
#ORGAppLegal {
	float:right;
	width:240px;
	border-left:1px #999999 solid;
	height:60px;
	clear:none;
	padding:10px 5px 0px 5px;
}
#ORGAppLegal p{
    font-size: 9px;
    margin: 0;
    color:#999999;
    line-height:8px;
	padding:0;
}
/*SharePoint Edit Styles*/
#ORGAppHeader .ms-SPZone{
	width:400px;
	height:133px;
	float:left;
}
#ORGAppWrap .ms-SPZone{
	margin-top:60px;
}
.ms-ToolPaneOuter {
	margin-top:70px;
	margin-bottom:70px;
}
.ms-consolestatusframe {
	margin-bottom:70px;
}
/*/////////////////////////////////////Mobile Styles///////////////////////////////////////*/

html {-webkit-text-size-adjust:none} /*changes text auto resize on iphones*/

@media screen and (max-width: 650px), screen and (max-device-width: 650px) { /*leave this alone*/

/*/////Header Styles/////*/
#ORGAppHeader {
    background: url("/images/design/app_header_topbar.gif") repeat-x scroll left -53px transparent;
    height: 20px;
}
#ORGAppLogoCards {
    background: url("/images/design/m_logocards_2x.png") no-repeat scroll left top transparent;
    background-size:121px 63px;
    height: 63px;
    width: 121px;
}
#ORGAppHeader a.DonateButton,
#ORGAppHeader a.DonateButton:active,
#ORGAppHeader a.DonateButton:visited,
#ORGAppHeader a.DonateButton:hover {
	display:none;
}

/*/////Main Content Styles/////*/
#ORGAppWrap {
	margin:20px 0px 45px 0px;
}
#ORGAppWrapWithMargin {
	margin:53px 10px 0px 10px;
}

/*/////Footer Styles/////*/
#ORGAppFooter {
    height: 45px;
}
#ORGDesktopAppFindAClub,
#ORGDesktopAppShare {
	display:none;
}
#ORGMobileAppFooterButtons {
	display:block;
	width:315px;
	margin: 0 auto;
	position: relative;
	padding-top:3px;
}
#ORGMobileAppFooterButtonsDonate {
	width:120px;
	height:24px;
	background:url('/images/design/m_button_donate_now_2x.gif') no-repeat left top;
	background-size:120px 24px;
	display:block;
	float:left;
}
#ORGMobileAppFooterButtonsShare {
	width:70px;
	height:24px;
	background:url('/images/design/m_button_share_2x.gif') no-repeat left top;
	background-size:70px 24px;
	display:block;
	float:left;
	margin-left:2px;
}
#ORGMobileAppFooterButtonsFAC {
	width:117px;
	height:24px;
	background:url('/images/design/m_button_find_a_club_2x.gif') no-repeat left top;
	background-size:117px 24px;
	display:block;
	float:left;
	margin-left:2px;
}
#ORGMobileAppFooterButtonsDonate span,
#ORGMobileAppFooterButtonsShare span,
#ORGMobileAppFooterButtonsFAC span {
	display:none;
}
#ORGAppLegal {
	width:100%;
	border-left:none;
	height:14px;
	background:#999999;
	padding:0;
    /*position: fixed;
    bottom: 0;*/
    margin-top:4px;
    width: 100%;
}
#ORGAppLegal div {
	margin: 0 auto;
	width:315px;
}
#ORGAppLegal p {
	color:white;
	float:left;
	clear:none;
	padding:2px 1px 0px 2px;
	font-size:8px;
}
#ORGAppLegal p a:active, 
#ORGAppLegal p a:hover,
#ORGAppLegal p a:link,
#ORGAppLegal p a:visited{
	color:white;
}
#ORGAppLegalOfficial {
	display:none;
}

}/*leave this alone*/
/*@media all and (-webkit-min-device-pixel-ratio: 2) {#ORGAppLogoCards {
    background: url("/images/design/m_logocards_2x.png") no-repeat scroll left top transparent;
    background-size:121px 63px;
}
#ORGMobileAppFooterButtonsDonate {
	background:url('/images/design/m_button_donate_now_2x.gif') no-repeat left top;
	background-size:120px 24px;
}
#ORGMobileAppFooterButtonsShare {
	background:url('/images/design/m_button_share_2x.gif') no-repeat left top;
	background-size:70px 24px;
}
#ORGMobileAppFooterButtonsFAC {
	background:url('/images/design/m_button_find_a_club_2x.gif') no-repeat left top;
	background-size:117px 24px;
}

}*/