/* Egne greier for diverse småstyr */
.smalladd
{
float: left;
padding-top: 10px;
padding-bottom: 20px;
margin-left: 10px;
border-top: solid black 1px;
font-family: helvetica, arial, sans-serif;
color: green;
}

.smalladd2
{
float: left;
padding-top: 10px;
padding-bottom: 20px;
margin-left: 10px;
border-bottom: solid black 1px;
font-family: helvetica, arial, sans-serif;
color: green;
}

a.sidebar
{
font-size: 0.8em;
font-family: helvetica, arial, sans-serif;
}

.bildetekst
{
font-weight: bold;
font-size: 0.8em;
font-family: helvetica, arial, sans-serif;
color: #AAAABB;
}

h1.about
{
font-family: helvetica, arial, sans-serif;
letter-spacing: 1.8px;
font-size: 1.5em;
color: black;
margin-top: 25px;
font-weight: normal;
}

a.blog
{
border: none;
}

a.blog:link
{
font-family: times, serif;
font-weight: normal;
color: #006CFF;
text-decoration: none;
border: none;
}

a.blog:visited {
color: #888888;
text-decoration: none;
}

a.blog:hover
{
text-decoration: underline;
}

a.blog:active {
color: white;
background-color: #8888FF;
text-decoration: none;
}

.egenheader
{
padding-top:5px;
color: #503333;
height: 94;
width: 750px;
background-color: none;
padding-left: 20px;
margin-left: 0px;
margin-bottom: 80px;
background-repeat: none;
font-size: 80%;
}


.litebilde
{
padding-right:10px;
width: 200px;
float: left; 
}

div.rambling
{
background-color: #F2EDE9;
padding-left: 10px;
padding-right: 10px;
padding-top: 10px;
margin-bottom: 20px;
}

div.serie
{
background-color: #90BFFF;
font-size: 80%;
font-weight: bold;
padding: 10px;
}

/* slutt på egne greier */

/* @group General Styles */


body 
{
color: #222222;
background-color: none;
background-image: url('images/bakgrunn.png');
background-repeat: no-repeat;
font-size: 1.1em;
line-height: 1.3;
font-family: times, serif;
}

p {
}

b, strong {

}

a:link
{
font-weight: normal;
color: #006CFF;
text-decoration: none;
}

a:visited {
color: #888888;
}

a:hover
{
font-weight: normal;
text-decoration: underline;
}

a:active {
color: white;
background-color: #8888FF;
text-decoration: none;
}

img {
}
 

.image-left {
}

.image-right {
}
      
/* @end */

/* @group Layout */

#container 
{
width: 840px;
background-color: none; 
margin: 0px auto; /* Right And Left Margin Widths To Auto */
text-align: justify; /* Hack To Keep IE5 Windows Happy */
position: relative;
}

.clearer 
{
background-color: none;
}

#pageHeader {
background-color: none;
padding-left: 5px;
height:75px;
width: 615px;;
}

#pageHeader img {
float: left;
}

#pageHeader h1 
{
font-family: helvetica, arial, sans-serif;
font-size: 1.6em;
letter-spacing: 1.8px;
float: left;
}

#pageHeader h2 {
}

#contentContainer 
{
background-color: none;
width: 600px;
float: left;
color: #222222;
letter-spacing: 1px;
font-size: 0.9em;
margin: 0px;
padding-left: 20px;
}

#contentContainer #content 
{
width: 580px;
background-color: none;
float: left;
}

#sidebarContainer 
{
background-color: none;
width: 200px;
height: 100%;
float: left;
padding-left: 0px;
}

#sidebarContainer #sidebar 
{
background-color: none;
float: left;
clear: right;
padding-right: 10px;
margin-bottom: 20px;
}

#sidebarContainer .sideHeader 
{
;
}

#footer 
{ 
background-color: none;
font-family: helvetica, arial, sans-serif;
width: 800px;
clear: both;
float: left;
font-size: 0.85em;
border-top: 1px solid black;
}

