/*
Theme Name: nemoDreaming
Theme URI: http://www.nemodreaming.com
Description: Thematic child theme, using Blueprint
Author: Philip Blyth
Author URI: http://www.nemodreaming.com
Template: thematic
Version: 3.3
*/

/* @override 
	http://localhost:8888/wp-content/themes/v3.3/style.css
	http://s82247.gridserver.com/wp-content/themes/v3.3/style.css
	http://www.nemodreaming.com/wp-content/themes/v3.3/style.css
*/

/* @group Imports */

/* Blueprint CSS */

@import url('blueprint/screen.css');

/* Shadow */

@import url('styles/shadow.css');

/* @end */

/* @group Defaults */

html, body {
	width: 100%;
	height: 100%;
	background-color: #000;
}

body, input, textarea {
	font-family: Cambria, Georgia, Times, "Times New Roman", serif;
	color: #7d7b77;
}

a:link,
a:visited,
a:active,
a:hover,
a:focus {
	color: #aeaca6;
}

ul, ol,
ul li,
ol li {
	list-style-image: url(images/icons/bullet.gif);
	list-style-type: none;
	list-style-position: outside;
}

/* @end */

/* @group Forms */

form textarea,
form input[type="text"] {
	background: #fff url(images/backgrounds/bgr_input.gif) no-repeat left top;
	border: 1px solid #dcd8d2;
	padding: 10px;
	width: auto;
}

form.wpcf7-form textarea,
form.wpcf7-form input[type="text"] {
	background: #fff url(images/backgrounds/bgr_input-gray.gif) no-repeat left top;
	border-color: #353432;
	width: 373px;
}

/* @end */

/* @group Layout */

#wrapper {
	background: #47443c url(images/backgrounds/tiled_01.gif) repeat center top;
}

#debug_palette {
	position: fixed;
	top: 0;
	left: 0;
	width: 125px;
	height: 325px;
	background: url(images/palette.gif) no-repeat left top;
}

/* @group Header */

#header_wrapper {
	background: #0f0d09 url(images/header/header_sides.jpg) repeat-x center bottom;
}

#header {
	position: relative;
	background: url(images/header/header_illu.jpg) no-repeat center bottom;
}

/* @group Branding */

#branding {
	padding: 25px 0;
}

body.home #branding {
	padding: 50px 0;
}

#blog-title {
	margin: -50px;
	background: url(images/logo/nd_header.png) no-repeat left top;
}

#blog-title a {
	display: block;
	padding: 50px;
	height: 45px;
}

#blog-title a span {
	display: none;
}

#blog-description {
	font-size: 150%;
	color: #5f5b53;
	font-style: italic;
	line-height: 1;
	margin-bottom: 0;
}

/* @end */

/* @group Access */

.skip-link {
	display: none;
}

ul.sf-menu {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
	line-height: 1;
}

ul.sf-menu li {
	float: left;
	margin: 0 5px 0 0;
	padding: 10px;
	list-style-image: none;
	list-style-type: none;
	background: #2e2c27 url(images/shadows/shadow-10_t.png) repeat-x 0 22px;
}

ul.sf-menu li a {
	text-decoration: none;
	color: #8f8c84;
}

ul.sf-menu li.current_page_item {
	background: #45423a url(images/backgrounds/tiled_01.gif) no-repeat;
}

ul.sf-menu li.current_page_item a {
	color: #d4d0c8;
}

/* @end */

/* @end */

/* @group Main */

/*#main {
	background: url(images/backgrounds/bgr_fold.png) repeat-y center;
}*/

/* @group Searchform */

#searchform input,
#error404-searchform input {
	margin: 0;
	padding: 10px;
	font-size: 12px;
	line-height: 1;
}

#searchform #s,
#error404-searchform #error404-s {
	width: 238px;
	color: #7d7b77;
	background: transparent url(images/backgrounds/bgr_input-gray.gif) no-repeat left top;
	border: 1px solid #353432;
}

#searchform #searchsubmit,
#error404-searchform #error404-searchsubmit {
	display: none;
	background: #46443c;
	border: 1px outset #7d7b77;
}

