/*
Theme Name: NordicDream
Theme URI: http://eyesx.com/temat-nordicdream/
Description: Ett svenskt tema, anpassat f&ouml;r anv&auml;ndning som fotosida. 
Version: 1.0.1
Author: Mattias Tengblad
Author URI: http://eyesx.com
*/
@charset "utf-8";
body, html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	min-height: 100%;
	background-color: #242925;
}
img {
	border: none;
}
a:link, a:visited {
	color: #6EBDF6;
	text-decoration: underline;
}
a:hover {
	color:#999;
	text-decoration:none;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.aligncenter {
	margin: 0px auto;
	display: block;
}
.alignright {
	margin-left: 10px;
	margin-bottom: 3px;
	float:right;
}
.alignleft {
	margin-right: 10px;
	margin-bottom: 3px;
	float:left;
}
.paged {
	clear:both;
	font-size: 11px;	
}
#wrapper {
	height: 100%;
}
#header-wrap {
	height: 200px;
	background-image: url(images/layout.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #151915;
	margin: 0px;
	padding: 0px;
}
#body-wrap {
	background-image: url(images/bg_shadow.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	padding-bottom: 25px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #474948;
}
#content-wrap {
	width: 820px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px;
}
#navigation {
	height: 30px;
	width: 835px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	line-height: 30px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #999999;
	font-weight: bold;
	font-size: 11px;
}
#navigation ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #616460;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a:link, #navigation ul li a:visited {
	display: block;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	text-transform: uppercase;
	color: #999999;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #616460;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#navigation ul li a:hover {
	color: #fff;
}
#home {
	height: 62px;
	width: 850px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 50px;
}
#home a {
	display: block;
	height: 62px;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: italic;
	color: #FFF;
	padding-left: 120px;
	line-height: 60px;
	letter-spacing: 1px;
}
#main-content {
	width: 590px;
	float: left;
	padding-bottom: 35px;
}
.entry {
	font-family: "Trebuchet MS", Arial, Verdana;
}
.entry h1 {
	font-size: 18px;
	font-weight: bold;
	float: left;
	display: block;
	margin-top: 6px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EBEBEB;
	width: 500px;
	margin-bottom: 3px;
}
.entry h2 {
	font-size: 18px;
	font-weight: bold;
	margin-top: 6px;
	color: #333333;
	width: 500px;
	margin-bottom: 3px;
}

