html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,font,img,ins,kbd,q,s,samp,
small,strike,sub,sup,tt,var,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

:focus { outline: 0; }
a img { border: none; }

/* ---------------------- */

body {
	margin: 4em auto;
	width: 740px;
	font: 90%/1.5 Calibri, GillSans, Tahoma, Verdana, Sans-serif;
}

h2, p, ul, hr {
	margin: 0 0 .75em;
}

p {
	text-align: justify;
	text-justify: newspaper;
}

h2 {
	font-weight: 600;
	font-size: 1.4em;
	line-height: .8em;
	border-left: 14px solid #D20E21;
	padding: .2em 0 0 .4em;
}

ul {
	margin-left: 1em;
	list-style: disc outside;
}

hr {
	border: 0;
	border-bottom: 1px solid #aaa;
	margin-top: 2em;
}

a:link, a:visited {
	font-weight: 600;
	color: #D20E21;
}

a:hover, a:active {
	color: #000;
}

div#header {
	border-bottom: 1px solid #aaa;
	margin: 0 0 1em;
	position: relative;
}
	div#header ul {
		position: absolute;
		bottom: 1.5em;
		right: 0;
		list-style: none;
		margin: 0;
	}

	div#header li {
		float: left;
		padding: .25em .75em;
		border: 1px solid #aaa;
		margin: 0 1em 0 0;
	}

div#content-wrapper {
	float: left;
	width: 740px;
	margin: 1em 0 2.5em;
	clear: both;
}
	div#content {
		float: left;
		width: 740px;
	}
		.index div#content {
			width: 440px;
		}

	div#sidebar {
		float: right;
		width: 256px;
	}

div#footer {
	border-top: 1px solid #aaa;
	padding: .75em 0 0;
	clear: both;
	font-size: 90%;
}
	div#footer a:link, div#footer a:visited {
		color: #000;
	}

	div#footer a:hover, div#footer a:active {
		color: #D20E21;
	}

p.reference {
	color: #777;
	text-align: right;
}

fieldset {
	width: 50%;
	padding: .5em .7em 1.1em;
	margin: 2em auto;
}

	fieldset label {
		float: left;
		width: 20%;
		height: 1.6em;
		text-align: right;
	}
		fieldset label input {
			margin: .5em 0 0;
		}

	fieldset div {
		float: right;
		width: 77%;
		height: 1.6em;
	}
		fieldset div input, div.form input {
			width: 100%;
		}

		fieldset div label {
			width: auto;
			margin-top: .4em;
		}

		fieldset div.error, fieldset div.notice {
			font-weight: bold;
			text-align: center;
		}

.settings {}
	.settings fieldset label {
		width: 28%;
	}

	.settings fieldset div {
		width: 70%;
	}

	.settings fieldset label small {
		font-size: .6em;
	}

.browse .message {
	font-size: 1.7em;
	margin: 3em auto;
	text-align: center;
}

.browse .item {
	display: inline;
	clear: none;
	float: left;
	width: 233px;
	margin-left: 10px;
}
	.browse .item .title {
		margin: 0 0 0 5px;
	}

	.browse .item .image {
		margin: 0 0 0 5px;
		width: 90px;
		height: 70px;
		clear: left;
		float: left;
	}

	.browse .item .form {
		margin: 5px 0 0;
		display: inline;
		clear: none;
	}
		.browse .item .form input {
			width: 134px;
		}


.upload .uploads {
	width: 50%;
	margin: 0 auto 1em;
	clear: both;
}
	.upload .uploads .item {
		display: inline;
		clear: none;
		float: left;
		width: 90px;
	}
		.upload .uploads .item .image {
			width: 85px;
			height: 65px;
		}

		.upload .uploads .item .form input {
			width: 78px;
			border: 1px solid #aaa;
		}

	.uploads fieldset {
		clear: both;
	}