/* @end */

/* @group Content */

.singular #content,
.category-blog #content,
.author #content,
.four04 #content {
	border-right: 1px dashed #393630;
	background: url(images/shadows/shadow_dropoff-27.png) repeat-y right top;
}

.page-title {
	margin-top: 25px;
}

.page-title span {
	color: #46443c;
	text-transform: lowercase;
	background-color: #101010;
	padding: 4px 10px;
	font-style: italic;
}

/* @group Entry */

.hentry {
	padding: 35px 0;
}

.singular .hentry {
	padding-bottom: 10px;
}

/* @group Entry Header */

.entry-header {
	position: relative;
}

/* @group Entry Title */

.entry-title {
	margin: 0;
	line-height: 1;
}

.entry-title em {
	font-size: 75%;
	color: #1e1e1e;
}

.page .entry-title {
	margin-bottom: 20px;
}

.entry-title a {
	text-decoration: none;
	color: #d4d0c8;
}

/* @end */

/* @group Ratings */

.entry-header .post-ratings {
	position: absolute;
	top: 0.5em;
	left: -235px;
	width: 215px;
	text-align: right;
	font-style: normal;
	color: #7d7b77;
	line-height: 1.25;
}

.entry-header .post-ratings strong {
	color: #aeaca6;
	font-weight: normal;
	font-style: normal;
}

.entry-header .post-ratings img {
	vertical-align: top;
	line-height: 0;
}

.entry-header .post-ratings-text {
	margin-right: 0.25em;
	color: #98d2ec;
}

.entry-header .post-ratings-avg {
	display: block;
	font-size: 85%;
	line-height: 1.75;
}

/* @end */

/* @group Entry Meta */

.entry-meta {
	color: #a8a49c;
	text-transform: lowercase;
	margin-bottom: 0.75em;
	padding-bottom: 0.75em;
	border-bottom: 1px solid #353432;
}

.entry-meta a {
	text-decoration: none;
	color: #e7e3db;
}

.entry-meta .author {
	text-transform: uppercase;
	font-size: 75%;
	letter-spacing: 1px;
}

.entry-meta .published {
	text-transform: none;
	font-style: italic;
	color: #9ae3ff;
}

/* @end */

/* @end */

/* @group Entry Content */

.entry-content {
	text-align: justify;
}

.page .entry-content {
	margin-bottom: 15px;
}

span.edit a {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-variant: normal;
	text-transform: lowercase;
}

/* @group Attachment */

.entry-content #illustration {
	margin: 10px -10px 10px -235px;
	padding: 0;
	text-align: right;
}

.entry-content #illustration .shadowed {
	padding: 0;
	float: right;
	margin-left: -235px;
}

.entry-content #illustration img {
	border: 10px solid #dcd8d2;
}

/* @end */

/* @group Simple Post Thumbnail */

.entry-content .simple_post_thumbnail {
	margin: 0 0 20px 0;
}

.entry-content .simple_post_thumbnail img {
	padding: 5px;
}

/* @end */

.entry-content .gallery {
	margin-bottom: 10px;
}

.entry-content .gallery a {
	float: left;
	margin-right: 0;
	margin-bottom: 0;
}

.entry-content .gallery .gallery-item {
	float: left;
	width: auto!important;
	margin: 0;
}

.entry-content .gallery a img {
	line-height: 0;
	padding: 5px;
}

.entry-content .gallery a:hover {
	background-position: -88px top;
}

.entry-content .gallery a:hover img {
	width: 62px;
	height: 62px;
	padding: 3px;
}

.entry-content .gallery-caption {
	display: none;
}

/* @end */

/* @group Entry Utility */

.entry-utility {
	color: #ff4ab5;
	background-color: #b7006c;
	padding: 10px;
	margin-top: 1.5em;
}

.entry-utility a {
	color: #ffb6e0;
	text-decoration: none;
	font-style: italic;
}

.entry-utility .meta-sep {
	color: #d0107e;
	margin: 0 5px;
}

