/* main CSS file for the FEAST website */

html
{
	direction: ltr;
	margin: 0;
	padding: 0;
	border: 0;
}

body
{
	direction: ltr;
	margin: 1% 1% 1% 0;
	margin-top: 40px;
	padding: 0;
	border: 0;
	background: transparent url("images/AUSEUstars.png") no-repeat fixed bottom right;
	font-family: Arial,sans-serif;
}

#Body
{
	margin: 0;
	padding: 0;
	border: 0;
}

#Content
{
	right: 0;
	min-height: 320px;
	margin: 0;
	margin-left: 163px;
	padding: 5px;
	border: 1px solid rgb(156,173,216);
	background: transparent;
}

abbr.feast
{
	font-style: oblique;
	font-family: Helvetica,Arial,sans-serif;
	text-shadow: black 0px 0px 1px;
	background: transparent;
}

.error, .warning, .message
{
	width: 75%;
	padding: 1%;
	margin: 1%;
	margin-left: 12.5%;
	border: medium solid;
}
.error { border-color: rgb(201,63,87); }
.warning { border-color: rgb(219,88,37); }
.message { border-color: rgb(156,173,216); }

div.error h2
{
	text-decoration: underline;
}

em { font-style: italic; }
strong { font-weight: bold; }

/* nice commonly used markup */
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.bottom { vertical-align: bottom; }
.floatright { float: right; margin-top: 0; padding-right: 1%; }
.floatleft { float: left; margin-top: 0; padding-left: 1%; }
.floatrightright { float: right; text-align: right; margin-top: 0; padding-right: 1%; }
.larger { font-size: larger; }
.smaller { font-size: smaller; }
.bold { font-weight: bold; }
.bold strong { font-weight: normal; }
.nonbold { font-weight: normal; }
.light { color: gray; }
.italic { font-style: italic; }
.italic em { font-style: normal; }
.bolditalic, .italicbold { font-weight: bold; font-style: italic; }
.underline { text-decoration: underline; }
.compact { margin: 0; padding: 0; border: 0; }
.monospace { font-family: monospace; }
.uppercase { text-transform: uppercase; }
.capitalise { text-transform: capitalize; }
.smallcaps { font-variant: small-caps; }
.serif { font-family: serif; }
.sans, .sansserif { font-family: sans-serif; }
.help { cursor: help; }
.block { display: block; }
.black { color: black; }
.gray { color: gray; }
.silver { color: silver; }
.red { color: rgb(201,63,87); }
.redbackground { background-color: rgb(201,63,87); }
.blue { color: blue; }
.bluebackground { background-color: rgb(156,173,216); }
.green { color: rgb(169,161,42); }
.greenbackground { background-color: rgb(158,204,169); }
.creme { color: rgb(243,191,155); }
.cremebackground { background-color: rgb(243,191,155); }
.shaded { background-color: rgb(158,204,169); }
.border { border: 1px solid silver; padding: 1em; }
.compactborder4float { float: right; margin-top: 0; width: 25%; border: 1px solid silver; padding: 0.1em 1%; }
.compactborder4float h2 { margin: 0; }
.compactborder4float p { margin: 0; }
.compactborder4float ul { margin: 0; }

.private { background-color: rgb(239,217,202); }

.fullwidth { width: 99%; margin-left: 0.5%; }
.halfwidth { width: 49%; margin-left: 1%; }

.subsection { margin: 0 0 1% 0; padding: 1%; border: 1px solid rgb(158,204,169); }
.subsection h2 { margin-top: 0; background-color: rgb(158,204,169); }
.subsection h3 { margin-top: 0; margin-bottom: 0; background-color: rgb(158,204,169); }

.hover:hover { background-color: silver; }

/* generic style */

#Content h1
{
	text-align: left;
	font-family: serif;
	border-bottom: 1px solid rgb(156,173,216);
}

#Content h2, h3
{
	font-family: serif;
}

a:link, a:visited, a:hover, a:active, a:focus
{
	text-decoration: underline;
	color: black;
}

.light a:link, .light a:visited
{
	color: gray;
}

a:hover, a:active, a:focus
{
	text-decoration: none;
	background-color: rgb(240,240,240);
	color: rgb(201,63,87);
	outline: 1px solid rgb(201,63,87);
}

a.text:link, a.text:visited, a.text:hover, a.text:active, a.text:focus
{
	text-decoration: none;
}

a.url:link, a.url:visited, a.url:hover, a.url:active, a.url:focus
{
	text-decoration: none;
	font-family: monospace;
}

span.button, a.button:link, a.button:visited, a.button:hover, a.button:active, a.button:focus, input[type="submit"], input[type="reset"]
{
	color: black;
	text-decoration: none;
	background-color: silver;
	border: 2px outset silver;
	font-size: smaller;
	font-weight: bolder;
	font-family: sans-serif;
	padding: 1px 5px 1px 5px;
}
a.button:hover, a.button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus
{
	border: 2px outset rgb(201,63,87);
	outline: 0;
}
a.button:active, input[type="submit"]:active, input[type="reset"]:active
{
	border: 2px inset silver;
	outline: 0;
}

img
{
	padding: 0;
	margin: 0;
	border: 0;
}

img.outset
{
	border: 2px outset silver;
}

p.flag
{
	float: right;
}
p.flag img, img.flag
{
	border: 2px outset silver;
}

