/* 
Template: elo-zen-min
Theme Name: ELO Zen Min
Description: ELO theme based on the simple Zen Minimalist
Author: Nick Montfort
Author URI: http://nickm.com

Credit goes to Root of www.atthe404.com for his Odyssey interface and Gemini template 
Zen-Min CSS Design by Joni Mueller http://www.webjones.org/
Tabbed Menu for WP Pages from technique found at http://css.maxdesign.com.au/listamatic/
*/

a img {
	border: none;
}

a:link {
	text-decoration: none;
	color: #f00;
}

a:visited {
	text-decoration: none;
	color: #d00;
}

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


#content a img {
	margin-right: 4px;
	margin-bottom: 4px;
}

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

acronym, abbr, span.caps {
	cursor: help;
	font-size: 11px;
	letter-spacing: .07em;
}

blockquote {
	border-left: 5px solid #ccc;
	margin-left: 1.5em;
	padding-left: 5px;
}

body {
	background: #fff;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #222;
	margin: 0 0 0 10px;
	padding: 0;
	text-align: center; /* IE 5.5 hack */
}

cite {
	font-size: 11px;
	font-style: normal;
}

h1 {
	margin: 32px 10px 20px 0px;
	padding: 0px;
	text-align: left;
}

h2 {
	font-size: 13px;
	font-weight: normal;
	margin: 15px 20px 0 25px;
	padding-bottom: 2px;
}

h3 {
	font-size: 20px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 2px;
	padding-bottom: 0;
}

.storycontent > h3 {
	margin-top: 8px;
}

ol#comments li p {
	font-size: 100%;
}

p, li, .feedback {
	font-size: 12px;
}

ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.feedback {
	color: #ccc;
	text-align: left;
	clear: both;
	font-size: 90%;
}

.meta {
	font-size: 90%;
	text-align: right;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	font-weight: normal;
	letter-spacing: 0;
}

.post, #comments-post{
	margin-top: 5px;
	margin-right: 25px;
	margin-left: 25px;
	margin-bottom: 35px;
}

.storytitle {
	margin-top: 8px;
	margin-bottom: 6px;
	border-bottom: 1px #999 solid;
}

.storytitle a {
	text-decoration: none;
}

.storycontent > p {
	margin-top: 1px;
}

.textarea {
	width: 200px;
	margin: 0;
}

#clearer {
	clear: both;
	margin: 0;
	padding: 0;
}

#commentform #comment{
	width: 450px;
	margin: 0;
	padding: 10px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #eee;

	color: #333;
	border: 1px solid #333;
	padding: .2em;
}


#commentform textarea {
	width: 100%;
}

#commentlist li ul {
	border-left: 3px solid #eee;
	font-size: 12px;
	list-style-type: none;
}
#content {
	float: left;
	width: 550px;
	border: 1px solid #000;
	margin: 0px;
	padding: 10px 0 0 0;
	background-color: #eee;
}

#footer {
	margin-bottom: 0;
}

#main {
}

#header, #header a:link {
	font-size: 36px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 0;
}

#header a:hover {
	text-decoration: none;
	color: #222;
}

#mission {
	padding: 4px;
	margin: 0 0 20px 0;
	font-size: 12px;
}

#menu {
	float: right;
	width: 220px;
}

#nav {
	padding-left: 5px;
	padding-right: 5px;
}

#nav input#s {
	width: 80%;
	background: #eee;
	border: 1px solid #333;
	color: #000;
}

#nav ul {
	color: #333;
	font-weight: normal;
	font-size: 22px;
	list-style-type: none;
	margin: 0;
	padding-left: 0;
	text-transform: lowercase;
}

/* this is a fix for the way WP handles styling for link and theme switcher */
#nav li h2 {
	font-weight: normal;
	font-size: 18px;
	list-style-type: none;
	margin: 0;
	padding-left: 3px;
	text-transform: lowercase;
}

#nav ul li {
	font-size: 80%;
	margin-top: 10px;
	padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
}

#nav ul ul {
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

#nav ul ul li, #nav ul li ul li {
	font-size: 12px;
	font-weight: normal;
	border: 0;
	letter-spacing: 0;
	margin-top: 0;
	padding: 0;
}

#nav li a {
	color: #444;
	text-decoration: none;
}

#nav li a:hover {
	text-decoration: underline;
}

#nav ul ul ul.children {
	font-size: 11px;
	padding-left: 4px;
}

#rap {
	width: 792px;
	background: #fff;
	margin: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: left; /* IE 5.5 hack part II */
}
#wp-calendar {
	border: 1px solid #000;
	empty-cells: show;
	font-size: 11px;
	margin: 0;
	width: 95%;
	text-align: center;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
}

#wp-calendar a:hover {
	background: #eee;
	color: #333;
}

#wp-calendar caption {
	color: #444;
	font-size: 18px;
	font-weight: normal;
	text-align: left;
}

#wp-calendar td {
	color: #444;
	font-weight: normal;
	font-size: 11px;
	letter-spacing: normal;
	padding: 2px 0;
	text-align: center;
}

#wp-calendar td.pad:hover {
	background: #fff;
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #000;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

/* tabbed navigation code */

#pagetab {
	padding: 5px 0 3px 0;
	margin: 20px 1px 0 0;
	font-weight: bold;
	font-size: 10px;
	text-transform: lowercase;
}


#pagetab ul {
	list-style: none;
	margin: 0;
	padding-left: 29px;
	display: inline;
}

#pagetab li {
	list-style: none;
	margin: 0;
	display: inline;
}


#pagetab li a {
	padding: 3px .5em;
	margin-right: 1px;
	border: 1px solid #777;
	border-bottom: none;
	background: #ccc;
	text-decoration: none;
}

#pagetab li a:link { color: #444; }

