@import url("calendar.css");
@import url("contactForm.css");

* { margin: 0; padding: 0; }

body {
background: url(images/JackBak.jpg) repeat;
font: 76% Arial,Verdana,sans-serif;
}

p {
margin: 1em 0;
}

a:link, a:visited, a:active {
color: #333;
}

a:hover {
color: #000;
}

img {
border: 2px solid black;
}

h3 a:link, h3 a:visited, h3 a:active {
text-decoration: none;
color: #cc6600;
}

h3 a:hover {
color: #cc6600;
border-bottom: 1px solid #666;
}

h3 {
font-size: 1.3em;
}

h4 {
font-size: 1.2em;
font-weight: bold;
color: #333;
}

#leftcolumn h3 {
font: 1.5em "Courier New",Courier,mono;
font-weight: bold;
color: #cc6600;
margin: 20px 0 0 37px;
}

#leftcolumn h3.h_menu {
margin-top: 77px;
}

div#header h1 {
display: none;
}

div#content h2 {
margin: 15px 0 20px 65px;
font: 1.5em "Courier New",Courier,mono;
font-weight: bold;
color: #666;
}

div#content p {
line-height:1.4
}

div#footer p {
text-align: center;
margin: 17px 20px;
font: 1.5em "Courier New",Courier,mono;
font-size: 11px !important;
font-weight: bold;
}

small {
font-weight: bold;
}

#blogwrapper small {
display: block;
margin-bottom: 15px;
}

/***** LAYOUT *****/

div#container {
width:768px;
margin:0 auto;
position: relative;
}

div#header {
width: 768px;
height: 146px;
background: url(images/JackTop.gif) top left no-repeat;
}

div#content {
position: absolute;
top: 146px;
right: 0;
width:502px;
height: 482px;
background: url(images/JackBlog.gif) top left no-repeat;
}

div#blogwrapper {
width: 470px;
height: 420px;
margin: 0 auto;
overflow: auto;
padding: 0 10px;
}

div#leftcolumn {
position: absolute;
top: 146px;
left: 0;
width:266px;
height: 535px;
background: url(images/JackMeny.gif) top left no-repeat;
}

div#footer {
position: absolute;
top: 628px;
right: 0;
width: 502px;
height: 43px;
background: url(images/JackBottom.gif) top left no-repeat;
}

img.underbart {
float: right;
margin-right: 60px;
}

/* NAV */

ul#nav {
list-style: none;
margin-left: 35px;
margin-right:5px;
}

ul#nav li {
font-family: "Courier New",Courier,mono;
font-size: 1.2em;
font-weight: bold;
list-style: none;
float: left;
margin: 2px;
}
ul#nav a {
text-decoration: none;
}

/* CLASSES */

.alignright {
float: right;
}

.alignleft {
float: left;
}

.bold {
font-weight: bold;
}

.center {
text-align: center;
}

.clearfix:after {
content: "."; 
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.comment {
background-color: #ccc;
padding: 3px;
}

/* SKIVOR */

ul.skivor {
margin-left: 10px;
margin-bottom: 10px;
list-style: none;
}

ul.underbart {
margin: 10px 0 10px 15px;
}

ul.skivor li, ul.underbart li {
font-weight: bold;
}

ul.skivor li ul {
margin-left: 15px;
margin-top: 5px;
margin-bottom: 10px;
}

ul.skivor li ul li {
font-weight: normal;
}

/* LINKS */

ul.links {
margin-left: 15px;
}

ul.links li {
margin-bottom: 3px;
}

ul.links li a {
font-weight: bold;
}

/* BILDER */

ul.bilder {
margin: 10px 0;
list-style: none;
}

ul.bilder li {
float: left;
margin-left: 5px;
}

/* CALENDAR */

ul.event_list {
margin-top: 7px;
margin-left: 50px;
}

ul.event_list li {
font-weight: bold;
margin-top: 5px;
}

ul.event_list li ul li {
font-weight: normal;
list-style: none;
margin: 0;
}

/* COMMENTS */

ol.commentlist {
margin-top: 10px;
}

ol.commentlist li {
border-bottom: 1px solid #ccc;
margin-bottom: 0.5em;
}

ol.commentlist li cite {
font-style: normal;
font-weight: bold;
padding: 2px 0;
padding-left: 18px;
background: url(images/comment.gif) center left no-repeat;
}

small.commentmetadata {
display: block;
margin-top: 2px; 
}

ol.commentlist .comment_text {
padding-left: 3px;
border-left: 1px solid #ccc;
}

ol.commentlist p {
margin: 0.7em 0;
}
