/*
Theme Name: FeelFirefox theme, based on BlixKrieg theme
Theme URI: *none*
Description: *no info*
Version: 1.0
Author: stankoff
Author URI: http://www.ivostankov.net
*/

/* reset
--------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {margin:0;padding:0;}
.low {display:none;}

#header, #content, #footer, #subcontent {
	overflow: hidden;
}
* {
  font-style: normal;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 0;
  text-decoration: none;
}

/* body
--------------------------------------------------*/
body {
  margin:0px;
  padding:0px;
  font-family:"Lucida Sans Unicode", Arial, Helvetica, Verdana, sans-serif;
  font-size:12px;
  line-height:16px;
  text-align:center;
  color:#414141;
  background:#8c4200 url('images/bg.gif') top left repeat-x;
}

body#commentspopup {
	padding:0;
	background:#fff;
}



/* headings
--------------------------------------------------*/
h1 {font-size:30px;}

#content h2 {
  margin:0 0 18px 0;
  font-family:Georgia, serif;
  font-size:16px;
}

#content h3 {
  margin:0 0 18px 0;
  font-size:10px;
}

#content h4 {
  margin:0;
  font-size:10px;
}

#content.archive h2 {margin:0 0 26px 0;}

#content.archive h3 {
  margin:0 0 10px 0;
  font-family:Georgia, serif;
  font-size:13px;
  font-weight:normal;
}

#content.archive h4 {
  margin:0 0 18px 0;
  font-size:10px;
}

#content.archive h5 {
  margin:0;
  font-size:10px;
}

h1, h1 a,
h2, h2 a,
h3 a,
h4 a
  {color:#c1330b}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover
  {color:#000;}


/* links
--------------------------------------------------*/
a {
	text-decoration:none;
	color:#c1330b;
}

a:hover {color:#000;}

a.commentlink {
  padding-left:20px;
  background:url(images/comments_bullet.gif) center left no-repeat;
}

a.more {
  padding-right:10px;
  background:url(images/spring_flavour/more.gif) center right no-repeat;
}

a img {border:none;}


/* paragraphs, lists, etc
--------------------------------------------------*/
p {
  margin:0;
  padding:0 0 18px 0;
}

ul {
  margin:0 0 0 14px;
  padding:0 0 18px 0;
}

ul ul {padding:0;}

blockquote {
  margin:0;
  padding:0 18px;
  font-style:italic;
}

pre {
  overflow:auto;
  margin:0 0 18px 0;
  padding:4px;
}

pre, code, kbr {font-family:Courier, Monaco, monospace;}

code, kbr {padding:0 2px;}

abbr, acronym {
  font-size:10px;
  letter-spacing:1px;
}

pre,
code
  {background-color:#F8FAF2;}

kbr {color:#009193;}


/* images
--------------------------------------------------*/
img.left {
  float:left;
  margin:0 12px 0 0;
}

img.right {
  float:right;
  margin:0 0 0 12px;
}

img.center {
  display: block;
  margin:0 auto;
}


/* top
--------------------------------------------------*/
div#top {
	width: 800px;
	margin: 0 auto;
	height: 40px;
}
#top h1 {
	float: left;
	display: inline;
	margin: 0 0 0 20px;
	font-size: 13px;
	height: 40px;
	line-height: 40px;
	color: #833e00;
	font-weight: normal;
}
#top ul {
	display: inline;
	float: right;
	margin: 0 20px 0 0;
	padding: 0;
	height: 40px;
	line-height: 40px;
}
#top ul li {
	list-style: none;
	float: left;
	color: #833e00;
	height: 40px;
	line-height: 40px;
}
#top ul li a {
	font-size: 13px;
	color: #ff9600;
	margin: 0 5px;
	text-decoration: none;
}
#top a:hover {
	color: #fff;
}

/* container
--------------------------------------------------*/
#container {
  clear: both;
  width:800px;
  margin:0 auto;
  padding:0;
  text-align:left;
  background: #fff url('images/container_bg.gif') bottom center no-repeat;
}

#commentspopup #container {
  width:505px;
  padding:0 15px;
}

#commentspopup #container {background-image:none;}


/* header
--------------------------------------------------*/
#header {
  width: 800px;
  height:150px;
  padding:0;
  margin: 0;
  background:#e68000 url('images/header_bg.gif') top center no-repeat;
  border-bottom: 1px solid #08508a;
}

#header span.start {
	float: left;
	width: 9px;
	height: 150px;
	background: #e68000 url('images/header_start.gif') top left no-repeat;
}
#header a.logo {
	float: left;
	margin: 55px 0 0 39px;
}

#header img.firefox {
	float: right;
	margin: 0 11px 0 0;
}