/*.entry-utility .comments-link {
	padding: 4px 8px;
	background-color: #d0107e;
}*/

.entry-utility .comments-link {
	border-bottom: 1px dotted #e793c1;
}

/* @end */

#content .error404 {
	margin: 20px 0;
}

/* @end */

/* @group Comments */

#comments {
	margin-bottom: 30px;
}

#comments-list {
	margin-bottom: 10px;
	padding-bottom: 10px;
	background-color: #f6f5f4;
}

#comments-list h3 {
	margin: 0;
	padding: 10px;
}

#comments-list ol,
#comments-list ul {
	margin: 0;
	padding: 0;
}

#comments-list .comment {
	position: relative;
	list-style-image: none;
	list-style-type: none;
	padding: 20px 0 0 42px;
	background: url(images/shadows/shadow-10_t.png) repeat-x left top;
}

#comments-list .comment p {
	margin-right: 10px;
}

#comments-list .comment .comment-author {
	font-weight: bold;
}

#comments-list .comment .comment-author a {
	color: #7d7b77;
}

#comments-list .comment .comment-author .avatar {
	position: absolute;
	top: 20px;
	left: 0;
	width: 30px;
	height: 30px;
	border: 1px solid #dcd8d2;
}

#comments-list .comment .comment-meta {
	color: #aeaca6;
	font-style: italic;
	text-align: left;
	font-size: 95%;
}

#comments-list .comment div.comment-reply-link {
	text-align: right;
	line-height: 1;
	margin-right: 10px;
}

#comments-list #cancel-comment-reply {
	position: absolute;
	top: 0;
	right: 0;
	color: #e793c1;
	background-color: #d0107e;
	padding: 10px;
	line-height: 1;
}

#comments-list #cancel-comment-reply-link {
	color: #e793c1;
}

/* @group Respond */

#respond {
	position: relative;
	padding: 10px;
	background-color: #edece8;
	margin-bottom: 10px;
}

ol #respond,
ul #respond {
	margin-top: 10px;
	margin-bottom: 0;
}

#respond .form-input input,
#respond .form-textarea textarea {
	font-size: 100%;
}

#respond textarea {
	padding: 10px;
	width: 90%;
	height: 100px;
}

#respond h3 {
	padding: 0;
	margin-bottom: 20px;
}

/* @end */

/* @end */

/* @end */

/* @end */

/* @group Footer */

#footer {
	background: #2b2924 url(images/shadows/shadow_bottom-20.png) repeat-x center top;
}

#siteinfo {
	padding: 35px 0;
	background: #1c1a17 url(images/shadows/shadow_bottom-20.png) repeat-x center top;
	color: #47443c;
}

#siteinfo a,
#siteinfo a.mt-link span {
	text-decoration: none;
	color: #5f5b53;
	border-bottom: 1px solid #2a2923;
}

#siteinfo a.mt-link {
	border: none;
}

#siteinfo a.mt-link img {
	vertical-align: bottom;
}

#below_footer {
	height: 70px;
	background: #0f0e0d url(images/shadows/shadow_bottom-20.png) repeat-x center top;
	margin-bottom: 43px;
}

/* @end */

/* @end */

/* @group Elements */

/* @group Asides */

.aside ul,
.aside ul li {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

ul.xoxo {
	margin: 35px 0;
}

ul.xoxo li.widgetcontainer {
	margin: 0 0 35px;
}

ul.xoxo .widgettitle {
	margin: 0 0 0.5em;
}

ul.xoxo .widgettitle label {
	font-weight: normal;
	font-style: normal;
}

ul.xoxo .widgetcontainer a {
	text-decoration: none;
}

ul.xoxo .widgetcontainer ul,
ul.xoxo .widgetcontainer li {
	margin-left: 10px;
	vertical-align: middle;
	list-style-image: url(images/icons/bullet.gif);
	list-style-position: outside;
	list-style-type: none;
}

/* @group Specific */

/* @group #mainasides */

#mainasides .widgettitle {
	color: #c3eeff;
}

/* @end */

/* @group #subsidiary */

