/* Background Graphics --------------------------------------------- */

#header {
	background-image: url(back_header.gif);
	background-repeat: repeat-x;
}

#header .style_content {
	background-image: url(back_seal.gif);
	background-repeat: no-repeat;
}

#footer {
	background-image: url(back_footer.gif);
	background-repeat: repeat-x;
}

/* Color ----------------------------------------------------------- */

/*

Beige 1	#d0caa9
Beige 2	#dbd5b7
Beige 3	#f9f8f2
Black	#000000
Grey	#C47B00
Header	#5b4777
Anchor	#84A037

*/

#div {
	border: 1px solid #FF0000;
}

a, a:link {
	color:  #84A037;
}

a:hover, a:active {
	color: #000000;
}

#header a, #header a:link {
	color: #000000;
}

#header a:active, #header a:hover {
	color: #0030CE;
}

h1 a, h1 a:link, h2 a,  h2 a:link,h3 a, h3 a:link, h4 a, h4 a:link, h5 a, h5 a:link, h6 a, h6 a:link {
	color: #5b4777;
}

/* Typography ------------------------------------------------------ */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 180%;
	color: #382e1f;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: 0.03em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: -0.03em;
	font-size: 12pt;
}

#label_search, #label_email_address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: lighter;
	letter-spacing: -0.03em;
	font-size: 28pt;
	font-style: italic;
}

#tagline {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-size: 8pt;
}

.post .author {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

.post .author a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	text-decoration: none;
}

.post .author .metalinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
}

.post .author .metalinks a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	text-transform: none;
	letter-spacing: normal;
	font-weight: normal;
	text-decoration: underline;
}


.comment .comment_number {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}


/* Layout ----------------------------------------------------------- */

.post {
	border-bottom: 1px dashed #dbd5b7;
	margin-bottom: 20px;
}

#widgets_home_a, #widgets_home_b, #widgets_page {
	width: 125px;
	padding-left: 20px;
}

#widgets_home_b, #widgets_page {
	border-left: 1px solid #d9d9d9;
}

.prominent {
	background-color: #D9D9D9;
}

.prominent .inner {
	padding: 15px 15px 0px;
	margin: 5px;
	border: 1px solid #0E020E;
}

.comment .metadata {
	background-color: #D9D9D9;
	border: 1px solid #0E020E;
}


/* Forms ----------------------------------------------------------- */

.input {
	background-color: #FFFFFF;
	background-image: url(../../assets/images/back_input.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #A87F7A;
	margin: 0px;
	padding: 2px 1px;
	line-height: inherit;
	font-size: inherit;
	display: inline;
}
