*{
	padding: 0;
	margin: 0;
	border: 0;
}

/* reset
--------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset {margin:0;padding:0;}
.low {display:none;}


/* body
--------------------------------------------------*/
html,body {
  text-align:center;
  background: #333;
  font-family: arial, verdana, helvetica, sans-serif;
  color: #666;
  padding: 0;
  margin: 0;
  min-height: 100%;
}
* html body {
  height: 100%;
}
body#commentspopup {padding:0;}


/* headings
--------------------------------------------------*/

#content h2 {
  text-transform: uppercase;
  font-size:11px;
  font-weight:bold;
  letter-spacing: 1px;
  color: #FFF;
  margin: 0 0 1px 0;
  background: url(images/paper.gif) no-repeat left 2px;
  text-indent: 12px;
}
#content h2 a {
	color: #FFF;
}
.date {
	font-size: 10px;
	color: #484848;
	background: url(images/clock.gif) no-repeat left 4px;
	padding-left: 12px;
}
.author {
	font-size: 10px;
	color: #484848;
	background: url(images/author.gif) no-repeat left 2px;
	padding-left: 12px;
	margin-left: 5px;
}
#content h3 {
  margin:0 0 18px 0;
  font-size:1em;
}

#content h4 {
  margin:0;
  font-size:1em;
}

#content.archive h2 {margin:0 0 26px 0;}

#content.archive h3 {
  margin:0 0 10px 0;
  font-size:1.3em;
  font-weight:normal;
}

#content.archive h4 {
  margin:0 0 18px 0;
  font-size:1em;
}

#content.archive h5 {
  margin:0;
  font-size:1em;
}
#main {
  padding-left: 34px;
}

/* links
--------------------------------------------------*/
a {text-decoration:none;}

a img {border:none;}


/* paragraphs, lists, etc
--------------------------------------------------*/
p {
  line-height: 16px;
  margin: 10px 0;
  font-size: 11px;
}
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:0.9em;
  letter-spacing:1px;
}


/* 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;
}


/* container
--------------------------------------------------*/
#container {
  width:830px;
  margin:0 auto;
  background: #929292 url(images/bg.gif) repeat-x left top;
  text-align:left;
  padding: 0;
  position: relative;
  height: 100%;
  min-height: 100%;
  border-right: 1px solid #CCC;
  border-left: 1px solid #CCC;
}
#circles {
  background: url(images/circles.png) no-repeat right bottom;
  position: absolute;
  bottom: 0;
  left: 400px;
  width: 425px;
  height: 167px;
  z-index: 1;
}
#commentspopup #container {
  width:455px;
  padding:0 15px;
}


/* navigation
--------------------------------------------------*/
#navigation {
 position: absolute;
 top: 56px;
 right: 260px;
}

#navigation ul {
  margin:0;
  padding:0;
  float: right;
}

#navigation li {
  float:left;
  margin:0 0 0 2px;
  padding:0;
  list-style-type:none;
  white-space:nowrap;
}

#navigation li a {
  display:block;
  padding: 6px 0 0 2px;
  text-transform:uppercase;
  letter-spacing:1px;
  font-weight: bold;
}

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */

#navigation form {
  float:right;
  height:100%;
  width:189px;
  padding:0 15px;
  border-left:1px solid;
  line-height:0;
}

#navigation form fieldset {
  /* centering the search form could've
  been done way more elegant but IEWin
  and Opera refused to follow the rules */
  margin-top:7px;
  border:0 solid; /* Opera */
}

* html #navigation form fieldset {margin-top:7px;}

#navigation #s {
  height:1.5em;
  width:140px;
  margin:0 5px 0 0;
  padding:0;
  border:1px solid;
  font-size:0.8em;
  vertical-align:middle;
}

/* content
--------------------------------------------------*/
#content {
  float:left;
  width:528px;
  padding: 28px 28px 0 28px;
  background-color: #FFF;
  z-index: 10;
  position: relative;
}
#content h1{
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #666;
	margin: 0 0 15px 0;
}
#content h4{
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: bold;
	color: #666;
	margin: 0 0 15px 0;
}
#content .article-head {
	background: #9DC9FF;
	padding: 5px 10px;
	position: relative;
	z-index: 20;
	line-height: 13px;
}
#corners {
  float:left;
  width:584px;
  height: 9px;
  background: url(images/rounded.gif) no-repeat left top;
  z-index: 15;
  position: relative;
 }

#commentspopup #content {
  float:none;
  padding-top:0;
}

#content li {
	padding-left: 5px;
	margin-left: 45px;
}
/* entry
--------------------------------------------------*/
.entry {margin:0 0 40px 0;}

.entry .info {
  position:relative;
  margin-top:-3px;
  padding:3px;
  font-size:0.9em;
}

.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;
}

.entry .info em {
  padding-right:6px;
  font-style:normal;
}

.entry #filedunder {
  clear:both;
  padding:3px 0 0 0;
  font-size:0.9em;
  border-top:1px solid;
}


