/*

Overlay layout for content pages
By Jadrian Miles

*/

@import "lists.css";
@import "clicktable.css";


/**********************

BASE STYLE

**********************/

body {
	margin: 0px;
	padding: 0px;
	background-color: #A06020;
	background-image: url('images/bg_dark.jpg');
	/* background-attachment: fixed;*/
	/* color: #350A00; */
	color: #000000;
	font-family: Tahoma, Verdana, Arial;
	font-size: 90%;
	text-align: center; /* to center the content block in IE */
}

h1 {
	margin: 0px;
	color: #FFFFFF;
}

h1 a {
	color: #F6E1A6;
}
h1 a:hover {
	color: #FFB55D;
}

/**********************

STRUCTURE

**********************/

.overlay {
	background-color: #AA7036;
	background-image: url('images/bg_light.jpg');
	/*background-attachment: fixed;*/
	padding: 10px;
	border: 1px solid white;
}
.overlay > * {
	margin-bottom: 0px;
}
.overlay > :first-child {
	margin-top: 0px;
}

#container {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	position: relative;
	top: 50px;
	text-align: left; /* to un-center all the child text */
}

#content {
	margin: 20px 0px 0px 0px;
}

#nav {
	margin: 20px 0px;
	text-align: center;
	font-size: 90%;
}

/**********************

CONTENT BOX

**********************/

.urgent {
	color: white;
	background-color: #4E3605;
	/*font-size: 110%;*/
	font-weight: bold;
}

h2 {
	color: white;
	background-color: #4E3605;
	padding: 2px 4px;
}

table {
	margin-top: 2ex;
	border-collapse: collapse;
}
#content th {
	text-align: center;
}
th, td {
	padding: 4px;
	border: 1px solid #4E3605;
}
#content > table > tbody {
	border-top: 6px double #4E3605;
}

#content > table table th {
	text-align: left;
	font-weight: normal;
	font-style: italic;
}
#content ul {
	padding-left: 3ex;
}

#content a {
	color: inherit;
	text-decoration: underline;
}
#content a:hover {
	background-color: #FFB55D;
	color: inherit;
	text-decoration: none;
}

img.inset-right {
	float: right;
	margin: 0px 0px 10px 10px;
}

.fullwidth {
	width: 100%;
}

/**********************

NAVIGATION BOX

**********************/

.PipeSeparatedList li {
	border-color: black;
}

#nav a {
	color: #4E3605;
	text-decoration: none;
}
#nav a:hover {
	background-color: #FFB55D;
	color: #4E3605;
	text-decoration: none;
}
