/* @override 
	http://christel.undermywing.net/site/wp-content/themes/christel/style.css
	http://christelmarianolle.dk/site/wp-content/themes/christel/style.css
*/

/*
Theme Name: Christel Maria Nolle
Theme URI: http://christelmarianolle.dk
Version: 3.0
Author: Christian Nolle
Author URI: http://cnolle.net
*/

@import url(reset.css);

html{
    height:100%;
    background: #fff;
}

body {
	font-family: georgia,serif;
	font-size:62.5%;
	color: #222;
    background: #fff;
}

body.full {
    overflow:hidden;
}

/* Universal Clearer */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* Frontpage */

#background {
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index:1;
	overflow: hidden;
}

/* Links */

a {
	color: #222;
	text-decoration:underline;
}

	#frame #credit a {
		z-index:10;
		position:absolute;
		top:300px;
		left:10px;
		color: #666;
		background:#efefef;
		opacity:0.8;
		font: 10px georgia,serif;
		border-bottom: 1px solid #efefef;
		border-top: 1px solid #efefef;
		letter-spacing:1px;
		text-transform:uppercase;
		padding: 3px 0;
		
	}

	#frame #credit a:hover {
		background:#fff;
		color:#222;
	}


/* General Typography */

h1 {
	font-size: 39px;
	line-height:0.8;
	font-weight:normal;
	margin: 0;
	padding: 0;
}

	h1 a{
		text-decoration:none;
	}


h2 {
	font-size: 2.2em;
}

h3 {
	font-size: 1.8em;
}

p,li {
	font-size: 1.35em;
	line-height:1.4em;
}

p.thetime {
	text-transform:capitalize;
}

/* Header */

#headerarea {
	top: 0;
	left: 0;
	display:block;
	position:fixed;
}

#headerarea h1  {
	position:relative;
	z-index:5;
}

	#headerarea h1 a {
		position:absolute;
		top:10px;
		left: 8px;
		z-index:3;
		background:url(assets/cmn-name2.png) no-repeat 0 0;
		width: 192px;
		height: 98px;
		display:block;
		text-indent:-3000em;
	}

	#headerarea h1 a:hover {
		background-position: 0 -98px;
	}

	#navigation {
		z-index:3;
	}
	
	#navigation ul {
		position:absolute;
		top: 130px;
		left: 5px;
		z-index:2;
		width: 180px;
	}
	
	#navigation ul li {
		display:block;
		text-align:left;
		margin: 7px 0;
		font: 18px georgia,serif;
	}
	
	#headerarea ul li a {
		color: #222;
		background:#fff;
		margin: 3px;
		padding: 3px;
		text-decoration:none;
	}

	#headerarea ul li.current_page_item a,
	#headerarea ul li a:hover,
	#headerarea ul li.current_page_parent a {
		color: #222;
		background:#efefef;
		opacity:1;
	}
	
	ul#qtranslate-chooser {
		position:fixed;
		top: 380px;
		margin: 0 0 0 7px;
		z-index:4;
	}
	
	ul#qtranslate-chooser li {
		font-size: 12px;
	}
	
	ul#qtranslate-chooser li a {
		display:block;
		padding: 4px;
	}

	ul#qtranslate-chooser li.active a,
	ul#qtranslate-chooser li a:hover {
		background:#efefef;
	}
	
	
#content {
	margin-left: 260px;
	margin-top: 10px;
	width: 740px;
	z-index:25;
	position:relative;
}


	body.blog #content {
		width: auto;
	}

	body .listing {
	}

	h1#pagetitle {
		position:absolute;
		top: 10px;
		color: #efefef;
		left: 250px;
		z-index:10;
		font:15em georgia,serif;
		line-height:0.8em;
	}

ul#slideshow {
	width: 740px;
	position:relative;
	z-index:2;
	list-style:none;
}

	ul#slideshow li {
		list-style:none;
		padding: 0 1em 1em 1em;
		width: 740px;
		text-align:right;	
	}

	ul#slideshow li img {
		text-align:left;
		margin-right:140px
	}
	
	ul#slideshow li span.imgcaption {
		width:180px;
		line-height:1.5em;
		text-align:left;
		position:absolute;
		top: 30px;
		font-size: 14px;
		right:-50px;
		display:block;
		padding: 5px;
		margin: 10px 0 0 10px;
		opacity:0.8;
	}
	
	ul#slideshow li span.title {
		color: #222;
		display:block;
		font-size: 18px;
		white-space: nowrap;
	}

	ul#slideshow li span.size {
		display:block;
		margin: 2px 0;
	}
	
	ul#slideshow li span.yearmaterial {
		display:block;
		margin: 2px 0;
	}
		
