/*  
Theme Name: Prairie Flowers
Theme URI: http://www.inneroctave.com
Description: American Mars
Version: 1.0
Author: Mike Reed
Author URI: http://www.inneroctave.com


/* START MAIN COMPONENTS */
body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #514939;
    background-color: #f9f6ef;
	margin: 0;
	padding: 0; 
	background: url("images/bg-page.jpg") no-repeat fixed top left;
	}

#page {
	padding: 0px 0 0 0;
	width: 850px;
	}
	
#left {
	background: url(images/rotation/rotate.php) no-repeat top left;
	padding: 0px 0 0 0;
	margin: 0px 0 0 0;
	width: 200px;
	height:700px;
	float:left;
	}
	
#player
	{
	float:left;
	margin: 215px 0 0 0px;
	padding:0px;
	}
	
#maincontent
    {
    width: 390px;
	margin:0px;
    padding: 15px;
    text-align: left;
    float: left;
	color: #514939;
	line-height:1.8em;
    background-color: #fff;
    border: 5px solid #e7e7d5;
    }

#mainnav 
	{
	font-family: "Lucinda Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: bold;
	}
	
#mainnav ul 
	{
    margin: 0;
    padding: 0;
    list-style-type: none;
	}
	
#mainnav li 
	{
    margin: 0;
    list-style-type: none;
	}
	  
#mainnav li a 
	{
    display:block;
    padding: 5px;
	border-bottom: 1px dotted #e4b7b6;
    text-transform:uppercase;
    text-decoration:none;
    letter-spacing:-1px;
	}

#mainnav a 
	{
	color: #463122;
	}

#mainnav a:hover 
	{
	background-color:#ffffcc;
	}

*html #mainnav a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */
	
#sidebar {
	padding: 10px;
	width: 150px;
	float:left;
	margin:0px;
	background: url("images/bg-sidebar.jpg") no-repeat top;
	}
	
#sidebar h2 {
	padding: 8px 0px 2px 0px;
	font-family: "Lucinda Grande", Verdana, Arial, Helvetica, sans-serif;
	color: #69604f;
	text-transform: uppercase;
	}
	
#albumcover
	{
	background: url("images/western-sides.jpg") no-repeat;
	height:136px;
	}

#sidebar form {
	margin: 0;
	}
	
#footer {
	padding: 0 0 0 0px;
	margin: 0 auto;
	width: 850px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
	
a 
	{
	color: #aa0000;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #aa0000;
	background-color:#ffffcc;
	text-decoration: none;
	}
	
/* END MAIN COMPONENTS */

/* START POSTS AND COLUMNS */

.post {
	margin: 0 0 15px;
	padding: 0 0 20px 0;
	border-bottom: 1px dotted #cccccc;
	}

.maincolumn {
	padding: 0 0px 40px 0px;
	margin: 5px 0 0 0px;
	width: 390px;
	}
	
.maincolumn {
	line-height: 1.5em;
	}
	
.maincolumn .postmetadata {
	margin: 10px 0;
	}

.maincolumn .entry p {
	font-size: 1.05em;
	}
	
.maincolumn .post {
	margin: 0;
	}

.narrowcolumn .entry, .maincolumn .entry {
	line-height: 1.5em;
	}

.narrowcolumn .postmetadata {
	text-align: left;
	}
	
/* END POSTS AND COLUMNS */
	
/* START HEADERS */
	
h1, h2, h3 {
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	}

h1 {
	font-size: 4em;
	text-align: center;
	display: none;
	}
	
h2 {
	font-size: 1.3em;
	}

h2.pagetitle {
	font-size: 2em;
	}

h3 {
	font-size: 1.1em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: #000;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
h2 a 
	{
	color: #000000;
	}

h2 a:hover, h3 a:hover {
	text-decoration: none;
	background: #c6c6c6;
	}
	
h1 {
	margin: 0;
	}

.description {
	text-align: center;
	}

h2 {
	margin: 5px 0 3px 0;
	}

h2.pagetitle {
	text-align: center;
}

h3 {
	padding: 2px 4px;
	margin: 15px 0 0;
	color: #514939;
    background-color: #f9f6ef;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

/* END HEADERS */

/* END MAIN NAVIGATION - PAGES */

/* START IMAGES */

p img {
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	margin: 0 0 2px 7px;
	display: inline;
	border: 3px solid #000000;
	}

img.alignleft {
	margin: 0 7px 2px 0;
	display: inline;
	border: 3px solid #000000;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.caticon {
	padding: 10px 8px 0 0;
}


/* END IMAGES */


/* START FORM ELEMENTS */

#searchform {
	margin: 0;
	padding: 20px 0 0 0px; 
	text-align: left;
	}

#searchform #s {
	width: 190px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 0px;
	margin: 0px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
	
/* END FORM ELEMENTS */

/* START COMMENT ELEMENTS */
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
	
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Arial, Helvetica, Sans-Serif;
	}
	
.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Helvetica, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
	
/* END COMMENT ELEMENTS */

/* START MISCELLANEOUS */

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}

.description {
	font-size: 1.2em;
	text-align: center;
	display: none;
	}

.entry p a:visited {
	color: #dd0000;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #69604f;
	}
	
code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}

/* END MISCELLANEOUS */