/* Header elements */
#header
{
	background: url('images/logo.png') no-repeat center center;
	height: 138px;
}

h1
{
	display: none;
}

/* Lists */
ul
{
	list-style: square url('images/bullet.png');
}


h2, h3, h4, p, label, li, fieldset, legend, span, th, td, address
{
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

/* Top menu bar elements */
#menu, #menu li
{
	margin: 0;
	padding: 0;
}

#menu
{
	text-align: center;
	list-style-type: none;
}

#menu li
{
	display: inline;
	margin: 0 -4px;
	font-family: Arial, 'Lucida Grande', Verdana, Sans-Serif;
}

#menu li a
{
	padding: 15px 12px 16px 12px;
	height: 50px;
	background: url('images/menuBarCorners.png') no-repeat -30px 0px;
	color: white;
	font: bold 16px/50px Arial, 'Lucida Grande', Verdana, Sans-Serif;
	border: none;
}

#menu li a.left
{
	padding-left: 32px;
	background-position: top left;
}

#menu li a.right
{
	padding-right: 32px;
	background-position: top right;
}

#menu li a:hover
{
	background-position: -30px -50px;
	border: none;
}

#menu li a.left:hover
{
	background-position: 0px -50px;
}

#menu li a.right:hover
{
	background-position: 100% -50px;
}

/* Body elements (content) */
body
{
	padding: 0;
	margin: 8px 5%;
	text-align: justify;
}

h2
{
	margin-bottom: 4px;
}

blockquote
{
	margin-left: 5%;
	padding-left: 32px;
	background: white url('images/bQuote.png') no-repeat top left;
}

.articleTagline
{
	margin-top: 0;
	font-style: italic;
	font-size: 0.95em;
}

.articleSlug
{
	clear: both;
	font-size: 0.9em;
}

.pageList
{
	text-align: center;
	border-top: 1px solid red;
	border-bottom: 1px solid red;
	background: #FFE5D4;
	padding: 2px;
}

/* Links */
a
{
	border-bottom: 1px dashed #FFE0CC;
	text-decoration: none;
	color: #F04318;
}

a:hover
{
	border-bottom: 1px solid red;
	background: #FFE0CC;
	text-decoration: none;
}

/* Forms */
fieldset
{
	margin: 8px 0 2px 0;
	border: 1px solid #D91C0A;
}

legend
{
	padding: 0 4px;
	border-left: 1px solid #D91C0A;
	border-right: 1px solid #D91C0A;
}

fieldset ul
{
	list-style-type: none;
	list-style-image: none;
	padding-left: 20px;
	margin: 0;
}

label
{
	display: block;
}

label input
{
	width: 200px;
}

.key
{
	margin: 0 12px 0 0;
	display: block;
	float: left;
	text-align: right;
	width: 75px;
}

.value
{
	margin: 0;
	display: block;
	float: left;
}

fieldset h3
{
	margin: 5px 0;
	font-size: 1em;
}

form
{
	margin-top: 16px;
}

form br
{
	clear: both;
}

/* Article list */
.articleBox
{
	padding: 3px 6px;
	width: 400px;
	font-size: 90%;
	border: 1px dashed red;
}

.articleList
{
	list-style-type: none;
	list-style-image: none;
	padding: 0;
}

.articleList li
{
	margin: 0 5%;
	padding: 1px 10px;
}

.alt
{
	background: #F0F0F0;
}

.articleList h3, .articleList h4, .articleBox h3, .articleBox h4
{
	text-align: center;
	margin: 6px 0;
}

.articleList h4, .articleBox h4
{
	color: #4D4D4D;
}

.articleList h3 a:hover
{
	padding: 0 2px 2px;
}

/* Category list */
.categoryList li
{
	padding-left: 15px;
}

.categoryList h3, .categoryList h4
{
	margin-bottom: 5px;
}

.categoryList p
{
	margin-top: 10px;
}

/* Images */
.image
{
	border: 1px dashed red;
	float: left;
}

.image img
{
	display: block;
	margin: 0;
	padding: 0;
}

.image p
{
	text-align: center;
	margin: 1px 5px;
}

.floatLeft
{
	float: left;
	margin-right: 15px;
}

.floatRight
{
	float: right;
	margin-left: 15px;
}

/* Tables */
table
{
	width: 100%;
}

th, td
{
	padding: 2px;
}

th
{
	text-align: center;
	background: #DFDFDF;
}

/* Boxes */
.box
{
	margin: 10px 0;
	padding: 0 4px;
}

.box p
{
	margin: 4px;
}

.error
{
	border: 1px solid #CC0000;
	background: #EB9EA0;
}