#footer p {
}

#footer a:link, #footer a:visited {
}

#footer a:hover, #footer a:active {
}
      
/* @end */

/* @group Bread-crumb */

#breadcrumbcontainer 
{
}

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

#breadcrumbcontainer li 
{
display: inline;
}

#breadcrumbcontainer a {
}

#breadcrumbcontainer a:hover {
}
      
/* @end */

/* @group Toolbar */

/* Toolbar Styles */

#navcontainer {
	height: 47px;
	z-index: 3;
	padding: 0 20px;
	background-color: #006CFF;
}

#navcontainer #current {
	background-color: #90BFFF;
	color: black;
	height: 11px;
}

#navcontainer #current:hover {
}

#navcontainer .currentAncestor {
	background: url(images/button_over.png) no-repeat center 4px;
}

/* Parent - Level 0 */

#navcontainer ul{
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 7;
}

#navcontainer li {
	position: relative;
	display: inline;
	float: left;
}

#navcontainer a {
	font-size: 0.9em;
	font-family: helvetica, arial, sans-serif;
	color: white;
	display: block;
	padding: 17px 15px 19px 15px;
	height: 20px;
	text-decoration: none;
	width: 140px;
	text-align: center;
	font-weight: bold;
	position: relative;
	z-index: 7;
}

#navcontainer a:hover {
	background-color: #5DA2FF;
	height: 11px;
	text-decoration: underline;
}

#navcontainer a:active {
}

/* Child - Level 1 */
/* All browsers will use this code, it will make the pop out menus work */
#navcontainer ul ul {
	position: absolute;
	top: 46px;
	left: 0;
	right: 0;
	display: none;
	z-index: 6;
	font-size: 0.9em;
	width: 120px;
	padding: 0;
	margin: 0;
}

#navcontainer ul ul:hover {
	background: url(images/button_over.png) no-repeat center top;
	padding-top: 42px;
	top: 4px;
	}

#navcontainer ul ul li {
	display: block;
}

#navcontainer ul ul a {
	padding: 5px 0;
	display: block;
	width: 120px;
	background: #fff;
	border-bottom: 1px solid #f0f0f0;
}

#navcontainer ul ul a:hover {
	color: #fff;
}

#navcontainer ul ul #current,
#navcontainer ul ul .currentAncestor{
	background: #fff;
}


/* Child Level 3 */

#navcontainer ul ul ul {
	position: absolute;
	top: 0px;
	left: 120px;
	z-index: 6;
	font-size: 1em;
	width: 120px;
}

#navcontainer ul ul ul:hover {
	padding: 0;
	top: 0px;
}

div#navcontainer ul ul,
div#navcontainer ul ul ul,
div#navcontainer ul li:hover ul ul,
div#navcontainer ul li:hover ul ul ul,
div#navcontainer ul li:hover ul ul ul ul,
div#navcontainer ul li:hover ul ul ul ul ul {
	display:none;
}

div#navcontainer ul li:hover ul,
div#navcontainer ul ul li:hover ul,
div#navcontainer ul ul ul li:hover ul,
div#navcontainer ul ul ul ul li:hover ul,
div#navcontainer ul ul ul ul ul li:hover ul {
	display:block;
}

/* @end */

/* @group Global Classes */

blockquote, .standout 
{
width: 520px;
font-family: helvetica, arial, sans-serif;
font-weight: bold;
font-size: 110%;
color: #003D91;
background-color: #CBDFFB;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 25px;
padding-top: 20px;
border: 1px solid #A0C7FC;
font-style: italic;
margin: 10px;
background-image: url('images/quote.gif');
background-repeat: no-repeat;
}

h1 
{
font-family: helvetica, arial, sans-serif;
font-weight: normal;
}

h2 
{
font-family: helvetica, arial, sans-serif;
}

h3 
{
font-family: helvetica, arial, sans-serif;
}

h4 
{
color: #006CFF;
font-family: helvetica, arial, sans-serif;
font-weight: bold;
}

.imageStyle {
}