#header span.end {
	float: right;
	width: 9px;
	height: 150px;
	background: #e68000 url('images/header_end.gif') top right no-repeat;
}

/* content
--------------------------------------------------*/
#content {
  float:left;
  width:505px;
  padding:30px 0 0 20px;
}

.singlecol #content {
  float: left;  
  width:485px;
  margin:0px 10px 0px 10px;
}

#commentspopup #content {
  float:none;
  padding-top:0;
}


/* entry
--------------------------------------------------*/
.entry {margin:0 0 40px 0;color: #868686;}

.entry h2 {
	padding: 5px 0;
	background: #fff url('images/heading_bg.gif') bottom left no-repeat;
}

.entry h2 a {
	font-size: 20px;
}

.entry .info {
  position:relative;
  margin-top:-3px;
  padding:3px;
  font-size:11px;
}

.entry p img {
	margin: 0 10px 5px 0;
}

.entry.single {clear:both;}

.entry.single .info {margin:0 0 22px 0;}

.entry .info a {
  margin-right:6px;
  padding-right:9px;
  border-right:1px solid #949494;
}

.entry .info em {
  padding-right:6px;
  font-style:normal;
}

.entry .author,
.entry .editlink a {
  margin:0;
  padding:0 0 0 10px;
  border-left:1px solid;
  border-right:none
}

.entry #filedunder {
  clear:both;
  padding:3px 0 0 0;
  font-size:10px;
  border-top:1px solid;
}

.entry a.more {
  padding-left:12px;
  background:url(images/spring_flavour/more.gif) center left no-repeat;
}

.entry .info .date {
  padding-left:20px;
  background:url(images/date_bullet.gif) center left no-repeat;
}

.entry .info .author {
  padding-left:23px;
  border-color:#949494;
  background:url(images/spring_flavour/author.gif) 10px 2px no-repeat;
}

.entry #filedunder {border-color:#F3F4F4;}


/* mini-entry
--------------------------------------------------*/
.minientry {
  position:relative;
  margin:0px 0 35px 0;
  padding:10px 0;
  border-top:1px dotted;
  border-bottom:1px dotted;
  border-color:#D9D9D9;
}

.minientry p {padding:0;}

.minientry .commentlink {
  margin-left:3px;
  padding-right:7px;
  border-right:1px solid;
  font-size:10px;
  border-color:#949494;
}

.minientry .permalink {
  margin-left:3px;
  font-size:13px;
  font-style:normal;
  padding-left:15px;
  color: #c1330b;
  background:url(images/spring_flavour/post.gif) center left no-repeat;
}

.minientry .author {
  padding-left:23px;
  border-color:#949494;
  background:url(images/spring_flavour/author.gif) 10px 2px no-repeat;
}

.minientry .author,
.minientry .editlink a {
  margin-left:6px;
  padding:0 8px 0 10px;
  border-left:1px solid;
  font-size:10px;
  font-style:normal;
}

.minientry .editlink a {margin:0;}

/* comments
--------------------------------------------------*/
#comments h2 {margin-bottom:24px;}

#comments h2 a {
  margin-left:2px;
  padding-left:6px;
  border-left:1px solid;
  font-family:Arial,Helvetica,sans-serif;
  font-size:10px;
  color:#6C8C37;
}

#comments ul {margin:0 0 0 20px;}

#comments li {
  position:relative;
  margin-bottom:18px;
}


#comments li p {padding:0 0 10px 0;}

#comments .header {
  position:relative;
  min-height:19px; /* 19 + 3 +3 = 25px = height of gravatar */
  margin:0 0 10px 0;
  padding:3px 6px;
}

* html #comments .header {height:19px;} /* IEWin */

#comments .header strong {font-family:Georgia,sans-serif;}

#comments .header .gravatar {
  position:absolute;
  top:1px;
  right:1px;
}

#comments li.comment {list-style-image:url(images/spring_flavour/comments.gif);}

#comments li.trackback,#comments li.pingback {list-style-image:url(images/spring_flavour/pingtrackback.gif);}

#commentform {background-color:#eee;}

#comments .header {background-color:#eee;}

#comments .headeralt {background-color:#eee;}


/* form
--------------------------------------------------*/
form {padding:6px 0;}

#commentform, #contactform {margin-bottom:18px;}

form fieldset {border:0 solid;} /* Opera */

form p {
  padding:6px 0;
  border-bottom:1px solid;
  border-color:white;
}

form label {
  display:block;
  float:left;
  width:60px;
  color:#000;
}

#commentform label {margin:0 15px 0 15px;}
#contactform label {margin:0 15px 0 0;}

form em {
  margin-left:5px;
  font-size:10px;
  font-style:normal;
  color:#C8C8B4;
}

