/*
Theme Name: NordicDream Gallery
Theme URI: http://www.digitalone.se
Description: A theme made for nordicdream.se. 
Version: 1.0
Author: Mattias Tengblad, DigitalOne Solutions
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;
}
#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;
	width: 250px;
	text-decoration: none;
}
#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 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: 450px;
}
.meta-right {
	float: right;
}
#sidebar {
	float: right;
	width: 190px;
}
#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 h3 {
	font-size: 14px;
	color: #666666;
}
#comment-container {
	padding-left: 35px;
	padding-right: 140px;
}
.comment-entry-alt {
	padding: 10px;
	background-color: #F2F2F2;
	border: 1px dashed #CCCCCC;
}
.comment-entry-alt p {
	clear: both;
	padding: 0px;
	margin: 0px;
	color: #333333;
	font-size: 12px;
	display: block;
}
.gtar {
	padding: 2px;
	margin-right: 3px;
	margin-bottom: 3px;
	border: 1px solid #686868;
	float: left;
	height: 32px;
	width: 32px;
	background-color: #FFFFFF;
}

.comment-entry {
	padding: 10px;
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
.comment-entry p {
	clear: both;
	padding: 0px;
	margin: 0px;
	color: #333333;
	font-size: 12px;
	display: block;
}
.comment-info {
	font-size: 11px;
	color: #999999;
	float: left;
	display: block;
	line-height: 36px;
}
#comment-form {
	padding-left: 35px;
	padding-right: 140px;
	font-size: 11px;
	color: #666666;
	line-height: 16px;
}
.comment-form-field  {
	width: 50%;
	height: 16px;
	line-height: 16px;
	margin-bottom: 3px;
	border: 1px solid #B9BBBA;
}
#comment-form textarea {
	width: 99%;
	margin-bottom: 3px;
	border: 1px solid #B9BBBA;
}
.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: 20px;
}
#page-icon-frame {
	background-image: url(images/page-icon.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 32px;
	width: 42px;
	margin-right: 7px;
	margin-bottom: 7px;
	font-family: "Trebuchet MS", Arial, Verdana;
}
#error-icon-frame {
	background-image: url(images/404.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	height: 32px;
	width: 42px;
	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: 32px;
	width: 42px;
	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: 32px;
	width: 42px;
	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: 32px;
	width: 42px;
	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: 32px;
	width: 42px;
	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: 32px;
	width: 42px;
	margin-right: 7px;
	margin-bottom: 7px;
}
#tag-cloud {
	padding:5px;
	font-family:"Trebuchet MS", Arial, Verdana;
	text-align: center;
}
.alignleft {
	float:left;
	width:49%;
}
.alignright {
	float:right;
	width:49%;
}
.paged {
	clear:both;
	font-size: 11px;	
}
#album-slideshow {
	width: 455px;
	margin: 0 auto 0 auto;
}
#album-slideshow embed {
	margin-left: 5px;
}
.ngg-gallery-thumbnail-box {
	margin-bottom: 15px;
	margin-right: 15px;
}
.ngg-widget-slideshow {
	width: 460px;
	height: 325px;
	padding: 5px;
	margin: 0 auto 0 auto;
	border: 1px solid #9a9a9a;
}
#sidebar-login {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 12px;
	color: #666666;
	margin-left:10px;
}