#pagetab li a:visited { color: #444; }

#pagetab li a:hover { 
	background: #eee;
	color: #f00;
	border-top: 1px solid #222;
	border-right: 1px solid #222;
	border-bottom: 1px solid #eee !important;
	border-left: 1px solid #222;
}

#pagetab li b {
	padding: 3px .5em;
	margin-right: 1px;
	border-top: 1px solid #222;
	border-right: 1px solid #222;
	border-bottom: 1px solid #eee !important;
	border-left: 1px solid #222;
	background: #eee;
	color: #222;
}

.page_item {
	margin: 0;
	padding: 0;
}

#banner {
	width: 502px;
	margin: 13px 0 25px 25px;
	padding: 0;
}

#banner table tr {
	padding: 0;
	margin: 0;
}

#banner td {
	vertical-align: top;
	width: 92px;
	padding: 0 5px 0 0;
	margin: 0;
}

#banner p {
	font-size: 8pt;
        margin: 0;
        padding: 0;
}

#banner a img {
	margin: 0 0 9px 0;
	/*border: 1px #f00 solid;*/
}
.showcase_icon_strip {
	height:48px;
	border-left: 7px #999 solid;
	border-top: 7px #999 solid;
	border-bottom: 7px #999 solid;
	margin-bottom:5px;
}

.showcase_icon_strip .icon {
	border-right: 7px #999 solid;
}

.navlink a {
	padding-left: 25px;
	padding-right: 25px;
}

#content > p {
	padding-left: 25px;
	padding-right: 25px;
}

/* Added by EB */
/*
#showcaseindex {
	padding-bottom:20px;
}
.showcasetagcloud {
	padding:2px 10px 10px 10px;
	background-color:white;
	border:1px solid #666;
}
.showcasenav {
	padding:15px 25px 20px 25px;
}
.showcasenav p {
	font-size:8pt; margin-bottom:3px;
}
.showcasepost {
	font-size:8pt; margin-bottom:20px;
}
.showcasepost .storycontent {
	line-height:14px;
}
.showcasepost h3 {
	font-size:12pt;
	margin:10px 0px 2px 0px;
	padding-bottom:2px;
	border-bottom:1px solid #999;
}
.showcasepost .subtitle {
	margin:0px 0px 8px 0px;
	font-size:9pt;
}
.showcasepost img {
	margin:0px 7px 1px 0px;
	border:1px solid #333;
	display: inline; float:left;
}
*/

#showcase {
	padding:20px 0 50px 0;
}

#showcase .contentheader {
	padding:0 25px 0 25px;
	margin:0 0 35px 0;
}

#showcase .contentheader .nav {
	margin:0 0 10px 0;
}

#showcase .contentheader p {
	margin:0 0 5px 0;
}

#showcase .contentfooter {
	margin-top:70px;
	padding:0 25px 0 25px;
}

#showcase .small {
	font-size:8pt; margin:5px 0 0 0;
}

#showcase .tagcloud {
	background-color:white;
	border:1px solid #666;
	padding:0 5px 5px 10px;
}

#showcase .post {
	margin-bottom:25px;
}

#showcase .post p {
	font-size:8pt; 
}

#showcase .post .subtitle {
	font-size:12px;
	clear:both;
}

#showcase .post .subtitle .authordate {
	width:380px;
	margin-bottom:10px;
}

#showcase .post .subtitle .link {
	width:118px; float:left; 
	margin-bottom:10px;
	text-align:right;
}

#showcase .post h3 {
	font-size:12pt;
	margin:10px 0px 2px 0px;
	padding-bottom:2px;
	border-bottom:1px solid #999;
}

#showcase .post img {
	margin:0px 7px 0px 0px;
	border:1px solid #333;
	display:inline; float:left;
}

#showcaseform {
	font-size:8pt;
	padding:15px 20px 20px 20px;
}
#showcaseform p {
	margin-top:0px;
}
#showcaseform .formelement {
	margin-bottom:10px;
}
#showcaseform .formelement p {
	margin:7px 0 2px 0;
	font-size:8pt;
}
#showcaseform .small {
	font-size:8pt;
}
#showcaseform li {
	padding-top:2px;
}
#showcaseform select {
	font-size:8pt;
}
#showcaseform .formlabel {
	margin-bottom:2px;
}
#showcaseform h3 {
	font-size:12pt;
	margin:0px 0px 3px 0px;
	padding-bottom:2px;
	border-bottom:1px solid #999;
}
#showcaseform .errors {
	background-color:white;
	border:1px solid red;
	margin-bottom:20px;
	padding:5px 5px 5px 10px;
}
#showcaseform .errors h3 {
	color:red;
	border:none;
}
#showcaseform .table {
	margin:20px 0px 10px 0px;
}
#showcaseform .tablerow {
	clear:both; 
}
#showcaseform .leftcell {
	floa.affiliatest:left; width:125px;
	padding:0px 5px 10px 0px;
	font-weight:bold;
}
#showcaseform .rightcell {
	float:left; width:375px;
	padding-bottom:10px;
	line-height:14px;
}

.affiliates {
	padding:20px 0 30px 0;
}

.affiliates .contentheader {
	padding:0 25px 0 25px;
	margin:0 0 30px 0;
}

.affiliates .post {
	margin-bottom:30px; font-size:8pt;
}

.affiliates .post p {
	font-size:8pt; margin-top:5px;
}

.affiliates .post .subtitle {
	font-size:12px; font-weight:bold; margin-top:5px;
}

.affiliates .post .subtitle a {
	font-weight:normal;
}

#affiliates a:hover {
	text-decoration: none;
	border-bottom:0px;
}

.affiliate-icon {
	border:0px;
}

ol li {
	margin-bottom:10px;
}


