/*  
Theme Name: MailMojo
Theme URI: http://mailmojo.no/
Description: The official WordPress theme for MailMojo
Version: 1.0
Author: Frode Danielsen
Author URI: http://frode.danielsen.net/

	MailMojo v1.0
	 http://mailmojo.no/

	This theme was designed and built by Frode Danielsen.

*/

/* Begin base styles for MailMojo */
body {
	min-width: 980px;
	margin: 0;
	padding: 0;
	
	text-align: center; /* For sentrering av innhold i IE */
	color: #000;
	background: #fff url(images/bakgrunn_topp.gif) repeat-x left top; /* Bakgrunn for logo og meny */
	font: 90%/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div#identitet {
	height: 86px;
	padding-top: 20px;
	
	text-align: center;
}

	div#identitet a#klistremerke {
		position: absolute;
		left: 60%;
		top: 0px;
	}

/** Meny */

div#meny {
	/* 	Vi må gjøre menyen til et posisjonert element med høyere z-index for at menyvalg ikke skal bli
		obskurert av skjermklipp på hovedsiden */
	position: relative;
	z-index: 1;
	min-width: 534px;
	height: 36px;
	margin: 0;
	padding: 0;
	border-top: 1px solid #2e2e2e;
	
	text-align: center;
}

	div#meny ul {
		width: 534px;
		margin: 0px auto;
		padding: 0;
	}
	
		div#meny ul li {
			float: left;
			height: 36px;
			line-height: 36px;
			margin-left: -14px;
			list-style-type: none;
		}
		
		div#meny ul li#m-hjem {
			width: 82px;
			margin-left: 0;
		}
		div#meny ul li#m-blogg { width: 86px; }
		div#meny ul li#m-info { width: 73px; }
		div#meny ul li#m-omvisning { width: 127px; }
		div#meny ul li#m-priser { width: 86px; }
		div#meny ul li#m-registrering { width: 147px; }
		div#meny ul li#m-logginn {
			position: absolute;
			right: 0;
			float: none;
			width: 10em;
			margin: 0;
			text-align: right;
		}
		
			div#meny ul li a {
				position: relative;
				z-index: 1;
				display: block;
				height: 36px; /* Kun nødvendig for IE */
				padding: 0 15px;
				background-position: 0px 0px;
				background-repeat: no-repeat;
				text-decoration: none;
				color: #fff;
				outline: 0; /* Unngå fokus-kantlinje rundt menyvalg i Firefox */
			}
			
			div#meny ul li#m-logginn a {
				margin-right: 5px;
				padding-right: 25px;
				background: url(images/ikon_innlogging.gif) no-repeat right center;
			}
			
			div#meny ul li a:hover {
				z-index: 2;
				background-position: 0px -36px;
				color: #000;
				text-shadow: #999 2px 2px 3px;
			}
			
			div#meny ul li#m-logginn a:hover {
				color: #fe8c26;
				text-shadow: none;
			}
			
			body#front div#meny ul li#m-hjem a,
			body#blogg div#meny ul li#m-blogg a,
			body#info div#meny ul li#m-info a,
			body#omvisning div#meny ul li#m-omvisning a,
		 	body#priser div#meny ul li#m-priser a,
		 	body#registrering div#meny ul li#m-registrering a,
		 	body#bekreftelse div#meny ul li#m-registrering a {
				z-index: 3;
				background-position: 0px -36px;
				color: #000;
				text-shadow: #999 2px 2px 3px;
			}
			
			div#meny ul li#m-hjem a { background-image: url(images/menyvalg_hjem.gif); }
			div#meny ul li#m-blogg a { background-image: url(images/menyvalg_blogg.gif); }
			div#meny ul li#m-info a { background-image: url(images/menyvalg_info.gif); }
			div#meny ul li#m-omvisning a { background-image: url(images/menyvalg_omvisning.gif); }
			div#meny ul li#m-priser a { background-image: url(images/menyvalg_priser.gif); }
			div#meny ul li#m-registrering a { background-image: url(images/menyvalg_registrering.gif); }
			
div.fastbredde {
	width: 980px;
	margin: 0 auto;
	text-align: left; /* Reversering av IE-fiks for sentrering */
}