/* Main content area unordered list styles */
#contentContainer #content ul {
clist-style-type: none;
margin: 0;
padding: 0;
padding-left: 30px;
}

#contentContainer #content li {
}

ul.disc {
}

ul.circle {
}

ul.square {
}

ol.arabic-numbers {
}

ol.upper-alpha {
}

ol.lower-alpha {
}

ol.upper-roman {
}

ol.lower-roman {
}

/* Sidebar area unordered list styles */
#sidebarContainer #sidebar ul 
{
list-style-type: none;
margin: 0;
padding: 0;
padding-left: 0px;
background-color: none;
}

#sidebarContainer #sidebar li {
}

#sidebarContainer #sidebar a
{
text-decoration: none;
color: #29BC1D;
padding-left: 10px;
}

#sidebarContainer #sidebar a:hover
{
text-decoration: underline;
}

#sidebarContainer #sidebar a:active
{
text-decoration: none;
background-color: #29BC1D;
color: yellow;
}


/* Table Styles */
table {
}
/* @end */

/* @group Blog */

/* @group Tag Cloud */
ul.blog-tag-cloud {
}

ul.blog-tag-cloud li {
}

.blog-tag-size-1 {
}

.blog-tag-size-2 {      
}

.blog-tag-size-3 {      
}

.blog-tag-size-4 {      
}

.blog-tag-size-5 {      
}

.blog-tag-size-6 {      
}

.blog-tag-size-7 {      
}

.blog-tag-size-8 {      
}

.blog-tag-size-9 {      
}

.blog-tag-size-10 {      
}

.blog-tag-size-11 {      
}

.blog-tag-size-12 {      
}

.blog-tag-size-13 {
}

.blog-tag-size-14 {      
}

.blog-tag-size-15 {
}

.blog-tag-size-16 {      
}

.blog-tag-size-17 {      
}

.blog-tag-size-18 {      
}

.blog-tag-size-19 {
}

.blog-tag-size-20 {      
}

/* @end */

/* @group Archive Page */

.blog-archive-background {
}

.blog-entry-summary {
}

.blog-archive-headings-wrapper {
}

.blog-archive-entries-wrapper {
}

.blog-archive-entries-wrapper .blog-entry {
}

.blog-archive-month {
}

.blog-archive-link {
}

.blog-archive-link a:link, .blog-archive-link a:visited {
}
      
/* @end */

.blog-entry 
{
position: relative;
}

h1.blog-entry-title 
{
text-decoration: none;
font-size: 1.5em;
color: black;
margin-top: 25px;
}


h1.blog-entry-title a:link 
{
text-decoration: none;
color: #006CFF;
margin-top: 25px;
}

h1.blog-entry-title a:hover
{
text-decoration: underline;
}

.blog-entry-date 
{
color: #29BC1D;
font-family: helvetica, arial, sans-serif;
font-size: 0.85em;
border-bottom: solid 1px grey;
position: absolute;
top: -20px;
}

/*styles the category link in the main entry */
.blog-entry-category 
{}

.blog-entry-category a:link, .blog-entry-category a:visited 
{
text-decoration: none;
color: #006CFF;
}

.blog-entry-category a:hover
{
text-decoration: underline;
}

.blog-read-more {
}

.blog-entry-body {
}

.blog-entry-comments {
margin-bottom: 120px;
padding-bottom: 20px;
border-bottom: dotted black thin;
}

p.blog-entry-tags {

}

/* styles the archives in the blog sidebar */
#blog-archives {
margin-top: 20px;
margin-bottom: 3px;
font-weight: bold;
padding-left: 10px;
color: #29BC1D;
}

.blog-archive-link-enabled {
}

.blog-archive-link-disabled {
}

/* Styles the blog categories in the blog sidebar */
#blog-categories {
}

.blog-category-link-enabled {
}

.blog-category-link-disabled {
}

/* Styles the blog RSS feeds in the blog sidebar */
#blog-rss-feeds {
}

.blog-rss-link {
}