/* Image navigation */	

p.textlink {
	width: 160px;
	position:absolute;
	top: 170px;
	right:-50px;
	text-align:center;
	z-index:12;
}

	p.textlink a {
		display:block;
		border:1px solid #ccc;
		color: #000;
		text-decoration:none;
		padding: 4px;
	}
	
	p.textlink a:hover {
		background:#efefef;
	}
	
ul#worknav {
	width: 140px;
	text-align:center;
	position:absolute;
	top: 5px;
	list-style:none;
	right:-30px;
	z-index:12;
}

	ul#worknav li {
		font-size: 12px;
		display:inline;
		list-style:none;
		line-height:1.8em;
	}
	
	ul#worknav li span#counter {
		display:block;
		float: left;
		width: 50px;
		color: #666;
		text-align:center;
		margin: 2px 5px 0 5px;
		font: 15px georgia,sans-serif;
	}
	
	ul#worknav a.next {
		width: 25px;
		height: 25px;
		display:block;
		float:left;
		background:url(assets/next-btn.gif) no-repeat top left;
		text-indent:-4000px;
	}

	ul#worknav a.prev {
		width: 25px;
		height: 25px;
		float:left;
		display:block;
		background:url(assets/prev-btn.gif) no-repeat top left;
		text-indent:-4000px;
	}

	ul#worknav li a:hover {
		color: #222;
		background-position:0 -25px;
	}

/* Overview stuff */

.overview {
	background:#fff;
	position:absolute;
	top: 2.6em;
	padding-bottom:5em;
	z-index:4;
}

	.overview ul li {
		float: left;
		margin: 1em;
		display:block;
		position:relative;
		width: 150px;
		height: 150px;
	}

	.overview ul li:nth-child(1n) {
		margin:1em 1em 1em 0;
	}

	.overview ul li:nth-child(5n) {
		margin:1em 0 1em 1em;
	}
	
	.overview ul li img {
		text-align:center;
	}
	
	.overview ul li span {
		background:#fff;
		width: 100%;
		position:absolute;
		bottom: -9px;
		left: 0;
		font-size: 11px;
		color: #222;
	}

#textintro {
	display:none;
	width: 500px;
	margin-left: 100px;
}

	#textintro h3 {
		font-weight:normal;
		font-size: 20px;
		line-height:25px;
		margin: 20px 0 20px 0;
	}
	
	#textintro p {
		margin: 0 0 10px 0;
	}

/* General Typography */
	
.post h2,
#content h2 {
	margin: 0 0 1em 0;
}

	.post h3 {
		font: 18px georgia,sans-serif;
		color: #222;
		margin: 1em 0 0.3em 0;
	}

	.post p,
	.post li {
		font-size: 1.35em;
		line-height:1.5em;
	}
	
	.post p {
		margin: 0.4em 0;
	}
	
	.post ul {
		margin-left: 2em;
	}

.post {
	margin: 2em 0;
	width: 600px;
	z-index:50;
	position:absolute;
}

	.post img {
		margin: 0 0 2em 0;	
	}
	
	.post h2 span {
		float: right;
		color: #ccc;
	}

#sidebar {
	margin: 80px 0 0 0;
	/*width: 150px;*/
	float:right;
}

	#sidebar h3 {
		font-weight:normal;
		text-align:center;
		margin-bottom: 10px;
	}

	#sidebar ul {
		margin-bottom:50px;
	}

	#sidebar ul li {
		font-size: 11px;
		margin: 0.5em 0;
		text-align:right;
	}

		#sidebar ul li a {
			width: 130px;
			padding: 3px;
			display:block;
			text-decoration:none;
		}
		
		#sidebar ul#recentposts li a {
			color: #000;
		}
		
		#sidebar ul#recentposts li a:hover,
		#sidebar ul#recentposts li.current a {
			background:#efefef;
		}		
		
		#sidebar ul.archive-list li {
			background: #ccc;
		}	
		
		/* January */
		#sidebar ul.archive-list li.month1 {
			background:#222;
		}

		/* February */
		#sidebar ul.archive-list li.month2 {
			background:#666;
		}

		/* March */
		#sidebar ul.archive-list li.month3 {
			background:#999;
		}

		/* April */
		#sidebar ul.archive-list li.month4 {
			background: #283879;
		}

		/* May */
		#sidebar ul.archive-list li.month5 {
			background: #3738fa;
		}

		/* June */
		#sidebar ul.archive-list li.month6 {
			background: #4f8cfb;
		}

		/* July */
		#sidebar ul.archive-list li.month7 {
			background: #00dbfd;
		}

		/* August */
		#sidebar ul.archive-list li.month8 {
			background: #5b85ac;
		}

		/* September */
		#sidebar ul.archive-list li.month9 {
			background: #5b7ccc;
		}

		/* October */
		#sidebar ul.archive-list li.month10 {
			background: #496194;
		}

		/* November */
		#sidebar ul.archive-list li.month11 {
			background: #153151;
		}

		/* December */
		#sidebar ul.archive-list li.month12 {
			background: #060646;
		}

		#sidebar ul.archive-list li a {
			color: #fff;
		}

