/*  
Theme Name: Western Prairie
Theme URI: http://melalouise.net/
Description: Clint Eastwood theme.
Version: 1.0
Author: Pamela Ueckerman
Author URI: http://melalouise.net/

	Western Prairie v1.0	

	This theme was designed and built by Pamela Ueckerman,
	whose blog you will find at http://melalouise.net/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/**************************************************/
/*                                                */
/* Copyright Spiral Designs 2006                  */
/*                                                */
/**************************************************/

html {
    background: #ffffff url(images/back.gif) top left repeat;
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: Georgia, Garamond, "Times New Roman", Serif;
    font-size: 0.75em;
    min-width: 800px;
    line-height: 1.7em;
    color: #3F3131;
}

h1, h2, h3 {
    font-family: "Arial Narrow", Arial, "Sans-Serif";
    font-weight: bold;
    color: #7d440c;
    text-transform: uppercase;
}

h1 {
    font-size: 180%;
    padding-top: 20px;
    margin-top: 0;
    margin-bottom: 5px;
    padding-bottom: 0;
    letter-spacing: -0.01em;
}

h2 {
    font-size: 130%;
}    
    
h1.title span {
    display: none;
    padding: 0;
    margin: 0;
}

h1.title {
    background: url(images/tagline.gif) top left no-repeat;
    width: 653px;
    height: 120px;
}  

h1 a {
    text-decoration: none;
    color: #7d440c;
}

h1.pagetitle {
   margin-left: 20px;
}

a {
    color: #490000;
}    

pre {
 white-space: pre-wrap;       /* css-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}    
    
#container {
    width: 700px;
    margin: 0 auto;
}

#header {
    height: 236px;
    background: #000000 url(images/header.jpg) top center no-repeat;
}    

#body {
    float: left;    
    width: 696px;
    background-color: #ffffff;
    border-left: 2px solid #000000;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
}

#main, #menu {
    background: #ffffff;
}

#main {
     width: 440px;
     padding-bottom: 30px;
     float: left;
}        
   
#menu {
    background: url(images/menu-back.gif) top center repeat-y;
    width: 200px;
    padding: 0 25px;
    float: right;
    margin-top: 20px;
}    

#menu #pages {
    padding: 20px 0 0 0;
    font-size: 110%;
    text-transform: uppercase;    
}

#menu ul, li {
    padding: 0;
    margin: 0;
}

#menu ul {
    padding-left: 20px;
    padding-bottom: 25px;
}    

#menu h2 {
    padding-bottom: 2px;
}

#menu {
    list-style: url(images/list-bullet.gif);
}      

#menu a {
    text-decoration: none;
}  

#menu a:hover {
    border-bottom: 1px dotted;
}

#footer {
    clear: both;
    font-size: 0.7em;
    padding-top: 15px;
    color: #ffffff;
}

#footer a {
    color: #ffdddd;
}    

#navigation {
    text-align: center;
    padding-top: 10px;
}    
    
.post {
     margin-top: 20px;
     padding: 20px 40px;
     background: url(images/border.jpg) top center no-repeat;
}        	

.posted {
    font-size: 0.8em;
    font-style: italic;
    text-transform: lowercase;
    margin-bottom: 20px;
    color: #000000;
}         

.posted:before {
    content: "{";
}    
.posted:after {
    content: "}";
}    

.menutop {
    padding-top: 20px;
}
    
.menutop, .menumiddle {
    margin-bottom: 15px;
    z-index: 40;
}    

#commentarea {
    padding: 0 40px;
}

.commentlist li {
    background-color: #eeeeee;
}

.comments-head {
    font-weight: bold;
    text-transform: uppercase;
    font-weight: normal;
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
    border-bottom: 1px solid #000000;
}   


.comments-body {
    padding-bottom: 20px;
}

.comments-post {
    text-align: right;
    font-style: italic; 
    font-size: 0.8em;
}

.navigation {
	margin-top: 20px;
	font-size: 85%;	
        margin-bottom: 15px;
}

.navigation .alignleft, .navigation .alignright {
        width: 150px;
}

.navigation .alignleft { padding-left: 15px; text-align: left;}
.navigation .alignright { float: right; padding-right: 15px; text-align: right; }

.alt {
        margin-top: 25px;
        padding: 0;
}

.alt a {
        color: #7d440c;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

