/* styleshee based on simple warm, adapted by niko */

a {
	color: black;
	text-decoration: none;
	border-bottom: 1px solid #333333;
}
a:visited {
	color: #777777;
	text-decoration: none;
	border-bottom: 1px solid #777777;
}
a:hover {
	text-decoration: none;
	color: #990000;
	border-bottom: 1px solid #990000;
}
body {
        margin: 0;
        padding: 0;
	background-color: #d9d9c9;
	font-size: 62.5%;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, Arial, sans-serif;
}
p {
	font-size: 1.2em;
	line-height: 140%;
	text-align: left;
}
li {
	font-size: 1.1em;
	line-height: 140%;
	text-align: left;
}
blockquote {
	font-family: Georgia, "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-size: 1.2em;
	margin: 0px 10px 1em 20px;
	padding: 3px 3px 3px 6px;
	border-left: 3px solid #e9e9d9;
	background-color: #fefef9;
	color: #555;
}
cite {
	font-family: Georgia, "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-size: 1.2em;
        font-style: normal;
	background-color: #fefef9;
	color: #996666;
}

/* CSS ID's and CLASSES */

#head {
        height: 182px;
	padding: 0px;
        background-color: #ddddcc;
        border-bottom: 4px solid #e9e9d9;
}

#head_logo {
        float: left;
        width: 155px;
        height: 182px;
}

#head_logo img {
        border: 0;
}
#head_logo a, #head_logo a:link {
        border: 0;
   	text-decoration: none;
}

#head_text {
        width: 590px;
        height: 182px;
        float: right;
}


/* ----formats Site Title at top of page---- */
#head_text h1    
{
        font-size: 3.0em;
	letter-spacing: 0.1em;
	color: #777766;
        line-height: 125%;
        padding-top: 16px;
	margin: 0px 0px 0px 50px;
}

/* ----formats Site Slogan, as filled out on main Admin page---- */
#head_text h2 {
        font-size: 1.4em;
	letter-spacing: 0.1em;
        line-height: 110%;
	margin: 0px 0px 16px 80px;
        color: #999988;
}

#head_address {
        float: left;
        color: #777766;
        text-align: left;
        font-size: 1.2em;
	margin: 40px 15px 0px 15px;
}

#head_contact {
        float: right;
        text-align: right;
        font-size: 1.2em;
	margin: 15px 20px 0px 0px;
}

#head_contact a, #head_contact a:link {
   	text-decoration: none;
        border: 0px;
	font-style: normal;
	color: #336699;
}

#sidebar-1 {
	background-color: #eeeedd;
	float: left;
	width: 150px;
	\width: 150px;
	w\idth: 150px;
	text-align: right;
	margin-right: 5px;
	padding: 4px 5px 0px 0px;
}

/* ---"#left a" formats left sidebar links--- */
#sidebar-1 a, #sidebar-1 a:link {
	font-size: 1.1em;
   	text-decoration: none;
	border: 0px;
	color: #336699;
        margin: 0px 5px 0px 0px;
}
#sidebar-1 a:visited {
   	text-decoration: none;
	color: #666666;
}
#sidebar-1 a:hover {
   	text-decoration: underline;
	color: #990000;
}
#sidebar-1 p {
	text-align: right;
}
#sidebar-2 {
	background-color: #eeeedd;
	float: right;
	width: 150px;
	\width: 150px;
	w\idth: 150px;
	margin-left: 5px;
	padding: 30px 0px 0px 5px;
}
#sidebar-2 p {
	text-align: left;
	margin: 0px 0px 1em 5px;
}

/* ----formats "Browse" and "Search" labels---- */
form p {
	line-height: 130%;
	font-size: 1.0em;
 	text-transform: uppercase;
}

/* ----formats search box---- */
form input {
	width: 130px;
	font-size: 1.2em;
	margin: 0px 0px 0px 5px;
}

/* ----formats drop down menu box---- */
form select {
	width: 130px;
	font-size: 1.1em;
 	text-transform: none;
	margin: 0px 0px 0px 5px;

}