form input, form textarea {
  padding:3px;
  max-width:100%;
  overflow:hidden;
  border:1px solid;
  font-family:Arial,Helvetica,sans-serif;
  font-size:10px;
  border-color:#DCDCDC #F0F0F0 #F0F0F0 #DCDCDC;
}

form input {color:#414141;}

form textarea {overflow:auto;}

#commentform input {width:200px;}
#commentform textarea {width:325px;}
#contactform textarea, #contactform #bx_subject {width:465px;}

* html #commentform textarea {width:320px;} /* IE WIN; but why? */
* html #contactform textarea,
* html #contactform #bx_subject {width:445px;} /* IE WIN; but why? */

form .button {
  width:90px !important;
  border-bottom:1px solid;
  font-weight:bold;
  border-color:white #DCDCDC #DCDCDC white;
  background-color:#F0F0F0;
}

#commentform .button {margin-left:90px;}
#contactform .button {margin-left:75px;}

form .hiddenfield {display:none;}

form .info {padding-left:90px;}


/* archives
--------------------------------------------------*/
.archive .postspermonth {
  margin:0;
  list-style:none;
  color:#A0A0A0;
}


/* content misc
--------------------------------------------------*/
.next2 a {
	float:right;
	padding-right:10px;
	background:url(images/spring_flavour/next.gif) center right no-repeat;
}

.previous2 a {
	float:left;
	padding-left:10px;
	background:url(images/spring_flavour/previous.gif) center left no-repeat;
}


#entrynavigation {
  overflow: auto;
  height:1%;
  margin-bottom:13px;
  padding-bottom:13px;
  border-bottom:1px solid;
  font-size:10px;
  border-color:#F3F4F4;
}

.editlink {
  position:absolute;
  height:14px;
  width:14px;
  right:2px;
  background:url(images/spring_flavour/edit.gif) 0 -14px;
}

html>body .editlink {bottom:6px;}

.entry .info .editlink a,
.minientry .editlink a,
#comments li .editlink a {
  display:block;
  height:14px;
  width:14px;
  margin:0;
  padding:0;
  border:none;
  font-size:1px; /* IEWin */
  line-height:0; /* IEWin */
  text-indent:-9999px;
  background:url(images/spring_flavour/edit.gif) 0 0;
}

.entry .info .editlink a:hover,
.minientry .editlink a:hover,
#comments li .editlink a:hover
  {background:none;}


/* subcontent
--------------------------------------------------*/
#subcontent {
  float: left;
  width:205px;
  padding:15px 20px 15px 15px;
  font-size:10px;
  line-height:15px;
}

* html #subcontent {padding-top:32px;} /* dirty fix for IEWIN; temporary! */

#subcontent ul, #subcontent p {margin:0 10px;}


/* subcontent headings
--------------------------------------------------*/
#subcontent h2 {
  margin:10px 0 10px 0;
  font-size:20px;
  line-height:10px;
  color:#f99100;
  padding:5px 0;
}


/* subcontent list
--------------------------------------------------*/
#subcontent ul li {
  margin:2px 0 2px 18px;
  padding-bottom:2px;
  border-bottom:1px solid;
  border-bottom-color:#F0F0F0;
}

#subcontent li a {
  display:block;
  padding:1px 0;
  height:1%; /* IE WIN */
  font-size: 11px;
}

#subcontent li a:hover {background-color:#f1f1f1;}

#subcontent ul.categories li ul {margin:0;}

#subcontent ul.categories li li {
  margin:0;
  padding:0 0 3px 0;
  border-bottom:none;
}

#subcontent ul.categories li ul ul {margin:0 0 0 16px;}

#subcontent ul.pages li {list-style-image:url(images/spring_flavour/post_yellow.gif);}

#subcontent ul.nav li {list-style-image:url(images/nav_bullet.gif);}

#subcontent ul.categories li,
#subcontent ul.months li {list-style-image:url(images/spring_flavour/categories_yellow.gif);}

#subcontent ul.links li {list-style-image:url(images/links_bullet.gif);}

#subcontent ul.feeds li {list-style-image:url(images/spring_flavour/feeds_yellow.gif);}

#subcontent ul.posts li {list-style-image:url(images/spring_flavour/post_yellow.gif);}

#subcontent ul.categories li li {list-style-image:url(images/spring_flavour/sub_categories_yellow.gif);}


/* footer
--------------------------------------------------*/
#footer {
  clear:both;
  width: 800px;
  margin: 0 auto;
  font-size:11px;
  color:#fff;
  padding: 0 0 20px 0;
}

.singlecol #footer {
  background-image:none;
}

#footer p {
  padding:10px 0 0 0;
}

#footer a {color:#f99100;font-weight:bold;}

#footer a:hover {color:#fff;}

.singlecol #footer p {
  padding:12px 70px 18px 70px;
}


li.tags a { display: inline!important }