/*
Theme Name: ESTD ver2
Theme URI: http://eversincetheday.net
Description: 
Version: 0.1
Author: Ever Since The Day
Author URI: http://eversincetheday.net
*/


/* reset
--------------------------------------------------*/
body,h1,h2,h3,h4,h5,h6,p,form,fieldset
{
	margin: 0;
	padding: 0;
}

.low
{
	display: none;
}


/* body
--------------------------------------------------*/
body
{
	margin: 0;
	padding: 15px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.6em;
	text-align: center;
	color: #a1a1a1;
	background: #000000 url(images/background.gif) top center repeat;
}

body#commentspopup
{
	padding: 0;
	background: black;
}


/* headings
--------------------------------------------------*/
h1
{
	font-size: 30px;
}

#content h2
{
	margin: 0 0 18px 0;
	font-family: Georgia, serif;
	font-size: 1.2em;
	font-weight: bold;
}

#content h3
{
	font-family: Georgia, serif;
	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 15px 0;
	font-family: Georgia, serif;
	font-size: 1.0em;
	font-weight: bold;
}

#content.archive h4
{
	margin: 0 0 18px 0;
	font-size: 1em;
}

#content.archive h5
{
	margin: 0;
	font-size: 1em;
}

h1, h1 a, h2, h2 a, h3 a, h4 a
{
	color: #a1a1a1; /*#009193;*/
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover
{
	color: #a1a1a1;
	text-decoration: underline;
}


/* links
--------------------------------------------------*/
a 
{
	text-decoration: none;
	color: #009193;
}

a img
{
	border: none;
}

a:hover
{
	color: #009193;
	text-decoration: underline;
}

a.commentlink
{
	padding-left: 0px;
}

a.more
{
	padding-right: 10px;
}


/* paragraphs, lists, etc
--------------------------------------------------*/
p
{
	margin: 0;
	padding: 0 0 18px 0;
}

ul
{
	margin: 0 0 0 1.4em;
	padding: 0 0 18px 0;
}

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: 0.9em;
	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;
}


/* container
--------------------------------------------------*/
#container
{
	width: 700px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: left;
	border-top: 0px solid black;
	margin-top: 10px;
	background: black;
}

#commentspopup #container
{
	width: 450px;
	padding: 15px;
}

#container.singlecol, #commentspopup #container
{
	background-image: none;
}


/* header
--------------------------------------------------*/
#header
{
	height: 177px;
	padding: 0 0 0 0px;
}

#header h1
{
	display: none; /*This will hide the text in your header */
	padding-top: 0px;
}

#banner
{
 	padding: 0;
 	margin: 0;
	padding-left: 1px;
}


/* navigation
--------------------------------------------------*/
#navigation
{
	height: 2.7em;
	line-height: 2.7em;
	background-color: #A3C159;	
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation li li
{
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-right: 1px solid;
	border-color: white;
	white-space: nowrap;
}

#navigation li a
{
	display: block;
	padding: 0 18px;
	font-size: 0.8em;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#navigation a
{
	color: white;
}

#navigation .selected, #navigation a:hover
{
	background-color: #1BA6B2
}

* 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;
	border-color: white;
}

#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;
	border-color: #FFF9EA;
}

#navigation #searchbutton
{
	height: 2em;
	width: auto;
	padding: 0 1px;
	border: 1px solid;
	font-size: 9px;
	letter-spacing: 1px;
	text-align: center;
	vertical-align: middle;
	color: white;
	background-color: #A3C159;
}


/* content
--------------------------------------------------*/
#content
{
	float: left;
	padding: 30px 30px 10px 30px;
	border: 0px solid white;
}

#narrow #content
{
	float: left;
	width: 420px;
	margin: 0 0 0 0px;
	padding: 30px 10px 10px 30px;
}

#commentspopup #content
{
	float: none;
	padding-top: 0;
	width: 400px;
}

.contentBox
{
	width: 694px;
	margin: 20px 0 10px 0px;
	background: black; /*#141414;*/
}

.contentCell
{
	vertical-align: top;
	height: 300px;
}

.contentFooterCell
{
 	height: 50px;
	vertical-align: bottom;
}

.contentBorderTop
{
	width: 694px;
	height: 6px;
	background: url(images/border_top.jpg) bottom center no-repeat;
}

.contentBorderLeft
{
	width: 5px;
	background: url(images/border_left.jpg) top left repeat-y;
}

.contentBorderRight
{
	width: 5px;
	background: url(images/border_right.jpg) top right repeat-y;
}

.contentBorderBottom
{
	width: 694px;
	height: 5px;
	background: url(images/border_bottom.jpg) top center no-repeat;
}


/* entry
--------------------------------------------------*/
.entry
{
	margin: 0 0 0px 0;
}

.entry .info
{
	position: relative;
	margin-top: -3px;
	padding: 3px 3px 3px 0px;
	border-top: 0px solid;
	border-bottom: 0px solid;
	font-size: 0.9em;
	border-color: #F3F4F4;
}

.entry.single
{
	clear: both;
}

.entry .bottom
{
	color: #404040;
	background-color: #404040;
	border: 0px;
	height: 1px;
	border: 0px;
}

.bottom
{
	color: #404040;
	background-color: #404040;
	border: 0px;
	height: 1px;
	border: 0px;
}

.entry.single .info
{
	margin: 0 0 22px 0;
}

.entry .info a
{
	margin-right: 6px;
	padding-right: 9px;
	border-right: 0px solid;
	border-color: #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: 0.9em;
	border-top: 1px solid;
	border-color: #F3F4F4;
}