/* ----formats right sidebar links, currently orange for RSS---- */
#sidebar-2 a {
	border: 0px;
	color: #ff6600;
}
#content {
	font-size: 1.1em;
	line-height: 110%;
	background-color: #f9f9ee;
	color: #333;
	margin-left: 157px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	border-left: 5px solid #f5f5e5;
	border-right: 5px solid #f5f5e5;
}

/* ----formats Article Title Bar and timestamp text---- */
#content h3 {
	font-weight: normal;
	font-size: 1.0em;
        color: #999;
	line-height: 110%;
	border-bottom: 3px dotted #ddddcc;
	padding: 6px 0px 6px 2px;
	margin: 0px 10px 6px 10px;
}

#content h4 {
	border: 0;
	font-weight: 600;
	font-family: Georgia, "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-size: 1.2em;
        color: #770000;
	padding: 6px 0px 6px 2px;
	margin: 0px 10px 6px 10px;
}


/* ----formats Article Title Text with permalink---- */
h3 .title {
	border: 0;
	font-weight: 600;
	font-family: Georgia, "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-size: 1.5em;
        color: #770000;
	text-decoration: none;
	border-bottom: 0 none;
        padding-bottom: 10px;
}
h3 a:visited {
        color: #770000;
	text-decoration: none;
	border-bottom: 0 none;
}

.postedtime {
	font-size: 0.85em;
        text-align: right;
        color: #999;
        padding-top: 0.5em;
}

/* ----formats article paragraphs---- */
#content p {
	/* text-indent: 20px; */
	margin: 0px 10px 1em 10px;
}

/* ----formats "Comment" Title Text---- */
h3#comment {
	font-family: Georgia, "Book Antiqua", Palatino, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: 400;
	text-align: center;
 	text-transform: uppercase;
	letter-spacing: 0.6em;
        color: #770000;
	margin: 0px 10px 0px 10px;
}


#content img {
        border: 1px solid #ccc;
}

/* --- improved indentation for lists ---- */

ul {
	margin: 2px 2px 2px 20px; 
	padding: 2px 2px 2px 2px;
}

ul li {
	margin: 0px 0px 0px 0px; 
	padding: 2px 2px 2px 4px;
}

/* ----creates comment box---- */
ol li {
	margin: 0px 10px 5px 0px; 
	padding: 5px 5px 5px 7px;
	background-color: #fefef9;
	border-top : 1px solid #ddddcc;
	border-bottom : 1px solid #ddddcc;
	color: #333333;
}

/* ----formats comment author line---- */
li small {
	font-size: 1.1em;
	font-style: italic;
	color: #888888;
}

/* ----formats links in comment author line---- */
small a {
	font-style: normal;
	color: #888888;
}

/* ----formats labels in comment form----- */

#content table {
        margin-left: 32px;
        margin-bottom: 20px;
	border: 1px solid #ddddcc;
}

#content td {
	/* text-transform: uppercase; */
	border: 1px solid #ddddcc;
        font-size: 1.1em;
        padding: 6px;
}

#content pre {
	margin: 0px 20px 1em 20px;
	padding: 5px;
	background-color: #fefef9;
	border: 1px solid #ddddcc;
	font-size: 1.4em;
}
#content code {
	padding: 0px 20px 1em 20px;
	background-color: #fefef9;
	font-size: 1.0em;
}
#container {
        background-color: #f9f9ee;
	/* background-color: #eeeedd; */
	width: 760px;
	\width: 770px;
	w\idth: 760px;
	margin: 0 auto;
	padding: 0px;
        border-left: 5px solid #ccccbb;
        border-right: 5px solid #ccccbb;
}
#foot {
	background-color: #ccccbb;
	clear: both;
	margin-top: 0px;
	text-align: center;
	font-size: 1.2em;
}

#foot address a, #foot address a:link {
   	text-decoration: none;
        border: 0px;
	color: #336699;
}

.caps {
	letter-spacing: 0.1em;
	font-size: 1.0em;
}
