body
{
	background-color:#FFFFFF;
		
}

h1,h2,h3,p
{
	padding:8px;
}

.indryk
{
	margin-left:8px;
}


#wrap
{
	background-color:#CCCCFF;
	border:solid 1px black;
	margin:20px auto;
	width:75%
}

#wrapwide
{
	background-color:#CCCCFF;
	border:solid 1px black;
	margin:auto;
	width:100%
}

#sidebar {
	background-color:#c9c;
	width:22%;
	
	margin-left:76%;
	margin-top: 0px;
	padding: 4px;
    	
}

#header
{
	margin:0 auto 10px;
	text-align:center;
}


#content
{
	float:left;
    	width:75%;
}

#contentwide
{
	float:left;
	width:100%;
	margin: 2px;
	padding: 2px;
	background-color:#CCCCFF;
}

#footer
{
	background-color: #CCCCCC;
	text-align:center;
	font-weight:bold;
	border-top: solid 1px #FFFFFF;
	clear:both;
}

.footer a
{
	text-decoration: none;
	color:black;
}

.footer a:hover
{
	text-decoration: underline;
	color:black;
}

.heading
{
	font-weight:bold;
	font-size:1.5em;
	font-family:Verdana,Arial,sans-serif;
	vertical-align:top;
	text-align:center;
}

.subheading
{
	font-family:Verdana,Arial,sans-serif;
	padding:10px;
	font-size:0.7em;
	text-align:center;
	font-weight:normal;
	line-height:normal;
}

.normal
{
	font-family:Verdana,Arial,sans-serif;	
}

.small
{
	font-size:0.8em;
}


div#meny
{

	background-color: #CCCCCC;
	border-top: solid 1px #FFFFFF;
	border-bottom: solid 1px #FFFFFF;	
	text-align:center;
	width:100%;
}

div#meny ul
{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
	text-align: center;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
}


div#meny ul li
{
	display: inline;
	margin-left: -4px;
}

div#meny ul li a
{
	padding: 5px 10px 5px 10px;
	color: white;
	text-decoration: none;
	border-right: 1px solid #fff;
}

.first
{
	border-left: 1px solid #fff;
}

.last
{
	background-color:#CCCC99;
}

div#meny ul li a:hover
{
	background-color: #3366FF;
	color: white;
}


ul.links li a
{
	text-decoration:none;
}

ul.links li a:hover
{
	background-color: #CCCCCC;
}

#active a { border-left: 1px solid #fff; }

/* spans to make the links turn Japanese when moused over*/

a .s, a .navnihongo, a:hover span {
	display:none;
}

a:hover span.navnihongo {
	display:inline;
}

/* spans end */

#menulinje
{	
	list-style-type: none;
	margin-left: 5px;
}

form
{
	margin-left:8px;
}

.verticaltext 
{
	/*writing-mode: tb-rl;
	filter: flipv fliph;*/
	float:right;
	clear:right;
	margin:0px;
}

.verticaltext a {text-decoration:none;}
.verticaltext a:hover {text-decoration:underline;}


/* Headings
----------------------------------------------- */
h2 {
  margin:1.5em 0 .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:black;
  }

/* Posts
----------------------------------------------- */
.date-header {
  margin:1.5em 0 .5em;
  }
.post {
  margin:1em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1em;
  }
.post-title {
  margin:1em;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#c60;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#c60;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post div {
  margin:1em;
  line-height:1.1em;
  }
p.post-footer {
  margin:-.25em 0 0;

  background:#CCCCCC;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Comments
----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }

/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#666;
  line-height:1.5em;
  }

/* Delicious css */
.delicious-posts { margin: 0;}
.delicious-posts ul, .delicious-posts li, .delicious-banner { margin:0;}
.delicious-post {border-top: 1px solid #eee;  }
.delicious-odd { }
.delicious-banner a {}
.delicious-posts a:hover { text-decoration: underline; background-color: #CCCCCC }
.delicious-posts a { text-decoration: none;}
.delicious-post a { }