/* styles for littleseedsdesign.com */

/* elements */

html { 
	margin: 0px; 
	padding: 0px; 
	}
	
body, div, p, td, ol, ul, li {
	font-family: verdana, helvetica, arial, sans-serif;
	}

body {
    margin: 0px;
	padding: 0px;
	background: #692472 url(../images/bg_page.gif) repeat-y top left;
	font-size: 70%;
	color: #333;
    }
	
div, h1, h2, h3, h4, h5, h6, p, ol, ul { 
	margin: 0; 
	padding: 0; 
	}
	
h1, h2, h3, h4, h5, h6 {
	color: #000;
	}

h1 {
	padding: 0;
	font-size: 1.4em;
	}
	
h2 {
	padding: 20px 0 5px 0;
	font-size: 1.2em;
	}
	
h3 {
	padding: 13px 0px 4px 0px;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	}
	
h4 {
	font-size: 1em;
	text-transform: uppercase;
	}
	
p {
	font-size: 1em;
	line-height: 1.5em;
	}
		
blockquote {
	line-height: 1.25em;
	}

/* container */

#container {
	width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top: 1px solid #333;
	border-right: 2px solid #333;
	border-bottom: 1px solid #333;
	border-left: 2px solid #333;
	padding: 0;
	background: #FFF url(../images/bg_menu.jpg) repeat-y top left;
	}

/* banner */

#banner {
	border-bottom: 2px solid #333;
	}

#banner a {
	border: none;
	text-decoration: none;
	}

#banner img {
	border: none;
	}

/* site navigation */

#left {
	float: left;
	width: 250px;
	margin: 0;
	padding: 0;
	}

#nav {
	width: auto;
	margin: 0 0 15px 0;
	border: 1px solid #CCC;
	border-bottom: none;
	font-size: 100%;	
	}

#nav ul {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	}
	
#nav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}
	
* html #nav ul li {
	margin: 0;
	border-collapse: collapse;
	border-top: none;
	border-bottom: 1px solid #CCC;
	padding: 0;
	}
	
#nav a {
	width: auto;
	display: block;
	margin: 0;
	border-bottom: 1px solid #CCC;
	padding: 5px 10px;
	color: #000;
	text-decoration: none;
	}
	
* html #nav a {
	display: block;
	margin: 0;
	padding: 3px 10px;
	text-decoration: none;
	}

#nav a:hover {
	background-color: #FFF;
	}
	
#nav span.lowercase {
	text-transform: lowercase;
	}

	
/* content area */

#content {
	margin: 0 0 0 250px;
	border-left: 1px solid #CCC;
	padding: 10px 100px 100px 50px;
	}
	
#content h1.pageTitle {
	margin: 10px 0 0 0;
	}

#content h2 {
	}

#content h2.archive {
	width: auto;
	margin-top: 35px;
	background-color: #D9D9D9;
	padding: 3px 5px;
	font-weight: normal;
	}

#content p {
	margin: 5px 0;
	padding: 0;
	font-size: 11px;
	}

p.details {
	line-height: 1em;
	}

#content p.caption {
	margin: 10px 20px 20px 20px;
	font-style: italic;
	}

#content p.captionTop {
	margin: 20px 20px 10px 20px;
	font-style: italic;
	}

#content p.centered {
	margin-bottom: 30px;
	text-align: center;
	}

#content p.publication {
	padding-left: 25px;
	}

#content p.author {
	width: auto;
	margin-top: 15px;
	background-color: #D9D9D9;
	padding: 2px 5px;
	}

#content p.epigraph {
	margin-bottom: 20px;
	text-align: right;
	}
	
#content p.figureTitle {
	font-style: italic;
	}

#content p.figureTitleSubHeading {
	margin-top: 15px;
	font-style: italic;
	text-align: center;
	}

#content blockquote {
	margin-right: 0;
	padding-right: 0;
	}

#content blockquote .original {
	margin-bottom: 20px;
	}
	
#content blockquote p.play {
	margin-left: 50px;
	text-indent: -75px;
	}

#content blockquote .characterName {
	margin-right: 10px;
	}

#content table.small {
	margin: 20px 0 25px 0;
	border: none;
	border-collapse: collapse;
	font-size: .9em;
	}

#content table.small th {
	padding: 0 0 10px 0;
	text-align: left;
	}

#content table.small tr.alternate {
	background-color: #CCC;
	}

#content table.small td {
	padding: 5px 0;
	}
	
#content p.directory {
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	}

#content p.bookSeries {
	margin-top: 20px;
	font-size: 1.2em;
	font-weight: bold;
	}

#content p.section {
	margin-top: 10px;
	border-top: 1px solid #CCC;
	padding-top: 5px;
	}

span.date {
	font-size: .9em;
	font-weight: normal;
	}

#content ul {
	margin-bottom: 15px;
	}

#content li {
	margin: 5px 0 10px 20px;
	font-size: 11px;
	}
	
#content ul ul {
	margin-left: 20px;
	}

#content ul.naked {
	margin-top: 10px;
	list-style-type: none;
	}

.note {
	font-style: italic;
	}

#content p.forumAuthor {
	margin-bottom: 20px;
	font-weight: bold;
	}

hr {
	margin-top: 15px;
	margin-bottom: 10px;
	padding: 0;
	}

#content .footnote {
	font-size: .9em;
	}

#content p.return {
	margin-top: 25px;
	font-size: .9em;
	text-transform: uppercase;
	}

#content #references p {
	margin-left: 40px;
	text-indent: -40px;
	}

#content a {
	border-bottom: 1px dotted #009900;
	color: #009900;
	text-decoration: none;
	}

#content a:visited {
	}

#content a:hover {
	border-bottom: 1px solid #000;
	color: #000;
	text-decoration: none;
	}

#content a.bookSeriesLink {
	border-bottom: 1px dotted #333;
	color: #333;
	}

#content a.bookSeriesLink:hover {
	border-bottom: 1px solid #000;
	}
	
#content .alpha {
	list-style-type: upper-alpha;
	}
	
#content ol.nestedList {
	padding-left; 15px;
	}

/* style sheet styles */

.times {
	font-family: Times, serif;
	}

/* image styles */

img.book {
	float: right;
	width: auto;
	margin: 0 -55px 0 25px;
	border: 1px solid #CCC;
	padding: 5px;
	}

/* form styles */

p.form {
	margin-top: 20px;
	text-transform: uppercase;
	font-size: .9em;
	}

input {
	border: 1px solid #A0AF50;
	padding: 3px;
	background-color: #FBFBF4;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333;
	}

textarea {
	border: 1px solid #A0AF50;
	padding: 3px;
	background-color: #FBFBF4;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #333;
	}

button {
	border: 1px solid #A0AF50;
	padding: 3px;
	background-color: #A0AF50;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 1em;
	color: #FFF;
	text-transform: uppercase;
	}

/* footer */

#footer {
	clear: both;
	padding: 10px 15px 20px 15px;
	background-color: #553A8E;
	font-size: .9em;
	color: #FFF;
    }
	
#footer p {
	}
	
#footer a {
	color: #FFF;
	}
	
#footer a:hover {
	background-color: #FFF;
	color: #553A8E;
	}