/* @override http://shakingthembones/css/text.css */

body {
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif}
a:focus {
	outline:1px dotted invert;
}

a {
	color: #ffffff;
	text-decoration: none;
}

a:hover {
	
	color: #111;
	text-decoration: underline;
}
hr {
	border:0 #fff solid;
	border-top-width:1px;
	clear:both;
	height:0
}

h1 {
	
	font-size: 12px;
	line-height: 18px;
	color: #ffffff;
	font-weight: bold;
	
	margin-bottom: 6px;
	text-align: right;
}


h2 {
	margin-top: 0;
	color: #ffffff;
	font-size: 12px;
	line-height: 18px;
}

h3 {
	color: #ffffff;
	font-size: 12px;
	line-height: 20px;
	
}
  {
	margin-top: 0px;
	color: #111;
	font-size: 11px;
	
}


.date-first{
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 0px;
	
}

.date{
	font-style: italic;
	margin-bottom: 0px;
	margin-top: 8px;
	
}
.blue {
	color: #fff;
	font-size: 40px;
}

h3, h4 {
	font-weight: bold;
	margin-bottom: 6px;
}
h4.dot{
	border-bottom: 1px dotted #fff;
}

.dots, .dots a{
	font-size: 11px;
	line-height: 15px;
	color: #fff;
	margin-top: 7px;
}

.dots a:hover{
	background-color: #fae31c;
	color: #111;
}
h5 {
	font-size: 10px;
		color: #ffffff;
	background-color: black;
	width: 700px;
	padding-left: 0;
	padding-bottom: 0;
	margin-top: 24px;
	margin-bottom: 0;
	float: left;
	height: 20px;
	padding-top: 15px;
}
h6 {
	width: 200px;
	margin-top: 0;
		color: #ffffff;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 30px;
	text-align: right;
	padding-bottom: 0;

	float: left;
}

p{ font-size: 11px;
	line-height: 16px;
	margin-bottom: 6px;
}
ol {
	list-style:decimal
}
ul {
	list-style:square
}
li {
	margin-left:30px
}
p, dl, hr, h5, h6, ol, ul, pre, table, address, fieldset {
	margin-bottom:6px;
}

dl{
	padding: 0 30px 4px 0;
	line-height: 1.4em;
	margin: 0;
}

.news {
	border-bottom: 1px dotted #fff;
}

dt {
		color: #ffffff;
	background: none;
	float: left;
	font-size: 11px;
	}
	
dd {
	padding-left: 60px;
	font-size: 11px;
	}

.rightbox dl{
	padding: 0 30px 12px 0;
	line-height: 1.4em;
	margin: 0 0 6px;
}

.rightbox dt {
		color: #ffffff;
	background: none;
	float: left;
	display: inline;
	font-weight: bold;
}
	
.rightbox dd {
	padding-left: 80px;
	
	}



