/* Print styles for mesana.org /*

/* =HTML5 Reset
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}
nav ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1pt dotted;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input, select {
	vertical-align: middle;
}


/* =Structure
-------------------------------------------------------------- */

body {
	background: #fff;
	font-size: 100%;
	line-height: 1.125em; /* 16×1.125=18 */
	color: #000;
	padding: 0.5in;
}
#page, #branding, #colophon {
	width: auto;
}
#page {
	margin-bottom: 20pt;
	position: relative;
}
#branding {
	background: transparent;
}
#branding .content {
	padding: 0 20pt;
}
#wrap {
	background: #fff;
	float: none;
}
#wrap .content {
	padding: 0;
}
#access {
	display: none;
}
#main {
	width: auto;
}
#main .content {
	padding: 10pt 20pt;
}
.content {
	padding: 10pt;
}
#colophon {
	background: #fff;
	width: auto;
	height: auto;
}
#colophon .content {
	padding: 10pt 20pt 0;
}
.clearfloat {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* Text meant only for screen readers */
.screen-reader-text,
.section-heading {
	display: none;
}


/* =Fonts
-------------------------------------------------------------- */

body, .send input, .send {
	font-family: Georgia, Georgia, "Times New Roman", Times, serif;
}
h1, h2, h3, h4, h5, h6, input, textarea, .addthis_default_style p.share {
	font-family: "Trebuchet MS", Arial, "Lucida Grande", Lucida, Helvetica, Verdana, sans-serif;
}


/* =Header
-------------------------------------------------------------- */

#site-title {
	text-indent: 0;
	line-height: 1.2em;
	font-size: 30pt;
	text-align: center;
	margin: 0;
	padding: 10pt 0;
	border-top: 2pt solid #aaa;
	border-bottom: 2pt dashed #aaa;
}
#site-title a {
	background: #fff;
	height: auto;
	width: auto;
	color: #000;
	display: inline;
}
#mymesa-login {
	display: none;
}


/* =Content
-------------------------------------------------------------- */

/* General Formatting */
h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: normal;
	margin: 0.8em 0 0.4em 0;
	line-height: 1.2em;
}
h1 {
	font-size: 1.6em;
	font-weight: normal;
}
h2 {
	font-size: 1.4em;
	border-bottom: 1pt solid #333;
}
h3 {
	font-size: 1.3em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1.0em;
}
p {
	font-size: 0.875em;
	line-height: 1.8em;
	margin: 0.8em 0 0.4em 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
small {
	font-size: 0.9em;
}
code {
	font: 1.1em Consolas, 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1pt dashed #999;
}
blockquote p {
	margin: 1.6em 20pt 0.8em;
	line-height: 1.6em;
}
blockquote p.withattrib {
	margin-bottom: 0;
}
hr {
	display: none;
}
a img {
	border: none;
}
#breadcrumbs {
	display: none;
}

/* Custom classes */
.right-text {
	text-align: right;
}
.center-text {
	text-align: center;
}
.left-text {
	text-align: left;
}
.byline {
	font-size: 0.8em;
	text-align: right;
	color: #666;
	font-style: italic;
}
.quote {
	color: #777;
	font-size: 1em;
	margin: 1em 30pt 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.quoted {
	text-align: right;
	margin: 0 30pt 1em;
}
.no-margin-top {
	margin-top: 0;
}
.hidden {
	display: none;
}
.clear {
	clear: both;
}
.clear-left {
	clear: left;
}
.clear-right {
	clear: right;
}
#main .highlight {
	background-color: #333599;
	color: #fff;
}
.deleted {
	text-decoration: line-through;	
}

/* Main Lists */
#main ul, #main ol {
	margin: 0.8em 0 0.4em 0;
	padding: 0;
}
#main ul li, #main ol li {
	margin: 0.6em 0 0 0;
	font-size: 0.9em;
	line-height: 1.2em;
}
#main ol li {
	margin-left: 25pt;	
}
#main ul li {
	margin-left: 10pt;	
}
#main ul li {
	list-style: disc;
	background: none;
	padding-left: 0;
}
#main ul li li {
	list-style: square;
}
#main li li, #main li li li, #main li li li li, #main li li li li li, #main li li li li li li {
	font-size: 1em;
	line-height: 1.5em;
}