div#innhold {
	/*overflow: auto;*/
	width: 940px;
	min-height: 1%;
	margin: 0 auto;
	padding: 30px 20px;
	text-align: left; /* Reversering av IE-fiks for sentrering */
}
div#innhold:after {
	content: ".";
	height: 0;
	display: block;
	clear: both;
	font-size: 0;
}
body#info div#innhold { overflow: visible; }

	div#innhold div#tekstkolonne {
		float: left;
		width: 616px;
	}
	
		div#innhold div#tekstkolonne ul {
			margin-left: 0;
			padding: 0;
			list-style-type: none;
		}
		
			div#innhold div#tekstkolonne ul li {
				margin-top: 0.3em;
				padding-left: 2em;
				background: url(images/ikon_stjerne.gif) no-repeat;
			}
		
		div#innhold div#tekstkolonne dl {
			margin-bottom: 0.5em;
		}
		
			div#innhold div#tekstkolonne dl dd {
				margin-left: 2em;
			}
		
		div#innhold div#tekstkolonne p,
		div#innhold div.ekstrainfo p {
			margin: 0.5em 0;
		}
	
	div#egenskaper div.ekstrainfo,
	div#innhold div.ekstrainfo {
		display: inline;
		float: right;
		width: 267px;
		padding: 10px;
		border: 3px solid #eee;
		background: #fff6bb url(images/bakgrunn_midtfelt.gif) repeat-x left top;
	}
	div#innhold div.ekstrainfo {
		margin-top: -13px;
	}
	
		div#egenskaper div.ekstrainfo h2,
		div#innhold div.ekstrainfo h2 {
			margin: 0;
			padding: 0;
			font-size: 140%;
			font-weight: normal;
			color: #fe8c26;
			text-shadow: #E7D888 2px 2px 1px;
		}
		
		div#innhold div.ekstrainfo ol,
		div#innhold div.ekstrainfo ul {
			margin: 0.4em 0 1em 0;
			padding: 0;
			list-style-type: none;
		}
		
			div#innhold div.ekstrainfo ol li,
			div#innhold div.ekstrainfo ul li {
				margin-bottom: 0.5em;
				padding-left: 2em;
			}
			
				div#innhold div.ekstrainfo li.steg-1 {
					background: url(images/ikon_lite_steg_1.gif) no-repeat 0 1px;
				}

				div#innhold div.ekstrainfo li.steg-2 {
					background: url(images/ikon_lite_steg_2.gif) no-repeat 0 1px;
				}

				div#innhold div.ekstrainfo li.steg-3 {
					background: url(images/ikon_lite_steg_3.gif) no-repeat 0 1px;
				}

				div#innhold div.ekstrainfo li.steg-4 {
					background: url(images/ikon_lite_steg_4.gif) no-repeat 0 1px;
				}

				div#innhold div.ekstrainfo li.steg-5 {
					background: url(images/ikon_lite_steg_5.gif) no-repeat 0 1px;
				}

			div#innhold div.ekstrainfo ul li {
				background: url(images/ikon_stjerne_ekstra.gif) no-repeat;
			}
			
			div#innhold div.ekstrainfo ul.feeds li {
				background: url(images/ikon_rss.gif) no-repeat 2px 2px;
			}
			
		div.ekstrainfo blockquote {
			margin: 0.5em 0;
			padding: 5px 20px 0 10px;
			font-style: italic;
			font-size: 93%;
			color: #333;
			background: url(images/ikon_sitat.gif) no-repeat left top;
		}

			div.ekstrainfo blockquote p {
				margin: 0;
			}

		div.ekstrainfo p.sitert {
			margin: 0.5em 0 1em 0;
			text-align: right;
			font-size: 90%;
			color: #333;
		}

		div.ekstrainfo p#nyhetsbrev {
			margin: 0.5em 0;
			font-size: 90%;
			color: #333;
		}
		
		div.ekstrainfo form {
			margin: 0.5em 0;
			padding: 0;
		}

			div.ekstrainfo form div {
				clear: left;
				line-height: 2em;
				text-align: right;
			}

				div.ekstrainfo form div label {
					float: left;
					width: 80px;
					text-align: left;
				}

				div.ekstrainfo form div input {
					width: 175px;
				}

				div.ekstrainfo form div.submit {
					text-align: right;
				}

					div.ekstrainfo form div.submit input {
						width: auto;
					}
		

	div#innhold a,
	div.ekstrainfo a { /* ekstrainfo-deklarasjon er midlertidig til forsiden får en HTML-oppdatering */
		border-bottom: 1px solid #fe8c26;
		text-decoration: none;
		color: #fe8c26;
	}
		
	div#innhold h2 a { border-bottom: 0; }

	div#innhold a:hover,
	div.ekstrainfo a:hover { border-bottom: 0; }

