/* Arlington Chiropractic, Master CSS */
/* www.arlingtonchiropractice.com */
/* created by Rob Baker, rrbaker (at) gmail.com */


/*// Global Elements */

html, body {
	margin: 2em;
	background: #fff;
	}
html, body, p, ul, li, input, textarea {
	font: normal 12px/16px Arial, Verdana, sans-serif;
	color: #000;
	}
.printhide {
	display: none;
	}

/* regular links */
a, a:link, a:visited, a:hover, a:active {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
	}

a img, img {
	border: none;
	}
	
ul {
	list-style-type: none;
	padding: 0;
	}
ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}



/*// Masthead */

#masthead {
	}
#masthead a {
	color: #000;
	text-decoration: none;
	text-indent: 0;
	}
#masthead a span {
	display: block;
	font-size: 26px;
	font-weight: bold;
	}
#masthead p {
	display: block;
	margin: 0;
	}



/*// =Nav */

#nav { display: none; }




/*// =Content */

#content {
	margin: 0;
	}
#content h1 {
	margin: 0 0 20px 0;
	padding: 35px 0 10px 0;
	background: #b3d1ee;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000;
	height: 20px;
	}
body#massage #content h1 {
	background: #e6e664;
	}

#content-wrapper {
	margin: 0;
	}
#content-wrapper h2 {
	margin: 30px 0 10px 0;
	padding: 0;
	background: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000;
	}
#content img.right {
	float: right;
	margin: 0px 0px 15px 15px;
	}
#content img.left {
	float: left;
	margin: 0px 12px 12px 0;
	}
#content blockquote {
	margin: 15px;
	}
#content ul {
	margin: 0;
	}
#content ul li, #content dl dd {
	list-style-type: none;
	margin-left: 6px;
	padding: 3px 12px;
	background: url(../img/bullet.png) no-repeat 0 5px;
	}
#content dl dt {
	margin-top: 10px;
	font-weight: bold;
	}
#content blockquote {
	margin: 20px 0;
	padding: 10px 12px;
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: green;
	}
#content blockquote span {
	display: inline;
	float: left;
	margin-top: 25px;
	font-size: 80px;
	color: #CFFFD5;
	}



/*// =Footer */

#footer {
	clear: both;
	margin: 10px;
	padding-bottom: 11px;
	border-top: 1px solid #ddd;
	text-align: center;
	}
#footer p {
	margin: 0;
	padding-top: 10px;
	font-size: 11px;
	color: #666;
	}
#footer a.boldgray {
	font-weight: bold;
	color: #555;
	}