#subsidiary {
	background: url(images/shadows/shadow_dropoff-asides_light.png) repeat-y left top;
}

#subsidiary .widgettitle {
	color: #5f5b53;
}

/* @end */

/* @group #Index-Bottom */

#index-bottom {
	background: url(images/shadows/shadow_dropoff-asides.png) repeat-y left top;
	border-top: 1px dashed #322f26;
}

#index-bottom .widgettitle {
	color: #77736b;
	margin-bottom: 1em;
}

/* @end */

/* @group #postasides */

#postasides ul,
#postasides ul li {
	margin: 0;
	padding: 0;
	list-style-image: none;
	list-style-type: none;
}

/* @group Meta */

#postasides .meta {
	padding: 0 0 9px 0;
	background: url(images/shadows/shadow-10_b.png) repeat-x center bottom;
}

#postasides .meta li {
	padding: 20px;
	color: #7f796e;
	background-image: url(images/backgrounds/dark-50.png);
	font-variant: normal;
}

#postasides .meta .excerpt p {
	margin: 0;
	padding: 0;
	color: #a39f9b;
}

#postasides .meta .web-url a {
	padding: 5px 7px;
	margin-left: 5px;
	color: #edece8;
	background-image: url(images/backgrounds/dark-50.png);
	text-transform: lowercase;
	text-decoration: none;
}

#postasides .meta .page-title {
	font-size: 200%;
}

/* @end */

/* @group Nav */

#postasides .nav {
	line-height: 32px;
	white-space: nowrap;
	margin-top: 20px;
}

#postasides .nav a {
	text-decoration: none;
	color: #9ae3ff;
}

#postasides .nav .nav-dir {
	float: left;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center center;
}

#postasides .nav .nav-previous .nav-dir {
	background-image: url(images/icons/fancy_left.png);
}

#postasides .nav .nav-next .nav-dir {
	background-image: url(images/icons/fancy_right.png);
}

#postasides .nav span span {
	display: none;
}

/* @end */

/* @end */

/* @end */

/* @group Widgets */

.widget_tag_cloud div * {
	vertical-align: middle;
	line-height: 1;
	white-space: nowrap;
}

.widget_ratings img {
	line-height: 0;
	width: 8px;
	height: 8px;
	margin-left: 4px;
	vertical-align: baseline;
}

.widget_categories .current-cat a {
	background-color: #b8006c;
	padding: 3px 6px;
	color: #ff4ab5;
	letter-spacing: 1px;
}

/* @group FlickrRSS */

.widget_flickrRSS .flickrRSS_thumbnails {
	margin-top: -18px;
	margin-left: -10px;
}

.widget_flickrRSS .flickrRSS_thumbnails a {
	float: left;
	margin-left: 0;
	margin-bottom: 0;
}

.widget_flickrRSS img {
	line-height: 0;
	width: 58px;
	height: 58px;
	padding: 5px;
}

.widget_flickrRSS a:hover {
	background-position: -88px top;
}

.widget_flickrRSS a:hover img {
	width: 62px;
	height: 62px;
	padding: 3px;
}

/* @end */

/* @group CategoryPosts */

ul.xoxo .widget_categoryposts ul,
ul.xoxo .widget_categoryposts ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.widget_categoryposts .widgettitle {
	display: none;
	padding: 5px 0;
	margin-bottom: 10px;
	line-height: 1;
}

.widget_categoryposts .widgettitle a {
	color: #47443c;
	padding: 5px;
	background-color: #0d0a02;
}

.widget_categoryposts .post-title {
	display: block;
	margin: 10px 0 5px;
	padding: 0 0 5px;
	letter-spacing: 1px;
	font-weight: bold;
	font-style: italic;
	color: #d4d0c8;
	border-bottom: 1px solid #322f26;
}

.widget_categoryposts .cat-post-item a {
	display: block;
}

.widget_categoryposts .cat-post-item a img {
	padding: 5px;
	line-height: 0;
}

.widget_categoryposts p {
	text-align: justify;
	margin: 0 0 20px;
}

/* @end */

/* @group TagPosts */

