body {
	font-size: 75%;
	color: #383838;
	font: 1em Georgia, "lucida bright", "times new roman", serif;
}

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

h3 {
	font-size: 1.6em;
	margin-bottom: 0.75em;
	border-top: 1px solid #fb930b;
}

h6 {
	font-size: 1.2em;
	text-align: center;
	margin-bottom: 2em;
}

h6 span {
	font-size: 0.8em;
}

h4 {
	font-size: 1.2em;
	line-height: 1.25;
	color: #b5b380;
}


/* Text elements
-------------------------------------------------------------- */

p {
	margin: 0 0 1.5em;
	line-height: 1.6;
}
ul, ol      { margin:0 1.5em 1.5em 1.5em; line-height: 1.6; }
ul          { list-style-type: circle;}
ol          { list-style-type: decimal; }
li			{ margin-bottom: 0.5em; }

strong      { font-weight: bold; }
em   	    { font-style: italic; }




.meta p {
	font: 0.7em Arial, Helvetica, sans-serif;
	margin: 0 0 0.3em 0;
}

#crumb, #sidebar {
	font: 0.75em Arial, Helvetica, sans-serif;
	line-height: 1.6;
}

#crumb {
	color: #fff;
}


#footer p {
	font: 0.7em Arial, Helvetica, sans-serif;
	margin: 0 0 1em 20px;
	color: #666;
}

/*            L I N K S            */

h3 a, .edit a {
	text-decoration: none;
}

a:link {
	color: #b5b380;
}

a:visited {
	color: #b5b380;
}

a:active {
	color: #b5b380;
}

a:hover {
	color: #383838;
}

#crumb a:link {
	color: #fff;
}

#crumb a:visited {
	color: #fff;
}

#crumb a:active {
	color: #fff;
}

#crumb a:hover {
	color: #fff;
}

#admin a:link {
	color: #fff;
}

#admin a:visited {
	color: #fff;
}

#admin a:active {
	color: #fff;
}

#admin a:hover {
	color: #eee;
}

.edit a {
	font: bold 0.85em Arial, Helvetica, sans-serif;
	color: #fff;
}

.edit a:link {
	color: #fff;
}

.edit a:visited {
	color: #fff;
}

.edit a:active {
	color: #fff;
}

.edit a:hover {
	color: #000;
}