﻿
/**
 * Farnborough Association of Magical Entertainers
 * Cascading Style Sheet - Design 1
 * 
 * Colours in use:
 * #000000 - (black)  boarders
 * #111111 - (black)  page background
 * #bcbcbc - (silver) main text
 * #e4e4e4 - (white)  title text
 * #ee0000 - (red)    hyperlink
 * 
 * Site Design and Implementation by Andy Poole
 * http://www.andy-poole.me.uk
 */
 
body {
	margin: 0;
	padding: 0;
	background-color: #000000;
	font-family: arial, sans-serif;
	color: #bcbcbc;
	font-size: 90%;
}

h1 {
	color:#e4e4e4;
	margin: 1em 0 1em 0;
	font-size: 1.5em;
	font-weight: bold;
}

h2 {
	color:#e4e4e4;
	margin: 2em 0 1em 0;
	font-size: 1em;
	font-weight: bold;
}

a {
	color: #ee0000;
	font-family: inherit;
	text-decoration: none;
}

a:hover {
	font-family: inherit;
	text-decoration: underline;
}

#container {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	width: 920px;
	margin: 0 auto;
}

#header {
	margin: 0px;
	background-color: #000000;
	background-image: url('graphic2.jpg');
	background-repeat: no-repeat;
	background-position: right bottom;
}

#logo {
	height: 184px;
	background-image: url('logo.png');
	background-repeat: no-repeat;
	background-position: left center;
}

#top_menu {
	height: 26px;
	padding: 0px 1em;
	line-height: 26px;
	font-weight: bold;
	font-size: 0.9em;
}

#top_menu a {
	color: inherit;
	padding: 0 1em;
}

#top_menu a#menu_current {
	color: #ee0000;
	padding: 0 1em;
	text-decoration: none;
}

#side_column {
	border-width: 1px;
	border-color: #e2e2e2;
	width: 190px;
	padding: 10px;
	margin-top: 4.8em;
	float: left;
	border-right-style: dashed;
}

#side_column hr {
	border-width: 0 0 1px 0;
	border-color: #e2e2e2;
	border-style: solid;
	height: 1px;
	margin: 1.5em 0 1em 0;
}

#side_column ul {
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#side_column ul li {
	font-size: 0.9em;
}

#side_column ul li.title {
	color:#e4e4e4;
	font-weight: bold;
	margin-bottom: 0.2em;
}

#main_column {
	width: 660px;
	min-height: 600px;
	padding: 10px 10px 40px 10px;
	float: left;
}

#main_column table {
	margin: 0;
	padding: 0;
	margin-bottom: 2.5em;
}

#main_column table caption {
	color:#e4e4e4;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	padding-left: 2px;
}

#group_photo {
	background-image: url('group_photo_bg.png');
	background-repeat: no-repeat;
	padding: 6px;
	margin-top: 2em;
}

#footer {
	background-color: #000000;
	height: 20px;
	text-align: center;
	line-height: 20px;
	clear: both;
	font-size: 10px;
}

.caption {
	font-size: 0.8em;
	font-style: italic;
}

.center {
	text-align: center;
}

.clear {
	clear: both;
}

.event {
	margin-bottom: 0.5em;
	padding: 6px;
	background: #262626;
	border: solid 1px #bcbcbc;
}

.event img {
	float: left;
	margin-right: 12px;
}

.event p {
	margin-top: 0;
	margin-bottom: 0;
	float: left;
	width: 560px;
}

.hidden {
	display: none;
}

ol.roman {
	margin: 0px;
	padding-left: 30px;

	list-style-type: lower-roman;
}

ol.decimal {
	margin: 0px;
	padding-left: 30px;

	list-style-type: decimal;
}

ol.alpha {
	margin: 0px;
	padding-left: 30px;

	list-style-type: lower-alpha;
}

form#login fieldset {
	background: #262626;
	padding: 20px 20px 15px 20px;
	border: solid 1px #bcbcbc;
	width: 245px;
}

form#login label {
	width: 75px;
	float: left;
	margin-right: 5px;
}

form#login input {
	background: #000000;
	border: solid 1px #bcbcbc;
	margin-bottom: 5px;
	width: 160px;
	color: #e4e4e4;
}

form#login input#button {
	margin-left: 80px;
	width: auto;
	color: #e4e4e4;
}

