body {
    background-color: #ccc;
    font-family: Optima;
    }

a:link, a:visited {
    color: #900;
    }

a:hover, a:active {
    color: #fff;
    background: #999;
    text-decoration: none;
    }

#body { padding-bottom: 5em; }

#body img {
    float: right;
    max-width: 30%;
    padding: 1px;
    margin-bottom: 1em;
    margin-left: 1em;
    border: 1px solid black;
    }

strong { color: #990000; }

ul { list-style: none; }

ul.blogList { 
    list-style: none; 
    margin-top: -1em;
    margin-bottom: 1em;
    margin-left: -1.5em;
    }

#wrap {
    background-color: #fff;
    width: 800px;
    border: 1px solid black;
    padding: 1em;
    margin: 0 auto;
    }

#header {
    width: auto;
    height: 200px;
    background: #fff url(images/banner3.jpg) no-repeat;
    border: 1px solid black;
    padding: 0;
    margin: 0;
    }

.headerTitle, .headerDescription {
    color: #fff;
    text-align: right;
    padding: .5em;
    }

.headerDescription { margin-top: -1.5em; }

.headerDescription a:link, .headerDescription a:visited {
    color: white;
    font-size: small;
    }

.bannerLogout {
    position: absolute;
    top: 150px;
    left: 55%;
    width: 275px;
    border: 1px solid #666;
    background-color: #ccc;
    padding-right: 5px;
    padding-left: 5px;
    font-family: 'trebuchet ms', 'optima', arial, sans-serif;
    font-size: 10px; 
    text-align: center;   
    }

.bannerLogin {
    text-align: center;
    }

.bannerError { 
    position: absolute;
    top: 1px;
    left: 40%;
    width: auto;
    height: auto;
    text-align: center;
    padding: 1em;
    border: 1px solid red;
    background: white;
    }

#dropLoginBox { left: 58%; padding-top: 1px; }

#navigation {
    background-color: #666;
    border-top: none;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    padding: .5em .5em .5em 1em;
    margin-top: 0;
    margin-bottom: 2px;
    text-align: right;
    }

.navLink { 
    display: inline; 
    padding-left: 1em;
    }

#navigation a:link, #navigation a:visited, 
#footer a:link, #footer  a:visited {
    color: #fff;
    text-decoration: none;
    }
    
#navigation a:hover, a:active,
#footer a:hover, #footer  a:active {
    color: #000;
    background-color: #fff;
    text-decoration: none;
    }
    
.contentColumn {
    border: 1px solid black;
    width: 162px;
    float: left;
    padding: 0;
    margin: 1em;
    overflow: hidden;
    }

.columnHeader {
    width: auto;
    height: 100px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: #fff;
    }

#header1 {
    background: #990000 url(images/knot-logo.jpg) no-repeat center;
    }

#header2 {
    background: #999999 url(images/buddha-logo.jpg) no-repeat center;
    }

#header3 {
    background: #990000 url(images/wheel-logo.jpg) no-repeat center;
    }

#header4 {
    background: #999999 url(images/lotus-logo.jpg) no-repeat center;
    }
    
.blogTitles { 
    font-weight: bold; 
    padding: 0 .5em 0 .5em;
    width: 98%;
    }

.blogDates { font-size: small; }

.blogListings {
    margin-bottom: 2em;
    border-bottom: 1px solid black;
    }

.searchTerm, .error {
    color: #990000;
    background: #ccc;
    padding-right: 1px;
    padding-left: 1px;
    }
    
#footer {
    height: auto;
    clear: both;
    width: auto;
    background-color: #666;
    padding: .5em;
    margin: 0;
    text-align: center;
    font-size: 12px;
    }

#footer .footerSiteMap { font-weight: bold; color: white; line-height: 150%; }

.sellOut {
    position: relative;
    width: 468px;
    height: 60px;
    margin:0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    clear: both;
    }

.hiddenForm {
    border: 1px solid #999; 
    background: #ccc; 
    padding: 1em; 
    width: 50%;
    } 

label {
	display: inline-block;
	line-height: 1.8;
	vertical-align: top;
	width: 150px;
	}

#recaptcha_widget_div img {
    float: none;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0;
    margin-left: 0;
    border: none;
    }


/* all this shit down here is from the Feed2js files
/* leave stuff blank to counteract the needlessly complex
/* default styles */

.rss-box {
}

.rss-title, rss-title a {
}

.rss-items {
    margin-top: -1em;
    margin-bottom: 1em;
    margin-left: -1.5em;
    }

.rss-item  {
}

.rss-item a:link, .rss-item a:visited {
    color: #900;
    text-decoration: underline;
	}

.rss-item a:hover, .rss-item a:active { 
    color: #fff;
    background: #999;
    text-decoration: none;
	}
	
.rss-date {
	font-size: 11px;
	font-weight : normal;
	}

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #ccc;
   color: black;
   border: 1px solid #ccc;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   text-decoration: none;
   }
.pod-play:hover {
   background: #900;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }
 
.pod-play-box a:link { text-decoration: none; }

