

/*<group=Misc>*/

body {
	background : #0C0C0C;
	color: #ffffff;
	font: 12px   'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align: left;
}

* html body { right: 400px;
	top: 75px;
	background: url(images/0_bakgrund.jpg) repeat;
}

a {
	color : #ffffff;
	text-decoration : none;
	font: bold 12px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
}

a:hover {
	color : #ffffff;
	text-decoration : underline;
	font: bold 12px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-shadow: 0px 0px 2px #c6e3f9;
}
	
/*</group>*/

/*<group=Title And Slogan>*/

.sitetitle {
	background: url(images/1_topper.jpg) no-repeat;
	width: 610px;
	height: 70px;
	margin-top: -33px;
	font: bold 52px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	padding-top: 5px;
	padding-left: 40px;
	text-align: left;
	text-shadow: 0px 0px 3px #c6e3f9;
}

* html .sitetitle { padding-left: 40px; width: 650px;
	height: 75px;
	position: absolute;
	top: 33px;
	float: left;
	left: 180px;
}

.slogan {
	width: 610px;
	height: 23px;
	padding-left: 40px;
	background: url(images/2_slogan.jpg);
	font: bold 16px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	text-align: left;
	padding-top: 2px;
	text-shadow: 0px 0px 2px #c6e3f9;
}

* html .slogan { padding-left: 40px; width: 650px;
	height: 25px;
	position: absolute;
	top: 75px;
	left: 180px;
	float: left;
}
	
/*</group>*/

/*<group=Meny>*/

.meny {
	width: 175px;
	height: 25px;
	background: url(images/42_meny.jpg) repeat-y;
	text-align: left;
	font: bold 14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	padding-left: 25px;
	position: relative;
	top: 82px;
	right: 400px;
}

* html .meny {
	top: 75px;
	position: relative;
	z-index: 99;
	float: left;
	left: -10px;
}

.meny a:hover {
	text-shadow: 0px 0px 2px #c6e3f9;
}

.menytop {
	width: 200px;
	height: 25px;
	background: url(images/41_menytop.jpg);
	margin-left: -25px;
}

.menybottom {
	background: url(images/43_menybottom.jpg);
	width: 200px;
	height: 25px;
	margin-left: -25px;
}

.menyholder {
	margin-left: -25px;
	width: 180px;
	background: url(images/42_meny.jpg) repeat-y;
	margin-top: -5px;
	padding-left: 20px;
}

.hr2 {
	width: 150px;
	text-align: left;
	float: left;
	background: url(images/42_meny.jpg);
	margin-left: -11px;
}

.sidecontainer {
	background: url(images/42_meny.jpg) repeat-y;
	margin-left: -25px;
	margin-top: -14px;
	padding-left: 35px;
	width: 165px;
}

.meny ul {
	white-space: nowrap;
	text-align: left;
	margin-left: -30px;
	margin-top: 5px;
}

* html .meny ul { margin-left: 10px; }

.meny li {
	list-style: none;
	white-space: nowrap;
	border: #000000;
	text-align: left;
}

.meny li ul { /* Set 1px less than menu width */
	top: 0;
	font-weight: normal;
	margin-top: 0px;
}

* html .meny li ul {

}

.meny li ul li a {
	font-weight: normal;
	font-size: 11px;
}

.meny li ul li a:hover {
	font-weight: normal;
	font-size: 11px;
}
	
/*</group>*/

/*<group=Contents>*/

.contents {
	width: 560px;
	background: url(images/32_contents.jpg) repeat-y;
	text-align: left;
	padding-left: 45px;
	padding-right: 45px;
}

* html .contents {
	width: 650px;
	padding-left: 40px;
	position: absolute;
	z-index: 10;
	bottom: 25px;
	top: 100px;
	left: 180px;
	float: left;
}

.contentstop {
	width: 650px;
	height: 25px;
	background: url(images/31_contentstop.jpg) no-repeat;
	margin-left: -45px;
	margin-bottom: -5px;
}

* html .contentstop { padding-left: 0px;
	margin-left: -40px;
}

.contentsbottom {
	background: url(images/33_contentsbottom.jpg) no-repeat;
	width: 650px;
	height: 25px;
	margin-left: -45px;
	margin-top: -5px;
}

* html .contentsbottom { padding-left: 0px;
	margin-left: -40px;
	position: relative;
	bottom: 0px;
}
	
/*</group>*/

/*<group=Blog>*/

/*<group=Archive Page>*/

.blog-archive-background {
	color: #000000;
	text-align: center; /* To Make Content Centered */
	font: 12px 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
	background: #ffffff;
}

.blog-archive-headings-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-entries-wrapper {
	text-align: left;
	width: 590px;
	padding: 10px;
}

.blog-archive-month {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3px;
}

.blog-archive-link { 
}
	
/*</group>*/

.blog-entry {
}

.blog-entry-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
}

.blog-entry-date {
	margin-bottom: 10px;
	margin-top: 5px;
}

.blog-entry-body {
	margin-bottom: 45px;
}
	
/*</group>*/

/*<group=Photo Album>*/

/*<group=Index Page (Thumbnail view)>*/

.album-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
	border-bottom: 1px solid #7a7a7a;
}

.album-description {
}

.thumbnail-frame {
	margin: 0px;
	padding: 0px;
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
	height: 30px;
}

.thumbnail-frame img {
}

.thumbnail-caption {
	margin-top: -2px;
}
	
/*</group>*/

/*<group=Single Page (Photo view)>*/

.photo-background {
	text-align: center;
	margin: 10px;
}

.photo-navigation {
	padding: 10px;
	margin-bottom: 10px;
}

.photo-navigation a {
}

.photo-navigation a:hover {
}

.photo-frame{
	margin: 0px;
	border: 5px solid #ffffff;
}

.photo-links {
}

.photo-title {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}

.photo-caption {
	font-size: 13px;
	margin: 0px;
}

/*</group>*/
	
/*</group>*/

/*<group=Quicktime Page>*/

.movie-title {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

.movie-description {
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/*</group>*/

/*<group=Quicktime Album>*/

/*<group=Index Page (Movie Thumbnail view)>*/

.movie-page-title {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 3px;
	border-bottom: 1px solid #7a7a7a;
}

.movie-page-description {
	margin-bottom: 10px;
}

.movie-thumbnail-frame {
	display: inline;
	border: #000000;
}

.movie-thumbnail-caption {
	text-align: left;
}
	
/*</group>*/

/*<group=Single Page (Movie View)>*/

.movie-background {
	background: #ffffff;
	margin-top: 5px;
}

.movie-title {
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 3px;
	text-align: center;
}

.movie-frame {
	text-align: center;
	margin-bottom: 10px;
}
	
/*</group>*/


/*</group>*/

/*<group=File Sharing>*/

.filesharing-description {
	margin-bottom: 10px;
	border-bottom: 1px solid #414141;
	text-align: left;
}

.filesharing-item {
	
}

.filesharing-item-title {
	font-size: 14px;
	font-weight: normal;
}

.filesharing-item-description {
	margin-bottom: 10px;
}

/*</group>*/

p img {
	float: right;
	clear: right;
	margin-left: 5px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.footer {
	text-align: center;
	background: url(images/4_footer.jpg) no-repeat;
	font: 14px 'Lucida Grande', LucidaGrande, Lucida, Helvetica, Arial, sans-serif;
	width: 650px;
	height: 21px;
	padding-top: 4px;
	text-shadow: 0px 0px 2px #c6e3f9;
	margin-left: -45px;
}

* html .footer { height: 25px;
	position: relative;
	float: left;
	top: 0px;
	margin-left: -20px;
}
