/* web writer two */

/* HTML TAGS */

a {

	color: #BCBCBC;
	text-decoration: none;
}
a img {
        border:0 none;
}
a:visited {
	color: #808080;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #2E2E2E;
        background-color: #BCBCBC;
}
body {
        margin: 0;
        padding: 0;
	background-color: #3C3C3C;
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
}
p {
	font-size: 12px;
	line-height: 140%;
	text-align: left;
}
li {
	font-size: 1.4em;
	line-height: 140%;
	text-align: left;
}
blockquote {
	font-family: "Courier New", Courier, "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin: 0px 10px 1em 20px;
	padding: 3px 3px 3px 6px;
	border-left: 3px solid #eeeedd;
	background-color: #fefef9;
	color: #333;
}
cite {
	font-family: "Courier New", Courier, "Times New Roman", Times, serif;
	font-size: 1.1em;
        font-style: normal;
	background-color: #fcfcf9;
	color: #664444;
}

/* CSS ID's and CLASSES */

#head {
	background-color: #222222;
        background-image: url(/images/68.jpg);
        height: 200px;
	padding: 0px 0px 0px 0px;       
}

/* ----formats Site Title at top of page---- */
#head h1    
{
        font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.1em;  
        text-transform: uppercase;
        line-height: 100%;
	color: #f9f9ee;
	margin: 0px 0px 0px 0px;
        padding: 172px 0px 0px 70px;
}

/* ----formats Site Slogan, as filled out on main Admin page---- */
#head h4 {
	font-family: "Courier New", Courier, "Times New Roman", Times, serif;
        font-size: 1.5em;
	font-weight: 400;
	letter-spacing: 0.1em;
        line-height: 110%;
	margin: 0px 0px 0px 0px;
        color: #888877;
}

/* ----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;
}

#center {
	background-color: #222222;
	color: #898989;
	margin-left: px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	border-left: 0px solid #cccccbb;
	border-right: 0px solid #ccccbb;
}

/* ----formats Article Title Bar and timestamp text---- */
#center h3 {
	font-weight: 300;
	font-size: 1.0em;
	font-family: Georgia, "Times New Roman", Times, serif;
        color: #666666;
	background-color: #2E2E2E;
	line-height: 110%;
	border-top: 0px solid #646464;
	border-bottom: 0px solid #646464;
	padding: 3px 0px 3px 7px;
	margin: 0px 0px 0px 0px;
}
/* ----formats Article Title Text with permalink---- */
h3 a {
	border: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;

        color: #FFCC33;
	text-decoration: none;
	border-bottom: 0 none;
}
h3 a:visited {
        color: #96781E;
	text-decoration: none;
	border-bottom: 0 none;
}
h3 a:hover {
        color: #2E2E2E;
	text-decoration: none;
	border-bottom: 0 none;
        background-color: #FFCC33;
}

/* ----formats article paragraphs---- */
#center p {
	text-indent: 0px;
        font-size: 11px;
        text-align: center;
        margin: 10px 0px 0px 0px;
        padding: 0px 0px 0px 0px;
}

/* ----formats "Comment" Title Text---- */
h3#comment {
	font-family: "Book Antiqua", Palatino, Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	font-weight: 400;
	text-align: center;
 	text-transform: uppercase;
	letter-spacing: 0.6em;
        color: #f9f9ee;
        background-color: #999988;
	margin: 0px 10px 0px 10px;
	padding: 4px 0px 3px 7px;
}

/* ----formats labels in comment form----- */
#center td {
	text-transform: none;
}
#center pre {
	margin: 0px 20px 1em 20px;
	padding: 5px;
	background-color: #f9f9f9;
	border: 1px solid #dddddd;
	font-size: 1.4em;
}
#center code {
	padding: 0px 20px 1em 20px;

	background-color: #f9f9f9;
	font-size: 1.0em;
}
#container {
	background-color: #222222;
	width: 800px;
	\width: 810px;
	w\idth: 800px;
	margin: 0 auto;
	padding: 0px;
        border-left: 5px solid #303030;
        border-right: 5px solid #303030;
}
#foot {
	background-color: #2E2E2E;
	clear: both;
	margin-top: 5px;
        margin-bottom: 0px;
        margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	font-size: 12px;
        font-family: Georgia, "Times New Roman", Times, serif;
        color: #5D5D5D;
        padding: 3px 0px 4px 0px;
}
.caps {
	letter-spacing: 0.1em;
	font-size: 1.0em;
}
