@charset "utf-8";
body {
	color: #CC0000;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	background-color: #000000;
}
a:link,a:visited,a:active {
	color: #CC0000;
	font-weight: bold;
	text-decoration: none;
	font-size: 16px;
}
a:hover {
	text-decoration: underline;
	font-weight: bold;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
h2 { font-size: 1.3em; font-weight: bold; }

.sitat_topp {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 200px;
}

/*.bg_bottom {
	background-color: #333333;
	text-align: right;
}
*/

/*Tables*/
.main_table {
	width: 900px;
	padding-left: 15px;
	padding-right: 15px;
}
.top_gallery_name {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 150px;
}
.mainmenu {
	line-height: 20px;
	vertical-align: middle;
}
.mainmenu a:link, .mainmenu a:visited, .mainmenu a:active, .mainmenu a:hover {
	padding-right: 10px;
	color: #CCCCCC;
	text-decoration:none;
}
.table_middle {
	vertical-align: top;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.table_header {
}

/*Forms*/
.formfield {
	font-size: 90%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CCCCCC;
	border-width: 1px;
	border-style: solid;
}
.formfield_100 {
	font-size: 90%;
	font-family: Arial, sans-serif;
	background-color: #CCCCCC;
	width: 100%;
	border-width: 1px;
	border-style: solid;
}

/*Article*/
#article {
	width: 100%;
}
#article h1 {
	font-size: 40px;
	font-weight: bold;
	color: #CC0000;
	text-align: center;
}
#article .ingress {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
#article .date {
	font-weight: normal;
	color: #000000;
	font-size: 80%;
}
#article .image {
	font-size: 80%;
	padding: 10px;
}
#article .text {
	font-size: 16px;
	color: #000000;
}

#article_list {
	width: 500px;
}
#article_list a {
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
#article_list .ingress {
	color: #000000;
	font-size: 12px;
	font-weight: normal;
}

#article_show_headings .top_heading {
	color: #CCCCCC;
	font-size: 18px;
	font-weight: bold;
}
#article_show_headings .created {
	color: #CCCCCC;
	font-size: 80%;
	padding-top: 5px;
	font-style: italic;
}
#article_show_headings .heading {
	color: #CCCCCC;
	font-weight: bold;
	margin-left: 5px;
}

/*Vis trøndersk ord*/
#ordliste_show_random .overskrift a {
	color: #CCCCCC;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

#ordliste_show_random .ord {
	color: #CCCCCC;
	padding-top: 5px;
}

#ordliste_show_random .beskrivelse {
	color: #CCCCCC;
	font-size: 80%;
	margin-left: 5px;
}


/*Gallery*/
#gallery a:link,#gallery a:visited,#gallery a:active {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	font-size: 12px;
}
#gallery a:hover {
	text-decoration: underline;
}
#gallery .gallery_album {
	border: 4px solid #000000;
}
#gallery .gallery_thumbs_header {
	background-color: #333333;
	padding-right: 5px;
	padding-left: 5px;
	font-weight: bold;
}
#gallery .gallery_pic_information {
	padding-right: 5px;
	padding-left: 5px;
	background-position: center;
}
#gallery .gallery_pic_description {
}
.gallery_thumbs_list {
	border: solid 1px #333333;
	padding-top: 10px;
}
.gallery_show_picture {
	border: 10px solid #000000;
}
.gallery_show_picture_table {
	width:100%;
	height:430px;
	background-color: #0000CC;
}
	table.gallery_folder_list { text-align: left; }
	img.show_picture { border: solid 1px #fff0c4; }

/* ---Motiongallery Styles--- */

#motioncontainer {
	margin:0 auto; /* Uncomment this line if you wish to center the gallery on page */
	width: 640px; /* Set to gallery width, in px or percentage */
	height: 110px; /* Set to gallery height */
}
#motiongallery {
	height: 110px;
	padding-right: 3px;
	padding-left: 3px;
}
#motiongallery img {
	vertical-align:top;
}
#motioncontainer a img {
	border: 1px solid #333333; /* Set image border color */
}
#motioncontainer a:hover img {
	border: 1px solid #333333; /* Set image border hover color */
}
#statusdiv {
	background-color: lightyellow;
	border: 1px solid gray;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
}
#motioncontainer a:hover {
	color: red; /* Dummy definition to overcome IE bug */
}
