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

	Licensed under GPL and MIT.
*/

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

body {
	font: 13px 'Lucida Grande', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted;
}

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

.hrsidebar {
	width: 180px;
	margin-left: 0px;
	border-color: #b0b0b0;
	margin-top: 15px;
	margin-bottom: 15px;
}

.hrsidebar2 {
	width: 180px;
	margin: 25px 30px 25px 28px;
	border-color: #b0b0b0;
	margin-top: 25px;
	margin-bottom: 25px;
}

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

h1 {
	font-family: Georgia;
	font-size: 25px;
}

h2 {
	font-family: Georgia;
	font-size: 23px;
	color: #434343;
}

h3 {
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
	color: #434343;
	text-align: center;
}

h4 {
	font-family: Georgia;
	font-weight: bold;
	font-size: 14px;
	color: #434343;
	margin-bottom: 3px;
}

h5 {
	font-size: 17px;
	color: #000;
}

h6 {
	font-size: 15px;
}

h2.widgettitle {
	font: 16px 'Lucida Grande', Arial, 'Liberation Sans', FreeSans, sans-serif;
	margin-bottom: 3px;
}

.textwidget a:hover{ text-decoration: underline;}
.textwidget a {text-decoration: none;}
.textwidget a:visited {color: #000000;}
/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {

}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
}