/*
Theme Name: Portraits in Poetry
Theme URI: http://solarblu.net/
Description: Created by Solarblu.net
Version: 1.6
Author: Timothy Rhoads (Solarblu.net)
Author URI: http://solarblu.net/
*/

*{
	margin: 0px;
	padding: 0px;
}

a img {
	border: none;
}

a, a:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

body {
	background: url(images/background.jpg) #F9EDC7 repeat-x top left;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 130%;
	margin: 10px 0px 10px 0px;
	padding: 0px;
}

form#commentform{
	background-color: #FBD29E; /*	font-size: 0.8em;*/
	margin: 10px 0px 10px 0px;
	padding: 10px;
}

form#commentform input#submit {
	background-color: #644E1C;
	border: solid 1px #644E1C;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px;
	padding: 5px;
	text-transform: uppercase;
}

form#commentform input#submit:hover {
	background-color: #C24C43;
	border: solid 1px #C24C43;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px;
	padding: 5px;
	text-transform: uppercase;
}

form#commentform input, form#commentform textarea{
	background-color: #FCF5EB;
	border: #5F5225 solid 1px;
	color: #766134;
	font: normal 0.9em "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 5px;
}

form#search-form{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

form#search-form input#search-form-input{
	border: 1px solid #644E1C;
	color: #644E1C;
	font-size: 12px;
	margin: 0px;
	padding: 5px 2px 5px 2px;
	width: 160px;
}

form#search-form input#search-form-input-submit{
	background-color: #644E1C;
	border: 1px solid #644E1C;
	color: #FFFFFF;
	font-size: 11px;
	margin: 0px;
	padding: 5px 2px 5px 2px;
}

form#search-form input#search-form-input-submit:hover{
	background-color: #C24C43;
	border: 1px solid #C24C43;
	color: #FFFFFF;
	margin: 0px;
	padding: 5px 2px 5px 2px;
}

h1 {
	color: #000000;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}

h2 {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
}

h2.headline{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight: 100;
	letter-spacing: 1px;
	line-height: 1.2em;
	margin: 0px;
	padding: 0px 0px 30px 0px;
	text-align: right;
}

p{
	margin: 0px 0px 15px 0px;
	padding: 0px;
}

table#wp-calendar td {
	padding: 2px;
}

table#wp-calendar td a, table#wp-calendar td a:visited {
	background-color: #FFFFFF;
	color: #C24C43;
	padding: 2px;
	text-decoration: none;
}

table#wp-calendar td a:hover {
	background-color: #C24C43;
	color: #FFFFFF;
	padding: 2px;
}

table#wp-calendar td#today, table#wp-calendar td#today a, table#wp-calendar td#today a:visited, table#wp-calendar td#today a:hover {
	background-color: #C24C43;
	color: #FFFFFF;
	padding: 2px;
	text-decoration: none;
}

table#wp-calendar td.pad {
	background: transparent;
}

table#wp-calendar tfoot td a, table#wp-calendar tfoot td a:link, table#wp-calendar tfoot td a:visited {
	background: none;
	border: 0px;
	color: #644E1C;
	text-decoration: underline;
}

table#wp-calendar tfoot td a:hover {
	background: none;
	color: #644E1C;
	text-decoration: none;
}

table#wp-calendar tfoot td#next {
	margin: 0px;
	padding: 0px;
	text-align: right;
}

table#wp-calendar tfoot td#prev {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

table#wp-calendar tfoot td, table#wp-calendar tfoot td.pad {
	background: transparent;
	margin: 0px;
	padding: 0px;
}

table#wp-calendar th {
	color: #644E1C;
	font-weight: bold;
}

.article{
	color: #766134;
	font-size: 12px;
	margin: 0px 0px 40px 0px;
	padding: 0px;
}

.image {
	border: 1px dashed #644E1C;
	margin: 3px auto 3px auto;
	padding: 4px;
}

.required{
	color: #C24C43;
}

