/* ******************************
	LAYOUT
********************************* */

BODY {
	background-image:url('../img/body-bg.png');
	background-repeat:repeat-x;
	background-color:#999999;
	text-align:center;
	margin:0px;
}

DIV.page-container {
	background-image:url('../img/content-bg.png');
	background-repeat:repeat-y;
	width:796px;
	margin:0 auto;
	text-align:left;
}

DIV.top-container {
	overflow:hidden;
	width:736px;
	height:109px;
	padding-right:30px;
	padding-left:30px;
	background-image:url('../img/top.png');
	background-repeat:no-repeat;	
}

DIV.top-container IMG {
	margin-left:60px;
	margin-top:40px;
	margin-right:60px;
	float:left;
}

DIV.content {
	width:696px;
	padding:50px;
	padding-top:30px;
	background-image:url('../img/content-bg-top.png');
	/*background-position:left;*/
	background-repeat:no-repeat;		
}

DIV.separator {
	width:796px;
	height:13px;
	background-image:url('../img/bottom-separator.png');
	background-repeat:no-repeat;		
}

DIV.bottom {
	width:696px;
	background-image:url('../img/bottom.png');
	background-repeat:no-repeat;	
	background-position:bottom left;
	padding:50px;
	padding-top:10px;
	padding-bottom:30px;
	font-family:Verdana;
	font-size:10px;
}

DIV.arkiv {
	width:778px;
	padding:9px;
	padding-top:0px;
	background-image:url('../img/content-bg.png');
	/*background-position:left;*/
	background-repeat:no-repeat;		
}
DIV.arkiv DIV {
	padding:40px;
	padding-top:20px;
	padding-bottom:20px;
	background-color:#efefef;
	font-family:Verdana;
	font-size:12px;
}

/* ******************************
	MENU 
********************************* */

DIV.topmenu {
	display:inline;
}

DIV.topmenu UL {
	list-style:none;
	display:inline;
}

DIV.topmenu UL LI {
	float:left;
}

DIV.topmenu UL LI DIV {
	display:block;
	height:35px;
	padding-left:25px;
	margin-top:62px;
}

DIV.topmenu UL LI DIV A {
	display:block;
	height:35px;
	padding-right:25px;
	padding-top:10px;
	font-family:Verdana;
	font-size:12px;
	text-decoration:none;
	color:#000000;
}

DIV.topmenu UL LI DIV.topmenuitem-active {
	background-image:url('../img/tab.png');
	background-repeat:repeat-x;
}

DIV.topmenu UL LI DIV.topmenuitem-active A {
	background-image:url('../img/tab-end.png');
	background-position:top right;
	background-repeat:no-repeat;
}

/* ******************************
	HEADINGS AND PARAGRAPHS
********************************* */

H1 {
	font-family:georgia,times new roman;
	font-size:28px;
	font-style:normal;
	font-weight:normal;
	font-variant:small-caps;
	margin:0px;
}

H1 A {
	color:#000000;
	text-decoration:none;
}

H2 {
	font-family:georgia,times new roman;
	font-size:22px;
	font-style:normal;
	font-weight:normal;
	margin:0px;
}

H2 A {
	color:#000000;
	text-decoration:none;
}

A {
	color:#ff9900;
	text-decoration:none;	
}

A IMG {
border:0px;
}

P {
	font-family:georgia,times new roman;
	font-size:14px;
	margin:0px;
	margin-bottom:10px;
}
FIELDSET {
	boder-width:0px;
}
LABEL {
	font-family:georgia,times new roman;
	font-size:14px;
	width:100px;
}


/* ******************************
	NEWS
********************************* */

.news-archive-image {
	border:solid 1px #999999;
	padding:5px;
	overflow:hidden;
	margin-bottom:7px;
	margin-right:10px;
	float:left;
	height:130px;
	width:130px;
	overflow:hidden;
	display:block;
}
.news-archive-image DIV {
	margin:0px auto;
}
.news-imagewrapper {
	border:solid 1px #999999;
	padding:5px;
	overflow:hidden;
	margin-bottom:12px;
}

.news-date {
	font-family:arial;
	font-size:12px;
	color:#999999;
	font-variant:small-caps;
}

.news-subtitle {
	margin:20px;
	font-family:times new roman;
	font-size:16px;
	font-style:italic;
	color:#999999;
}

DIV.news-footer {
	height:80px;
	margin-top:20px;
	margin-bottom:40px;
	padding-left:20px;
	background-color:#efefef;
	background-image:url('../img/news-footer-begin.png');
	background-repeat:no-repeat;
	background-position:top left;
	font-family:verdana;
	font-size:12px;
}
DIV.news-footer A {
	color:#000000;
	text-decoration:none;
}
DIV.news-footer-inner {
	background-image:url('../img/news-footer-end.png');
	background-repeat:no-repeat;
	padding-right:20px;
	height:80px;
	background-position:top right;
}
DIV.news-footer-category ,
DIV.news-footer-comment ,
DIV.news-footer-facebook {
	background-image:url('../img/news-footer-comment.png');
	background-repeat:no-repeat;
	background-position:top left;
	height:40px;
	padding:30px;
	padding-left:70px;
	width:110px;
	display:block;
	float:left;	
}
DIV.news-footer-category {
	background-image:url('../img/news-footer-category.png');
	height:70px;
	width:220px;
	padding-top:15px;
	padding-bottom:15px;
}
DIV.news-footer-facebook {
	background-image:url('../img/news-footer-facebook.png');
}

DIV.news-imagecaption {
	text-align:Center;
	font-family:times new roman;
	font-size:14px;
padding:10px;
background-color:#efefef;
}

DIV.content .amenu-item {
   text-decoration:none;
   display:inline;
   padding-right:30px;
}
DIV.arkiv .amenu-item {
   text-decoration:none;
   display:inline;
   padding-right:10px;
   color:#000000;
   font-family:Verdana;
   font-size:10px;
}

/* **********************
	COMMENTS
************************ */
.emphasize {
	font-family:times new roman;
	font-size:14px;
	font-style:italic;
	color:#999999;
}
.comment-1 {
	margin-bottom:20px;
	clear:both;
}
.comment-2 {
	margin-bottom:20px;
	clear:both;
}
.comment-top {
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
}
.comment-content {
	font-family:georgia, times new roman;
	font-size:16px;
	margin-top:3px;
}
.comment-gravatar-wrap {
	border:solid 1px #999999;
	background-color:#ffffff;
	margin-right:10px;
	padding:3px;
	display:block;
	width:48px;
	height:48px;
	float:left;
}
.comment-message {
	padding:10px;
	color:#ff2200;
	font-size:14px;
	font-family:times new roman;
}

