/*
Theme Name: LITW
*/

/*
Theme URI: http://leftinthewest.com/
Description: The theme for Left in the West
Version: 1.0
Author: Matt Singer

Graphic design by Luke Duran of Element L Design http://www.elementl.net
*/

body {
    color: #000000;
    background: #ffffff;
    margin: 20px;
    padding: 0px;
    font: 13px arial, sans-serif;
}


a {
    color: #4f4d7e;
    font-size: 13px arial, sans-serif;
    text-decoration: none;
    /* background : transparent; */
}


a:link    { color: #4f4d7e; text-decoration: none; }     
a:visited { color: #4f4d7e; text-decoration: none; }     
a:hover   { color: #4f4d7e; text-decoration: underline; }

p {
    font: 13px arial, sans-serif;
    margin-top: 3px;
    padding: 1px;
}


blockquote {
    margin: 0.5em;
    color: #000000;
    padding: 4px;
    /*border: 1px solid #000000;*/
    background: #b0b3b8;
    font: 13px arial, sans-serif;
}


h3, h3 a, h3 a:visited {
	font-weight: bold;
	font: 16px arial, sans-serif;
	margin: 0px;
	padding: 0px;
	color: #f4ff3c;
	text-decoration: underline;
}

.content {
    color: #000000;
    background: #ffffff;
    margin: 0px;
    padding: 0px;
    font: 11px arial, sans-serif;
}

.post {
margin: 3px;
}

/* Content

h2 configures the date
h1 configured the title

*/

h2, h2 a, h2 a:visited {
        padding: 0px;
        margin: 1px;
}	

.content ul li {
	list-style-type: disc;
	margin-left: 10px;
	padding-left: 5px;
        font: 13px arial, sans-serif;
}

.content ol li {
	margin-left: 10px;
	padding-left: 5px;
        font: 13px arial, sans-serif;
}


.storytitle h1, .storytitle h1 a, .storytitle h1 a:visited {
    font-weight: bold;
    font: 100px arial;
    color: #4f4d7e;
    text-align: center;
    margin: 1px;
    padding: 0px;
}

h1 {
margin: 1px;
padding: 0px;
font: 20px arial;
font-weight: bold;
}

.storyAuthor  {
    font-weight: 600;
    margin: 0px 0px 5px 0px;
    padding: 0px;
}

.images {
    padding: 2px;
    background: transparent;
    border: none;
}


abbr {
	cursor: help;
}


.navigation {
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width: auto;
    min-width: 120px;
    margin: 10px 200px 20px 200px;
    border: 1px solid #000;
    color: #222;
    background: #eee;
    padding: 10px;
    z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}


.meta ul {
  display: inline;
}

.meta li  {
    display: inline;
	list-style-type: none;
}


h4, #blogwire h2 {
    font-size: 13px;
    border: none;
    margin: 0px 0px 0px 0px;
    color: #f4ff3c;
    background: #4f4d7e;
    padding: 2px 4px 2px 4px;
    text-transform: lowercase;
    text-align: right;
}

.sidebar {
background: #ffffff;
}

.sidebar ul, #blogwire ul, .events ul {
        list-style-type: none;
	padding-left: 1px;
}

.sidebar ul li {
        margin-left: -2px;
        padding-left: 2px;
}

.events ul li {
        margin-left: 2px;
}

.events ul li ul li {
        margin-left: 5px;
}

#blogwire ul li {
        border-bottom: solid #000000;
        border-bottom-width: thin;
        margin-bottom: 5px;
}

.navigation {
    position: relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
    width: auto;
    min-width: 120px;
    margin: 0px 210px 10px 190px;
    border: 1px solid #000;
    color: #222;
    background: #ded6c6;
    padding: 2px;
    z-index: 3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
}

.b2calendartable { background: #ded6c6; border: 1px solid #000; font: 11px verdana, arial, helvetica, sans-serif; }
.b2calendarmonth { }
.b2calendarrow   { }
.b2calendarheadercell { color: #e9f2fc; background: #b5a58c; }

.b2calendarcell { color: #222; }
.b2calendartoday { color: #dd0000; }
.b2calendaremptycell { }
.b2calendarlinkpost { color: #354463; text-decoration: none; }

.blogrollmain {
    margin-bottom: 4px;
}

div.NOCSS {display: none;}

.buttonarea {
    background: #cccccc;
}

span.searchword {
    background-color: yellow;
}