ul.xoxo .widget_tagposts ul,
ul.xoxo .widget_tagposts ul li {
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#index-bottom .widget_tagposts .widgettitle {
	display: none;
	/*padding: 10px;
	margin-bottom: 0;
	line-height: 1;
	background-image: url(images/backgrounds/dark-50.png);
	text-transform: uppercase;
	font-size: 100%;
	letter-spacing: 1px;
	text-align: right;*/
}

/*.widget_tagposts .widgettitle a {
	color: #fff;
}*/

.widget_tagposts .post-title {
	display: block;
	margin: 10px 0 5px;
	padding: 0 0 5px;
	letter-spacing: 1px;
	font-weight: bold;
	font-style: italic;
	color: #d4d0c8;
	border-bottom: 1px solid #322f26;
}

.widget_tagposts .tag-post-item a {
	display: block;
}

.widget_tagposts .tag-post-item a img {
	padding: 5px;
	line-height: 0;
}

.widget_tagposts p {
	margin: 0 0 20px;
}

/* @end */

/* @group Blogroll */

ul.blogroll {
	margin: 0;
}

/*.widget_links .widgettitle {
	display: none;
}*/

.widget_links {
	line-height: 24px;
}

.widget_links img {
	vertical-align: text-bottom;
	margin-right: 3px;
}

/* @end */

/* @end */

/* @end */

/* @group FancyBox */

#fancy_inner span.fancy_ico {
	margin-top: -16px;
	width: 32px;
	height: 32px;
}

#fancy_inner span#fancy_left_ico {
	background-image: url(images/icons/fancy_left.png);
}

#fancy_inner span#fancy_right_ico {
	background-image: url(images/icons/fancy_right.png);
}

#fancy_inner div#fancy_close {
	top: -16px;
	right: -16px;
	height: 32px;
	width: 32px;
	background-image: url('images/icons/fancy_closebox.png');
}

#fancy_inner td#fancy_title_left {
	background-image: url(images/icons/fancy_title_left.png);
}

#fancy_inner td#fancy_title_main {
	background-image: url(images/icons/fancy_title_main.png);
}

#fancy_inner td#fancy_title_right {
	background-image: url(images/icons/fancy_title_right.png);
}

#fancy_inner div#fancy_title {
	bottom: -26px;
}

#fancy_inner div#fancy_title div {
	color: #d4d0d8;
	font-weight: normal;
	font-style: normal;
}

/* @end */

/* @group Loop Nav */

#loop-nav {
	margin: 0 0 0px;
	font-size: 16px;
	font-variant: small-caps;
	text-transform: lowercase;
	letter-spacing: 1px;
	direction: ltr;
	background: url(images/shadows/lifted-left.png) no-repeat center bottom;
}

#loop-nav .nav-previous {
	text-align: right;
}

#loop-nav .nav-next {
	text-align: left;
}

#loop-nav a {
	text-decoration: none;
}

#loop-nav .nav-dir {
	color: #dcd8d2;
}

/* @end */

/* @group I Love Social Bookmarking */

div.ilsb-parent {
	font-family: inherit!important;
}

div.ilsb-parent .ilsb {
	text-decoration: none;
	line-height: 20px;
	padding-right: 0;
}

div.ilsb-parent .ilsb-share {
	background-image: url(images/icons/ilsb-share.png);
}

div.ilsb-parent .ilsb-child {
	background-color: #36352d;
}

/* @end */

/* @group Browser-Update */

body .buorg {
	border-bottom-color: #a39b10!important;
	color: #4f4b04;
	background-color: #fffbab;
}

body .buorg a {
	color: #c57311;
}

/* @end */

/* @end */

/* @group Slides */

#slides {
	position: relative;
	margin: 35px 0;
}

/* @group Default */

#slides .slide {
	margin-bottom: 10px;
	padding: 0;
	line-height: 1.25;
}

#slides .slide-tmp {
	height: 150px;
	margin-right: 10px;
}

#slides .slide-tmp  .slide-thumb{
	height: 75px;
}

#slides .slide.last {
	margin-right: 0;
}