#content {
	color: #766134;
	display: inline;
	float: right;
	margin: 5px 0px 0px 0px;
	padding: 5px 10px 10px 5px;
	width: 530px;
}

#content .author {
	background: url("images/icon_avatar.jpg") no-repeat 0px 0px;
	color: #000000;
	font-size: 12px;
	height: 70px;
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 115px;
}

#content .feedback {
	background-color: #EBDAC1;
	border: dashed 1px #644E1C;
	color: #000000;
	font-size: 12px;
	margin: 5px 0px 5px 0px;
	padding: 3px 5px 3px 5px;
}

#content .feedback a, #content .feedback a:visited{
	color: #000000;
	text-decoration: none;
}

#content .feedback a:hover{
	color: #000000;
	text-decoration: underline;
}

#content .feedback-rss {
	background-color: #EBDAC1;
	border: dashed 1px #644E1C;
	color: #000000;
	font-size: 12px;
	margin: 5px 0px 5px 0px;
	padding: 3px 5px 3px 5px;
	text-align: right;
}

#content .feedback-rss p{
	background: url(images/icon_feed.gif) top right no-repeat;
	margin: 0px;
	padding: 0px 19px 2px 0px;
}

#content a, content a:visited{
	color: #000000;
	text-decoration: underline;
}

#content a:hover{
	color: #C24C43;
	text-decoration: none;
}

#content h1 {
	border-bottom: 2px solid #644E1C;
	color: #C24C43;
	font-size: 18px;
	line-height: 130%;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
}

#content h1 a, #content h1 a:visited, #content h1:hover{
	color: #C24C43;
	text-decoration: none;
}

#content h1.title-comments, #content h1.title-comments a, #content h1.title-comments a:visited, #content h1.title-comments a:hover{
	color: #644E1C;
	text-decoration: none;
}

#content ol li p.comment-author {
	color: #000000;
	font-weight: bold;
}

#content ol li p.comment-author a, #content ol li p.comment-author a:visited{
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

#content ol li p.comment-author a:hover{
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

#content ol li p.comment-data {
	background: url(images/icon_clock.gif) no-repeat center right;
	color: #C24C43;
	font-size: 10px;
	margin: 0px 0px 10px 0px;
	padding: 0px 12px 0px 0px;
	text-align: right;
}

#content ol li p.comment-data a, #content ol li p.comment-data a:visited{
	color: #C24C43;
	text-decoration: underline;
}

#content ol li p.comment-data a:hover{
	color: #C24C43;
	text-decoration: none;
}

#content ol.commentlist {
	margin: 0px;
	padding: 0px;
}

#content ol.commentlist cite {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	font-weight: 100;
}

#content ol.commentlist cite a {
	color: #333333;
	font-weight: bold;
}

#content ol.commentlist li {
	background-color: #F1E5D4;
	border: 1px solid #F1E5D4;
	font: 0.9em "Lucida Grande", Verdana, Geneva, Arial, Helvetica, sans-serif;
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 10px;
}

#content ol.commentlist li.alt {
	background-color: #EBDAC1;
	border: 1px solid #EBDAC1;
}

#content p.info {
	color: #5F4F16;
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 2px;
	text-transform: uppercase;
}

#content p.info a, #content p.info a:visited{
	color: #5F4F16;
	text-decoration: underline;
}

#content p.info a:hover{
	color: #5F4F16;
	text-decoration: none;
}

#content ul li{
	list-style-type: square;
	margin: 0px;
	padding: 2px 0px 2px 0px;
}

#content ul, #content ol {
	margin: 15px 0px 15px 0px;
	padding: 0px 0px 0px 15px;
}

#footer {
	background-color: #EBDAC1;
	border: solid 1px #644E1C;
	color: #74622D;
	font-size: 11px;
	margin: 0px;
	padding: 4px;
	width: 770px;
}

#footer a, #footer a:visited {
	color: #74622D;
	font-weight: normal;
	text-decoration: underline;
}

#footer a:hover {
	color: #000000;
	text-decoration: none;
}

