﻿@charset "utf-8";

/**
 * Main stylesheet that contains site-wide styling rules.
 *
 * @author Charles Winebrinner <cwinebrinner@gmail.com>
 * @copyright Copyright (c) 2008, St. Bede Abbey
**/

html * {
	margin: 0;
	padding: 0;
}

body {
	background-color: #fff;
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 100%;
	font-family: "Franklin Gothic", Verdana, Helvetica, sans-serif;
	font-size: 12px;
	letter-spacing: 1.25px;
}

p {
	margin: 15px 0 15px 0;
	color: #030;
}

img { border: none; }

h1, h2, h3 {
	margin: 10px 0 10px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #063;
	font-weight: bold;
}

h1 { font-size: 16px; }

h2 { font-size: 14px; }

h3 { font-size: 12px; }

div#content {
	position: absolute;
	top: 275px;
	left: 300px;
}

div#content * a,
div#content * a:link,
div#content * a:visited {
	color: #f3b527;
	text-decoration: none;
	cursor: pointer;
}

div#content * a:hover {
	color: #fc0;
	text-decoration: underline;
}

div#content ul { margin-left: 40px; }

div#content ul li { margin-bottom: 5px; }

ul#menu {
	position: absolute;
	height: 200px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	color: #fff;
}

ul#menu li { margin-bottom: 10px; }

ul#menu li a,
ul#menu li a:link,
ul#menu li a:visited {
	text-decoration: none;
	color: #fff;
}

ul#menu li a:hover { color: #fdbb30; }