/** Intro / toppfelt */

div#intro {
	position: relative;
	border-top: 7px solid #ffc500;
	border-bottom: 7px solid #80da84;
	
	background: #aef2b0 url(images/bakgrunn_intro.gif) repeat-x left center;
	text-align: left;
}
	
	div#intro h1 {
		padding: 0.5em 0 0 20px;
	}
	
	div#intro h2 {
		margin: 0;
		padding: 0 0 0.7em 20px;

		font-weight: normal;
		color: #169f00;
		font-style: italic;
		text-shadow: none;
	}
	
		div#intro h2 em {
			background-color: transparent;
			font-weight: bold;
		}
	
	div#intro a {
		position: absolute;
		left: 100px;
		top: 28px;
		margin: 0;
		margin-left: 65%;
		padding: 10px 12px 11px 12px;
		
		background: url(images/bakgrunn_proev_naa.gif) no-repeat center top;
	}
	
		div#intro a:hover {
			background-position: center -39px;
		}
		
			div#intro a img { display: block; }

/** Bunn / innehavsrett */

div#bunn {
	overflow: auto;
	font-size: 90%;
	background: #222121 url(images/bakgrunn_bunn.gif) repeat-x left top;
}

	div#bunn div#infomeny {
		display: inline;
		float: left;
		width: 160px;
		margin: 0;
		margin-left: 20px;
		padding: 40px 0;
	}
	
		div#bunn div#infomeny h3 {
			display: inline;
			margin: 0;
			padding: 0 0 0.2em 0;
			border-bottom: 1px solid #434242;
			
			color: #fff;
			font-size: 115%;
			font-weight: normal;
		}
		
		div#bunn div#infomeny ul {
			margin: 0.5em 0;
			padding: 0;
			
			list-style-type: none;
		}
		
			div#bunn div#infomeny ul li {
				line-height: 1.7em;
			}
			
				div#bunn div#infomeny ul li a {
					color: #d5d5d5;
					text-decoration: none;
				}
				
				div#bunn div#infomeny ul li a:hover {
					color: #fff;
				}
				
				div#bunn div#infomeny ul li a:hover:after {
					content: " \2192";
				}
		
	div#bunn div#omoss {
		margin-left: 160px;
		padding: 40px 2.5em;
		
		color: #d5d5d5;
		background: url(images/bunn_skillelinje.gif) no-repeat 0 45px;
	}
	
		div#bunn div#omoss p {
			margin: 0;
			margin-top: 1em;
			line-height: 1.7em;
		}
	
		div#bunn div#omoss a#e5r {
			float: left;
			margin: 0.8em 2.5em 0.5em 0;
			border: 0;
		}
		
		div#bunn div#omoss a {
			border-bottom: 1px solid #d5d5d5;
			color: #d5d5d5;
			text-decoration: none;
		}
		
		div#bunn div#omoss a:hover {
			border: 0px;
		}

/** Generelle elementer */

h1 {
	margin: 0;
	padding: 0.5em 0;
	font-size: 200%;
	font-weight: normal;
	color: #169f00;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 140%;
	font-weight: normal;
	color: #f68c26;
	text-shadow: #ddd 2px 2px 1px;
}

a img { border: 0px; }

em {
	font-style: normal;
	background-color: #FFFDD3;
}

table {
	width: 100%;
	margin: 0.5em 0 1em 0;
}
	
	table caption, thead th, tbody th {
		text-align: left;
	}

	table tfoot {
		color: #666;
		font-style: italic;
		text-align: center;
	}

dl dt,
dl dd {
	padding: 5px;
}

dl dt {
	background-color: #f3f3f3;
}
/* End base styles */

/* Begin Typography & Colors */
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

