/* CSS Document for NaruChan's Blog :: Version 2    */
/* Copyright (C) Thomas Hauan. All rights reserved. */

* {
margin: 0;
padding: 0;
}

body {
margin: 0;
padding: 0;
font-family: "Arial";
font-size: 10px;
font-weight: normal;
background-image: url(images/bg.jpg);
background-repeat: repeat-x;
}

/* divs - general layout */

div#wrap1 {
width: 768px;
}

div#leftcolumn {
width: 580px;
height: auto;
margin: 0;
padding: 0;
float: left;
}

div#rightcolumn {
float: right;
height: auto;
margin-top: 173px;
padding:0;
}

div#header {
background-image: url(images/header.jpg);
background-repeat: no-repeat;
width: 580px;
height: 290px;
}

div#contentfill {
background-image: url(images/main_fill.jpg);
background-repeat: repeat-y;
margin-left: 18px;
padding-left: 20px;
padding-right: 20px;
font-family: "Verdana", Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: normal;
color: #000;
}

div#contentbottom {
background-image: url(images/main_bottom.jpg);
background-repeat: repeat-y;
height: 23px;
margin-left: 18px;
}

/* divs - navigation */

div#navigation {
width: 187px;
}

.nav_header {
background-image: url(images/nav_header.jpg);
background-repeat: no-repeat;
height: 58px;
}

.links {
background-image: url(images/nav_fill-.jpg);
background-repeat: repeat-y;
font-size: 12px;
font-weight: normal;
font-family: "Verdana", Arial, Helvetica, sans-serif;
text-align: center;
}

.links a {
color: #000;
}

.links a:hover {
color: #FF0000;
}

.bottom {
background-image: url(images/nav_bottom.jpg);
background-repeat: no-repeat;
height: 21px;
}
/* divs - archive */

div#archive {
width: 187px;
}

.arc_header {
background-image: url(images/archive_header-.jpg);
background-repeat: no-repeat;
height: 30px;
}

.arc_bottom {
background-image: url(images/archive_bottom.jpg);
background-repeat: no-repeat;
height: 13px;
}

div#misc {
width: 187px;
}

.misc_header {
background-image: url(images/misc_header-.jpg);
background-repeat: no-repeat;
height: 30px;
}

.misc_fill {
background-image: url(images/misc_fill.jpg);
background-repeat: repeat-y;
padding-left: 10px;
padding-right: 5px;
}

.misc_bottom {
background-image: url(images/misc_bottom-.jpg);
background-repeat: no-repeat;
height: 14px;
}

/* fonts and shit */

h1 {
font-family: "Arial", Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
background-image: url(images/content_top.jpg);
background-repeat: no-repeat;
height: 48px;
padding-top: 20px;
}

h2 {
font-family: "Arial", Helvetica, sans-serif;
font-size: 14px;
font-weight: bold;
}

img.pic {
border: 3px black;
}