@charset "UTF-8";
/* CSS reset */
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,
article, aside, canvas, details, embed,
figure, figcaption, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
	line-height: 1;
	background: #FFFFFF;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
	border-collapse: collapse;
    border-spacing: 0;
}

.antispam { display:none;}


/* Page Layout */
#background_wrap {
    z-index: -1;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
    background-image: url('../images/photos/home-background.jpg');
    background-attachment: fixed;
}
#page-wrapper {
	margin: 25px auto;
	max-width: 900px;
	background: #FFFFFF;
	opacity: .9;
	filter: alpha(opacity=95); /* For IE8 and earlier */
}
header {
	background:#FFF;
}
#logo-box {
	float: left;
	width: 15%;
	margin-left: 2%;
	margin-top: 10px;
	margin-bottom: 15px;
}
#logo-text-box {
	float: left;
	width: 63%;
	margin-left: 2%;
	margin-top: 50px;
}
#header-links {
	float: right;
	width: 8%;
	margin-top: 40px;
	margin-right: 2%;
}
nav {
	background: #673190;
	clear: both;
}
#main-content {
	margin: 2%;
	clear: both;
}
.section-main-photo-container {
	float: right;
	width: 20%;
	padding: 0px;
	margin-bottom: 1%;
	margin-left: 1%;
	margin-right: 1%;
}

footer {
	clear: both;
	padding: 1% 10px;
	border-top: 1px dotted #673190;
}
.footer-links {
	float: left;
	width: 25%;
	margin-left: 6%;
}
#social-media {
	width: 12%;
	float: left;
}
.footer-links-textbox {
	float: left;
	margin-left: 3%;
	margin-top: 3%;
}
.page-header-photo { margin-bottom:5px; }
.page-header-photo img { max-width:100%; }
 
/* Text */
h1,h2,h3,h4,h5 {
	font-family: "oxtail";
	font-style: normal;
	font-weight: 700;
}
h1 {
	font-size: 36px;
	color: #673190;
	margin-bottom: 5px;
}
h2 {
	font-size: 32px;
	color: #673190;
	margin-bottom: 10px;
}
h3 {
	font-size: 21px;
	color: #000000;
	margin-bottom: 3px;
}
h4 {
	font-size: 16px;
	color: #673190;
	margin-bottom: 2px;
	margin-top: 5px;
}
h5 {
	color: #673190;
	margin-bottom: 8px;
	font-size: 17px;
	padding-top: 8px;
}
#main-content p {
	font-family: "oxtail"!important;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 18px;
	color: #2f292b;
	padding-right: 5px;
	padding-left: 5px;
}
#main-content p strong { font-weight:700; }
#main-content p em { font-style:italic; }
.logo-title {
	font-family: "oxtail";
	font-style: normal;
	font-weight: 400;
	font-size: 52px;
	color: #2f292b;
	line-height: 55px;
	}
.logo-tagline {
	font-size: 20px;
	font-family: cronos-pro-subhead;
	color: #2f292b;
	font-style: normal;
	line-height: 22px;
}	
footer .copyright {
	font-size: 13px;
	font-family: "oxtail";
	line-height: 20px;
	text-align: center;
}
.home-division-box {
	padding: 0px;
	float: left;
	width: 32%;
	margin-left: 9px;
	margin-top: 15px;
	background: #EBEBEB;
	position: relative;
	border-radius: 10px;
}
.massage-services-box {
	padding: 0px;
	float: left;
	width: 32%;
	margin-left: 12%;
	margin-top: 15px;
	background: #EBEBEB;
	position: relative;
	border-radius: 10px;
}
.testimonial-box {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	background: url(../images/icons/quote.png) no-repeat left top;
	margin-bottom: 2%;
	padding-bottom: 5px;
	border-bottom: 1px dotted #a57ab6;
}
.testimonial-box-text { margin-left:25px; }
/* Links */
footer a { color: #000000;  }
footer a:hover, #main-content a:hover { text-decoration: none; }
footer a:visited { color: #000000; }

#main-content a {
	color: #2f292b;
}
#main-content a:hover { text-decoration: none; }
#main-content a:visited {
	color: #2f292b;
}

h5 a {
	color: #673190;
}
h5 a:hover {
	text-decoration: none;
}
h5 a:visited {
	color: #673190;
}


.download-pdf {
	background: url(../images/icons/pdf-icon24x24.png) no-repeat left top;
	text-align: left;
	text-indent: 28px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	width: 45%;
	display: block;
	overflow: hidden;
	height: 24px;
}

/* Graphics */
.cat-icon {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2%;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.social-icon {
	float: left;
	width: 18%;
	text-align: center;
	margin-right: 8px;
}
.button-link {
	background-color: #673190;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 26px;
	text-decoration: none;
	padding-bottom: 1px;
	border-radius: 5px;
	position: absolute;
	bottom: 0px;
	left: 6px;
}

#social-media img, .social-icon img, #logo-box img, #header-links img, #main-content img, .past-event-box img, .headshot img, #event-list img, .cat-icon img, .footer-links img, .section-main-photo-container img { max-width:100%; }

.dottedline {
	padding: 0px;
	clear: right;
	border-top: 1px dotted #678103;
	margin: 10px 0px 0px;
}

.no-border { border:none; }


/* Media Queries */
@media screen and (max-width: 800px) { /* ipad in vert view */
#page-wrapper { 
	-webkit-box-shadow: none;
	box-shadow: none;
	margin-top:0;
	margin-bottom:0;
}
#page-wrapper, footer, header { border-radius:0; }

.logo-title { font-size:42px; line-height: 40px; }
.logo-tagline { font-size:18px; }

#logo-text-box {
	margin-top: 45px;
}

h5 { font-size: 14px; }


}


@media screen and (max-width: 480px) { /* iphone vert view */
body { background:none; }
#header-links{ display:none; }
#background_wrap {
	background: none;
}
#page-wrapper { margin:0px; max-width:100%; box-shadow:none; }
nav { margin-bottom:8px !important; }
#page-wrapper, header, footer { border-radius:0; background:#FFF; }
#main-content { margin:0px; padding-left:5px; padding-right:5px; }
.home-division-box, .headshot, #donate-box, .upcoming-events, #logo-text-box, .massage-services-box, .testimonial-box {
	float: left;
	clear: left;
	margin: 0 0 10px;
	padding: 0px 5px;
	width: 100%;
	border-style: none;
	box-shadow:none;
}
.footer-links {
	clear: left;
	width: 100%;
	margin-right: auto;
	text-align: center !important;
	margin-left: auto;
}
#logo-text-box { margin-top:0px; }
.logo-title, .logo-tagline { text-align:center; }
.social-icon img { max-width:55%; }
.home-division-box { margin-top:15px; margin-left:0px; padding-left:0px; }
.home-division-box img { max-width:100%; }
#social-media { width:10%; }
.past-event-box {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	margin-left: 0px;
}
#logo-box {
	clear: left;
	float:none;
	width: 35%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom:0px;
}


.examplebox { padding:5px; }
footer .copyright {
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
h1 { font-size:26px; }
h3 { font-size:18px; }
.download-pdf { float:none; width:100%; }


}
