/*
Theme Name: Blix
Theme URI: http://fairyfish.net/
Description: Hmmm...
Version: 0.9.1
Author: Denis
Author URI: http://fairyfish.net/
*/
* {
	margin:0;
	padding:0;
}
/* body */
body {
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:2em;
	text-align:center;
	color:#414141;
	background:#EDE8E2;
}
/* headings */
h1, h1 a, h2, h2 a, h3 a, h4 a {
	color:#015FB1;
	font-family:Georgia, serif;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover {
	color:#1BA6B2;
}
#content h1 {
	margin:0 0 18px;
	font-size:1.6em;
}
#content h2 {
	margin:0 0 18px;
	font-size:1.4em;
}
#content h3 {
	margin:0 0 10px;
	font-size:1.2em;
}
#content h4 {
	margin:0 0 8px;
	font-size:1.2em;
}
/* links */
a {
	text-decoration:none;
	color:#015FB1;
}
a:hover {
	text-decoration:underline;
	color:#015FB1;
}
/* paragraphs */
p {
	padding:0 0 18px;
}
pre {
	font-size: 1.2em;
	margin:0 0 18px;
	padding:4px;
	background:#F8FAF2;
	white-space:pre-wrap;
	/*
	white-space:-moz-pre-wrap !important;
	white-space:-pre-wrap;
	white-space:-o-pre-wrap;	
	word-wrap:break-word;
	*/
	word-break:break-all;
}
code{
	font-size: 1.2em;
	padding:0 2px;
	background:#F8FAF2;
}
blockquote {
	background:#F8FAF2;
	margin:4px;
	padding:8px;
}
/* images */
a img {
	border:none;
}
/* container */
#container {
	width:930px;
	margin:0 auto;
	padding:0 15px 0 15px;
	text-align:left;
	font-size: 1.2em;
	border-top:10px solid white;
	background:white url(images/spring_flavour/container_bg.gif) 660px 0 repeat-y;
}
/* header */
#header {
	height:260px;
	background-image:url(images/spring_flavour/new-logo.png);
	position:relative;
}
#donation{
	position:absolute;
	width:100px;
	height:50px;
	top:100px;
	right:150px;
	text-indent:-999em;
}
/*
#header .glod_ad {
	position:absolute;
	top:100px;
	left:270px;
	width:150px;
	height:75px;
	text-indent:-999em;
}
#header h1 {
	display:none;
	padding-top:50px;
}
*/
/* navigation
--------------------------------------------------*/
#navigation {
	height:39px;
	line-height:39px;
	background:url(images/spring_flavour/navigation.png) no-repeat;
/*	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;*/
}
#navigation ul {
	margin:0;
	padding:0;
}
#navigation li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	white-space:nowrap;
}
#navigation li a {
	display:block;
	padding:0 12px;
	color:white;
}
#navigation li.selected, #navigation li a:hover {
	background:url(images/spring_flavour/navigation-selected.png) repeat-x;
	text-decoration:none;
}
#navigation form {
	float:right;
	height:100%;
	width:255px;
	padding:0 15px;

	line-height:0;

