/** Theme Name: MZH
Author: Mikkel Herold
Author URI: http://www.mzh.dk/
Description: Theme developed for "Mikkels Blog" (http://www.mzh.dk/)
**/

/** Strukturelementer **/	
body {
	margin: 1em;
	padding-left: 200px;    /* LC fullwidth */
	padding-right: 190px;   /* RC fullwidth + CC padding */
	min-width: 240px;       /* LC fullwidth + CC padding */
	font-family: sans-serif;
	background:#FEFEFE;
	/* background-image: url('/wp-content/themes/mzh/images/baggrund.png'); */
	color:#323232;
}
	
#header, #footer {
	margin-left: -200px;    /* LC fullwidth */
	margin-right: -190px;   /* RC fullwidth + CC padding */
	padding: 0px 0 0 6px;
	height: 80px;
	background-image: url('/wp-content/themes/mzh/images/header_background.png');
	background-position: top left;
	background-repeat: repeat-x;
	
}
	
#header {
	margin-bottom: 1em;
}
	
#top_logo {
	background-image: url('/wp-content/themes/mzh/images/header.png');
	background-repeat: no-repeat;
	height: 68px;
	width: 200px;
	border: none;
	margin-top: 5px;
	float: left;
	clear: none;
}
	
#top_grafik {
	background-image: url('/wp-content/themes/mzh/images/blob.png');
	background-repeat: no-repeat;
	height: 67px;
	width: 300px;
	border: none;
	margin: 6px 10em 0 0; 
	float: right; 
	clear: none;
}
	
#footer {
	margin-top: 1em;
}
	
#copyright {
	float: left;
	padding-top: 55px;
}
	
#copyright a {
	text-decoration: none;
	color: black;
	font-size: smaller;
}
	
#bund_grafik {
	background-image: url('/wp-content/themes/mzh/images/blob.png');
	background-repeat: no-repeat;
	background-position: 0 6px;
	height: 75px;
	width: 300px;
	border: none;
	margin: 0 0 0 35%; 
	float: left;
	clear: none;
}
	
#bund_logo {
	background-image: url('/wp-content/themes/mzh/images/mzh_logo.png');
	background-repeat: no-repeat;
	background-position: 0 12px;
	height: 75px;
	width: 45px;
	border: none;
	margin: 0; 
	float: right;
	clear: none;
}

#printme {
	font-size: smaller;
	text-align: right;
	margin-top: 5px;
}
	
.column {
	position: relative;
	float: left;
	margin-bottom: 1em;
}
	
#indhold {
	padding: 0 20px;
	width: 100%;
}
	
#navigation {
	width: 180px;           /* LC width */
	padding: 0 10px;        /* LC padding */
	right: 240px;           /* LC fullwidth + CC padding */
	margin-left: -100%;
}
	
#andet {
	width: 130px;           /* RC width */
	padding: 0 10px;        /* RC padding */
	margin-right: -100%;
}
	
#footer {
	clear: both;
}
	
/*** IE6 Fix ***/
* html #navigation {
	left: 140px;            /* RC fullwidth */
}
	
/** Menu **/
#menu {
	list-style-type: none;
	font-size: 1.1em;
	margin: 0;
	padding: 6px;
}

li.page_item a, li.page_item a:visited {
	background: #6C899D;
	color: white;
	display: block;
	font-weight: bold;
	text-decoration: none;
	font-variant: small-caps;
	border-width: 2px 2px 1px 1px;
	border-style: solid;
	border-color: black;
	margin-bottom: 2px;
	padding-left: 2px;
}

li.page_item a:hover, li.current_page_parent a:link, li.current_page_parent a:visited, li.current_page_item a:visited {
	background-color: #9AAFBC;
	color: #ac0025;
}

.children {
	list-style-type: none;
	margin: -2px 0 5px 0;
	padding: 0;
}

.children li.page_item a {
	font-family: sans-serif;
	color: #ac0025;
	background: white;
	border-color: black;
	border-style: solid;
	border-width: 0px 0px 1px 1px;
	display: block;
	font-size: smaller;
	margin: 0 0 0 10px;
	padding: 0 0 0 3px;
	text-decoration: none;
	text-transform: lowercase;
	font-weight: bold;
}

.children li.current_page_item a, .children li.page_item a:hover {
	font-variant: small-caps;
	color: white;	
	background-color: #ac0025;
}