h3 {
	margin: 0;
	padding: 0;
	font-size: 110%;
	font-weight: normal;
	color: #f68c26;
	/*text-shadow: #ddd 2px 2px 1px;*/
}

h2 a, h2 a:visited,
h3 a, h3 a:visited {
	color: #f68c26;
}

h2 a, h2 a:hover, h2 a:visited,
h3 a, h3 a:hover, h3 a:visited,
#wp-calendar caption, cite {
	text-decoration: none;
	border-bottom: 0;
}

.entry p a:visited {
	color: #b85b5a;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

small, .ekstrainfo ul ul li, .ekstrainfo ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code, pre {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}
/* End Typography & Colors */



/* Begin Structure */
.post {
	position: relative;
	overflow: visible;
	margin: 0 0 40px;
}

	.post .socialshare {
		position: absolute;
		left: -110px;
		top: 5px;
		width: 120px;
	}

		.post .socialshare .sharer {
			margin: 6px 0;
		}

		.post .socialshare .fb_iframe_widget,
		.post .socialshare iframe {
			display: block !important;
		}

.post hr {
	display: block;
}

.postmetadata {
	clear: both;
}
/* End Structure */



/*	Begin Headers */
h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}
/*
.ekstrainfo h2 {
	margin: 5px 0 0;
	padding: 0;
}
*/
h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

div#innhold span.illustration {
	clear: right;
	float: right;
	max-width: 250px;
	margin-left: 1.428em;
	margin-bottom: 1.428em;
	padding: 3px;
	background-color: #eee;
	font-size: 0.8em;
	font-style: italic;
	color: #666;
	text-align: center;
}

	div#innhold span.illustration a {
		color: #333;
		border: none;
		font-weight: bold;
		font-style: normal;
	}

/* End Images */


/* Begin Lists */
body#blogg div#innhold div#tekstkolonne ul {
	margin-left: 2em;
	padding: 0;
	list-style-type: square;
}
	
	body#blogg div#innhold div#tekstkolonne ul li {
		padding-left: 0;
		background-image: none;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

ol li {
	list-style: decimal outside;
}
/* End Entry Lists */



/* Begin Form Elements */
div.ekstrainfo form#searchform {
	margin: 0.2em 0 0.5em 0;
	padding: 0; 
}

div.ekstrainfo form#searchform #s {
	width: 196px;
	padding: 0;
}

div.ekstrainfo form#searchform #searchsubmit {
	width: 63px;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform textarea {
	width: 100%;
	padding: 2px;
}

#commentform #submit {
	margin: 0;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */


/* Begin Sidebar */
.ekstrainfo form {
	margin: 0;
}
/* End Sidebar */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

hr {
	display: none;
}

img {
	border: none;
	text-decoration: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/


/* Julemaler 2010 */
body#blogg div#innhold div#tekstkolonne ul#julekort-2010 {
	list-style-type: none;
	margin: 1em -10px;
	width: 636px;
	padding: 0;
}
body#blogg div#innhold div#tekstkolonne ul#julekort-2010:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}

	body#blogg div#innhold div#tekstkolonne ul#julekort-2010 li {
		float: left;
		width: 192px;
		margin: 0 2px 1em 2px;
		padding: 0 7px;
	}
	
		body#blogg div#innhold div#tekstkolonne ul#julekort-2010 li img {
			display: block;
			border: 0px;
			margin: 0 -7px;
		}
		
		body#blogg div#innhold div#tekstkolonne ul#julekort-2010 li span {
			color: #666666;
		}

/* Nye eksempelmaler til v2.0 */
body#blogg div#innhold div#tekstkolonne ul#maler-v2 {
	list-style-type: none;
	margin: 1em -9px;
	width: 634px;
	padding: 0;
}
body#blogg div#innhold div#tekstkolonne ul#maler-v2:after {
	content: "."; display: block; height: 0; clear: both; visibility: hidden;
}

	body#blogg div#innhold div#tekstkolonne ul#maler-v2 li {
		float: left;
		width: 299px;
		margin: 0 7px 1em 7px;
		padding: 2px 2px 6px 2px;
		background-color: #eeeeee;
		text-align: center;
	}
	
	body#blogg div#innhold div#tekstkolonne ul#maler-v2 li img {
		display: block;
		border: 0px;
	}