#footer-left{
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	width: 385px;
}

#footer-right{
	display: inline;
	float: right;
	margin: 0px;
	padding: 0px;
	text-align: right;
	width: 385px;
}

#header {
	background: url("images/background_header.jpg") no-repeat top left;
	height: 150px;
	margin: 0px;
	padding: 0px;
	width: 780px;
}

#header #menu {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px 15px 0px 0px;
	padding: 80px 0px 0px 0px;
	text-align: right;
	text-transform: uppercase;
}

#header #menu a, #header #menu a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#header #menu a:hover{
	color: #FFFFFF;
	text-decoration: underline;
}

#header #page{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	margin: 23px 0px 0px 15px;
	padding: 0px;
}

#header #page li {
	background: url(images/background_sidebar_title.jpg);
	border: solid 1px #F7EABE;
	color: #644E1C;
	float: left;
	margin: 0px 0px 2px 5px;
	padding: 2px 5px 2px 5px;
}

#header #page li a{
	color: #644E1C;
	font-weight: normal;
	text-decoration: none;
}

#header #page li a:hover{
	color: #644E1C;
	font-weight: normal;
	text-decoration: underline;
}

#header #page ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#main {
	background: url("images/background_content.jpg") repeat-y;
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 780px;
}

#main #content #postinfo a, #main #content #postinfo a {
	color: #5F4F16;
}

#navigation {
	margin: 15px 0px 15px 0px;
	padding: 0px;
}

#navigation-left {
	color: #644E1C;
	display: block;
	float: left;
	font-size: 11px;
	font-variant: normal;
}

#navigation-left a, #navigation-left a:visited {
	background: url(images/icon_navigation_left_01.gif) no-repeat left center;
	color: #644E1C;
	margin: 0px;
	padding: 0px 0px 0px 14px;
	text-decoration: underline;
}

#navigation-left a:hover{
	background: url(images/icon_navigation_left_02.gif) no-repeat left center;
	color: #C24C43;
	margin: 0px;
	padding: 0px 0px 0px 14px;
	text-decoration: none;
}

#navigation-right {
	color: #644E1C;
	display: block;
	float: right;
	font-size: 11px;
	font-variant: normal;
}

#navigation-right a, #navigation-right a:visited {
	background: url(images/icon_navigation_right_01.gif) no-repeat right center;
	color: #644E1C;
	margin: 0px;
	padding: 0px 14px 0px 0px;
	text-decoration: underline;
}

#navigation-right a:hover{
	background: url(images/icon_navigation_right_02.gif) no-repeat right center;
	color: #C24C43;
	margin: 0px;
	padding: 0px 14px 0px 0px;
	text-decoration: none;
}

#sidebar {
	background: url(images/background_sidebar.jpg) no-repeat top left;
	color: #644E1C;
	display: inline;
	float: left;
	margin: 0px;
	padding: 10px 10px 10px 5px;
	width: 220px;
}

#sidebar a, #sidebar a:visited {
	color: #644E1C;
	text-decoration: none;
}

#sidebar a:hover {
	color: #000000;
	text-decoration: none;
}

#sidebar h2{
	background: url("images/background_sidebar_title.jpg") no-repeat top left;
	color: #C24C43;
	font-size: 14px;
	font-weight: normal;
	height: 17px;
	margin: 0px 0px 5px 0px;
	padding: 5px 2px 2px 2px;
	width: 219px;
}

#sidebar ul {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

#sidebar ul li ul li{
	border-bottom: 1px solid #644E1C;
	margin: 0px 0px 3px 0px;
	padding: 3px 0px 3px 5px;
}

#wp-calendar {
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#wp-calendar caption {
	color: #C24C43;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	padding: 0px;
	text-align: right;
	text-transform: uppercase;
}

#wp-calendar td {
	color: #644E1C;
	font-size: 12px;
	text-align: center;
}

#wp-calendar ul{
	clear: both;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#wrapper {
	margin: 0px auto 0px auto;
	width: 780px;
}