/** Generelle elementer **/
h1, h2, h3, h4 {
	font-family: Georgia, "Times New Roman", serif;
}

h1 {
	font-size: 125%;
}
	
h2 {
	font-size: 115%;
}
	
h3 {
	font-size: 110%;
}
	
h4 {
	font-size: 105%;
}

	
#stylesheet {
	font-size: smaller;
	margin: 0 0 1.5em 0;
	padding: 2px 2px 10px 4px;
}
	
#full_playlist li {
	margin-bottom: 0.5em;
}
	
#full_playlist .cover {
	margin-right: 5px;	
	border-color: black;
}
	
#full_playlist li .artist_title {
	font-weight: bold;
	font-style: italic;
}
	
#full_playlist li .duration {
	font-size: smaller;
	color: gray;
	display: inline;
	font-weight: normal;
}
	
#full_playlist li .album {
	font-size: smaller;
	font-variant: small-caps;
}
	
#full_playlist li .date {
	font-size: 85%;
	color: gray;
	margin-bottom: 1em;
}
	
#powered_by {
	text-align: right;
}
	
#mini_playlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: smaller;
}
	
#mini_playlist li {
	margin-bottom: 0.5em;
}
	
#navigation .album, #navigation .duration, #navigation .cover {
	display: none;
}
	
#navigation .artist_title {
	font-style: italic;
}
	
#navigation .date {
	font-size: smaller;
	color : #336699;
	margin-bottom: 1em;
	padding-left: 0.5em;
}
	
#blog_funktioner {
	font-size: smaller;
	background-color: white;
	padding: 2px 2px 4px 4px;
	clear: both;
	margin: 0 0 1.5em 0;
}
	
input, textarea {
	font-family: sans-serif;
}
	
.info_box, a.info_box {
	color: black;
	background: white;
	font-size: smaller;
	border-width: 0 0 1px 1px;
	border-style: dashed;
	border-color: #6d9d81;
	margin: 0 0 2em 0;
	padding: 6px;
}
	
#spread  {	
	text-align: center;
	margin-top: 1em;	
}
	
a, a:active, a:hover {
	color: blue;
	background: transparent;
}
	
a:visited {
	color: maroon;
}
	
.blog a:link, .blog a:active, .blog a:hover {
	    color: #6d9d81;
}
	
.blog a:visited {
	color: maroon;
}


.comment_quote_link a:link, .comment_quote_link a:visited, .comment_reply_link a:link, .comment_reply_link a:visited {
	font-size: smaller;
}
	
/** Links-side **/	
.links_list {
	margin: 0;
	padding: 0;
}
	
.links_list li {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}
	
.link_url, .link_url a:link, .link_url a:visited {
	font-family: monospace;
	background: gray;
	color: white;
	padding: 3px;
}
	
.link_beskrivelse {
	margin: 1em 0 2em 0;
}
	
/** Jokes-side **/	
#jokes_list {
	margin: 0;
	padding: 0;
}
	
#jokes_list li {
	list-style-type: none;
	margin: 0 0 1em 0;
	padding: 0;
}
	
.joke_intro {
	border-top: 2px solid black;
	padding-top: 1em;
	font-weight: bold;
}
	
.joke {
	margin: 1em 0 2em 0;
}
	
.fra {
	text-align: right;
	font-size: smaller;
}

#modtaget {
	color: red;
	font-weight: bold;
}

/** F�lles elementer **/
h1 {
	font-size: 125%;
}
	
h2 {
	font-size: 115%;
}
	
h3 {
	font-size: 105%;
}
	
h4 {
	font-weight: normal;
	font-size: 90%;
}
	
hr {
	background: transparent;
	color: inherit;
	border: none;
	border-bottom: 1px dashed #6d9d81;
}
	
table, td, tbody {
	border-color: black;
}

/** F�lles klasser **/
.clear {
		clear: both;
}

.sort {
	color: black;
}
	
.halvanden {
	line-height: 150%;
}
	
.smaller {
	font-size: smaller;
}
	
.inline {
	display: inline;
}
	
.courier {
	font-family : monospace;
}
	
.ingenkant {
	border : 0px;
}
	
.sortkant {
	border : 1px solid Black;
}
	
.linkboks {
	border : thin solid Black;
	background-color : #EEEEEE;
	color : Black;
	width : 75%;
}
	
.titel {
	color : black;
	font-weight : bold;
	font-size: 75%;
	background-color : transparent;
	line-height: 1.1em;
	margin-top: 2px;
}
	
