body, input, select, textarea {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 0.8em;
	color: #888;
}

p, dt, dd, li, cite {
	margin-bottom: 1.2em;
}

p, dt, dd, li, cite, em, strong, i, b, s, a {
	line-height: 1.7em;
}

h1, h2 {
	font-family: "trajan-pro-1", "trajan-pro-2", Garamond, "Times New Roman", Times, serif;
}

h1 {
	font-size: 2.5em;
	margin: 0 0 5px -10px;
}

h2 {
	font-weight: bold;
	color: #800000;
	font-size: 1.5em;
	margin: 3em 0 0 0;
}

#content > h2:first-child,
#sidebar > h2:first-child {
	margin-top: 0;
}

h2 a {
	color: #800000;
}

h3 {
	font-weight: bold;
	font-size: 1.2em;
	margin: 1em 0 0.5em 0;
}

a {
	color: #96AFC2;
}

a:hover {
	text-decoration: none;
}

strong, b {
	font-weight: bold;
}

em, i {
	font-style: italic;
}

blockquote {
	border-left: 2px solid #EEE;
	margin: 1em 20px 1em 0;
	padding: 0 0 0 20px;
	font-style: italic;
}

blockquote p {
	margin-bottom: 0.8em;
}

blockquote cite {
	font-size: 0.8em;
	display: block;
	color: #CCC;
	font-style: normal;
	font-weight: bold;
}

cite {
	font-style: italic;
}

ol {
	list-style-type: decimal;
}

ul {
	list-style-type: square;
}

ul, ol {
	display: block;
	list-style-position: outside;
	margin-left: 2.5em;
	margin-bottom: 1em;
}	

ul ul, ol ol {
	padding-bottom: 0;
	margin-top: 0.5em;
	margin-bottom: 0;
}

li {
	display: list-item;
	margin-bottom: 0.5em;
}

p {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-o-hyphens: auto;
	hyphens: auto;
}

img.icon {
	vertical-align: middle;
}


/**********************************************************
 * News Archive                                           *
 **********************************************************/

div.archive {
	float: left;
	width: 100%;
	margin: 0 0 1em 0;
	font-size: 0.9em;
}

div.archive h3 {
	clear: both;
	margin: 0;
	padding: 1.25em 0 0 0;
}

div.archive ul.months {
	margin: 0;
	padding: 0;
	width: 180px;
}

div.archive ul.months li {
	list-style-type: none;
	display: block;
	float: left;
	width: 25px;
	height: 1.2em;
	margin-right: 5px;
	margin-left: 0;
	color: Gray;
}

ul.news-headlines {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

ul.news-headlines li {
	margin-left: 0;
	padding-left: 0;
}

p.added, span.added {
	font-size: 0.9em;
	color: #CCC;
	font-style: italic;
}

div.boxout span.added {
	color: #AAA;
}

div.boxout ul.headlines li {
	margin-bottom: 0.3em;
}

div.news p.prev,
div.news p.next {
	float: left;
	width: 210px;
	text-align: center;
}

div.news p.prev {
	padding-right: 9px;
	border-right: 1px solid #CCC;
	margin-right: 10px;
}

div.news p.return {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 10px 0;
	margin: 10px 0;
	text-align: center;
	clear: both;
}

div.headline:nth-of-type(n+2) {
	float: left;
	width: 210px;
}

div.headline:nth-of-type(2n+2) {
	padding-right: 9px;
	border-right: 1px solid #CCC;
	margin-right: 10px;
	margin-bottom: 20px;
}

div.headline:nth-of-type(n+2) h2 {
	font-size: 1.1em;
	margin-top: 0;
}

div.headline:nth-of-type(n+2) h2 a {
	line-height: 1.4em;
}



/**********************************************************
 * Blog Gallery Thumbs                                    *
 **********************************************************/

ul.blog-gallery-thumbs {
	float: left;
	width: 450px;
	position: relative;
	list-style-type: none;
	margin: 0;
	padding: 0;
} 

div.blog-gallery-full-size {
	position: absolute;
	background-color: #333;
	z-index: 100;
	color: White;
}

div.blog-gallery-full-size a {
	color: #EEE;
}

div.blog-gallery-full-size p.caption {
	padding: 5px;
	margin-bottom: 0;
	font-weight: bold;
}

ul.blog-gallery-thumbs li {
	float: left;
	overflow: hidden;
	margin: 0 10px 10px 0;
	padding: 0;
	background-color: #333;
	text-align: center;
}

ul.blog-gallery-thumbs li span.caption {
	display: none;
}

ul.blog-gallery-thumbs.thumbs-3 li {
	width: 140px;
	height: 105px;
} 

ul.blog-gallery-thumbs.thumbs-3 img {
	max-width: 140px;
	max-height: 105px;
}