/*
	Design by Free CSS Templates
	http://www.freecsstemplates.org
	Released for free under a Creative Commons Attribution 2.5 License
*/

/* Basic */

*
{
	margin: 0em;
	padding: 0em;
}

h1,h2
{
	letter-spacing: 0.2em;
}

/* ugly 
h3,h4,h5,h6
{
	letter-spacing: 0.2em;
}
*/

body
{
	font-family: "trebuchet ms", sans-serif;
	font-size: 10pt;
	background-color: #000000;
	color: #400;
}

a
{
	color: #040;
	text-decoration: underline;
}

a:hover
{
	text-decoration: none;
}

/* Outer */

#outer
{
	width: 778px;
	margin: 2em auto;
}

/* Header */

#header
{
	padding-bottom: 1.75em;
	text-align: center;
}

#header h1
{
	font-size: 2.4em;
}

#header h2
{
	font-size: 1em;
	color: #bbb;
}

#header h1 a
{
	color: #fff;
	text-decoration: none;
}

/* Menu */

#menu
{
	background: #edb url('images/bottomflipped.jpg') top left no-repeat;
	height: 76px;
	width: 778px;
}

#menu ul
{
	list-style: none;
	text-align: center;
	position: relative;
	top: 35px;
}

#menu li
{
	padding: 0em 1.5em 0em 1.5em;
	display: inline;
}

#menu li a
{
	color: #3A2000;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
	letter-spacing: 0.2em;
}

#menu li a:hover
{
	text-decoration: underline;
}

/* Content */

#xbg1
{
	position: absolute;
	background: #edb url('images/repeat.jpg') top left repeat-y;
	width: 778px;
	height: 98px;
}

#content
{
	background: #edb url('images/repeat.jpg') top left repeat-y;
}

#content p
{
	margin-bottom: 2em;
	line-height: 1.5em;
}

#content h2,h3,h4,h5,h6
{
	position: relative;
	color: #3F2109;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: solid 1px #DFBF99;
}

#content h2
{
	font-size: 1.5em;
}

#content h3
{
	font-size: 1.1em;
}

#content ul
{
	margin-bottom: 2em;
	padding-left: 3em;
}

#content ol
{
	margin-bottom: 2em;
	padding-left: 3em;
}

#content blockquote
{
	margin-bottom: 2em;
}

#content blockquote p
{
	border-left: solid 8px #667700;
	padding-left: 1em;
	margin-bottom: 0em;
}

#content table
{
	margin-bottom: 2em;
}

#content table th
{
	text-align: left;
	font-weight: bold;
	padding: 0.5em;
}

#content table td
{
	padding: 0.5em;
}

#content table tr.rowA
{
	background-color: #DFBD99;
	color: inherit;
}

#content table tr.rowB
{
	background-color: #EFDCC2;
	color: inherit;
}

/* Primary Content */

#primaryContentContainer
{
	position: relative;
	z-index: 2;
	float: right;
	margin-left: -14em;
	width: 780px;
}

#primaryContent
{
	margin: 2em 3.0em 0em 15em;
	padding: 0em 0em 0em 1.5em;
	border-left: solid 1px #DFBF99;
}

/* Secondary Content */

#secondaryContent
{
	position: relative;
	z-index: 2;
	float: right;
	width: 10em;
	/*margin-top: 2em;*/
}

#secondaryContent img
{
	z-index: 4;
}

/* Footer */

#footer
{
	width: 778px;
	height: 56px;
	padding-top: 30px;
	background: #edb url('images/bottom.jpg') top left no-repeat;
	text-align: center;
}

.clear
{
	clear: both;
}

/* Ed's additons */
#primaryContent h1, 
#primaryContent h2, 
#primaryContent h3, 
#primaryContent h4, 
#primaryContent h5, 
#primaryContent h6 {
    color: #000;
}

#sim_map {
    border: solid 1px #400;
}


h1, h2 {
    text-align: center;
}

#wikitext, #secondaryContent {
    font-size: 1.24em;
}

/* From pmWiki */

.sidehead {
  margin:0px; padding:4px 2px 2px 2px;
  font-size:1.2em; font-weight:bold; font-style:normal; 
}
.sidehead a 
  { color:#505050; font-weight:bold; font-style:normal; }

#secondaryContent p.sidehead {
    margin-bottom: 0.5em;
}

#secondaryContent ul {
    padding-left: 1em;
}

#secondaryContent ul li {
    padding-bottom: 0.4em;
}

#content p
{
	margin-bottom: 2em;
	line-height: 1.5em;
}

#content ul.donate {
    padding-left: 0px;
    list-style: none;
    margin-bottom: 1em;
}

div.podcast.description {
    margin-bottom: 2em;
}