.black {
	color: black;
	background: transparent;
}
	
.center {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
	
.overskrift_hojrebox {
	text-decoration: underline;
	margin-top: 0;
	margin-bottom: 0.5em;
}
	
.billede {
	margin: 0 auto 1.5em auto;
	text-align: center;
}
	
.billede img {
	margin: 0 auto 0 auto;
	display: block;
}
	
.billede p {
	font-size: smaller;
	font-weight: bold;
	margin-top: 0;
}

.alignright {
	float: right;
	margin-left: 5px;	
}

.alignleft {
	float: left;
	margin-right: 5px;	
}

.emoticon {
	display: inline; 
	vertical-align: middle;
}	

/** Ting til salg-side **/
.solgt {
	text-decoration: line-through;
}

.solgt_tekst {
	color: #de2110;
	font-weight: bold;
}

/** Indsatte billeder  **/
.wp-caption, .gallery-caption {
	text-align: center;
	background-color:#F3F3F3;
	border:1px solid #DDDDDD;
	margin:10px;
	padding-top:4px;
	font-size: smaller;
}

.wp-caption img, .gallery-item img {
	border:0 none;
	margin:0;
	padding:0;
}

/** Gallerier **/
.upload_time {
	bottom: 0px;
	font-size: 60%;
}

#gaa_til {
	text-align: right;
	font-weight: bold;
	margin-top: 1em;
	margin-right: 1em;
	color: black;
}

a.gaa_til, a.gaa_til:visited, a.gaa_til:active {
	color: black;
	text-decoration: none;
}

a.gaa_til:hover {
	color: gray;
	text-decoration: none;
}

#gaa_til_selected {
	color: gray;
	font-weight: bold;
}

form, select {
	display: inline;
	clear: none;
}

a.toplinks, a.toplinks:link, a.toplinks:active, a.toplinks:visited, a.toplinks:hover, .toplinks_gray {
	text-decoration: none;
	color: #2B2B2B;
	font-weight: bold;
	font-size: smaller;
	text-transform: uppercase;
	padding: 0 1em 0 1em;
	white-space: pre;
	vertical-align: middle;
}

.toplinks_gray {
	color: gray;
}

#billedtekst {
	padding:5px;
	border: 1px solid black;
	width: 500px;
}

#billedoversigt, a#billedoversigt {
	width: 500px;
	font-size: 75%;
	margin-top: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.border {
		border: 1px solid black;
}

#exif {
	font-family: monospace;
	font-size: smaller;
	padding: 1em;
	border: 1px solid black;
	margin-top: 1.5em;
	color: #222222;
	background: silver;
	width: 500px;
	margin-left: auto;
	margin-right: auto;
}

/** Blog-indl�g **/
.article {
	padding: 0;
}

.article_header, .article_header a:link, .article_header a:active, .article_header a:visited {
	font-size:110%;
	font-weight:normal;
	text-transform:uppercase;
	color: black;
	margin-bottom: 0;
}

.article p {
	line-height: 1.5em;
}

.postmetadata {
	color:gray;
	font-size:75%;
	margin:0;
}

.blog {
	padding-bottom: 1em;
	border-bottom: 2px solid gray;
}

.blog h2, .blog h2 a:visited {
	font-size:110%;
	font-weight:normal;
	text-transform:uppercase;
	color: black;
	margin-bottom: 0;
}

/** Portfolio-side **/
#sites {
	list-style-type: none;
	margin: 1em 0 0 0;
	padding: 0;
	float: right;
	width: 100%;
}

#sites>li {
	padding-bottom: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid gray;
}

.screendump {
	float: left;
	margin: 5px;
	border: 1px solid gray;
}

.site_details {
	list-style-type: none;
}

.site_details li {
	margin: 0 0 0 1em;
	padding: 0;
}

/** Winamp-side **/
.counter {	
	background-image:url('/wp-content/counter/counter-numbers.png');
	background-repeat: repeat-x;
	display: inline-block;
	color: white;
	clear: none;
}

.statistics {
font-family: "Courier New", "Courier", monospace;
border: 0px;
padding: 0 2px 0 2px;
display: block;
margin: 1em 0 0 0;
text-align: center;
}/** Arkiv-side **/#smart-archives-list h2 {	background: black;	padding: 3px;	text-decoration: none;}#smart-archives-list h2 a:link, #smart-archives-list h2 a:visited {	text-decoration: none;	color: white;}
