﻿/*   
Theme Name: NKK
Theme URI: http://www.nkk.dk
Description: Theme for NKK's hjemmeside
Author: Jonas Rabbe
Author URI: http://www.jonas.rabbe.com
Version: 1.0b1
.
Dette er et theme til wordpress for NKK's hjemmeside.
.
*/

/* start from scratch */
* { margin: 0; padding: 0; }

html {
	/* IE Horizontal scrollbar fix */
	overflow-y: scroll;
	/* force scrollbars in moz */
	height: 100%;
	margin-bottom: 1px;
}


body {
	margin: 0px;
	padding: 0px;
	
	text-align: center;

	background-color: white;
	font-family: "Lucida grande", Geneva, Verdana, sans-serif;
	color: #333;
	font-size: 12px;/*62.5%;  Resets 1em to 10px */
	line-height: 1.5em;
}

a:link, a:visited
{
	text-decoration: none;
	color: #0000ff;
	border:0;
	padding: 2px;
}

/*
a:hover, a:active {
	border: 1px solid #f60;
	padding: 1px;
}
*/
*|*:-moz-any-link img, img[usemap], object[usemap] {
	border: 0px;
}

/*** layout ***/

/*** =HEADER ***/
#header
{
	border-bottom: 1px solid #f60;
}

#header a:link, #header a:visited
{
	display: block;
	padding: 15px;
	background-color: white;
	padding-left: 190px;
	height: 50px; /* 50 + 2 * 15 = 80 */
	font-size: 50px;
	line-height: 1em;
	color: #f60;
	text-align: left;
	border: none;
}

#header a:hover, #header a:active
{
	text-decoration: underline;
}

ul, ol, dl {
	margin: 0 0 1em 0;
	list-style-position: inside;
	padding: 5px;
}


/*** =BOX ***/
#box {
	text-align: left;
}


/*** =MENU ***/
#menu-container {
	width: 170px;
	float: left;
	margin: 25px 0 0 25px;
}

#menu-container p {
	margin: 0 0 15px 0;
	font-weight: bold;
	font-size: 1.5em;
}

#menu {
	position: absolute;
	top: 150px;
	left: 0;
	width: 150px;
	list-style: none;
	margin: 5px;
}

#menu-container ul {
	margin: 0 0 0 0;
	list-style: none;
	padding: 0px;
}
#menu-container ul ul {
	margin: 0 0 0 10px;
	list-style: none;
	padding: 0px;
}


#current>a {
	font-weight: bold;
	color: #333;
}

/*** =CONTENT ***/
#content {
	margin: 25px 0px 0px 0px;
	width: 600px;
	float: left;
}
.post {
	margin: 0px 0 25px 0px;
}
.old-news a {
	color: #999;
}

/*** =SIDEBAR ***/
#sidebar {
/*	position: absolute;
	top: 150px;
	right: 0;
*/
	width: 250px;
	float: right;
	margin: 50px 0 0 30px;
}

#sidebar ul {
	list-style-type: none;
	padding: 0px;
}

#sidebar h2 {
	padding-top: 10px;
}

.old-kryds a {
	color: #999;
	text-decoration: line-through;
}

/*** =TAG STYLES ***/

h2 {
	font-size: 1.2em;
/*	font-variant: small-caps;*/
	border-bottom: 1px solid #f60;
	margin-bottom: 0.5em;
	display: block;
}

h2 a:link, h2 a:visited {
	color: #333;
	border: 0;
	padding: 1px;
}

h3 {
	font-size: 1.2em;
/*	font-variant: small-caps;*/
	margin-bottom: 0.5em;
/*	border-bottom: 1px solid #f60;*/
}

p {
	margin: 0 0 1em 0;
}


dt {
	font-weight: bold;
}

dd {
	margin: 0.5em 1.5em;
}

blockquote {
	padding: 5px;
	margin: 0 0 1em 3em;
	border-left: 1px solid #f60;
}

.post-meta {
	text-align: right;
	font-size: 0.9em;
	margin-top: -5px;
}

.note {
	margin: 1em 15%;
	padding: 5px;
	border: 1px solid #fa0;
	background-color: #ff9;
}

ul.links {
	list-style: none;
}

/*** =ARCHIVE STYLES ***/

.month-view {
	text-align: center;
}

.month-view h2 {
	text-align: left;
}

.month-view h3 {
	margin: 25px auto 0;
}

.month-view table {
	margin: 0 auto 25px;
	text-align: center;
	border-top: 1px solid #f60;
	border-spacing: 2.5em 0.5em;
}

.month-view strong {
	font-size: large;
	line-height: 1.5em;
}

/*** =MISC STYLES ***/

#header-image {
	display: block;
	float: right;
	margin: 0 5px;
}

#footer {
	color: #999;
	font-size: 0.9em;
	clear: both;
}

.alignleft {
	float: left;
	display: block;
}

.alignright {
	float: right;
	display: block;
}

.breaker {
	clear: both;
	font-size: 0.1em;
	line-height: 0.1px;
	margin: 0;
	padding: 0;
}

.center {
	text-align: center;
}

.indented {
	width: 80%;
	margin-left: 10%;
	margin-top: 25px;
}
.narrowcolumn {
}
/***********************************/

.gallery-icon {
	padding: 0;
	margin: 0;
}
.gallery-icon a:active {
	border:none;
}
.gallery-item {
	padding: 0px;
	margin: 0;
}