body {
	background-color: #DFDFDF;
}

h1 {
	font-size: 24pt;
}
h2 {
	font-size: 18pt;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-size: 12pt;
}

ul li {
	line-height: 30px; /* Add spacing between lists */
}

/******************************************************************************
 * Siikir Web Design Elements                                                 *
 ******************************************************************************/

/* Content wrapper for padding */
.content {
	margin: 0px 4px;
}

/* Bottom row of links */
.footnote {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 24px; /* To add padding between rows */
}
.footnote a:link, .footnote a:visited {
	color: #000000;
	text-decoration: none;
}
.footnote a:hover, .footnote a:active {
	text-decoration: underline;
}

/*--- HEADER PANEL ---*/

/* Wrapper for the action buttons */
#toolbar {
	background-color: #00CCFF; /* TODO: make bg image */
	border-bottom: 1px solid #000000;
	display: block;
	height: 64px;
	margin-bottom: 12px;
}

/* Action button classes */
ul#actions {
	display: block;
	list-style: none;
	margin: 0px auto;
	padding: 0px;
}
ul#actions li {
	position: relative;
	float: left;
	display: block;
	width: 64px;
	height: 64px;
}
ul#actions li a:link, ul#actions li a:visited {
	display: block;
	width: 64px;
	height: 64px;
	font-size: 0px;
	margin: auto;
	text-decoration: none;
	background-image: url("old-actions.png");
	background-repeat: no-repeat;
}

/* Notification/message count icons */
ul#actions li div.notify {
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 0px;
	right: 0px;
}
ul#actions li div.notify.notify-1 {
	background-image: url("notify-1.png");
}
ul#actions li div.notify.notify-2 {
	background-image: url("notify-2.png");
}
ul#actions li div.notify.notify-3 {
	background-image: url("notify-3.png");
}
ul#actions li div.notify.notify-4 {
	background-image: url("notify-4.png");
}
ul#actions li div.notify.notify-5 {
	background-image: url("notify-5.png");
}
ul#actions li div.notify.notify-6 {
	background-image: url("notify-6.png");
}
ul#actions li div.notify.notify-7 {
	background-image: url("notify-7.png");
}
ul#actions li div.notify.notify-8 {
	background-image: url("notify-8.png");
}
ul#actions li div.notify.notify-9 {
	background-image: url("notify-9.png");
}
ul#actions li div.notify.notify-n {
	background-image: url("notify-n.png");
}

/* Individual action buttons */
ul#actions li.help a {
	background-position: 0px 0px;
}
ul#actions li.help a:hover {
	background-position: -64px 0px;
}
ul#actions li.home a {
	background-position: 0px -64px;
}
ul#actions li.home a:hover {
	background-position: -64px -64px;
}
ul#actions li.search a {
	background-position: 0px -256px;
}
ul#actions li.search a:hover {
	background-position: -64px -256px;
}
ul#actions li.mail a {
	background-position: 0px -128px;
}
ul#actions li.mail a:hover {
	background-position: -64px -128px;
}
ul#actions li.chat a {
	background-position: 0px -384px;
}
ul#actions li.chat a:hover {
	background-position: -64px -384px;
}
ul#actions li.hotlist a {
	background-position: 0px -192px;
}
ul#actions li.hotlist a:hover {
	background-position: -64px -192px;
}
ul#actions li.settings a {
	background-position: 0px -320px;
}
ul#actions li.settings a:hover {
	background-position: -64px -320px;
}
ul#actions li.admin a {
	background-position: 0px -448px;
}
ul#actions li.admin a:hover {
	background-position: -64px -448px;
}
