html, button, input, select, textarea,
.pure-g [class *= "pure-u"] {
    /* Set your content font stack here: */
    font-family: Verdana, san-serif;
	font-size: 13px;
	color: #333333;
}

body {
	margin: 15px;
	background-image: url('http://ginnynilsenhealing.com/images/bluestick4.jpg');
}

#layout {
	margin: 0 auto;
	max-width: 720px;
}

header {
	margin-bottom: 5px;
}

header h1, header h4 {
	color: white;	
	text-align: center;
}

.wrap {
	padding: 20px;
}

#content {
    background-attachment: fixed;
    background-image: url("http://ginnynilsenhealing.com/images/beachbkgrndNOPRINTS.jpg");
    background-position: center top;
}

.home #content {
	background-image: url('http://ginnynilsenhealing.com/images/beachbkgrndINDEX.jpg');
	background-attachment: initial;
}

.quote {
	text-align: center; 
	font-face: Comic Sans MS, cursive, sans-serif;
	display: block;
	padding: 15px;
	margin-top: 440px;
}

footer {
	background: #728775;
	font-weight: bold; 
	font-size: 13px; 
	color: #D3D3D3;
	margin: -13px 0 0;
}

footer p {
	text-align: center;
	padding: 5px;
	letter-spacing: 2px;
}

.footerTwitter {
	margin-top: -10px;
	margin-bottom: -5px;
}

.footerPaypal {
	padding-bottom: 15px;
}

.testimonial-title {
	color: #244375;
}

.contact-info {
	color: #244375;
	font-size: 17px;
	font-weight: bold;
}

/* for youtube video on interfaith.php page (linked to from last link on the Articles page) */

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/* Menu */

.pure-menu-link, .pure-menu-disabled, .pure-menu-heading {
    padding: 0.35em 0;
}

.pure-menu {
	font-weight: bold;
}
.pure-menu-link, .pure-menu-heading {
    white-space: inherit;
}
.pure-menu-link, .pure-menu-disabled, .pure-menu-heading {
    padding: 0.5em 0;
}
.pure-menu-active>.pure-menu-link, .pure-menu-link:hover, .pure-menu-link:focus {
  background-color: inherit;
}

.nav-hide:focus ~ .pure-menu {
  display: none;
}
.nav-show:focus ~ .pure-menu {
  display: inline;
}


/* Generic */

.center {
	text-align: center;
}

/* Show / Hide */

@media (max-width: 568px) {
	.mobile-show {
		display: block;
	}
	.mobile-hide {
		display: none;
	}
}

@media (min-width: 569px) {
	.mobile-show {
		display: none;
	}
	.mobile-hide {
		display: inline-block;
	}
}
	
/* Old Styles */

a:link { text-decoration: none; color: #244375; }
a:visited { text-decoration: none; color: #244375; }
a:hover { text-decoration: none; color: #335EA4; }
a:active { text-decoration: none; color: #244375; }

h1 {
	color: #244375;
	font: bold 12pt/12pt Verdana;
	text-align: center;
}

.nav {
	margin: 0;
	padding: 0;
	border: 0;
	border-collapse: collapse;
	text-align: left;
	font: bold 10pt/10pt Verdana;
}
.nav td { padding: 0px 0px 5px 0px; }
.nav hr {
	margin: 0;
	padding: 0;
	height: 1px;
	border-width:0;
	color: grey;
	background-color: grey;
}

table.main {
	width: 720px;
	background: #ffffff url('http://ginnynilsenhealing.com/images/beachbkgrndINDEX.jpg') no-repeat top center;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}
.content {
	padding: 30px;
	font-size: 10pt;
	text-align: left;
}
table.main2 {
	width: 720px;
	background: #ffffff url('http://ginnynilsenhealing.com/images/beachbkgrndNOPRINTS.jpg') no-repeat top center;
	padding: 0;
	border: 0;
	border-collapse: collapse;
}