.entry h1 a {
	color: #333;
	text-decoration: none;
}
.entry h1 a:hover {
	color: #666;
}
.entry small {
	font-size: 10px;
	color: #999999;
	float: left;
	width: 500px;
}
.pagetitle {
	font-size: 14px;
	color: #999999;
	text-align: center;
	display: block;
	font-family: "Trebuchet MS", Arial, Verdana;
}
.post {
	clear: both;
	font-size: 12px;
}
.post blockquote {
	background-color: #F0F0F0;
	padding: 10px;
	border: 1px dashed #CCCCCC;
	font-style: italic;
	font-size: 12px;
	background-image: url(images/quote.gif);
	background-position: right top;
	background-repeat: no-repeat;
}
.date-frame {
	background-image: url(images/date.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 54px;
	width: 50px;
	margin-right: 7px;
	margin-bottom: 7px;
	font-family: "Trebuchet MS", Arial, Verdana;
}
.date-frame-day {
	font-size: 24px;
	line-height: 35px;
	text-align: center;
	font-weight: normal;
	color: #666666;
}
.date-frame-month {
	font-size: 12px;
	line-height: 20px;
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.meta {
	background-color: #F2F2F2;
	font-size: 10px;
	color: #999;
	padding: 5px;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #E5E5E5;

}
.meta-left {
	float: left;
	display: block;
	width: 435px;
	background-image: url(images/tag.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}
.meta-right {
	float: right;
}
#sidebar {
	float: right;
	width: 190px;
	font-family: "Trebuchet MS", Arial, Verdana;
}
#sidebar form {
	margin: 0px;
	padding: 0px;
}

#sidebar h2 {
	background-image: url(images/menuhead.gif);
	background-repeat: no-repeat;
	background-position: center top;
	display: block;
	height: 24px;
	margin-top: 0px;
	padding-top: 0px;
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 24px;
	padding-left: 15px;
	margin-bottom: 0px;
}
#sidebar ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 20px;
	margin-left: 6px;
}
#sidebar ul li a:link, #sidebar ul li a:visited {
	font-family: "Trebuchet MS", Arial, Verdana;
	color: #666666;
	text-decoration: none;
	font-size: 12px;
	display: block;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #EAEAEA;
}
#sidebar ul li a:hover {
	color: #000;
	background-color: #F2F2F2;
}
#icon-rss {
	height: 45px;
	width: 63px;
	margin-top: 15px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: auto;
}
.sid-search {
	height: 18px;
	width: 154px;
	line-height: 18px;
	font-size: 12px;
	margin: 0px;
	background-image: url(images/s-field.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 2px 3px;
	border: none;
	background-color: #FFFFFF;
}
.search-btn {
	height: 18px!important;
	width: 18px!important;
	border: none!important;
	background-image: url(images/search.gif)!important;
	background-repeat: no-repeat;
}
.divider {
	background-image: url(images/divider.gif);
	background-repeat: no-repeat;
	height: 24px;
	width: 95px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	background-position: center 10px;
}
#footer {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	background-color: #242925;
	color: #474948;
	height: 50px;
	clear: both;
	width: 100%;
	margin-top: auto;
	margin-right: 0px;
	margin-left: 0px;
	top: auto;
	bottom: 0px;
}
#footer a:link, #footer a:visited {
	color: #474948;
	text-decoration: underline;
}
#footer a:hover {
	color: #9C9E9D;
}
#footer-content {
	width: 850px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding-bottom: 15px;
}
#description {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	float: right;
	padding-right: 15px;
}
#comments {
	font-size: 14px;
	color: #666666;
}
.comment-nav {
	display: block;
	font-size: 11px;
	clear: both;
}
.commentlist {
	clear: both;
	list-style-type: none;
	font-size: 12px;
	padding-top: 10px;
}
.commentlist li {
	margin-top: 8px;
	margin-bottom: 8px;
	padding: 4px;
}
.commentlist li ul {
	list-style-type: none;
}
.commentlist .thread-even {
	background-color: #f2f2f2;
	border: 1px dashed #CCC;
}
.commentlist .thread-odd {
	background-color: #fff;
	border: 1px dashed #CCC;
}
.commentlist .fn {
	font-size: 14px;
	font-weight: bold;
}
.commentlist .avatar {
	padding: 2px;
	border: 1px solid #ccc;
	float: right;
}
.commentlist .comment-meta {
	font-size: 11px!important;
}
#respond {
	font-size: 12px;
}
#respond h3 {
	font-size: 14px;
	color: #666666;
	clear: both;
	padding-top: 10px;
}
#comment-form {
	padding-left: 35px;
}
#respond input {
	width: 50%;
}
#respond textarea {
	width: 99%;
}
.comment-btn {
	background:url(images/button-bg.gif) repeat-x;
	border:1px solid #adadad!important;
	border-left-color:#ececec!important;
	border-top-color:#ececec!important;
	font-size: 11px;
	width: 50%;
	height: 24px;
}
#page-icon-frame {
	background-image: url(images/page.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 48px;
	width: 48px;
	margin-right: 7px;
	margin-bottom: 7px;
}
#photo-icon-frame {
	background-image: url(images/photo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 48px;
	width: 48px;
	margin-right: 7px;
	margin-bottom: 7px;
}
#error-icon-frame {
	background-image: url(images/404.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 48px;
	width: 48px;
	margin-right: 7px;
	margin-bottom: 7px;
}
#gbook-icon-frame {
	background-image: url(images/gbook.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 48px;
	width: 48px;
	margin-right: 7px;
	margin-bottom: 7px;
}
#search-icon-frame {
	background-image: url(images/icon-search.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 48px;
	width: 48px;
	margin-right: 7px;
	margin-bottom: 7px;
}
#contact-icon-frame {
	background-image: url(images/mail.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 48px;
	width: 48px;
	margin-right: 7px;
	margin-bottom: 7px;
}
#users-icon-frame {
	background-image: url(images/users.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 48px;
	width: 48px;
	margin-right: 7px;
	margin-bottom: 7px;
}
#stats-icon-frame {
	background-image: url(images/stats.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 48px;
	width: 48px;
	margin-right: 7px;
	margin-bottom: 7px;
}
#tag-cloud {
	padding:5px;
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align: center;
}
#album-slideshow {
	margin: 0 auto 0 auto;
	padding: 5px;
	border: 1px solid #9a9a9a!important;
	width: 450px!important;
}
#album-slideshow h2 {
	display: none;
}
.ngg-gallery-thumbnail-box {
	margin-bottom: 15px;
	margin-right: 15px;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 11px;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 14px;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