.entry a.more
{
	padding-left: 0px;
	font-size: 1.1em;
}

.entry .info .date
{
	padding-left: 0px;
}

.entry .info .author
{
	padding-left: 23px;
	border-color: #949494;
}


/* 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: 0px solid;
	border-color: #949494;
	font-size: 0.9em;
}

.minientry .permalink
{
	margin-left: 3px;
	font-size: 0.9em;
	font-style: normal;
	padding-left: 15px;
}

.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;
}

.minientry .author
{
	padding-left: 23px;
	border-color: #949494;
}


/* 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: 0.7em;
	color: #009193;
}

#comments h3 a
{
	margin-left: 2px;
	padding-left: 6px;
	border-left: 1px solid;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.8em;
	color: #009193;
}

#comments h3
{
	margin-left: 0px;
	padding-left: 0px;
}

#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;
	/*background-color: #1a1811;*/
}

* 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: #1a1811;*/
}

#comments .header.alt
{
	/*background-color: #1a1811;*/
}


/* form
--------------------------------------------------*/
form
{
	padding: 6px 0;
}

#commentform, #contactform
{
	margin-bottom: 18px;
}

form fieldset
{
	border: 0 solid;
}	/* Opera */

form p
{
	padding: 5px 0;
	border-bottom: 0px solid;
	border-color: white;
}

form label
{
	display: block;
	float: left;
	color: #a1a1a1;
	font-size: 0.9em;
	font-weight: bold;
	line-height: 1em;
}

#commentform label 
{
	margin: 0 15px 0 0px;
}

#contactform label
{
	margin: 0 15px 0 0;
}

form em
{
	margin-left: 0px;
	font-size: 0.9em;
	line-height: 1em;
}

form input, form textarea
{
	padding: 2px 2px 2px 2px;
	margin: 3px 0px 3px 0px;
	width: 200px;
	border: 1px solid;
	border-color: #BCBCBC #B0B0B0 #B0B0B0 #BCBCBC;
	background: #d8d8d8;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 0.9em;
}

form textarea
{
	overflow: auto;
}

#commentform input
{
	width: 200px;	
	background: #000000;
	color: #F0F0F0;
}

#commentform textarea
{
	padding: 2px 2px 2px 2px;
	margin-left: 0px;
	width: 335px;
	height: 100px;
	background: #000000;
	color: #F0F0F0;
}

#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: 110px !important;
	border-bottom: 1px solid;
	font-weight: bold;
	border-color: white #DCDCDC #DCDCDC white;
	background-color: #F0F0F0;
	margin: 3px;
	padding: 2px
}

#commentform .button { margin-left: 0px; }
#contactform .button { margin-left: 75px; }

form .hiddenfield { display: none; }

form .info { padding-left: 90px; }

form input { color: #414141; }


/* 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) center right no-repeat;
}

.previous 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: 0.9em;
	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: right;
	width: 165px;
	margin: 15px 13px 30px 20px;
	padding: 7px 7px 7px 7px;
	font-size: 0.9em;
	line-height: 1.5em;
	border: solid 1px #404040;
}

/*  * html #subcontent { padding-top: 7px; } */ /* dirty fix for IEWIN; temporary! */

#subcontent ul, #subcontent p { margin: 0 10px; }

#subcontent table p {
	padding-right: 0;
	margin-right: 0;
}

#subcontent table tr td {
	padding: 0;
	margin: 0;
}

.backstageDate {
	padding-bottom: 0px;
	padding-left: 0px;
}

/* subcontent headings
--------------------------------------------------*/
#subcontent h2
{
	margin: 0px 0 10px 0;
	font-family: Georgia,serif;
	font-size: 1em;
	line-height: 1em;
	color: black;
	background: #A3A3A3;
}

#subcontent h2 em
{
	display: block;
	padding: 5px 10px;
	font-style: normal;
}


/* 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 */
}

#subcontent li a:hover { background-color: #FFFBF0; }

#subcontent ul.categories li ul { margin: 0; }

#subcontent ul.categories li li
{
	margin: 0;
	padding: 0 0 3px 0;
	border-bottom: none;
	list-style-image: url(images/spring_flavour/sub_categories_yellow.gif);
}

#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.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/spring_flavour/links_yellow.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); }


/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
}

/*
#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; 
  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;}

#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 {
  border-bottom-color:#A3C159;
  background-color:#EDF3DE;
}

#subcontent table tfoot {border-top-color:#F3F4F4;}

#subcontent table tfoot a {background:none;}
*/

/* footer
--------------------------------------------------*/
#footer
{
	clear: both;
	padding: 0px 15px 15px 0px;
	margin-left: 30px;
	font-size: 0.9em;
	color: #A0A0A0;
	/*background: #1a1811;*/
}

.singlecol #footer
{
	padding: 0px 15px 15px 0px;
}

#footer p
{
	padding: 0px 0 0px 0;
	/*border-top: 1px solid;*/
	border-top: 0px solid #E9F7F6;
}

#footer a { color: #A0A0A0; }

#footer a:hover { color: #414141; }

#footer strong
{
	font-weight: normal;
	color: #009193;
}

.singlecol #footer p
{
	padding: 0px 0px 0px 0px;
}


/* Guestbook
--------------------------------------------------*/

#guestbookEntry
{
	width: 98%;
	border-top: solid 1px #404040;
	padding: 15px 0px 15px 0px;
}


.alt #guestbookEntry
{
	background: #222222;
}

#guestbookEntry blockquote
{
	color: #818181;
}

.postmetadata
{
	font-size: 0.9em;
}

.guestbookhr
{
	color: #A0A0A0;
	background: black;
}