#slides .slide a {
	text-decoration: none;
	color: #a8a49c;
}

#slides .slide .slide-index {
	display: none;
	position: absolute;
	top: -4px;
	left: 6px;
	text-align: center;
	width: 14px;
	line-height: 14px;
	font-size: 8px;
	background-color: #45433b;
	color: #d4d0c8;
}

#slides .slide .slide-title {
	display: block;
	padding: 10px;
	text-align: left;
	line-height: 1;
}

#slides .slide .slide-title em {
	color: #72706a;
}

#slides .slide .slide-thumb {
	display: block;
	line-height: 0;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	border: 5px solid #545245;
}

#slides .category-slide .slide-thumb {
	margin: 0 5px 5px;
	border: none;
}

#slides .slide .slide-content {
	background: url(images/backgrounds/tiled_01.gif) left top;
}

#slides .slide .slide-excerpt {
	display: block;
	padding: 10px;
	letter-spacing: 1px;
	overflow: hidden;
	font-size: 11px;
	font-style: italic;
	background: url(images/backgrounds/tiled_01-dark-b.gif) left top;
	color: #a5a298;
}

#slides .slide .slide-excerpt p {
	display: none;
	text-align: left;
	margin: 0;
	overflow: hidden;
}

#slides .slide .ribbon {
	position: absolute;
	width: 16px;
	height: 16px;
	top: -2px;
	right: 11px;
	background: url(images/icons/ribbons.png) no-repeat;
}

#slides .slide div.new {
	display: none;
	position: absolute;
	width: 16px;
	height: 16px;
	top: -2px;
	right: 11px;
	background-image: url(images/icons/new_ribbon.png);
}

#slides .slide div.new span {
	display: none;
}

/* @end */

/* @group Colors */

#slides .full-cyan .slide-content,
#slides .full-cyan a {
	background-color: #0ab9fa;
	background-image: none;
	color: #c3eeff;
}

#slides .full-cyan .slide-excerpt {
	background-color: #005b7f;
	background-image: none;
	color: #0ab9fa;
}

#slides .full-cyan .slide-thumb {
	border-color: #0ab9fa;
}

#slides .cyan .ribbon {
	background-position: 0 0;
}

#slides .full-magenta .slide-content,
#slides .full-magenta a {
	background-color: #ff4ab5;
	background-image: none;
	color: #ffd4ee;
}

#slides .full-magenta .slide-excerpt {
	background-color: #b7006c;
	background-image: none;
	color: #ff4ab5;
}

#slides .full-magenta .slide-thumb {
	border-color: #ff4ab6;
}

#slides .magenta .ribbon {
	background-position: -16px 0;
}

#slides .full-yellow .slide-content,
#slides .full-yellow a {
	background-color: #fbf437;
	background-image: none;
	color: #a39b10;
}

#slides .full-yellow .slide-excerpt {
	background-color: #a39b10;
	background-image: none;
	color: #fbf437;
}

#slides .full-yellow .slide-thumb {
	border-color: #fbf537;
}

#slides .yellow .ribbon {
	background-position: -32px 0;
}

#slides .full-black .slide-content,
#slides .full-black a {
	background-color: #000;
	background-image: none;
	color: #e7e3db;
}

#slides .full-black .slide-excerpt {
	background-color: #1b1916;
	background-image: none;
	color: #5f5b53;
}

#slides .full-black .slide-thumb {
	border-color: #000;
}

#slides .black .ribbon {
	background-position: -80px 0;
}

#slides .full-white .slide-content,
#slides .full-white a {
	background-color: #fff;
	background-image: none;
	color: #8f8c84;
}

#slides .full-white .slide-excerpt {
	background-color: #e7e3db;
	background-image: none;
	color: #77736b;
}

#slides .full-white .slide-thumb {
	border-color: #fff;
}

#slides .white .ribbon {
	background-position: -48px 0;
}

#slides .full-transparent .slide-content {
}

#slides .full-transparent .slide-excerpt {
}

#slides .transparent .ribbon {
	background-position: -64px 0;
}

/* @end */

/* @end */