/*	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;*/
}
#navigation form fieldset {
	margin-top:8px;
	border:0;
}
#navigation #s {
	height:1.8em;
	width:200px;
	margin:0 5px 0 0;
	padding:0;
	border:1px solid #FFF9EA;
	vertical-align:middle;
	font-size:0.8em;
}
#navigation #searchbutton {
	height:2em;
	width:auto;
	padding:0 1px;
	border:1px solid white;
	letter-spacing:1px;
	text-align:center;
	vertical-align:middle;
	font-size:0.7em;
	color:white;
	background:#A3C159;
}
/* content */
#content {
	float:left;
	width:630px;
	padding-top:32px;
}
/* entry */
.entry {
	margin:0 0 40px;
}
.entry img {
	box-shadow: 3px 3px 7px #777;
}
.entry .info {
	position:relative;
	margin-top:-3px;
	padding:3px;
	border:1px solid #F3F4F4;
	border-width:1px 0;
	background:#FAFAFA;
}
.entry .info a.commentlink {
	background:url(images/spring_flavour/comments.gif) left center no-repeat;
	border-right:1px solid #949494;
	margin-right:6px;
	padding-left:16px;
	padding-right:9px;
}
.entry .info span {
	padding-right:6px;
}
.entry span.moretext {
	padding:0 23px 0 0;
	background:url(images/spring_flavour/read_more.gif) 100% 3px no-repeat;
	text-decoration:none;
}
.entry .info .date {
	padding-left:15px;
	background:url(images/spring_flavour/post.gif) left center no-repeat;
}
.entry .info .view {
	border-left:1px solid #949494;
	padding-left:9px;
}
.entry .author{
	margin:0;
	padding:0 0 0 23px;
	border-left:1px solid #949494;
	border-right:0;
	background:url(images/spring_flavour/author.gif) 10px 2px no-repeat;
}
/* lists */
.entry ol {
	margin:0 0 0 14px;
	padding:0 0 18px 10px;
}
ul {
	margin:0 0 0 14px;
	padding:0 0 18px 0;
}
ul ul {
	padding:0;
}
.entry.single {
	clear:both;
	margin:0;
}
/*
.entry.single h1 {
	text-shadow:1px 0 0 black;
}
*/
.entry.single .info {
	margin:0 0 22px;
}
.tags a{
	border:1px solid #F3F4F4;
	background:#FAFAFA;
	padding:4px;
	margin:0 2px;
	line-height:200%;
/*	-moz-border-radius:4px;
	-webkit-border-radius:4px;*/
}
.copyright,  .bookmarklet {
	margin:0 0 20px 0;
	padding:20px  0 0 0;
	border-top:1px solid #F3F4F4;
}
.bookmarklet a{
	padding:0 16px 0 0;
}
/* comments */
.comments_title {
	color:#015FB1;
	font-family:Georgia, serif;
	margin:0 0 18px;
	font-size:1.4em;
	font-weight:bold;
}
.comments_title a {
	margin-left:2px;
	padding-left:6px;
	border-left:1px solid;
	font-size:0.8em;
	font-weight:normal;
	color:#015FB1;
	padding-right:10px;
	background:url(images/spring_flavour/more.gif) right center no-repeat;
}
.commentlist ul {
	margin:20px 0 0 20px;
}
.commentlist li {
	position:relative;
}
/*.commentlist li.comment {*/
li.comment {
	list-style-image:url(images/spring_flavour/comments.gif);
	margin-bottom:28px;
	text-align:left;
	background:#FFF;
}
li.trackback {
	list-style-image:url(images/spring_flavour/pingtrackback.gif);
	margin-bottom:8px;
}
/*.commentlist li p {*/
li.comment p {
	padding:0 0 10px;
}
/*.commentlist .comment_header {*/
li.comment .comment_header {
	position:relative;
	min-height:19px; /* 19 + 3 +3 = 25px = height of gravatar */
	margin:0 0 10px;
	padding:3px 6px;
}
li.comment .comment_header {
	background:#f2f2f2;
}
li.comment .comment_header.comment_alt {
	background:#E9F7F6;
}
/* form */
#commentform{
	margin-bottom:18px;
	background:#F2F2F2;
	padding:6px 0;
/*	-moz-border-radius:5px;
	-webkit-border-radius:5px;*/
}
#commentform fieldset {
	border:0;
}
#commentform label {
	margin:0 15px;
	display:block;
	float:left;
	width:60px;
	color:#015FB1;
}
#commentform p {
	padding:6px 0;
	border-bottom:1px solid white;
}
#commentform input {
	width:200px;
	border:1px solid;
	border-color:#DCDCDC #F0F0F0 #F0F0F0 #DCDCDC;
	padding:3px;
	color:#414141;
	overflow:auto;
}
#commentform textarea {
	padding:3px;
	color:#414141;
	width:72%;
}
#commentform .button {
	width:90px !important;
	border:1px solid #999;
	font-weight:bold;
	background:#F0F0F0;
	margin-left:90px;
}
#commentform .hiddenfield {
	display:none;
}
#commentform .info {
	padding-left:90px;
}
.avatar {
	float:right;
	padding:2px;
	margin:0 0 2px 2px;
	border:1px #000 solid;
	clear:both;
	height:32px;
	width:32px;
}
/* archives */
.archive .postspermonth {
	margin:0;
	list-style:none;
	color:#A0A0A0;
}

