/* BODY */

body {
	margin: 0;
	padding: 15px 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 1.6em;
	text-align: center;
	background: #D5E3F6 url(images/bg_body.gif) left bottom repeat-x fixed;
}


/* CONTAINER */

#container {
	background: #fff;
	width: 730px;
	margin: 0 auto;
	padding: 30px 30px 0 30px;
	text-align: left;
	border: 1px solid #BBD1F0;
}


/* HEADER */

#header {
	height: 130px;
	padding: 0 0 0 18px;
	border-top: 3px solid #0E4961;
	border-bottom: 3px solid #0E4961;
	background: #fff url(images/bg_header.jpg) left top no-repeat;
}

#header h1 {
	display:none;
}


/* NAVIGATION */

#navigation {
	background: #fff url(images/bg_nav.gif) left bottom repeat-x;
	border-bottom: 3px solid #BD862A;
	height: 2.5em;
}

#navigation ul {
	margin:0;
	padding:0;
}

#navigation ul li {
	float:left;
	margin:0;
	padding:0;
	list-style-type:none;
	white-space:nowrap;
}

#navigation li a {
	display:block;
	padding: 1px 4px;
	margin: 4px 10px;
	font-size: 1em;
	font-weight: bold;
	border: 1px solid transparent;
	color: #835E1F;
}

#navigation li a:hover {
	color: #633E00;
	background: #fff;
	border: 1px solid #e3cE8F;
	text-decoration: none;
}

* html #navigation a {width:1%;} /* see http://www.positioniseverything.net/explorer/escape-floats.html */



/* SUBCONTENT */


/* NAVIGATION */

#subcontent #about {
	background: #fff url(images/bg_about_top.gif) left top no-repeat;
	margin: 0;
	padding: 0;
}

#subcontent #about p {
	margin: 0;
	padding: 12px 15px 0 15px;
}

#subcontent #about #about_btm {
	background: #fff url(images/bg_about_btm.gif) left top no-repeat;
	height: 15px;
	margin: 0;
	padding: 0;
}

#subcontent form fieldset {
	margin-top:5px;
}

* html #subcontent form fieldset {margin-top:5px;}

#subcontent #s {
	width: 120px;
	margin: 0 5px 0 0;
	padding: 2px;
	font-size: 1em;
	border: 1px solid #a9b7c8;
}

#subcontent #searchbutton {
	width:auto;
	padding:0 1px;
	background: #835E1F;
	font-size: 1em;
	color: #fff;
	border:1px solid #333;
	text-align:center;
	vertical-align:middle;
}



/* HEADERS */

#content h2 {
	margin:0 0 18px 0;
	font-size:1.6em;
	font-weight:normal;
}

#content h3 {
	margin:18px 0 8px 0;
	font-size:1.3em;
}

#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;
}


/* LINKS */

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


/* MISC */

p {
	margin:0;
	padding:0 0 18px 0;
}

ul {
	margin:0 0 0 1.4em;
	padding:0 0 18px 0;
}

ul ul {
	padding:0;
}

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


/* 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;
}


/* CONTENT */

#content {
	float:left;
	width:455px;
	padding-top:32px;
}

.singlecol #content {
	float:none;
	width:550px;
	margin:0 70px;
}

#content p a {
	text-decoration: underline;
}

#content p a:hover {
	text-decoration: none;
}

/* ENTRY */

.entry {
	margin:0 0 40px 0;
}

.entry .info {
	position:relative;
	margin-top:-3px;
	padding:3px;
	border-top:1px solid;
	border-bottom:1px solid;
	font-size:0.9em;
}

.entry.single {
	clear:both;
}

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

.entry .info a {
  text-decoration: underline;
}

.entry .info em {
  font-style:normal;
}

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

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


/* COMMENTS */

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

#comments h2 a {
  margin-left:2px;
  padding-left:6px;
  border-left:1px solid;
  font-family: Trebuchet MS, Arial,Helvetica,sans-serif;
  font-size:0.8em;
}

#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; border: 1px solid #F2E9CD;}

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

