/* standard element styles */
html, body {
	width: 99%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FCFCFE;
}

a:link, a:active, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

/* main block positions */
#center {
	width: 1000px;
	margin: 1ex auto;
}
#container {
	width: 100%;
	float: left;
}

#header {
	position: relative;
	width: 100%;
	float: left;

	margin-top: 1ex;
	margin-bottom: 1ex;

	border: 1px solid #86C2CA;
	-moz-border-radius: .5em;
	border-radius: .5em; 
	background-image: url('images/okk_header_full.png');
	background-repeat: no-repeat;

	height: 150px;
	z-index: 1;
}


#header #menu {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 35px;
}

#header #login {
	position: absolute;
	bottom: -1ex;
	right: 0px;
	font-size: 75%;
	margin: 1ex 1em;
	z-index: 5;
}

#content {
	float: left;
	width: 68%;
	margin-top: 1ex;
	border: 1px solid #86C2CA;
	-moz-border-radius: .5em;
	border-radius: .5em;

	text-align: justify;

	background-color: #FCFCFC;
}


#content-padding {
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 1ex;
	margin: 0px;
}

#right-bar {
	float: right;
	width: 25%;
	background-color: #fff;

	font-size: 80%;
	min-height: 400px;

	border: 1px solid #d3d3d3;
	margin-top: 1ex;
	-moz-border-radius: 0.5em;
	border-radius: .5em;
}

#right-bar-padding {
	padding-left: 0.4em;
	margin: 0px;
}


/* menu colors */

#menu {
	-moz-border-radius-bottomleft: 0.5em;
	-moz-border-radius-bottomright: 0.5em;
	border-bottom-left-radius: .5em;
	border-bottom-right-radius: .5em;
}

#menu, #menu li, #menu li li {
	background-color: #FCFCFE;
}


#menu li:hover {
	color: #2222AA;
}

/* content styling */

a:link, a:active, a:visited {
	color: #2323C3;
}

#menu li a:link, #menu li a:active, #menu li a:visited {
	color: #C3667F;
}

.moduletitle {
	font-family: Serif;
	font-weight: bold;
	font-size: 1.5em;
	color: #C3667F;
}


.mngmntlink {
}

div.itemtitle {
	font-family: Serif;
	font-weight: bold;
	font-size: 1.3em;
	color: #C3667F;
}
 
div.news-item {
	text-align: justify;

	padding-top: .2ex;
	padding-bottom: 1ex;
	padding-right: 1em;	
}

.news-separator {
	margin-bottom: 3ex;
}

.event-separator {
	margin: 0px;
	padding: 0px;
	font-size: 3pt;
}

.weblog-itemtitle {
	font-size: 100%;
	font-family: Tahoma, Serif;
	color: #C3667F;
}

.weblog-subheader {
	font-size: 75%;
	font-style: italic;
}

.weblog-itemtitle {
	margin-bottom: 0ex;
}
.weblog-post p {
	margin-top: 0ex;
	margin-bottom: 1ex;
}
.comments {
	font-size: 75%;
}


#right-bar > div {
	margin: 0 auto;
}
#right-bar .moduletitle {
	padding-bottom: 1ex;
	padding-top: .8ex;
}

#right-bar a.calendar-mngmntlink {
	display: inline-block;
	margin-bottom: 1ex;
}


/* clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
