/* @override http://local.cecilieore/publisher_cecilieore/images/cecilieore.css */

body
{
	margin: 0 0 0 6px;
	font:   0.9em Arial;
}

a img
{
	border: 0;
}

h1
{
}

h2
{
}

#sub-menu {
	margin: 0;
	list-style: none;
	padding: 0 0 10px;
	border-bottom: 2px solid #cbcaca;
}

#sub-menu li
{
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 1px;
}

#sub-menu li a
{
	text-decoration: none;
}

#sub-menu a.sel
{
	background-color: #eae8e8;
	color: black;
}

#right h1, #right h2
{
	margin-top: 0;
	margin-bottom: 0;
}

#right h1
{
	font-size: 1.0em;
	margin-top: 8px;
	margin-bottom: 5px;
}

#right h2
{
	font-size: 1em;
	margin-top: 8px;
	margin-bottom: 2px;
}

#right p {
	margin-top: 2px;
	margin-bottom: 6px;
}

#main h1
{
	font-size: 1.0em;
	margin-top: 10px;
	margin-bottom: 6px;
}

#main h2
{
	font-size: 1.0em;
	margin-top: 8px;
	margin-bottom: 5px;
}

#main h3
{
	font-size: 1em;
}

div.publisher-content-region-1 {
	margin-bottom: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #cbcaca;
}

div.publisher-content-region-1.last-block
{
	border-bottom: 0px solid #cbcaca;
}

p
{
	margin-bottom: 10px;
	margin-top: 10px;
	line-height: 1.35em;
}

#menu-items img
{
	margin: 0 20px 0 2px;
}

#footer {
	font-size: 0.87em;
}

#right {
	font-size: 0.87em;
	float: right;
	padding-top: 11px;
	line-height: 1.4em;
}

div.publisher-content-region-2.last-block {
	padding-bottom: 10px;
}

div.publisher-content-region-3.last-block {
	padding-bottom: 0px;
}

div.publisher-content-region-2,
div.publisher-content-region-3 {
	padding-bottom: 7px;
	padding-top: 7px;
	border-top: 1px solid #cbcaca;
}

#main-menu a img
{
	border: 0;
}

#news, #event-calendar {
	width: 296px;
	clear: both;
}

#header {
	text-align: left;
	background-color: white;
}

#main-menu {
	border-top: 3px solid #000;
	margin: 8px 0 0;
	padding-bottom: 11px;
	padding-top: 10px;
}

#menu-items
{
	background-color: #eae8e8;
	padding: 9px 0 1px 1px;
	margin: 0;
}

#menu-items img.last-item
{
	margin-right: 0;
}

#menu-items img
{
	padding-bottom: 5px;
}

#menu-items li
{
	margin: 0;
	list-style: none;
	padding: 0;
	display: inline;
}

#cecilie-ore
{
	margin-top: 39px;
}

#centered-content {
	text-align: center;
	margin: auto;
	width: 890px;
	background: url(bg.gif) repeat-y;
}

#content {
	text-align: left;
	width: 890px;
	position: relative;
}

#main
{
	width: 572px;
	overflow: hidden;
	padding-top: 2px;
}


#footer {
	clear: both;
	background-color: white;
	padding: 12px 1px 10px;
	margin-top: 5px;
}

#footer-content
{
	clear: both;
	padding: 6px 1px;
	border-top: 3px solid #e1dfdf;
}

#news .title, #event-calendar .title
{
	width: 288px;
	text-align: right;
	background-color: #eae8e8;
	padding: 6px 4px 4px;
}

#event-calendar div.title {
	margin-top: 4px;
}

.news-items
{
	margin: 0;
	padding: 0;
}

.news-items li
{
	margin: 0;
	padding: 0;
	list-style: none;
}

ul#controls {
	list-style: none;
	margin: 0;
	padding: 0;
}

#fallback {
	display: none;
}

.audioButton {
	background: url("play.png") no-repeat 0 9px;
	cursor: pointer;
	margin: 0;
	padding: 10px 10px 10px 60px;
}

.audioButton:hover {
	background: url("hover.png") no-repeat 0 9px;
	background-color: #EAE8E8;
}

.audioButton.playing {
	background: url("now-playing.png") no-repeat 0 9px;
	padding: 10px 10px 10px 110px;
	background-color: #EAE8E8;
}

.audioButton.playing:hover {
	background: url("now-playing.png") no-repeat 0 9px;
	padding: 10px 10px 10px 110px;
	background-color: #EAE8E8;
}

.audioButton.loading,
.audioButton.loading:hover {
	background: url("loading.png") no-repeat 0 9px;
	padding: 10px 10px 10px 110px;
	background-color: #EAE8E8;
}

#player {
	display: none;
}