/* content misc */
.next a {
	float:right;
	padding-right:10px;
	background:url(images/spring_flavour/next.gif) right center no-repeat;
}
.previous a {
	float:left;
	padding-left:10px;
	background:url(images/spring_flavour/previous.gif) left center no-repeat;
}
#entrynavigation {
	overflow:auto;
	margin:0 0 13px 0;
	padding:0 0 13px 0;
	border-bottom:1px solid #F3F4F4;
}
.editlink {
	position:absolute;
	height:14px;
	width:14px;
	right:2px;
}
.editlink a {
	display:block;
	height:14px;
	width:14px;
	margin:0;
	padding:0;
	border:none;
	font-size:1px; /* IEWin */
	line-height:0; /* IEWin */
	text-indent:-999em;
	background:url(images/spring_flavour/edit.gif) 0 0 no-repeat;
}
.post_list_title {
	margin:0;
	padding:5px 0;
	font-family:Georgia, serif;
	font-size:1.2em;
	font-weight:bold;
	background:#FAFAFA;
	/*
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	*/
	
}
.posts_lists {
	margin-bottom:20px;
}
.posts_lists span{
	padding:6px 10px;
}
.post_list_title_selected {
	background:#f2f2f2;
	margin:0;
	font-size:1.2em;
	/*
	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	*/
}
.post_list_title_selected a{
	color:#015FB1;
}
.posts_lists div div{
	background:#F2F2F2;
	padding:10px 0 0 14px;
	margin:0;
	/*
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	*/
}
.posts_lists li {
	list-style-image:url(images/spring_flavour/post_yellow.gif);
}
/* subcontent */
#subcontent {
	float:right;
	width:270px;
	padding:15px 0 0 15px;
	overflow:hidden;
	line-height:1.6em;
	background:url(images/spring_flavour/subcontent_bg.png) left top repeat-y;
	background-color:#FBFBFB;
}
#subcontent .widget{width:270px; margin:0; padding:0;}
#subcontent ul{
	margin:0 10px 0 4px;
}
#subcontent p {
	margin:0 0 0 4px;
	padding:0 0 6px 0;
}
#subcontent div{
	margin:0 0 0 4px;
}
#subcontent div div{
	margin:0;
}
/* subcontent headings */
#subcontent .subcontent_title {
	font-size:1.2em;
	line-height:1.2em;
	width:245px;
	height:25px;
	margin:18px 0 10px 0;
	padding:8px 10px 2px 10px;
	float:left;
	color:white;
	background:url(images/spring_flavour/subcontent_title.png) no-repeat;
	display:block;
	font-weight:bold;
/*	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;*/
}
/* subcontent list */
#subcontent ul {
	width:250px;
	float:left;
}
#subcontent li {
	margin:2px 0 2px 18px;
	padding-bottom:2px;
	border-bottom:1px solid #F0F0F0;
}
#subcontent li a {
	padding:1px 0;
}
#subcontent li a:hover {
	background:#FFFBF0;
}
#subcontent ul.categories li,#subcontent .widget_categories ul li {
	background:url(images/spring_flavour/categories_yellow.gif) left center no-repeat;
	list-style:none;
}
#subcontent ul.categories,#subcontent .widget_categories ul,#subcontent .widget_links ul li,#subcontent ul.links {
	margin:0 10px 0 12px;
}
#subcontent ul.categories li,#subcontent .widget_categories ul li,#subcontent .widget_links ul li,#subcontent ul.links li{
	width:100px;
	overflow:hidden;
	white-space:nowrap;
	float:left;
	margin:2px 0;
	padding-left:18px;
}
#subcontent ul.links li,#subcontent .widget_links ul li {
	background:url(images/spring_flavour/links_yellow.gif) no-repeat 8px center;
	padding-left:22px;
	list-style:none;
}
#subcontent ul.posts li {
	list-style-image:url(images/spring_flavour/post_yellow.gif);
}

#subcontent ul li {
	list-style-image:url(images/spring_flavour/post_yellow.gif);
}
/* footer */
#footer {
	clear:both;
	padding:0;
	color:#A0A0A0;
	background-color:#FFF;
}
#footer p {
	padding:12px 0 18px;
	border-top:6px solid #F2F2F2;
}
#footer span {
	color:#015FB1;
}
