/*
    Theme Name: SNOW EVERB
    Theme URI: http://www.everb.pl/
    Description: SNOW EVERB, based on 'cellar heat dark' theme by evaneckard.com and smashingmagazine.com
    Version: 0.99
    Author: UNNAMEDEN.com
    Author URI: http://unnameden.com
*/

body {
	margin:0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	background:url(images/page-back.jpg) repeat-x #22221f;
}

#boxmodel {
	margin:0 auto;
	width: 100%;
	background:url(images/floral.jpg) top center no-repeat;
}
#boxmodel2 {
	margin:0 auto;
	width: 100%;
	background:url(images/floral2.jpg) top center no-repeat;
}
#boxmodel3 {
	margin:0 auto;
	width: 100%;
	background:url(images/floral3.jpg) top center no-repeat;
}
#boxmodelmiddle {
	padding: 0;
	margin:0 auto;
	width: 100%;
	background:url(images/bgmiddle.jpg) top center repeat-y;
}
#container {
        position: relative;
	margin:0 auto;
	width:960px;
}
#site-name {
        display: none;
	font-size:26px;
	color: #fff;
	text-transform:uppercase;
	padding:16px 0;
}
#site-name .description {
	color: #7f7b57;
	font-size:10px;
	font-weight:normal;
}
#site-name a {
	color: #fff;
	text-decoration:none;
}
#site-name a:hover {
	color: #fff;
	text-decoration:none;
	border-bottom:1px solid #979579;
}
#container .spacer {
	height:22px;
}

/* nav */

#nav {
	padding:0;
	margin:0;
}
#nav li {
	float:left;
	margin:0 2px 0 0;
	padding:0;
	list-style:none;
}
#nav a {
	display:block;
	float:left;
	padding:9px 10px;
	font-size:10px;
	color: #ffa5a5;
	text-decoration:none;
	text-transform:uppercase;
}
#nav a:hover {
	color: #ffd8a5;
        background: url(images/topmenu.jpg) top center no-repeat;
}
#nav .current_page_item a {
        background: url(images/topmenu_.jpg) top center no-repeat;
	color: #fff;
}


/* search */

#search {
	width:233px;
	height:28px;
	overflow:hidden;
	float:right;
	background:url(images/search-back.png) no-repeat;
	margin:0px 0 0;
        position: absolute;
        top: 35px;
        right: 0px;
}
#boxmodel2 #search, #boxmodel3 #search {
        top: 52px;
        right: 310px;
}
#search form {
	padding:0;
	margin:0;
}
#search .txtField {
	margin:5px 0 0 5px;
	width:150px;
	color: #000;
	background:transparent;
	font-size: 0.9em;
	border-style:none;
}
#search .btnSearch {
	width:73px;
	height:28px;
	border-style:none;
	float:right;
	background:transparent;
	cursor:pointer;
	margin:0;
}

/* rss */

.rss a {
	display: none;
	width:206px;
	height:68px;
	font-size:10px;
	overflow:hidden;
	text-indent:-300px;
	background:url(images/link-rss.gif) no-repeat 0 0;
	float:right;
	margin:280px 0 0 0;
}
.rss a:hover {
	background:url(images/link-rss.gif) no-repeat 0 -68px;
}


/* first post home page */

#post-one {
	padding:100px 0 30px 4px;
	color: #c0c0b4;
	font-size:11px;
	line-height:16px;
        height: 217px;
        overflow: hidden;
}
#container .column01 #post-one {
	font-size:12px;
	line-height:20px;
}
.column01 a {
	color: #c0c0b4;
	text-decoration:underline;
}
.column01 a:hover {
	color: #fff;
	text-decoration:none;
}
.column01 {
	width:700px;
	overflow:hidden;
	float:left;
}
#post-cat {
        height: 70px;
        }
