/*
jl
*/

body {
	margin: 0;
	padding: 0;
	background: #696969 url(images/img01_3.gif) repeat-x;
	font-size: 13px;
	color: White;
}

body1 {
	margin: 0;
	padding: 0;
	font-size: 13px;
	color: White;
}

body, th, td, input, textarea, select, option {
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5,h6 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: White;
}

h1 {
	font-size: 3em;
	color: White;
}

h2 {
	letter-spacing: -1px;
	font-size: 2em;	
}

h3 {
	font-size: 1.5em;
}

h4 {
	font-size: 1em;
	color: White;
}

h5 {
	font-size: 2em;
	padding-left: 20px;
}
h6
{
    margin: 0px;
    padding: 10px 10px 10px 25px;
    font-size: 1.3em;
    width: 365px;
    background-color: #00CC00;
    vertical-align: top;
    color: #333333;
}
   

p, ul, ol {
	line-height: 150%;
	color: silver;
}

blockquote {
	padding-left: 1em;
}

blockquote p, blockquote ul, blockquote ol {
	line-height: normal;
	font-style: italic;
}

a {
	color: Silver;
}

a:visited, a:link {
    text-decoration: none;
    text-align: right;
}

a:hover {
    text-decoration: none;
    font-weight: bold;
}

/* Header */

#header {
	width: 1000px;
	height: 110px;
	margin: 0 auto;
	background: url(images/hovedtop.jpg) no-repeat;
}

#header {
	width: 1000px;
	height: 110px;
	margin: 0 auto;
}

#header h1, #header p {
	float: left;
	margin: 0;
	padding-top: 20px;
	padding-left: 0px;
	line-height: normal;
	font-size: 5em;
}

#header h1 {
}

#header p {
	padding-left: 10px;
}

#header a {
}

/* Menu */

#menu {
	padding: 6px 0 0 0;
	width: 1000px;
	height: 10px;
	margin: 0 auto;
	/*background: url(images/img03_1.jpg) no-repeat;*/
}

#menu ul {
	margin: 0;
	padding: 6px 0 0 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 0px 20px 0 15px;
	text-transform: lowercase;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
	font-weight: bold;
}

/* Page */

#page {
	width: 1000px;
	margin: 0 auto;
	padding: 0px 0;
}

/* Content */

#content {
	float: left;
	width: 480px;
	
}

.post {
	padding: 0 0 0px 0;
}

.title {
	margin: 0;
	border-bottom: 2px solid #696969;
}

.byline {
	margin: 0;
}

.meta {
	border-top: 1px solid #696969;
	text-align: right;
	color: #708090;
}

.meta a {
	padding-left: 15px;
	background: url(images/img06.gif) no-repeat left center;
	font-weight: bold;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 240px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	padding: 15px 0;
}

#sidebar li li {
	padding-left: 0px;
	border-bottom: 1px dotted #696969;
	/* background: url(images/img06.gif) no-repeat 15px 50%; */
}

#sidebar h3 {
	margin: 0;
	padding: 20px 0 2px 0px;
	border-bottom: 2px solid #696969;
}

#sidebar a {
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: none;
	font-weight: bold;
}

/* Footer */

#footer {
	/*clear: both;*/
	/*padding: 0px 0;*/
	/*background: #333333;*/
	/*border-top: 2px solid silver;*/
	/*text-align: center;*/
	/*font-size: smaller;*/
}

.gallery a {
font-family:Verdana,Helvetica,sans-serif;
font-size:10px;
font-style:normal;
font-size-adjust:none;
line-height:1.4em;
display:block;
width:110px;
text-align:center;
float:left;
overflow:hidden;
margin:5px;
padding:1px;
padding-top:5px;
text-decoration:none;
color:#666;
border: solid 1px #ddd;
background-color:#eee;
}
.gallery a img{
border: none;
}
.gallery{
overflow:auto
}