form p {
  padding:6px 0;
}

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

#commentform label {margin:0 15px 0 15px;}
#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;
  width:200px;
  border:1px solid #ababab;
  font-family:Arial,Helvetica,sans-serif;
  font-size:0.9em;
}

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:225px;
  padding:0 0 0 15px;
  font-size:0.9em;
  line-height:1.5em;
}


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


/* subcontent headings
--------------------------------------------------*/
#subcontent h2 {
  margin:0;
  padding: 6px 0 0 10px;
  font-size:1.4em;
  font-weight: bold;
  line-height:1em;
  height: 25px;
  color: #fff;
  background: url(images/bg_sidebar.gif) center left no-repeat;
}

/* subcontent list
--------------------------------------------------*/

#subcontent p.withbg {
  background: #fff url(images/bg_ul.gif) top left repeat-x;
  margin: 1px 2px 12px 0;
  padding: 8px;
}

#subcontent ul {
  background: #fff url(images/bg_ul.gif) top left repeat-x;
  margin: 1px 2px 12px 0;
  padding: 4px 12px;
}

#subcontent ul li {
  margin:1px 0 0 0;
  padding-bottom:2px;
  list-style-type: none;
}

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

#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;}




/* footer
--------------------------------------------------*/
#footer {
	clear:both;
	text-align: center;
	padding:0;
	font-size:0.9em;
	background: url(images/bg_footer.gif) top left repeat-x;
	border-top:1px solid #0E4961;
}

.singlecol #footer {
	padding:25px 0 15px 0;
}

#footer p {
	padding:12px 0 18px 0;
}

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








/* headings
--------------------------------------------------*/
h1, h1 a,
h2, h2 a,
h3 a,
h4 a {
  color: #0E4961;
}

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


/* links
--------------------------------------------------*/
a {color:#0E4961;}

a:hover {color:#003;}

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

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

/* navigation
--------------------------------------------------
#navigation {background-color:#A3C159;}

#navigation li {border-color:white;}

#navigation a {color:white;}

#navigation .selected,
#navigation a:hover
  {background-color:#1BA6B2}

#navigation form {
  border-color:white;
  background:#FEC42D url(images/spring_flavour/corner_bottom_right.gif) bottom right no-repeat;
}

#navigation #s {border-color:#FFF9EA;}

#navigation #searchbutton {
  color:white;
  background-color:#A3C159;
}
*/

/* Entry
--------------------------------------------------*/
.entry {margin:0 0 40px 0;}

.entry .author {}

.entry .info {
  border-top: none;
  border-bottom: 1px solid #bD862A;
  background: url(images/bg_nav.gif) bottom left repeat-x;
}

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

.entry .info .date {
  padding-left:0;
  /* 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 .commentlink {border-color:#949494;}

.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; font-size: 1.35em; font-weight: normal;}

#commentform {background: #FBF6E7;}

#comments .header {background: url(images/bg_nav.gif) bottom left repeat-x; border-bottom:1px solid #BD862A;}

#comments .header.alt {background-color:#E9F7F6;}




/* Archives
--------------------------------------------------*/
.archive .postspermonth {color:#A0A0A0;}


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

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

#entrynavigation {border-color:#F3F4F4;}




/* form */
--------------------------------------------------
form p {border-color:white;}

form label { color:#0E4961;}

form em {color:#ababab;}

form input {color:#414141;}

form input, form textarea {
  border-color:#E8DAB0 #F2E9CD #F2E9CD #E8DAB0;
}

form .button {
  border-color:white #DCDCDC #DCDCDC white;
  background-color:#F0F0F0;
}

form button.btn {
	background:transparent url(images/btn_search.gif) no-repeat scroll 0 2px;
	border:0pt none;
	cursor:pointer;
	height:24px;
	margin:0;
	padding:0;
	text-indent:-1000em;
	width:70px;
}

#subcontent li a.rss {
	background: url(images/rss.gif) 0 1px no-repeat;
	padding: 0 0 0 20px;
	margin-bottom: 5px;
}

img#wpstats{display:none}