/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 25px;
}

h2 {
	font-size: 23px;
}

h3 {
	font-size: 21px;
}

h4 {
	font-size: 19px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,dl,hr,h1,h2,h3,h4,h5,h6,
ol,ul,pre,table,address,fieldset {
	margin-bottom: 15px;
}


body, h1, h2, h3, h4, h5, h6 {
	font-family: trebuchet MS, sans-serif;
	font-size: 0.9em;
	padding: 0;
	margin-left:0;
}
p, td, li, dt, dd {
	font-family: trebuchet MS, sans-serif;
	font-size: 0.95em;
}

#text ul li {
	padding: 2px;
}
#text dl dt {
	padding: 2px;
	margin-left: 10px;
	margin-bottom: 4px;
	font-variant: normal;
	font-style: italic;
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

h3 {
	font-size:  120%;
	font-weight: bold;
	color:#82332f;
	line-height: 1.4;
}
#text h1 {
	font-size: 190%;
	margin-top: 1px;
}
#text h2 {
	font-size: 160%;
	margin-top: 10px;
}
a:link, a:visited {
	color: #82332f;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #7A8D87;
}

h4 {
	font-size: 110%;
	font-weight: bold;
	color:#000000;
	line-height: 1.4;
}
h6 { font-size:  90%; font-weight: bold; color:#000000 }
td {
	font-size: 0.9em;
	color:#000000;
	vertical-align: top;
}
#text strong, #sidebar strong {
	color: #416057;
	font-weight: bold;
}
#text p.bio {
	padding-top: -20px;
	padding-left: 200px;
	margin-top: -15px;
}
#text img {
	padding-right: 15px;
}
p {
	font-size:  93%;
	color:#111111;
}
