/*
	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 {
	text-align: justify;
	margin-bottom: 18px;
	letter-spacing: .1em;
	color: #787878;
	font-size: 12px;
}

a, a:visited {
	color: #a7a7a7;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #787878;
}

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;
}

ol {
	list-style: decimal;
}

ul {
	list-style: none;
}

li {
	margin-left: 15px;
	padding-right: 15px;
	margin-bottom: 18px;
	list-style-type: none;
}

ul li {
	list-style-type: square;
	list-style-position: inside;
	color: #95d6d5;
}

ul li ul li {
	list-style: square;
}

.entry h2 {
	font: 1.8em/1.8em Georgia, "Times New Roman", Times, serif;
	color: #bf0041;
	padding-left: 5px;
	margin-bottom: 25px;
	vertical-align: middle;
}

.entry h3 {
	font: 1.6em/1.8em Georgia, "Times New Roman", Times, serif;
	color: #bf0041;
	padding-right: 5px;
	margin-bottom: 25px;
	vertical-align: middle;
	background: url(images/bottomdiv.gif) no-repeat 0 bottom;
}

.textright {
	text-align: right;
}

.textleft {
	text-align: left;
}

.textcenter {
	text-align: center;
}

.textjust {
	text-align: justify;
}

.cranberry {
	color: #bf0000;
}

.plum {
	color: #45427b;
}