/* @override http://www.matthewhenry.org/_css/low.css */

body{
   font-size: 62.5%;
   font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif;
   line-height: 1;
	padding: 20px;
}

#skip{
	display: none;
}

a{
	color: #715f0a;
}

#container{
	width: 650px;
}

a:hover{
	text-decoration: none;
}

#utility{
	padding-bottom: 10px;
	padding-top: 5px;
	border-bottom: 1px solid #bcbcbc;
	position: relative;
	height: 15px;
}

#utility ul{
	list-style-type: none;
	list-style-image: none;
	margin-left: 0;
	overflow: visible;
}

#utility #sitestyle{
	width: 60px;
	float: left;
}

#selected{
	float: left;
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: bold;
	color: #979797;
}

#selected li{
	float: left;
	margin-right: 10px;
}

#localize{
	clear: both;
	margin-left: 0;
	padding: 0;
	display: block;
	margin-top: 8px;
	margin-bottom: 0;
	position: absolute;
	right: 25px;
	top: 6px;
}
#localize li{
	margin-bottom: 5px;
	float: left;
	margin-right: 15px;
	position: relative;
}

#localize li a{
	color: #795f1b;
	text-decoration: none;
	padding: 5px;
	background-color: #f6f6f6;
}

#localize li div{
	padding-top: 5px;
	position: absolute;
	left: 0;
	width: 100px;
	background-color: #f8f8f8;
	display: block;
	z-index: 2;
	padding: 10px;
	border: 1px solid #e9e9e9;
	top: 17px;
	border-top: 1px solid #fffeff;
}

#localize li div a{
	text-decoration: none;
	margin-right: 0px;
	cursor: pointer;
	clear: both;
	display: block;
	margin-bottom: 5px;
	padding: 0;
}

#localize li div a:hover{
	font-weight: bold;
}

 #header ol li:after, #breadcrumbs li:after{
	content: " | ";
}

#localize li div a.live{
	font-weight: bold;
}

#localize li div a.disabled{
	color: #8b8b8b;
}

h1{
	font: bold 2.5em Georgia, "Times New Roman", Times, serif;
}

h1 a{
	text-decoration: none;
	color: #000;
}

#header ol, #header ul{
	list-style-type: none;
	margin: 0 0 5px;
	padding: 0;
	overflow: hidden;
}

#header ol li, #header ul li{
	float: left;
	margin-right: 5px;
	font-size: 1.6em;
	margin-bottom: 5px;
}

#header #nav_resources li, #header #nav_more li{
	font-size: 1.3em;
}

#header ol li span{
	margin-right: 5px;
	display: none;
}

#header ol li a{
	color: #494949;
}

#header ol li.current a{
	font-weight: bold;
}

#breadcrumbs{
	padding: 5px 10px;
	overflow: hidden;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 0;
	background-color: #f2f2f2;
}

#breadcrumbs li{
	float: left;
	margin-right: 5px;
	list-style-type: none;
	font-size: 1.3em;
}

#breadcrumbs li a{
	color: #405440;
	font-weight: bold;
	text-decoration: none;
}

#breadcrumbs li a:hover{
	text-decoration: underline;
}

#breadcrumbs li.chapter a em{
	font-size: .9em;
}

#content p{
	font-size: 1.6em;
	line-height: 1.7em;
}

#content p.point-label{
	float: left;
	color: #405440;
	margin: 0 10px 0 0;
	font: 4.5em/1em Georgia, "Times New Roman", Times, serif;
}
#content p.sub-point-label{
	height: 35px;
	float: left;
	margin: 0 10px 0 0;
	padding-bottom: 10px;
	width: 50px;
	font: 3em Georgia, "Times New Roman", Times, serif;
	color: #405440;
}

#content blockquote{
	border-top: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	margin-right: 35px;
	margin-left: 0;
	padding: 5px 20px 5px 50px;
}

#content blockquote:last-child{
	border-bottom-style: none;
}

#media{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 2px solid #e5e5e5;
	overflow: hidden;
	padding-bottom: 5px;
	padding-top: 5px;
}

#media a{
	margin-right: 10px;
	font-size: 1.5em;
	text-decoration: none;
	padding: 5px;
	background-color: #e5e5e5;
}

p#pagination a{
	margin-right: 5px;
}

p#pagination a#next, a#previous{
	font-size: .9em;
	text-transform: uppercase;
}

p#pagination a#off{
	color: #989898;
	text-decoration: none;
}

#footer{
	font-size: 1.3em;
	color: #4c4c4c;
}
#footer a{
	margin-right: 10px;
}