#post-one h2, #post-cat h2 {
        font: 2.5em normal, Palatino, Georgia, Times, serif;
        font-style: italic;
	padding:0 0 4px;
	display:inline;
	margin:0;
	color: #efeee8;
	line-height:26px;
	/* background:url(images/header-back.png); */
}
#post-one .btn-first-readon a {
	display:block;
	float:right;
	width:90px;
	height:19px;
	background:url(images/btn-first-post.gif) no-repeat 0 0;
	font-size:10px;
	overflow:hidden;
	text-indent:-400px;
}
#post-one .btn-first-readon a:hover {
	background:url(images/btn-first-post.gif) no-repeat 0 -19px;
}
#post-one .comments a {
	display:block;
	font-size:10px;
        color: #2cceeb;
	text-decoration: none;
	padding-left:24px;
	float:left;
	background:url(images/icon-chat-dark.gif) no-repeat 0px 2px;
}
#post-one .comments a:hover {
	color: #efeee8;
	text-decoration:none;
}
.alignright {
	float:right;
	margin:10px 4px 10px 10px;
}
.alignleft {
	float:left;
	margin:10px 10px 10px 4px;
}
#post-one img {
	border:none;
}
#post-one a img {
	border:2px solid #C0C0B4;
}
#post-one a:hover img {
	border:2px solid #fff;
}

/* category name */

#category {
	font-size:11px;
	padding:0 0 12px;
	color: #7f7b57;
}
#category .category-name {
	font-size:12px;
	font-weight:bold;
	color: #fff;
}


/* recent posts */

#recent-posts {
	padding: 11px 0 0 7px;
}
#recent-posts .home-post {
	float:left;
	width:228px;
	height:257px;
	overflow:hidden;
	background:url(images/home-post-back.png) no-repeat;
	font-size:11px;
	line-height:15px;
	color: #c6c6b9;
	margin:0 4px 0px 5px;
}
#recent-posts .upper {
	height:205px;
	overflow:hidden;
	padding:14px 18px 0;
	position:relative;
}
#recent-posts .fade {
	position:absolute;
	top:199px;
	left:5px;
	width:218px;
	height:20px;
	background:url(images/home-post-fade.png) no-repeat bottom;
}
#recent-posts .home-post .upper p, #postcontainer #column02 p {
	margin:8px 0;
        color: #0074a5;
}
#recent-posts .home-post h3, #postcontainer #column02 h3 {
	padding:0 0 2px;
	display:inline;
	margin:0;
	color: #000;
	font-size:15px;
	line-height:18px;
	font-weight:normal;
	/* background:url(images/header-back-2.png); */
        font: italic 1.5em normal, Palatino, Georgia, Times, serif;
	
}
#recent-posts .home-post h3 a, #postcontainer #column02 h3 a {
	color: #af0000;
	text-decoration:none;
}
#recent-posts .home-post h3 a:hover, #postcontainer #column02 h3 a:hover {
	color: #ff0000;
	text-decoration:none;
}
#recent-posts .home-post .meta {
	font-size:10px;
	color: #939072;
	line-height:12px;
	display:block;
	padding:3px 0 0;
}
#recent-posts .home-post .meta a {
	color: #939072;
	text-decoration:none;
	border-bottom:1px solid #49483c;
}
#recent-posts .home-post .meta a:hover, #recent-posts .lower-meta a:hover {
	color: #fff;
	text-decoration:none;
	border-bottom:1px solid #efeee8;
}
#recent-posts .btn-readon a {
	display:block;
	float:right;
	width:98px;
	height:19px;
	background:url(images/btn-post.gif) no-repeat 0 0;
	font-size:10px;
	overflow:hidden;
	text-indent:-400px;
	margin:10px 0 0 0;
}
#recent-posts .btn-readon a:hover {
	background:url(images/btn-post.gif) no-repeat 0 -19px;
}
#recent-posts .lower-meta a {
	font-size: 0.9em;
	display:block;
	float:left;
	padding:13px 0 0 34px;
	color: #0074a5 !important;
	line-height:12px;
	border-style:none;
        text-decoration: none;
}
#recent-posts .lower-meta a:hover {
	border-style:none;
        color: #fff !important;
}

/* search results */

.search-results {
	color: #fff;
	font-size:12px;
	padding:12px 0;
}
.search-results .bigger {
	color: #fff;
	font-size:14px;
}

/* single template column 02 posts */