.blog-comments-rss-link {
}

/* @end */

/* @group File Sharing */

.filesharing-description {
}

.filesharing-item {
}

.filesharing-item-title a:link {
}

.filesharing-item-title a:hover {
}

.filesharing-item-title a:visited {
}

.filesharing-item-description {
}

/* @end */

/* @group Photo Album */

/* @group Index Page (Thumbnail view) */

.album-title {
}

.album-description {
}


.album-wrap {
}

.thumbnail-wrap {
}

.thumbnail-frame {
}

.thumbnail-frame:hover {
}

.thumbnail-frame a {
}

.thumbnail-frame a:hover {
}

.thumbnail-frame img {
}

.thumbnail-caption {
}
      
/* @end */

/* @group Single Page (Photo view) */

.photo-background {
}

.photo-navigation {
}

.photo-links {
}

.photo-navigation a:link, .photo-navigation a:visited {
}

.photo-navigation a:hover {
}

.photo-frame{
}

.photo-title {
}

.photo-caption {
}

/* @group EXIF data */
/* Data wrapper */
.exif-data {
}

.exif-data p {
}

/* p tag classes for all exif data */
p.exif-version {
}

p.exif-colour-space {
}

p.exif-focal-length {
}

p.exif-dimensions {
}

p.exif-pixel-y-dimension {
}

p.exif-pixel-x-dimension {
}

p.exif-oecf-value {
}

p.exif-subsec-time-original {
}

p.exif-exposure-mode {
}

p.exif-spatial-frequency-response {
}

p.exif-scene-capture-type {
}

p.exif-subject-location {
}

p.exif-shutter-speed {
}

p.exif-datetime-original {
}

p.exif-subsec-time {
}

p.exif-compressed-bits-per-pixel {
}

p.exif-flash-energy {
}

p.exif-saturation {
}

p.exif-brightness {
}

p.exif-exposure-time {
}

p.exif-f-number {
}

p.exif-file-source {
}

p.exif-gain-control {
}

p.exif-subject-area {
}

p.exif-cfa-pattern {
}

p.exif-scene-type {
}

p.exif-white-balance {
}

p.exif-flash {
}

p.exif-exposure-index {
}

p.exif-flashpix-version {
}

p.exif-device-setting-description {
}

p.exif-focalplane-x-resolution {
}

p.exif-image-uniqueid {
}

p.exif-components-configuration {
}

p.exif-light-source {
}

p.exif-sensing-method {
}

p.exif-aperture {
}

p.exif-sharpness {
}

p.exif-exposure-program {
}

p.exif-subject-distance {
}

p.exif-subsec-time-digitized {
}

p.exif-contrast {
}

p.exif-focalplane-resolution-unit {
}

p.exif-gamma {
}

p.exif-35mm-focal-length {
}

p.exif-datetime-digitized {
}

p.exif-subject-distance-range {
}

p.exif-custom-rendered {
}

p.exif-max-aperture {
}

p.exif-sound-file {
}

p.exif-metering-mode {
}

p.exif-spectral-sensitivity {
}

p.exif-exposure-bias {
}

p.exif-focalplane-y-resolution {
}

p.exif-iso-rating {
}

p.exif-maker-note {
}

p.exif-digital-zoom-ratio {
}

p.exif-user-comment {
}
/* @end */

/* @end */
      
/* @end */

/* @group Quicktime Page */

.movie-description {
}
      
/* @end */

/* @group Quicktime Album */

/* @group Index Page (Movie Thumbnail view) */

.movie-page-title {
}

.movie-page-description {
}

.movie-thumbnail-frame {
}

.movie-thumbnail-frame:hover {
}
.movie-thumbnail-caption {
}
      
/* @end */

/* @group Single Page (Movie View) */

.movie-background {
}

.movie-title {
}

.movie-frame {
}
      
/* @end */


/* @end */

/* @group Contact Form */
.message-text { 
} 

.required-text {
} 

.form-input-field {
} 

.form-input-button { 
} 
/* @end */