/* This stylesheet was designed and developed by Chris Converse, Codify Design Studio */

@charset "UTF-8";

/* Text Formatting */
/* Text Formatting */
/* Text Formatting */


body {
	font-family: Arial;
	font-size: 12px;
	margin: 0px;
	padding: 20px;
	color: #555;
	background-color: #444444;
}

.page {
	font-size: 1em;
}

h1 {
	font-size: 1.50em;
/*	font-weight: normal;*/
}

h2 {
	font-size: 1.35em;
}

h3 {
	font-size: 1.20em;
}

p {
	font-size: 1.10em;
}

li {
	margin: 0px 0px 10px 0px;
	font-size: 1.1em;
}

a img {
	border: none;
}

.red {
	color: #990000;
}

.blue {
	color: #000066;
}

.callout {
	border: 1px solid #000000;
	background-color: #DDDDDD;
	width: 75%;
	margin: 0 auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.callout2 {
	float: left;
	width: 180px;
	margin-top: 10px;
	margin-right: 10px;
}

.callout3 {
	border: 1px solid #000000;
	background-color: #DDDDDD;
	width: 90%;
	margin: 0 auto;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

.callout4 {
	float: left;
	width: 180px;
	margin-top: 10px;
	margin-right: 10px;
}


.jwplayer { /* this class can be used to float an element left in your page */
	float: left;
	border: 1px solid #000000;
	background-color: #DDDDDD;
	width: 180px;
	height: 30px;
}

.audioplayer { /* this class can be used to float an element left in your page */
	float: left;
	text-align: center;
	margin-right: 10px;
	margin-top: 16px;
}

.audioplayerr { /* floats RIGHT */
	float: right;
	text-align: center;
	margin-right: 0px;
	margin-top: 16px;
}

.button { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 0px;
	margin-top: 15px;
	display: block;
	width: 140px;
	text-align: center;
	margin-bottom: 0px;
	font-size: 120%;
}



/* Layout */
/* Layout */
/* Layout */


.page {
	position: relative;
	margin: 0px auto 0px auto;
	max-width: 980px;
}

.page header {
	display: block;
	position: relative;
	height: 175px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background: url(../images/dr_logo_10_lg.jpg) no-repeat 0px 0px;
}

.page header a.logo {
	position: absolute;
	top: 6px;
	left: 7px;
	display: block;
	width: 140px;
	height: 144px;
}

.page .page_content {
	background-color: #fff;
	padding: 1px 0px 1px 0px;
}

.page .page_content .page_content_container_left {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}

.page .page_content .content {
	margin: 15px 20px 20px 20px;
	padding: 0px;
}

.page nav {
	position: absolute;
	top: 110px;
	right: 17px;
	text-align: right;
}

.page nav a {
	border: 1px solid #fff;
	border-radius: 16px;
	color: #ffffff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 7px 20px 7px 20px;
	text-decoration: none;
	font-weight: bold;
	display: inline-block;
	margin: 0px 2px 4px 2px;
	background-color: rgba(37,55,106,0.8);
	font-size: 1.15em;
}

.page nav a:hover {
	background-color: rgba(153,153,153,0.5);
	color: #fff;
}

.page footer {
	display: block;
	text-align: center;
	border-top: 1px solid #ddd;
	padding: 15px 10px 15px 20px;
	font-size: .9em;
	color: #757575;
	background-color: #fff;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	box-shadow: 0px 5px 3px rgba(0,0,0,0.3);
	background: -moz-linear-gradient(top, #ffffff 60%, #cccccc 90%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, #ffffff), color-stop(90%, #cccccc));
}

.clear_both {
	clear: both;
	line-height: 1px;
}



/* Rules Sensitive to Screen Size */
/* Rules Sensitive to Screen Size */
/* Rules Sensitive to Screen Size */



/* Small Screen Rules */
/* Small Screen Rules */
/* Small Screen Rules */

@media screen and (min-width: 150px) and (max-width: 500px) {

body {
	padding: 10px;
}

.page {
	margin: 0px;
	padding: 0px;
	font-size: 1.0em
/*	font-size: 1.1em*/
}

.page header {
	height: 50px;
	background-image: url(../images/dr_logo_10_sm.jpg);
}

.page header a.logo {
	top: 2px;
	left: 2px;
	margin: 0px auto 0px auto;
	width: 456px;
	height: 41px;
}

.page .page_content .page_content_container_left {
	width: inherit;
	float: none;
	margin: 0px;
}

.page .page_content .content {
	margin: 10px 10px 20px 10px;
}

.page nav {
	position: inherit;
	padding: 15px 0px 1px 0px;
	text-align: left;
}

.page nav a {
	color: #fff;
	border: 1px solid #68230b;
	padding: 7px 10px 7px 10px;
	font-weight: bold;
	font-size: 1em;
	display: block;
	margin: 0px 10px 15px 10px;
	background: #68230b url(../images/mobile_link.png) no-repeat right 50%;
}

.page nav a:hover {
	color: #fff;
	background-color: rgb(153,153,153);
}

.page footer {
	font-size: .9em;
}
}



/* Medium Screen Rules */
/* Medium Screen Rules */
/* Medium Screen Rules */


@media screen and (min-width: 501px) and (max-width: 800px) {

body {
	padding: 10px;
}

.page {
	margin: 0px;
	padding: 0px;
	font-size: 1.0em
/*	font-size: 1.1em*/
}

.page header {
	height: 90px;
	background-image: url(../images/dr_logo_10_med.jpg);
	padding: 10px 50px 0px 75px;
}

.page header a.logo {
	top: 10px;
	left: 10px;
	width: 80px;
	height: 70px;
}

.page nav {
/*	top: 32px;*/
	top: 52px;
}

.page nav a {
	border-color: #fff;
	margin-left: 10px;
	padding: 5px 10px 5px 10px;
	font-size: .9em;
}
}



/* Large Screen Rules */
/* Large Screen Rules */
/* Large Screen Rules */


@media screen and (min-width: 801px) and (max-width: 10000px) {

body {
	padding: 20px;
}
}

.larger_still {
	font-size: 1.1em;
}