#column02 {
	float:right;
	width:228px;
	overflow:hidden;
	padding-top:30px;
}
#column02 .side-post {
	float:left;
	width:228px;
	height:261px;
	overflow:hidden;
	background:url(images/side-post-back.gif) no-repeat;
	font-size:11px;
	line-height:15px;
	color: #c6c6b9;
	margin:0 12px 12px 0;
}
#column02 .upper {
	height:205px;
	overflow:hidden;
	padding:14px 18px 0;
	position:relative;
}
#column02 .fade {
	position:absolute;
	top:200px;
	left:5px;
	width:218px;
	height:20px;
	background:url(images/home-post-fade.png) no-repeat bottom;
}
#column02 .side-post h3 {
	padding:0 0 2px;
	margin:0;
	color: #efeee8;
	font-size:14px;
	line-height:18px;
	font-weight:normal;
	
}
#column02 .side-post h3 a {
	color: #af0000;
	text-decoration:none;
}
#column02 .side-post h3 a:hover {
	color: #fff;
	text-decoration:none;
	border-bottom:1px solid #979579;
}
#column02 .side-post .meta {
	font-size:10px;
	color: #939072;
	line-height:12px;
}
#column02 .side-post .meta a {
	color: #939072;
	text-decoration:none;
	border-bottom:1px solid #49483c;
}
#column02 .side-post .meta a:hover {
	color: #efeee8;
	text-decoration:none;
	border-bottom:1px solid #efeee8;
}
#column02 .btn-readon a {
	display:block;
	float:right;
	width:98px;
	height:19px;
	background:url(images/btn-post.gif) no-repeat 0 0;
	font-size:10px;
	overflow:hidden;
	text-indent:-400px;
	margin:10px 0 0 0;
}
#column02 .btn-readon a:hover {
	background:url(images/btn-post.gif) no-repeat 0 -19px;
}
#column02 .lower-meta a {
	font-size:10px;
	display:block;
	float:left;
	padding:12px 0 0 34px;
	color: #939072;
	line-height:12px;
	border-style:none;
}
#column02 .lower-meta a:hover {
	text-decoration:none;
	color: #fff;
}
#column02 .sub-txt {
	font-size:10px;
	display:block;
	float:left;
	padding:12px 0 0 18px;
	color: #939072;
	line-height:12px;
	border-style:none;
}



/* older and newer post links */

#page-nav {
	font-size:11px;
	height:10px;
}
#page-nav .older a {
	display:block;
	float:left;
	background:url(images/arrow-left.gif) no-repeat 0 50%;
	color: #b3b091;
	padding-left:15px;
}
#page-nav .older a:hover {
	background:url(images/arrow-left-on.gif) no-repeat 0 50%;
	text-decoration:none;
}
#page-nav .newer a {
	display:block;
	float:right;
	background:url(images/arrow-right.gif) no-repeat 100% 50%;
	color: #b3b091;
	padding-right:15px;
}
#page-nav .newer a:hover {
	background:url(images/arrow-right-on.gif) no-repeat 100% 50%;
	text-decoration:none;
}


/* comments */

/* comment form styles */

.comments-PII, .comments-PII-2 {
	float:left;
}
.comments-PII {
	width:230px;
	padding:20px 20px 20px 0;
}
.comments-PII-2 {
	width:310px;
	padding:20px 0 0 0;
}
.comments-PII input {
	color: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border:1px solid #434340;
	width:220px;
	background:url(images/pattern-back.gif);
	padding:5px;
}
.comments-PII-2 textarea {
	color: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:12px;
	border:1px solid #434340;
	width:300px;
	height:180px;
	background:url(images/pattern-back.gif);
	padding:5px;
}
.comments-PII-2 input {
	color: #fff;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	border-style:none;
	padding:0;
	width:93px;
	height:26px;
	background:url(images/btn-comment.gif) no-repeat 0 0;
	cursor:pointer;
	padding: 0;
	margin: 0;
	
}
.comments-PII-2 input:hover {
	background:url(images/btn-comment.gif) no-repeat 0 -26px;
	
}

.note {
	font-size:10px;
	color: #939072;
}


/* comment list styles */

