/*
Theme Name: Spectatrix
Description: The Spectatrix Theme
Version: 1.0
Author: Joe Kissell
Author URI: http://joekissell.com/
*/

/* #36648B spectatrix blue */
/* #co burlywood */
/* #8B5A2B dk brown */
/* #FFF2E1 tan */
/* #F2EEEC off-white */

.entry {
	float: left;
}

img, div {
	behavior: url(iepngfix.htc)
}

body {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	background-color: #DEB887; /* burlywood */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#page {
	margin-top: 1em;
	margin-bottom: 2em;
    margin-left: 2em;
    margin-right: 2em;
    background-color: #FFF2E1; /* tan */
}

h1 {
	font-size: 1.3em;
	margin: 0px 0px 10px 0px;
	padding: 0;
	background-color: #FFF2E1; /* tan */
	color: #000000; /* black */
}

h1 a:link, h1 a:visited {
	color: #36648B; /* spectatrix blue */;
	text-decoration: underline;
}

h1 a:hover {
	color: #8B5A2B; /* dk brown */
	text-decoration: none;
}

h2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #444444;
	background-color: transparent;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	border-bottom: 1px solid #8B5A2B; /* dk brown */
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 2px 0px;
	color: #36648B; /* spectatrix blue */;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	color: #444444;
	background-color: transparent;
}

a:link, a:visited {
	color: #444444; /* dk gray */
}

a:link, a:visited {
	color: #36648B; /* spectatrix blue */;
	text-decoration: none;
}

a:hover {
	color: #8B5A2B; /* dk brown */
	text-decoration: underline;
}


/* Header Styles */
#header {
    position: relative;
	margin-bottom: 20px;
	clear: both;
	height: 180px;
	padding: 20px 40px 0px 40px;
	color: #CC0000;
	background-color: #36648B; /* spectatrix blue */
}

#header #logo {
	background-image: url(images/spectatrix.png);
	background-position: center left;
	background-repeat: no-repeat;
	margin-top: 30px;
	height: 66px;
	width: 227px;
	float: left;
}

#header #logo a { /* Must have same dimensions and position as #logo. */
	position: absolute;
	top: 57;
	height: 66px;
	width: 227px;
}

#header #tagline {
	font-family: Arial, Helvetica, Lucida Sans, Sans-Serif;
	margin-top: 0;
	font-size: 1.5em;
	color: #DEB887;
	clear: left;
}

#header #gargoyle {
	background-image: url(images/gargoyle.jpg);
	background-position: center right;
	background-repeat: no-repeat;
	width: 160px;
	height: 159px;
	float: right;
}

#hmenu {
	background-color: #8B5A2B; /* dk brown */
	margin: 8px;
	height: 30px;
}

#hnav {
	background-color: #8DB6CD;
	color: #F2EEEC;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	line-height: 22px;
}

#hnav #links {
	float: left;
	text-align:left;
	padding-top: 5px;
}

#hnav #search {
	float: right;
	text-align:right;
	padding-top: 3px;
}

#hnav a {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: #F2EEEC;
	text-decoration: none;
	border-right: 1px solid #F2EEEC;
}

#hnav a:hover {
	background: #F2EEEC;
	color: #3A291F;
}
/* End Header Styles */


/* Footer Styles */
#footer {
	clear: both;
	color: #FFFFFF; /* white */
	background-color: #36648B; /* spectatrix blue */
	padding: 5px;
	font-size: 10px;
	text-align: center;
}

#footer a {
	color: #FFFFFF; /* black */
	text-decoration: underline;
}
/* end Footer Styles */


/* mainbar styles */
#content {
	margin-left: 230px;
	padding: 10px;
	border-left: 1px solid #444444; /* dk gray */
	background: #FFF2E1; /* light background */
}
/*
#content textarea {
	width: 90%;
}
*/
#ls_related {
	color: inherit;
	background: #EEEEEE; /* sidebar light gray */
	padding-top: .1em;
	padding-bottom: .1em;
	padding-left: 1em;
	padding-right: 1em;
	font-size: .9em;
	line-height: 1em;
	margin-top: .5em;
	margin-bottom: 1em;
} 

#ls_related h3, #ls_related p, #ls_related ul {
	margin-top: .5em;
	margin-bottom: .5em;
}

.article {
	/* per-blog-post styles */
	line-height: 170%;
}

.article p {
	margin-bottom: 1.5em;
}

.metadata {
	font-size: 10px;
	color: #36648B; /* spectatrix blue */
	margin-bottom: 5px;
}

.metadata a:link, .metadata a:visited {
	color: #8B5A2B; /* dk brown */
}

.metadata a:hover {
	color: #36648B; /* spectatrix blue */
}

blockquote {
	background-color: #E0E1CE; /* light greenish gray */
	margin-left: 30px;
	margin-right: 30px;
	padding: 0px 10px 0px 10px;
}
/* end mainbar styles */


/* sidebar styles */
#sidebar {
	float: left;
	width: 210px;
	padding: 10px 10px 20px 10px;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	background-color: #FFF2E1; /* tan */
	list-style-type: none;
    font-size: 1em;
}

#about {
	margin: -20px 0px 10px 0px;
	padding: 0;
}

#sidebar ul { 
	margin-left: 0px;
	padding-left: 0px;
	font-weight: normal;
}

#sidebar ul li {
	list-style-type: none;
	border-left: 5px solid #8B5A2B; /* dk brown */
	border-right: 5px solid #8B5A2B; /* dk brown */
	background: #F2EEEC; /* off-white */
	padding: 2px 2px 2px 10px;
	border-bottom: 1px solid black;
}

#sidebar a:link, #sidebar li a {
	color: #444444;
}

#sidebar h2 a {
	color: #FFFFFF;
}

#sidebar a:hover {
	color: #FFFFFF;
	background-color: #8B5A2B; /* dk brown */
}

#sidebar h2 {
	margin: 0;
	padding: -4px 5px 0px 5px;
	line-height: 22px;
	font-weight: bold;
	font-size: 12px;
	border: none;
	background: #8B5A2B; /* dk brown */
	color: #000000; /* black */
}

.rounded1 {
	border-top:2px solid #8B5A2B; /* dk brown */
	margin: 0 1px 0 1px;
}

.rounded2 {
	border-top:1px solid #8B5A2B; /* dk brown */
	margin: 0 2px 0 2px;
}

.rounded3 {
	border-top:1px solid #8B5A2B; /* dk brown */
	margin: 0 3px 0 3px;
}

.rounded4 {
	border-top:1px solid #8B5A2B; /* dk brown */
	margin: 0 5px 0 5px;
}

.rounded_bottom {
	margin-bottom: 10px;
	background-color: #FFF2E1; /* tan */
}
/* end sidebar styles */


/* Comment Styles */
#commentlist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#commentlist li {
	list-style-type: none;
	margin-bottom: 10px;
	padding: 10px;
	background-color: #E1ECFC;
	border-top: 1px solid #FFD275;
	border-bottom: 1px solid #FFD275;
}

#commentlist cite {
	margin: 7px 0px 0px 0px;
	padding: 0px;
	font-size: 10px;
	font-style: normal;
}

#commentlist p {
	margin-top: 0px;
	padding-top: 0px;
}
/* end Comment Styles */
