/*
  al-Barran Main Page

   Author: Chris Hurlbert
   Date:   28 March 2010

   Filename:         newcomers.css
   Supported Files: index.php, sitelinks.php, header.php

*/

body		{background-color: black; color: silver; margin: 0; padding: 0; position: relative;
			 padding-bottom: 15px}
a		{color: gold}
a:visited	{color: silver}
a:hover		{text-decoration: overline underline}

/* Header settings */
#header		{background-color: gold; background: url("../IMAGES/hdrbkgrnd.jpg") repeat-x; color: black; position: relative; height: 110px; width: 100%;
		 text-align: center; vertical-align: middle; padding: 5px; margin: 0px}

#header h1	{font-size: 2em; font-family: fantasy; padding: 0px;
		 margin: 1em 0.5em 0em 0.5em}
#header p	{font-size: .9em; font-family: sans-serif}

/* Left section */
#left		{float: left; width: 300px; margin: 0px; padding: 5px; border-right: 2px solid gold; margin-right: 3px}

#left a		{color: gold; text-decoration: none}
#left a:visited	{color: silver}
#left a:hover		{text-decoration: underline overline}

/* web maintainer */
#maintainer	{font-style: italic; font-size: 0.7em; margin-top: 3em}

/* content section */
#content	{margin-left: 320px; margin-right: 210px; padding-left: 3px}
#content h1	{font-size: 20px}
#content h2	{font-size: 18px}
#content h3	{font-size: 16px}
#content h4	{font-size: 14px}
#content h5	{font-size: 12px}

#content dt	{margin-top: 5px}
#content dd	{font-style: italic}

#content .bookTitle	{font-weight: bold; font-style: italic}