#comment-list {
	font-size:12px;
	padding:10px 0;
}
#comment-list .bigger, cite {
	font-weight:normal;
	font-size:14px;
	line-height:22px;
}
.comment-left {
	padding:20px 0;
	background:url(images/comment-break.gif) no-repeat;
}
.alt {
	background:url(images/comment-break-alt.gif) no-repeat;
}
.comment-meta {
	float:left;
	width:160px;
	margin-right:10px;
	font-size:14px;
	font-weight:bold;
}
.avatar {
	border:2px solid #C0C0B4;
}
.comment-metadata {
	font-size:11px;
	font-weight:normal;
}
.comment-metadata a, .comment-meta a, comments-PII a, comments-PII-2 a, cite a {
	color: #fff;
	text-decoration:none;
}
.comment-metadata a:hover, .comment-meta a:hover, comments-PII a:hover, comments-PII-2 a:hover, cite a:hover {
	text-decoration:underline;
}
.comment-txt {
	float:left;
	width:500px;
	padding-left:20px;
	font-size:12px;
	line-height:20px;
}


/* lower section */

.lower-outer {
	background: #0e171e url(images/lower.gif) repeat-x;
}
#lower {
	padding:30px 0 0;
	width:960px;
	margin:0 auto;
}
#lower .title {
	font-size:12px;
	font-weight:bold;
	display:block;
	padding:3px 16px 8px;
	color: #fff;
}
#lower .module, #lower .module-mid, #lower .module-end {
	width:300px;
	background:url(images/lower-back.gif) repeat-y;
	border-bottom:1px solid #202c33;
	overflow:hidden;
}
#lower .top {
	background:url(images/lower-top.gif) no-repeat;
	height:9px;
	line-height:0;
	font-size:0;
}
#lower .module, #lower .module-mid {
	margin-right:22px;
	float:left;
}
#lower .module-end {
	float:left;
}
#lower ul {
	width:270px;
	margin:5px auto 15px;
	padding:0;
}
#lower li {
	padding:0;
	margin:0;
	list-style:none;
	border-top:1px solid #434340;
}
#lower .listMeta {
	font-size:10px;
}
#lower a {
	display:block;
	width:240px;
	padding:5px 10px 5px 20px;
	text-decoration:none;
	color: #ad5900;
	font-size:11px;
	line-height:16px;
	background:url(images/bullet.gif) no-repeat 6px 8px;
}
#bmenu a {
	background:url(images/bullet2.gif) no-repeat 6px 8px;
	}

#lower a .listMeta {
	font-size:10px;
        color: #666;
        }
#lower a:hover {
        color: #ffc600;
	background:url(images/bullet-on.gif) no-repeat 6px 8px #0e171e;
}
#bmenu a:hover {
	background:url(images/bullet2-on.gif) no-repeat 6px 8px #0e171e;
	}

#lower .widget {
	width:270px;
	float:left;
	margin-right:20px;
	overflow:hidden;
	border:1px solid #434340;
	padding:12px;
	background:url(images/pixel-grey.gif);
	color: #fff;
}
#lower .widget a { 
	display:inline;
}


/* footer */

#footer {
	width:940px;
	padding: 0 0 20px;
	font-size:10px;
	line-height:14px;
	text-align:right;
	color: #6a6a67;
	margin: 40px auto;
}
#footer a {
	color: #6a6a67;
	text-decoration:none;
	border-bottom:1px solid #424133;
}
#footer a:hover {
	color: #fff;
	border-style:none;
}

span.lite {
        color: #aaa;
        }

span.lite a {
        color: #bbb !important;
        }

span.lite a:hover {
        color: #fff !important;
        }

#footer h3 {
        font: italic 2.3em normal, Palatino, Georgia, Times, serif;
        color: #219bb1;
        }

#bmenu a {
	color: #219bb1;
	}
#bmenu a:hover {
	color: #fff;
	}

#page {
	position: absolute;
	top: 300px;
	}

#boxmodel2 #container, #boxmodel3 #container {
	height: 302px;
	}

