/* @override http://www.klubbrekyl.com/stylesheets.css */

a:link			{ color: #0000FF; text-decoration: underline; }

span.left-header {
	font-size: 1.3em;
	line-height: 1.5em;	
}

a:link:hover	{ color: #FF6600; text-decoration: underline; }
a:active		{ color: #FF6600; text-decoration: none; }

a:visited		{ color: purple; text-decoration: underline; }
a:visited:hover	{ color: #FF6600; text-decoration: underline; } 

a.menu:link, a.menu:visited			{ color: black; font-weight: bold; text-decoration: none;}
a.menu:link:hover, a.menu:active, a.menu:visited:hover	{ color: #FF6600; font-weight: bold; text-decoration: none; }

body {
	background-color: #c5bba6;
    margin-top: 2px;
    margin-left: 2px;
}

body, input, textarea, caption,
h1, h2, h3, h4, h5, h6, h7 {
	color: #000;
	font-family: lucida grande, geneva, verdana, tahoma, arial, sans-serif;
}
	
body, td, caption {
    font-size: 10px;
}

input, textarea {
    font-size: 9px;
    border: 1px solid #c5bba6;
}

#gastbok-form #name,
#gastbok-form #email,
#gastbok-form #homepage {
	width: 200px;
	height: 20px;
	margin-bottom: 2px;
}
#gastbok-form label {
	font-weight: bold;
}
#gastbok-form #text {
	clear: both;
	width: 250px;
	height: 80px;
}
div.gbdate {
    font-size: 9px;
    color: #777;
    position: absolute;
    padding-top: 2px;
    padding-right: 2px;
    top: 0px;
    right: 0px;
}
div.gbentry {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 4px;
    border: dotted 1px #c5bba6;
    position: relative;
	width: 460px;
}
.gbname {
    font-weight: bold;
    padding-left: 3px;
}
div.gbtext {
    padding-top: 5px;
}

.content {
    padding: 5px;
    margin: 5px;
    margin-bottom: 5px;
    /*text-align: justify;*/
}
.alt_text {
    color: #c5bba6;
    padding-left: 5px;
    padding-right: 5px;
}
.alt_text a, A:link:hover, A:active {
    color: #E29841;
}
.gratext {
    color: #999;
}

a.discreete:link, a.discreete:visited {
    font-size: 9px;
    color: #999;
}

a.discreete:link:hover, a.discreete:visited:hover {
    font-size: 9px;
    color: #FF6600;
}

.litengratext {
    font-size: 9px;
    color: #999;
}

.nextprevlinks {font-size: 9px;}
.feltext {color: #F00;}

img.thumbnail {
  border: 1px solid black;
  margin: 1px;
}

h1 {
	font-size: 3em;
}