/* mini-entry
--------------------------------------------------*/
.minientry {
  position:relative;
  margin:0px 0 35px 0;
  padding:10px 0;
  border-top:1px dotted;
  border-bottom:1px dotted;
}

.minientry p {padding:0;}

.minientry .commentlink {
  margin-left:3px;
  padding-right:7px;
  border-right:1px solid;
  font-size:0.9em;
}

.minientry .permalink {
  margin-left:3px;
  font-size:0.9em;
  font-style:normal;
}

.minientry .author,
.minientry .editlink a {
  margin-left:6px;
  padding:0 8px 0 10px;
  border-left:1px solid;
  font-size:0.9em;
  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-size:0.55em;
}

#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 .gravatar {
  position:absolute;
  top:1px;
  right:1px;
}


/* 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;
}

form label {
  display:block;
  float:left;
  width:60px;
}

#commentform label {margin:0 15px 0 15px;
background:url(images/h2-arrow.png) no-repeat left 5px;
text-transform: uppercase;
text-indent: 10px;}
#contactform label {margin:0 15px 0 0;}

form em {
  margin-left:5px;
  font-size:0.9em;
  font-style:normal;
}

form input, form textarea {
  padding:3px;
  border:1px solid;
}

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;
}

#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;
}


/* content misc
--------------------------------------------------*/
.next a {float:right;}
.previous a {float:left;}


#entrynavigation {
  overflow: auto;
  height:1%;
  margin-bottom:13px;
  padding-bottom:13px;
  border-bottom:1px solid;
  font-size:0.9em;
}


/* subcontent
--------------------------------------------------*/
#subcontent {
  float:right;
  width:153px;
  font-size:0.9em;
  line-height:18px;
  padding-right: 30px;
  margin-top: 13px;
  position: relative;
  z-index: 30;
}


/* subcontent headings
--------------------------------------------------*/

#subcontent h2 em {
  display:block;
  padding-left: 7px;
  font-style:normal;
}
.recent, .categories li .links li {
	border-bottom: 1px solid #FFF;
}

/* subcontent list
--------------------------------------------------*/
#subcontent li {
	border-bottom: 1px solid #797979;
	font-size: 11px;
	list-style: none;
	padding: 3px 0;
	margin: 0;
	line-height: 1.2;
}
#subcontent li a {
  display:block;
  padding:0;
  height:1%; /* IE WIN */
}


/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:153px;
  margin:0;
  text-align:center;
  font-size: 11px;
}

#subcontent table caption {
  margin:-5px 10px 0 10px;
  padding-bottom:5px;
  border-bottom:1px solid;
  letter-spacing:0.1em;
}

#subcontent table thead tr {border-bottom:1px solid;}

#subcontent table th {border-bottom:1px solid;}

#subcontent table td {
  width:200px; /* maximaize width; honestly, I don't know much about tables... */
  padding:1px;
  font-size:0.9em;
}

#subcontent table td#today {
  padding:0;
  border:1px solid;
  font-size:1em;
  font-weight:bold;
}

#subcontent table td a {
  display:block;
  border-bottom:1px solid;
  font-weight:bold;
  font-size:1.15em;
}

#subcontent table tfoot {border-top:1px solid;}

#subcontent table tfoot a {
  border:none;
  font-weight:bold;
}

#subcontent table tfoot #prev a {text-align:left;}
#subcontent table tfoot #next a {text-align:right;}


/* footer
--------------------------------------------------*/
#footer {
  clear:both;
  padding-top: 2px;
   font-size: 9px;
}
#footer strong {font-weight:normal;}
}
/* body
--------------------------------------------------*/

body#commentspopup {background:white;}


/* links
--------------------------------------------------*/
a {color:#1B9BE7;}

a:hover {color:#1B9BE7;
text-decoration: underline;}

a.commentlink {
  padding-left:16px;
  background:url(images/spring_flavour/comments.gif) center left no-repeat;
}

a.more {
  padding-right:10px;
  background:url(images/spring_flavour/more.gif) center right no-repeat;
}


/* paragraphs, lists, etc
--------------------------------------------------*/
pre,
code
  {background-color:#F8FAF2;}

kbr {color:#009193;}


/* container
--------------------------------------------------*/

#container.singlecol,
#commentspopup #container {background-image:none;}



/* header
--------------------------------------------------*/
#header {
  position: relative;
  top: 0;
  left: 25px;
  width: 826px;
  height: 82px;
}
#header .main h1 {
	background: url(images/logo.gif) no-repeat left top;
	width: 245px;
	height: 82px;
	position: absolute;
	top: 0;
	left: 24px;
	text-indent: -1000px;
	overflow: hidden;
}
#header .main {
	background: url(images/header.gif) repeat-x left top;
	width: 590px;
	height: 82px;
	position: absolute;
	top: 0;
	left: 9px;
}
#header .left-shadow {
	background: url(images/left-shadow.gif) repeat-y left top;
	width: 9px;
	height: 82px;
	position: absolute;
	top: 0;
	left: 0;
}
#header .right-shadow {
	background: url(images/right-shadow.gif) repeat-y left top;
	width: 9px;
	height: 82px;
	position: absolute;
	top: 0;
	left: 593px;
}
#header .header-dk {
	width: 164px;
	height: 82px;
	position: absolute;
	left: 614px;
	top: 0;
}
#header .header-dk form {
	margin: 23px 0 0 5px;
	font-size: 9px;
}
/* navigation
--------------------------------------------------*/
#navigation {
	height: 26px;
	font-size: 11px;
}
#navigation li {
	background:url(images/unselected-tab.gif) no-repeat left top;
	width: 92px;
	height: 26px;
	text-align: center;
}
#navigation a {color:white;}
  