img.smallflag
{
	border: 1px outset silver;
}

div.photo_right
{
	max-width: 360px;
	float: right;
	margin: 0 0 2px 2px;
	border: 1px solid rgb(158,204,169);
	padding: 2px;
	background-color: white;
	font-size: smaller;
	text-align: center;
}

div.photo_left
{
	max-width: 360px;
	float: left;
	margin: 0 2px 2px 0px;
	border: 1px solid rgb(158,204,169);
	padding: 2px;
	background-color: white;
	font-size: smaller;
	text-align: center;
}
div.photo_right p, div.photo_left p
{
	text-align: left;
	margin: 0;
	border: 0;
	padding: 0;
}

hr
{
	margin: 0;
	border: 1px solid rgb(201,63,87);
	padding: 0;
	height: 1px;
	width: 100%;
	height: 0;
}

table
{
	border-collapse: collapse;
}

table.center
{
	width: 50%;
	margin-left: 25%;
	text-align: left;
}

table.borders tr, table.borderss tr
{
	border: 1px solid rgb(158,204,169);
}

thead tr, table.borders thead tr, table.borderss thead tr
{
	border: 0;
	border-bottom: 2px solid rgb(158,204,169);
	font-variant: small-caps;
}

table.borders thead th
{
	border-bottom: 2px solid rgb(158,204,169);
}

table.borders tbody td
{
	border-top: 1px solid rgb(158,204,169);
	border-bottom: 1px solid rgb(158,204,169);
}
table.borderss tbody td
{
	border: 1px solid rgb(158,204,169);
}

tr.borderss, tr.borderss td, th.borderss
{
	border: 1px solid rgb(158,204,169);
}

table.photos
{
	border-collapse: separate;
	width: 100%;
}

table ul
{
	margin-top: 0;
	margin-bottom: 0;
}

caption
{
	margin-top: 2.5%;
	text-align: center;
	font-size: larger;
	font-weight: bolder;
}

table.center caption
{
	width: 50%;
	margin-left: 25%;
	text-align: center;
}

td, th
{
	text-align: left;
}

dl.center
{
	width: 50%;
	margin-left: 25%;
	text-align: left;
}

dt
{
	font-weight: bolder;
}

dt a, dt a:link, dt a:visited, dt a:hover, dt a:active, dt a:focus
{
	text-decoration: none;
}

ul.cards
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.cards li.card
{
	border: 1px solid black;
	margin: 1%;
	padding: 1%;
}

ul.cards h2
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: larger;
	background: transparent;
}

ul.cards p
{
	margin: 0;
	padding: 0;
	border: 0;
}

ol.alpha
{
	list-style-type: lower-alpha;
}

ol.roman
{
	list-style-type: lower-roman;
}

fieldset
{
	border: 2px groove rgb(158,204,169);
}

legend
{
	font-size: x-large;
	font-weight: bolder;
	color: rgb(201,63,87);
}

/* database classes */
label, .field
{
	text-decoration: underline;
	font-family: sans-serif;
	font-size: smaller;
	font-variant: small-caps;
}

.entry
{
	font-style: italic;
}

.entry a, .entry a:link, .entry a:visited, .entry a:hover, .entry a:active, .entry a:focus
{
	text-decoration: none;
}

input[type="text"], input[type="password"], select, textarea
{
	font-family: Arial,sans-serif;
	font-size: smaller;
	border: 1px solid rgb(158,204,169);
	padding: 1px;
	margin: 1px;
	background-color: transparent;
}

textarea
{
	font-family: serif;
}

input[type="text"]:active, input[type="password"]:active, select:active, textarea:active, input[type="text"]:focus, input[type="password"]:focus, select:focus, textarea:focus
{
	border: 1px solid rgb(201,63,87);
	background-color: rgb(254,254,254);
}

input[type="text"].url
{
	font-family: monospace;
}

abbr
{
	cursor: help;
	border-bottom: 1px dotted gray;
}

cite
{
	font-size: smaller;
	font-style: italic;
	color: gray;
}

cite a:link, cite a:visited
{
	color: gray;
}

q { font-style: italic; }
q:before { content: "“"; }
q:after { content: "”"; }

table.allborders th, table.allborders td
{
	border: 1px solid black;
}

table.fullwidth { width: 99%; }

table.twocolumn
{
	width: 100%;
	border-collapse: separate;
}

table.twocolumn tr
{
	vertical-align: top;
}

table.twocolumn td
{
	width: 49%;
	margin: 1%;
	padding: 1%;
	vertical-align: top;
	border: 1px solid black;
}

table.twocolumn table
{
	width: 98%;
	border-collapse: collapse;
}
table.twocolumn table td
{
	width: auto;
	margin: 0;
	border: none;
}

table.threecolumn
{
	width: 100%;
	border-collapse: separate;
}

table.threecolumn tr
{
	vertical-align: top;
}

table.threecolumn td
{
	width: 32%;
	margin: 1%;
	padding: 1%;
	vertical-align: top;
	border: 1px solid black;
}

@media print
{
	body
	{
		margin: 0;
		background: none;
		font-family: serif;
	}
	#Content
	{
		margin: 40px 0 0 0;
		border: 0;
		padding: 0;
		background: none;
	}
	a:link, a:visited, a:hover, a:active, a:focus { text-decoration: none; }
	.subsection { border: 0; }
	.noprint { display: none; }
}

