/*
Theme Name: EmilyFreemanBrown
Theme URI: http://EmilyFreemanBrown.com/
Description: The EFB WordPress theme
Version: 1.0
Author: Bryan Stanbridge
Author URI: http://BryanStanbridge.com/
Tags: blue, green, custom header, fixed width, one column, widgets

	EFB v1.0
	 http://EmilyFreemanBrown.com/

	This theme was designed and built by Bryan Stanbridge,
	whose blog you will find at http://BryanStanbridge.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
/* Main CSS for Emily Freeman Brown's Web site */
* {padding: 0; margin: 0;}
html, body {background: #339; color: #000; font-size: 100.01%;}
hr {display: none;}

#splash {width: 730px; margin: 0 auto; background: #339; padding: 0;}
#splash img {border: 0; margin: 0 auto; display: block; padding-top: 75px;}
#splash #navigation {padding: 0; margin: 0 auto; width: 600px; height: 1.25em;}
#splash #navigation ul {padding: 0; margin: 0 auto;}
#splash #navigation ul li {padding: 0: margin: 0;}

#navigation {width: 730px; margin: 0 auto; background: #9cc; padding: 0 25px;}
#navigation ul {list-style: none; margin: 0 auto; padding: 25px 0 0 5px; height: 1.25em; display: block;}
#navigation ul li {float: left; background: #9cc; border-right: 1px solid #339;}
#navigation ul li.page-item-8 {border: 0;}
#navigation a {display: block; padding: 0 1em; color: #339; text-decoration: none; font-weight: bold;}
#navigation a:hover, #navigation .current_page_item {background: #fff;}
#home #navigation .current_page_item {background: #9cc;}

#content {clear: both; width: 730px; margin-right: auto; margin-left: auto; margin-top: -5px; padding: 1em 25px; background: #fff;}
#content h1, h2, h3, h4, h5, h6, p {padding-left: 20px; padding-right: 20px; color: #393; padding-top: 1em;}
#content h1 {font: 2em/1em bold Arial,Helvetica,sans-serif; padding-bottom: 0.5em;}
#content h2 {font: 1.5em/1em bold Arial,Helvetica,sans-serif;}
#content h3 {font: 1.25em/1em bold Arial, Helvetica, sans-serif;}
#content p {text-indent: 2.5em; line-height: 1.5em; color: #000; padding-top: 0;}
#content p.first {text-indent: 0;}
#content p.aside {font-size: 75%;}
#content p#AtoZ {text-align: center; padding-bottom: 1em; text-indent: 0; font-size: 90%;}
#content a {color: #393; border-bottom: 1px solid #393; padding-bottom: 1px; text-decoration: none;}
#content a:hover {color: #fff; background-color: #393;}
#content a:visited {color: #060;}
#content p.photo {text-indent: 0;}
#content p.photo img {border: 0; display: inline;}
#content p.photo a {border-bottom: 0; display: inline;}
#content blockquote {padding: 1em 1em;}
#content ul {padding: 0 1em;}
#content ul li {padding: 0 0 0.5em 4em; list-style: none; text-indent: -2em;}
#content ul li.back {font-size: 75%;}
#content div#img {float: right; margin: 0 1em 1em; padding: 0;}
#content div#img p {text-align: right; font-size: 0.6em;}

#footer {clear: both; width: 730px; margin-right: auto; margin-left: auto; text-align: center; font-size: 0.8em; color: #9cc; padding: 0 25px 2em;  background: #339; border-top: 2px solid #9cc;}
#footer ul {list-style: none;}
#footer ul li {display: inline; padding: 0 20px;}
#footer a {color: #9cc; border-bottom: 1px solid #9cc; text-decoration: none;}
#footer li.current_page_item a {background: #9cc; color: #339;}
#footer a:hover {color: #339; background-color: #9cc;}
#footer p {clear: left; color: #9cc; padding-top: 1em;}