/* Background Graphics --------------------------------------------- */

#header {
	background-image: url(back_header.gif);
	background-repeat: repeat-x;
}

#header .style_content {
	background-image: url(woza_header.gif); /* prev - url(back_seal.gif); */
	background-repeat: no-repeat;
}

#footer {
	background-image: url(back_footer.gif);
	background-repeat: repeat-x;
}

/* Color ----------------------------------------------------------- */

/*

Grey 1	        #BBBBBB
Grey 2	        #C9C9C9
Grey 3	        #F1F1F1
Black	        #000000
Grey - orig	    #d9d9d9
Red				#FF0000
Header - purple	#5b4777
Anchor - gold	#cc9900

*/

#div {
	border: 1px solid #FF0000; /* red */
}

a, a:link {
	color: #cc9900;
}

a:hover, a:active {
	color: #000000;
}

#header a, #header a:link {
	color: #000000;
}

#header a:active, #header a:hover {
	color: #cc9900; /* gold */
}

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; /* purple */
}

#loop_prev {
	color: #5b4777;
	font-weight: bold;
	margin: 0px 0px 25px;
}

#loop_articles h3 {
	color: #5b4777;
	font-weight: bold;
}

#loop_articles_wide h3 {
	color: #5b4777;
	font-weight: bold;
}	

/* Typography ------------------------------------------------------ */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	line-height: 180%;
	color: #382e1f; /* off black */
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	letter-spacing: 0.03em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#menu {
	font-family: Arial, Helvetica, sans-serif; /* prev - Georgia, "Times New Roman", Times, serif; */
	text-transform: uppercase;
	letter-spacing: 0.03em; /*prev - -0.03em; */
	font-size: 10pt; /* prev - 12pt; */
}

#label_search, #label_email_address {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}

#title {
	font-family: Arial, Helvetica, sans-serif; /* prev - Georgia, "Times New Roman", Times, serif; */
	font-weight: lighter;
	letter-spacing: -0.03em;
	font-size: 18pt; /* prev - 28pt; */
	font-style: bold; /* prev - 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;
}

.footer_color {
	color: #F1F1F1;
}

/* New */
hr {
	margin-bottom: 20px;
}	 	


/* Layout ----------------------------------------------------------- */

.post {
	border-bottom: 1px dashed #C9C9C9; /* Grey 2 */
	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: #F1F1F1;
}	

.prominent .inner {
	padding: 15px 15px 0px;
	margin: 5px;
	border: 1px solid #BBBBBB; /* Grey 1 */
}

.comment .metadata {
	background-color: #F1F1F1; /* Grey 3 */
	border: 1px solid #BBBBBB; /* Grey 1 */
}


/* Forms ----------------------------------------------------------- */

.input {
	background-color: #FFFFFF;
	background-image: url(../../assets/images/back_input.gif);
	background-repeat: repeat-x;
	background-position: top;
	border: 1px solid #a79d8f;
	margin: 0px;
	padding: 2px 1px;
	line-height: inherit;
	font-size: inherit;
	display: inline;
}