#navigation .selected {
	background:url(images/selected-tab.gif) no-repeat left top;
	width: 92px;
	height: 26px;
	text-align: center;
}
#navigation .selected a {
	color: #666;
}
  
#navigation form {
  border-color:white;
  background:#FEC42D url(images/spring_flavour/corner_bottom_right.gif) bottom right no-repeat;
}

#s {border-color:#ccc;
	margin: 0;
	padding: 1px;
	width: 90px;}

#searchbutton {
  color:white;
  background-color:#1B9BE7;
  padding: 1px;
  font-size: 9px;
  text-transform: uppercase;
  width: 55px;
  
}


/* Entry
--------------------------------------------------*/
.entry {margin:0 0 40px 0;}

.entry .author {}

.entry .info {
  border-color:#F3F4F4;
  background-color:#FAFAFA;
}

.entry .info a {border-color:#949494;}

.entry a.more {
  padding-left:12px;
  background:url(images/spring_flavour/more.gif) center left no-repeat;
}

.entry .info .date {
  padding-left:15px;
  background:url(images/spring_flavour/post.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  {border-color:#D9D9D9;}

.minientry .permalink {
  padding-left:15px;
  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;
}


/* Comments
--------------------------------------------------*/
#comments h2 {margin-bottom:24px;}

#comments h2 a {color:#6C8C37;}

#commentform {background-color:#efefef;}

#comments .header {background-color:#efefef;}

#comments .header.alt {background-color:#efefef;}

#comment {
	list-style: none;
}


/* form
--------------------------------------------------*/
form p {border-color:white;}

form label { color:#444;}

form em {color:#C8C8B4;}

form input {color:#444;}

form input, form textarea {
  border-color:#DCDCDC #F0F0F0 #F0F0F0 #DCDCDC;
}

form .button {
  color:white;
  background-color:#1B9BE7;
  padding: 1px;
  font-size: 9px;
  text-transform: uppercase;
  width: 55px;
  font-weight: normal;
}


/* Archives
--------------------------------------------------*/
.archive .postspermonth {color:#A0A0A0;}


/* content misc
--------------------------------------------------*/
.next a {
  padding-right:10px;
}

.previous a {
  padding-left:10px;
}

#entrynavigation {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;
  list-style: none;
}

.entry .info .editlink a:hover,
.minientry .editlink a:hover,
#comments li .editlink a:hover
  {background:none;}



/* subcontent headings
--------------------------------------------------*/
#subcontent h2 {
  color:white;
  background:url(images/h2-arrow.png) no-repeat left 5px;
  text-indent: 2px;
  padding: 0;
  margin: 10px 0 5px 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  
}
/* subcontent list
--------------------------------------------------*/
#subcontent a {
	color: #CCC;
}


/* calendar
--------------------------------------------------*/
#wp-calendar {color:#A0A0A0;}

#subcontent table caption {border-bottom-color:#F3F4F4;}

#subcontent table thead tr {
  border-bottom-color:#F3F4F4;
  color:#414141;
}

#subcontent table th {border-bottom-color:#F3F4F4;}

#subcontent table td#today {
  border-color:#F3F4F4;
  color:#414141;
}

#subcontent table td a {
  background-color:#EDF3DE;
}

#subcontent table tfoot {border-top-color:#F3F4F4;}

#subcontent table tfoot a {background:none;}


/* footer
--------------------------------------------------*/
#footer {
  color:#D5D5D5;
  padding-left: 35px;
  font-size: 9px;
}

#footer a {color:#D5D5D5;}

#footer a:hover {color:#FFF;}

#footer strong {color:#D5D5D5;
}
.comment-icon {
	background: url(images/speechbubble.gif) no-repeat left 3px;
	height: 10px;
	padding-left: 15px;
	font-size: 11px;
	display: inline;
}
.postmetadata {
	float: right;
	font-size: 11px;
	background: url(images/comment-arrow.png) no-repeat right 3px;
	padding-right: 10px;
	margin-right: 5px;
}
.entry p {
	padding: 0 10px;
	font-size: 11px;
}
.entry {
	font-size: 11px;
}
.feeds li {
	border: 0 !important;
}
.rss {
	background: url(images/rss.gif) no-repeat left top;
	height: 15px;
	border: 0;
}
.rsscomments {
	background: url(images/rsscomments.gif) no-repeat left top;
	height: 15px;
	border: 0;
}
.wordpress {
	background: url(images/wordpress.gif) no-repeat left top;
	height: 15px;
	border: 0;
}