/*
Theme Name: Palaces
Theme URI: http://www.badscience.org/
Description: memory and oblivion
Version: 1.0
Author: lmoline
*/

/***** ELEMENT SELECTORS *****/

body {
	background: #fff;
	color: #000;
	font-family: helvetica, arial, verdana, sans-serif;
	font-size: .875em;
	letter-spacing: .1em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	background-image: url(images/background_lily.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

a img {
	border: none;
}

a {
	color: #990000;
	text-decoration: none;
}



a:hover {
	color: red;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

/***** 	PAGE STRUCTURE *****/
#wrapper {
	width: 860px;
	margin: auto;
	}

#header {
text-align: right;	
height: 200px;
padding-top: 1px;
}

#header h1 {
	margin-top: 100px;
	margin-bottom: 0;
	}

#header h1 a {
	color:#000;
	text-decoration: none;
}

#header h1 a:hover {
	border-bottom: 2px solid #cccccc; 
}

#topmenu {
	text-transform: capitalize;
	}
	
#topmenu ul 	{
	list-style-type: none;
	margin-top: 30px;
	margin-left: 0;
	padding-left: 0;
	clear: both;
	letter-spacing: .1em;
	text-align: right;
	}

#topmenu li {
	display: inline;
	margin-left: 10px;
	}
	
#topmenu a {
	padding: 4px 10px;
	border: 1px solid #cccccc;
	background-image: url(images/trans75.png);
	color: #990000;
	font-weight: bold;
	}

#topmenu a:hover {
	color: #444444;
	}
	
#topmenu li.current_page_item a{
	color: #444444;
	background-color: white;
	}
	
#topmenu li.current-cat a{
	color: #444444;
	background-color: white;
	}
	
#content {
	}
	
#main {
	/*width: 640px;*/
	background-image: url(images/trans75.png);
	font-size: .9em;
	padding-left: 7px;
	margin-left: 212px;
	}
	
/*#main h2 {  post date 
 {
	font-family: georgia, serif;
	font-style: italic;
	color: #333333;
	letter-spacing: .1em;
	margin: 0;
	padding: 0;
	font-size: .8em;
	}*/

#sidebar {
	padding-top: 10px;
	padding-left: 10px;
	margin-top: 0px;
	float: left;
	width: 200px;
	}

#sidebar ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 3px;
	}
	
#sidebar ul ul {
	text-transform: lowercase;
	font-size: .9em;
	letter-spacing: normal;
	}

#sidebar ul ul li	{
	line-height: 1.5em;
	margin-left: .5em;
	}
	
#sidebar h2 {
	font-family: georgia, serif;
	font-style: italic;
	color: #444444;
	font-size: 1em;
	letter-spacing: 0.1em;
	margin-top: 16px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#sidebar a {
	background-image: url(images/trans50.png);
	}

.clear {
	clear: both;/*hope to fix problem with in-post tables*/
	}
	
#footer	{
	clear: both;
	padding-left: 220px;
	font-family: georgia, serif;
	font-style: italic;
	font-size: .9em;
	}
#footer a{
	font-family: arial, sans-serif;
	font-style: normal;
	font-weight: bold;
	text-transform: lowercase;
	}
	
/****** PAGE FORMATTING ******/

#main .page  h2 {
	font-size 1.5em;
	font-family: arial, sans-serif;
	background-color: red;
	margn-top: 0;
	}

/***** POST FORMATTING *****/

.post_tag {
	margin-bottom: 4em;
	font-size: .8em;
	}

.post_title {
	font-size: 1.3em;
	letter-spacing: normal;
}

.post_title a {
	color: #CC0000;
	font-weight: bold;
	}
	
.post_title a:hover {
	color: red;
	}

.post_category a {
	font-size: .8em;
	font-weight: normal;
	color: #666666;
	text-decoration: underline;
	}
	
.post_date	{
	font-family: georgia, serif;
	font-style: italic;
	font-size: .8em;
	font-weight: bold;
	}
	
.overflow-posts {
	font-weight: bold;
	font-size: .9em;
	line-height: 3em;
	}
	
/****** COMMENT STYLING ******/

ol.comments {
	/*list-style-type: lower-roman;*/
	font-family: georgia, serif;
	font-style: italic;
	}
	
ol.comments li p	{
	font-family: arial, sans-serif;
	font-style: normal;
	}
	
ol.comments li {
	padding-bottom: 1.5em;
	}
	
ol.comments li cite {
	margin-top: -1em;
	display: block;
	font-size: .9em;
	}
	
.no-comments, closed-comments {
	visibility: hidden;
	}
	
	
/****** COMMENT FORM ******/

textarea {
	width: 682px;
	}