/* Main Links */
a {
	text-decoration: none;
	color: #000;
}


/* =Footer
-------------------------------------------------------------- */
#colophon a {
	color: #333;
}

#colophon p {
	color: #444;
}		
#colophon #copyright {
	text-align: center;
	margin-top: 20pt;
}
#colophon p {
	font-size: 0.8em;
	line-height: 1.1em;
	margin: 0.8em 0 0.4em;
}


/* =Images
-------------------------------------------------------------- */

p img {
	margin-bottom: 0.5em; 
}
img.center-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.right-image, div.right-image {
	margin: 0 0 10pt 15pt;
	display: inline;
}
img.left-image, div.left-image {
	margin: 0 15pt 10pt 0;
	display: inline;
}
.right-image {
	float: right;
	border: none;
}
.left-image {
	float: left;
	border: none;
}
img.center-image, img.right-image, img.left-image, img.no-float {
	-moz-border-radius: 4pt; 
	-khtml-border-radius: 4pt; 
	-webkit-border-radius: 4pt; 
	border-radius: 4pt; 
	-moz-box-shadow: 3pt 3pt 8pt #aaa; 
	-webkit-box-shadow: 3pt 3pt 8pt #aaa; 
	box-shadow: 3pt 3pt 8pt #aaa; 
}
img.no-shadow {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

/* Captions */
.center-image, div.center-image {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15pt;
}
.caption {
	border: 1pt solid #ddd;
	text-align: center;
	background-color: #fff;
	padding: 5pt 5pt 2pt;
	margin: 10pt;
	-moz-border-radius: 4pt; 
	-khtml-border-radius: 4pt; 
	-webkit-border-radius: 4pt; 
	border-radius: 4pt; 
	-moz-box-shadow: 3pt 3pt 8pt #aaa; 
	-webkit-box-shadow: 3pt 3pt 8pt #aaa; 
	box-shadow: 3pt 3pt 8pt #aaa; 
}
.caption img {
	margin: 0;
	padding: 0;
	border: 1pt solid #fff;
}
.caption p.caption-text {
	font-size: 11pt;
	line-height: 14pt;
	padding: 2pt 4pt 5pt;
	margin: 0;
	text-align: center;
	color: #000;
}


/* =Forms
-------------------------------------------------------------- */

input, textarea {
	display: none;
}


/* =Extras
-------------------------------------------------------------- */

/* Site Credit */
#credit  {
	display: none;
}

/* Noscript warning */
#js-warning {
	display: none;
}

/* Columns */
.column-half {
	float: left;
	width: 45%;
	margin-right: 3%;
}
.column-third {
	float: left;
	width: 25%;
	margin-right: 3%;
}

/* Boxes */
#jump, #toc, #toc-wide {
	display: none;
}

/* Tables */
table {
	width: auto;
	border: none;	
}
table td, table th {
	font-size: 0.8em;
	vertical-align: top;
	line-height: 1.3em;
	text-align: left;
	padding: 10pt;
	border: 1pt #aaa solid;
	border-color: #aaa #ddd #ddd #aaa;
}
table td p, table th p {
	font-size: 1em;
	line-height: 1.3em;
	margin: 0;	
}
table th {
	font-weight: bold;
	vertical-align: middle;
	color: #fff;
	background: #999;
	padding: 2pt 10pt;
	font-size: 0.95em;
}
table {
	width: 100%;
}
.centered-table th, .centered-table td, .no-borders th, .no-borders td {
	border: none;
}
.centered-table th, .centered-table td {
	text-align: center;
}

/* CSS3 Buttons */
a.fancy {
	display: none;
}

/* Arrow back to start of page */
#back-top {
	display: none;
}