/* layout, taken from http://www.456bereastreet.com/lab/developing_with_web_standards/csslayout/2-col/ */
body, html {
	margin: 5px 0px 0px 0px;

	padding: 0;
}

#wrap {
	width: 950px;
	margin-top: 15px;
	margin-left: 50px;

	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 3px;
}

#header {
	height: 135px;
}

#logo {
	width: 900px;
	height: 90px;

	position: relative;
	top: 5px;
	left: 5px;
}

#dates-and-search-box {
	width: 385px;
	height: 125px;

	position: relative;
	top: -130px;
	left: 560px;
}

#dates {
	width: 385px;
	height: 70px;
}

#search {
	width: 385px;
	height: 25px;
}

#motto {
	width: 100%;
	height: 25px;

	position: relative;
	top: -110px;
	left: 0px;
}

#message {
}

#main {
	float: right;
	width: 750px;
}

#sidebar {
	float: right;
	width: 200px;
}

#footer {
	clear: both;
}

#footer-content {
	height: 43px;
}

#login {
	width: 32px;
	height: 32px;

	position: relative;
	top: 7px;
	left: 5px;
}

#copyright {
	width: 550px;
	height: 35px;

	position: relative;
	top: -25px;
	left: 188px;
}

#last-update {
	width: 250px;
	height: 35px;

	position: relative;
	top: -60px;
	left: 695px;
}

#logo-set {
	clear: both;
	margin-left: 10px;
}


/* styles: font, colors, images... */
body {
	background: url('images/background-25x600.png') repeat-x fixed;
	color: #22503c;

	font-family: verdana, serif, sans, arial;
	font-size: 90%;
}

a, a:visited, a:active {
	color: inherit;
	text-decoration: underline;
}

a:hover {
	color: inherit;
	background-color: #eee;
}

a:hover.graphic-link {
	background-color: transparent;

	padding: 0px;
}

p {
	text-align: justify;
}

#wrap {
	background: white;
	border: 1px dotted #999;
}

#header {
	background: url("images/header-background-950x135.jpeg") no-repeat;
}

#dates {
	font-size: 28px;
	font-weight: bold;
	font-style: italic;

	color: inherit;

	text-align: center;
}

#search {
	color: inherit;

	text-align: center;
}

#motto {
	background: url("images/motto-background-950x25.png") no-repeat;

	color: inherit;

	font-size: 120%;
	font-style: italic;
	font-weight: bold;

	text-align: center;
}

#footer-content {
	border-top: 1px solid #22503c;
	border-bottom: 1px solid #22503c;
}

#copyright {
	text-align: center;

	font-family: monospaced, verdana, serif, sans, arial;
	font-size: 85%;
}

#last-update {
	text-align: right;

	font-family: monospaced, verdana, serif, sans, arial;
	font-size: 85%;
	font-style: italic;
}

.navigation-bar-item {
	width: 75%;

	margin-left: 12%;

	padding-top: 4px;
	padding-bottom: 2px;
}

.navigation-bar-selected-item {
	background-color: #cfc;

	font-style: italic;
	font-weight: bold;

	padding: 2px;
}

.under-construction-text {
	font-size: 275%;
	font-weight: bold;

	text-align: center;
}

#navigation-bar {
	width: 95%;

	margin-top: 15px;

	text-align: left;

	border-right: 1px dotted #22503c;
}

.navigation-bar-link, .navigation-bar-link:visited, .navigation-bar-link:active {
	color: inherit;

	text-decoration: none;
}

input {
	color: inherit;
}

#collaboration-text {
	font-weight: bold;

	text-align: center;
}

.external-link {
	background: url('images/external-link.gif') no-repeat 100% 50%;
	padding: 0 12px 0 0;		/* width of the img */
	display: inline-block;		/* IE correction to show the icon */
	cursor: pointer;		/* IE correction to show hand instead of arrow */
	vertical-align: bottom;	/* Opera correction to get the last word vertical aligned */

}
