/*CSS screen style originally made for www.marcushellberg.com*/
/*You can modify and use it freely, comments can be sent to marcus.hellberg@gmail.com*/
/*html elements*/
body {
	background-color:#00305F; /* DFA01B; */
	font-family: candara, "ms trebuchet", verdana, "sans serif";
	font-size: .9em;
	line-height: 120%;
	color: #000000;
}

img {
	border: 0px;
	margin: 0px;
}

a, a:link, a:visited {
	color: #036;
	text-decoration: none;
}

a:hover, a:active {
	color: #Fff;
	background-color: #036;
}

input, textarea {
	border: 1px solid #000;
	background-color: #fff;
	font-size: .9em;
	font-family: consolas, "courier new", courier, monospace;
}
input:focus, textarea:focus {
	border: 1px solid #a00;
	background-color: #D0DCFF;
}

blockquote {
	margin-left: 20px;
	position: relative;
	width: 90%;
	background: #fff;
	border: 1px solid #000000;
	padding: 5px;
}

/*end html elements*/
/*layout divs*/
#container {
	height: 95%;
	width: 780px;
	margin: 10px auto;
	background: #DFF1FE;
	padding: 0px; 
}
#header {
	background: #D1E3EF url(../../media/website/fries2a.gif) repeat-x 0 100%;
	width: 775 px;
	height: 100px;
	margin: 1px auto;
  padding: 0;
}
#header h1 {
	font-family: constantia, georgia, times, serif;
	font-size: 2em;
	color: #036;
	padding: 15px 0px 20px 18px;
}

#nav {
	font-family: tahoma, geneva, sans-serif;
	float: right;
	width: 200px;
	padding: 34px 0 10% 0;
	z-index: 1;
	margin: 0px;
/*	background: #D1E3EF; */
	border-left: 4px solid #B5C4DF; 
}

#nav input, #nav textarea {margin: 10px 0 0 10px;}

#nav ul, #nav li {
	font-weight: normal;
	margin: 0;
	padding: 0 0 0 10px;
}

#nav ul {
	list-style-type: none;
	list-style-position: inside;
	border-bottom: 0px;
	padding: 0px 0px 5px 8px;
}

#nav ul ul, #nav ul li {
	padding-top: 0px;
	line-height: 140%;
}

.menu_current {
	font-style: italic;
  font-weight: bold;
  color: #000;
}

#content {
	width: 525px;
	margin: 10px 5px 50px 0;
	padding: 10px 0px 0px 40px;
	z-index: 10;
}
#content h1, #content h2, #content h3 {
	font-family: constantia, georgia, times, serif;
	width: 95%;
	font-weight: bold;
	color: #0C173F;
}
#content h1 {
	color: #ff3333;
  padding-left: 20px;
	padding-bottom: 3px;
	font-size: .4em;
	margin-top: 30px;
}
#content h2 {
	font-size: 1.4em;
	margin-top: 15px;
	letter-spacing: .01em;
}
#content img {
	float: left;
	padding: 0 10px 10px 0;
}

#content img.center {float: none;}

#content a {text-decoration: underline;}

#news {
  line-height: 120%;
  margin-top: 5px;
}

#footer {
	clear: both;
	margin: 0px auto;
	position: relative;
	width: 100%;
	height: 70px;
	/* padding: 10px 5px 0px 5px; */
	font-size: 0.9em;
	text-align: center;
	padding-top: 20px;
  background: transparent url(../../media/website/fries2.gif) repeat-x 0% 100%;
}

/*end layout divs*/
/* module news */

#post {
	text-align: justify;
	width: 90%;
}

.post_title{
        font-size: 1em;
	text-align: left;
	font-weight: bold;
	}
.post_date {
	font-size: .7em;
        margin-top: 0px;
	}

.post_short {
	padding-bottom: 15px;
        font-size: .9em;
        font-weight: normal;
}

.comment_title {
  font-size: .9em;
	font-weight: bold;
}
.comment_text {
	font-weight: bold;
	padding-bottom: 15px;
}
.comment_title, .comment_text {
}

.comment_info {
	text-align: right;
}

.comment_title, .comment_info {
}

.highlight {background: #FEFF5F; color: #5F005D; border-left: 1px solid #5F005D; border-bottom: 1px solid #5F005D}
