/*
  al-Barran Main Page

   Author: Chris Hurlbert
   Date:   9 March 2010

   Filename:         main.css
   Supported Files: index.php, sitelinks.php, header.php, activities.php, court.php, disclaimer.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: 100px; 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: 120px; 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}

#bandb		{float: left; margin-top: 10px; margin-right: 10px}
#bandb p	{margin-top: 2px; padding-top: 0px; text-align: center}


/* events box */
#events		{float: right; clear: right; margin: 10px; width: 200px; padding: 3px;
			 border: 4px double gold; font-size: 15px}
		 
#events h1	{text-align: center; font-size: 1.5em; font-weight: bold; margin: 2px; padding: 0px}

#events a:hover	{color: white}