/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 12px/1.5 Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color: #444;
}

p {
	margin-bottom: 18px;
	letter-spacing: .1em;
	color: #f0f0f0;
	font-size: 14px;
}

span.initial {
	color:#666666;
	font-size: 38px;
	font-family: Georgia, Times New Roman, Serif;
	line-height: 38px;
	float: left;
	padding-right: 3px;
}

/*p:first-letter {
	color:#666666;
	font-size: 36px;
	line-height: 18px;
	float: left;
	padding-right: 3px;
}*/

a, a:visited {
	color: #a7a7a7;
	text-decoration: none;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

#footer a, #footer a:visited {
	color: #a7a7a7;
	text-decoration: none;
	border-bottom-style: none;
}

#footer a:hover {
	text-decoration: none;
	color: #787878;
	border-bottom-style: none;
}

a:hover {
	text-decoration: none;
	color: #787878;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

a:focus {
	outline: 1px dotted invert;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 26px;
	margin-bottom: 18px;
	text-transform: capitalize;
}

h2 {
	font-size: 22px;
	margin-bottom: 18px;
}

h3 {
	font-size: 18px;
	margin-bottom: 12px;
}

h4 {
	font-size: 14px;
	margin-bottom: 10px;
	color: #eaeaea;
}

h5 {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 6px;
	color: #eaeaea;
}

h6 {
	font-size: 8px;
	margin-bottom: -4px;
	text-transform: lowercase;
}

.datehdr {
	letter-spacing: normal;
	line-height: 1.2;
	margin-bottom: 0;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	margin-left: 15px;
	padding-right: 15px;
	margin-bottom: 12px;
	list-style-type: none;
}

ul li {
	list-style-type: square;
	list-style-position: inside;
	color: #95d6d5;
	font-size: 14px;
}

ul li ul li {
	list-style: square;
}

.entry h2 {
	text-align: left;
	font: 1.6em/1.8em Verdana, Arial, sans-serif;
	color: #e0a730;
	background: url(images/hdrgradl.jpg) repeat-y left top;
	padding-left: 5px;
	margin-bottom: 25px;
	vertical-align: middle;
}

.entry h3 {
	text-align: right;
	font: 1.4em/1.8em Verdana, Arial, sans-serif;
	color: #e0a730;
	background: url(images/hdrgradr.jpg) repeat-y right top;
	padding-right: 5px;
	margin-bottom: 25px;
	vertical-align: middle;
}

#footer h3 {
	color: #eaeaea;
}

#footer p {
	color: #bebebe;
}

.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}

.textcenter {
	text-align: center;
}

.textjust {
	text-align: justify;
}

.address {
	font: 12px/normal Trebuchet MS, Verdana, Helvetica, Arial, sans-serif;
	color: #444;
	letter-spacing: .4px;
	margin-bottom: 0;
	padding-bottom: 0;
}

.cranberry {
	color: #bf0000;
}

.plum {
	color: #45427b;
}

.silver {
	color: #d4d4d4;
}

.bold {
	font-weight: bold;
}

.underline {
	text-decoration: underline;
}