body {
	background: #000000 url("../images/background.png") center center fixed no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	background-color: #DCDCDC;
	font-family: sans-serif;
	font-size: 80%;
}

@media only all and (max-width: 1280px) and (max-height: 720px) {
	body {
		-moz-background-size: 1280px 720px;
		background-size: 1280px 720px;
	}
}

a {
	color: #0972b4;
	font-weight: bold;
}

/* Page Wrapper */
.wrapper {
	margin: 0 auto;
	width: 790px;
}

/* Header */

#header {
	position: relative;
}

/* Tickerbox */
#tickerbox {
	position: absolute;
	top: 0;
	left: 200px;
}
#tickerbox {
	height: 12px;
	padding: 1em;
	width: 200px;
}
.tickerstart {
	float: left;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.tickercontainer {
	margin: 0;
	padding: 0;
}
.tickercontainer .mask {
	overflow:hidden;
	position:relative;
}
.mask {
	height: 85px;
}
ul.ticker {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 2000000px;
	line-height: 115px;
}
ul.ticker a {
	color: #000000;
	text-decoration: none;
	font-size: 200%;
}
ul.ticker a:hover {
	font-weight:bold;
}
/* Logo */
.logo {
	width: 200px;
	height: 85px;
	background-image: url("../images/kakadu-kombo-logo.png");
}
.logo span {
	display: none;
}

/* Narrow Content */
.narrow {
	width: 380px;
}

/* Navigation */
.navigation {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.navigation  li {
	border: 1px solid #98B158;
	-moz-border-radius: 0 10px 10px 0;
	-webkit-border-radius: 0 10px 10px 0;
	border-radius: 0 10px 10px 0;
	width: 150px;
	background-color: #0972B4;
	height: 25px;
	margin-bottom: 5px;
}
.navigation li span, .navigation li a span {
	font-family: serif;
	font-style: italic;
	color: #FFFFFF;
	line-height: 25px;
	padding-left: 10px;
	font-size: 140%;
	font-weight: bold;
	display: block;
	text-decoration: none;
}

/* Rotated Photo */
.photo {
	position: relative;
	right: 5px;
	-webkit-transform: rotate(-5deg);
	-moz-transform: rotate(-5deg);
	-o-transform: rotate(-5deg);
	border: none;
	padding-bottom: 25px;
}

/* Picase */
.pic-thumb div, .pic-thumb {
	border: none !important;
	cursor: pointer !important;
	border-style: inherit !important;
	border-width: inherit !important;
	width: inherit !important;
	height: inherit !important;
	float: inherit !important;
	text-align: left !important;
	color: #0972B4;
	font-weight: bold;
	text-decoration: underline;
}

/* Frontpage Lines */
.front p {
	margin: 5px 0;
}
.firstline {
	text-transform:uppercase;
	font-size: 90%;
}
.blackline {
	color: #000000;
	font-size: 120%;
	font-style: italic;
	font-weight: bold;
}
.blueline {
	color: #0972B4;
	font-size: 130%;
	font-style: italic;
	font-weight: bold;
}
.lastline {
	font-size: 90%;
	font-style: italic;
	font-weight: bold;
	text-decoration: blink;
}