/*  
Theme Name: Erica America (ea)
Version: 0.1
Author: Jason M. Novak (XHTML + CSS). Leigh Ann Cairns (Graphics).
Author URI: http://betterlivingthroughintrospection.com/

A theme created for Erica America.
*/

body { background-color: #f5f5f3; }

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

h1, h2, h3, h4, h5, h6 { color: #333; font-family: Tahoma; padding: 0; margin: 0; }

#doc { font-family: Tahoma; color: #333333; }
#ft { font-size: x-small; margin: 1em 0;}
.yui-main .yui-b { background-color: #fff; border: 1px solid #ddd; }

.ea-posts { background-color: #fff; padding: 0.25em; border: 1px solid #ddd; }
.ea-post { padding: 0.5em;}

.ea-post-header {}
.ea-post-title { padding: 1em; margin: 0.5em; background-color: #f5f5f3;}
.ea-post-title { width: 68%; float: left;}
.ea-post-date { width: 18%; float: left; background-color: #f5f5f3; padding: 1em; margin: 0.5em 0 0.5em 0;}
.ea-post-title h2, .ea-post-date h3 { text-transform: uppercase; font-size: 93%; }
.ea-post-title a { color: #333; }
.ea-post-date h3 { color: #c03; }

.ea-post-meta { clear: both; font-size: x-small; padding-left: 2em; }
.ea-post-content { padding: 1.5em; font-size: 85% }
.ea-post-comments { padding: 0 1.5em; font-size: 85% }

.ea-module { background-color: #fff; border: 1px solid #ddd; margin: 0 0 0.5em 0; padding: 0.25em; }
.ea-module h3 { background-color: #c03; color: #fff; font-family: arial; padding: 0.5em; font-size: small; }
.ea-module li { list-style-image: url(images/arrow.gif); }
.ea-module form { padding: 0.25em; }
#ea-module-feed li { list-style-image: url(http://www.feedburner.com/fb/images/pub/feed-icon16x16.png);  }

#ea-module-twitter #twitter_div { overflow: hidden; }

div.ea-comments { margin: 1em 0; }
.ea-comments ol li { padding: 0.5em 0.25em; }
.ea-comment-alt { background-color: #eee; }

/* wp defaults for inserted images. don't care for it, but that's what happens... */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin-right: 1em;
   margin-bottom: 1em;
}
.alignright {
   float: right;
   margin-left: 1em;
   margin-bottom: 1em;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