#post-one-title {
	margin: 50px 0 0 0;
	padding:10px 0 30px 4px;
	width:550px;
	color: #c0c0b4;
	font-size:11px;
	line-height:16px;
        overflow: hidden;
}
#container .column01 #post-one-title {
	font-size:12px;
	line-height:20px;
}
#post-one-title h2 {
        font: 2.5em normal, Palatino, Georgia, Times, serif;
        font-style: italic;
	padding:0 0 4px;
	display:inline;
	margin:0;
	color: #efeee8;
	line-height:26px;
	font-weight:normal;
	/* background:url(images/header-back.png); */
}
#post-one-title h2 a {
	color: #efeee8;
	text-decoration:none;
}
#post-one-title h2 a:hover {
	color: #fff;
	text-decoration:none;
	border-bottom:1px dotted #fff;
}
#post-one-title .meta {
	display:block;
	font-size: 0.9em;
        padding: 0 0 25px 0;
	color: #219bb1;
}
#post-one-title .meta a {
	color: #2cceeb;
	text-decoration:none;
}
#post-one-title .meta a:hover {
	color: #efeee8;
	text-decoration:none;
	border-bottom:1px dotted #efeee8;
}

#postcontainer {
	position: relative;
	margin: 0 auto;
	width: 960px;
}

#postcontainer #post-one {
	height: auto;
	padding: 20px 0 0 20px;
	margin: 0;
	width: 620px;
}

#postcontainer #post-one .main-post h3 {
        font: italic 1.5em normal, Palatino, Georgia, Times, serif;
	padding: 20px 0 20px 0 !important;
	display:inline;
	margin:0;
	color: #00baff;
}

#postcontainer a {
	color: #2cceeb;
	text-decoration: none;
}

#postcontainer a:hover {
	color: #fff;
	border-bottom: 1px dotted #fff;
	}

#postcontainer p {
	font-size: 1.1em;
	}

#postcontainer div#post-one {
	float: left;
	}

#postcontainer div#column02 {
	margin: 0 50px 0 0;
}

#container .categories #search {
        right: 20px;
        top: 55px;
}

#boxmodel3 #post-one-title {
        margin-top: 100px;
}
#snow {
	display: block;
	height: 198px;
	width: 198px;
	background: url(images/snow.jpg) top left no-repeat;
	clear: both;
	margin: 0 auto;
}

#snow a {
        display: block;
        height: 198px;
        width: 198px;
        color: #222;
        }

#snow a:hover {
        color: #222;
        }

#post-one h2 a {
	color: #fff;
	text-decoration:none;
}
#post-one h2 a:hover {
	color: #2cceeb;
	text-decoration:none;
}
#post-one .meta {
	display:block;
	font-size: 0.9em;
        padding: 0 0 25px 0;
	color: #22a1b8;
}
#post-one .meta a {
	color: #22a1b8;
	border-bottom: 1px dotted #22a1b8;
	text-decoration:none;
}
#post-one .meta a:hover {
	color: #efeee8;
	text-decoration:none;
	border-bottom:1px dotted #efeee8;
}

#postcontainer p a img {
	border: 5px solid #333;
	padding: 2px;
	margin: 4px 4px 4px 0;
	}

#postcontainer p a:hover img {
	border: 5px solid #fff;
	padding: 2px;
	margin: 4px 4px 4px 0;
	}

#postcontainer a.tt-flickr-Thumbnail img {
	border: 3px solid #333;
	padding: 1px;
	margin: 2px 2px 2px 0;
	color: #111;
}
#postcontainer a.tt-flickr-Thumbnail:hover img {
	border: 3px solid #fff;
	padding: 1px;
	margin: 2px 2px 2px 0;
	color: #111;
}
#postcontainer a.tt-flickr-Thumbnail:hover, #postcontainer a.tt-flickr-Thumbnail {
	border: none;
	color: #111;
}

#js {
        position: absolute;
        top: 33px;
        left: 64px;
}
p a:hover {
	text-decoration: none;
	border-bottom: none !important;
}

span.lower-meta {
        display: none;
}
#postcontainer .main-post table a:hover {
        border: none;
}

a#pvimg_5434736912066446034,
a#pvimg_5434736918804313698 {
	display: none;
}