/* Blog */

.listing {
	margin: 20px 0 0 0;
}

.blogteaser {
	width: 300px;
	height: 200px;
	display:block;
	float:left;
	margin: 0 10px 10px 0;
	background-color: #efefef;
	background-repeat:no-repeat;
	position:relative;
}

	.blogteaser h2 a {
		position:absolute;
		bottom: 26px;
		left: 0;
		background:#fff;
		opacity:0.8;
		padding: 3px;
		font-size: 16px;
		text-decoration:none;
	}

	.blogteaser h2 a:hover {
		opacity:1;
	}

	.blogteaser ul li {
		padding: 3px;
		opacity:0.8;
	}
	
	.blogteaser ul li.time {
		right:0;
		top: 0;
		text-transform:capitalize;
		font-size: 11px;
		position:absolute;
		background:#fff;
	}
	
	.blogteaser ul li.numberphotos{
		left:0;
		bottom: 0;
		position:absolute;
		background:#fff;
	}
	
/* Blog Photos */

ul.blogphotos {
	margin: 0;
	padding: 0;
}	

	ul.blogphotos li {
		margin-bottom: 20px;
	}

ul.bottomnav {
	margin: 0 0 40px 0;
}

	ul.bottomnav li a {
		text-decoration:none;
	}
	
	ul.bottomnav li.left {
		float: left;
		width:180px;
	}
	
	ul.bottomnav li.left span {
		display:block;
		margin-left: 20px;
		font: 10px verdana,arial,helvetica,sans-serif;
	}
	
	ul.bottomnav li.left a {
		background:url(assets/arrow-left.gif) no-repeat center left; 
		padding: 0 0 0 20px;
	}
	
	ul.bottomnav li.middle {
		width: 200px;
		padding: 0 0 0 0;
		text-align:center;
		float: left;
	}

	ul.bottomnav li.right span {
		display:block;
		text-align:right;
		margin-right: 0px;
		font: 10px verdana,arial,helvetica,sans-serif;
	}

	
	ul.bottomnav li.right {
		width:200px;
		background:url(assets/arrow-right.gif) no-repeat center right; 
		padding: 0 20px 0 0;
		float: right;
		text-align:right;
	}

/* Quicklinks */

ul#quicklinks {
	margin: 0;
	padding: 0;
	display:block;
}

	ul#quicklinks li {
		display:block;
		position:relative;
		width: 110px;
		margin: 0 12px 10px 0;
		float:left;
		height: 110px;
		background-position: center center;	
	}

	ul#quicklinks li:nth-child(5n) {
		margin-right:0;
	}
	
	ul#quicklinks li a {
		background:#fff;
		padding: 2px;
		font-size: 11px;
		line-height:1.3;
		text-decoration:none;	
		position:absolute;
		bottom: 2px;
		left: 2px;
	}

	ul#quicklinks li.current a,
	ul#quicklinks li a:hover {
		background:#222;
		color: #fff;;
	}

/* Contact */

#contact {
	width: 350px;
	display:block;
	float:left;
}

#map {
	margin: 68px 0 0 30px;
	width: 350px;
	height: 340px;
	float:left;
}

form.wpcf7-form {
	width: 350px;
}

form p { 
	position:relative; 
	padding: 0;
	margin: 0;
}

label { 
	position:absolute; top: 0.5em; left:0.5em;
	z-index:20;
	color: #000;
}

input.text, textarea {
	background:#ffff;
	font-family:georgia,serif;
	border:none;
	padding: 5px;
	width: 340px;
	font-size: 14px;
}

textarea {
	height: 190px;
}

.wpcf7-response-output {
	background: #e40214;
	border:none;
	font-size: 12px;
	color: #fff;
	padding: 4px;
}

input#button {
	background: #56750a;
	border:none;
	font:bold 16px georgia,serif;
	color: #fff;
	padding: 5px;
	float: right;
}

.aboutchristel {
	width:730px;
	height: 360px;
	background:url(assets/mor.jpg) no-repeat top left;
}

	.aboutchristel p {
		background:#fff;
		width: 25em;
		display:block;
		padding: 5px;
		opacity:0.9;
	}
