/*
Theme Name: Librarified
Theme URI: 
Description: Based on the Fixed Blix theme (http://lettersandscience.net/Blix/)
Version: 1.2
Author: Brandon Peat
Author URI: http://www.brandonpeat.com
*/

@import "../../plugins/bookmarkify/bookmarkify.css";

/* ignore */
.alignleft {}
.alignright {}
.aligncenter {}


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


/* body
--------------------------------------------------*/
body {
  margin:0;
  font-family:Arial, Helvetica, sans-serif;
  text-align:center;
  font-size:75%;
  line-height:1.6em;
  color:#333;
  background:#320a00;
  background-image: url(images/bk.jpg);
  background-attachment: fixed;
  background-position: top center;
  background-repeat: no-repeat;
}

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


/* headings
--------------------------------------------------*/

h1 {font-size:30px;}

#content h1 {
  margin:0 0 18px 0;
}

#content h2 {
  padding:0 0 10px 0;
  margin:0 0 10px 0;
  font-family:Georgia, serif;
  font-size:20px;
  font-weight: bold;
  font-style:italic;
  line-height: 1.2em;
  background-image:url(images/entrydots.gif);
  background-repeat: no-repeat;
  background-position:bottom left;
  color: #c69c6d;
}

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

#content h4 {
  margin:0;
  font-size:1em;
}

#content.archive h2 {
	margin:0 0 10px 0;
	font-family:Georgia, serif;
	font-size:11px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	letter-spacing: 3px;
	background-image: none;
	color: #bb141a;
}

#content.archive h3 {
  padding: 0 0 7px 0;
  margin:0 0 7px 0;
  font-family:Georgia, serif;
  font-size:1.3em;
  font-weight: bold;
  font-style:italic;
  background-image:url(images/entrydots.gif);
  background-repeat: no-repeat;
  background-position:bottom left;
}

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

#content.archive h5 {
  margin:0;
  font-size:1em;
}

/* heading hyperlinks
--------------------------------------------------*/
h1, h1 a,
h2, h2 a,
h3 a,
h4 a
  {color:#00854a;}

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



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

a:hover {
	color:#00854a;
}

a img {
	border:none;
}

a.commentlink {
  padding-left:16px;
  background:url(images/icons/comments3.gif) 0 center no-repeat;
}

.commentlink:hover {
  background:url(images/icons/comments3.gif) -989px center no-repeat;
}


/*.editlink {
  position:absolute;
  height:14px;
  width:14px;
  right:2px;
  background:url(images/icons/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;
  line-height:0; 
  text-indent:-9999px;
  background:url(images/icons/edit.gif) 0 0;
}*/

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


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

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

ul ul, ol ol {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
--------------------------------------------------*/
.alignleft, img.left {
  float:left;
  margin:12px 12px 12px 0;
}

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

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

.wp-caption-text {
	font-style: italic;
	font-size: 11px;
	line-height: 1.4em;
}


/* container
--------------------------------------------------*/
#container, #container.singlecol {
  margin:0 auto;
  text-align:left;
  width:802px;
  background-image: url(images/container_bk.gif);
  background-repeat: repeat-y;
}

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

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



/* header
--------------------------------------------------*/
#header {
	width: 802px;
	height: 187px;
	background-image: url(images/header.gif);
}

#headerlogo {
	width: 656px;
	height: 170px;
	margin: 0 0 0 71px;
	display: block;
}


/* navigation
--------------------------------------------------*/
#navigation {
	width: 802px;
	background: #bb141a url(images/navtop.gif) top no-repeat;
}

#navigationbottom {
	background-image: url(images/navbottom.gif);
	width: 802px;
	height: 44px;
	clear: both;
}

#navigation ul {
  margin:0;
  padding:0;
  list-style:none;
}

#navigation li {
	float:left;
	margin: 13px 0 0 0;
  	padding:0 15px 0 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	border-right: 1px solid #f04e23;
}

#navigation li a {
}

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

#navigation a {
	color:white;
}

#navigation a:hover {
	color: #f04e23;
}

#navigation .selected a {
	color: #eecd7e;
}

#navigation .selected a:hover {
	color: #f04e23;
}



/* navigation search bar
--------------------------------------------------*/
#navigation form {
  float:right;
  width:200px;
  padding:0 10px 0 0;
  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;
  border-color:#FFF9EA;
}

#navigation #searchbutton {
	height:2em;
	width:auto;
	vertical-align:middle;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-transform: lowercase;
	color: #fff;
	background: none;
	border: none;
}

#navigation #searchbutton:hover {
	color: #f04e23;
}


/* content
--------------------------------------------------*/
#content {
  overflow:hidden;
  float:left;
  width:440px;
  padding: 0 0 0 56px;
}

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

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


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

.entry .info {
  clear:both;
  position:relative;
  font-family:Georgia, serif;
  font-weight: bold;
  font-style:italic;
  font-size:12px;
  color: #c69c6d;
  background-color:#fff;
  padding:4px 4px 4px 8px;
}

.entry.single {clear:both;}

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

.entry .info a {
  margin-right:4px;
  padding-right:7px;
  border-right:1px solid;
  border-color:#dcc3a7;
  color: #00854a;
}

.entry .info a:hover {
	color: #2bb673;
}

.entry a.more {
  padding-left:12px;
  background:url(images/icons/more.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 .info em {
  padding-right:6px;
}

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

.entry #filedunder {
  clear:both;
  padding:7px 0 0 0;
  font-size:0.9em;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-style: italic;
  color: #c69c6d;
  background-image:url(images/entrydots.gif);
  background-repeat: no-repeat;
  background-position:top left;
}

.entry #tags {
  clear:both;
  font-size:0.9em;
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-style: italic;
  color: #c69c6d;
}

.entry #filedunder a, .entry #tags a {
	color: #00854a;
}

.entry #filedunder a:hover, .entry #tags a:hover {
	color: #2bb673;
}

.entry .page-links {
  background:url(images/spring_flavour/pages.gif) top left no-repeat;
  padding-left:15px;
}



/* 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 .info {
  clear:both;
}

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

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

.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 .author {
  padding-left:23px;
  border-color:#949494;
  background:url(images/spring_flavour/author.gif) 10px 2px no-repeat;
}

.minientry .editlink a {margin:0;}


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

#comments h2 a {
  margin-left:2px;
  padding-left:6px;
  border-left:1px solid;
  border-color: #c69c6d;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size:0.55em;
  color:#00854a;
}

#comments h2 a:hover {
	color: #2bb673;
}

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

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

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

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

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

#comments .header {
  position:relative;
  min-height:19px; /* 19 + 3 +3 = 25px = height of gravatar */
  margin:0 0 10px 0;
  padding:3px 6px;
  background-color:#fff;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: bold;
  color: #c69c6d;
}

#comments .header a {
	color: #00854a;
}

#comments .header a:hover {
	color: #2bb673;
}

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

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

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

.avatar {
  position:absolute;
  top:1px;
  right:1px;
  width:23px;
  height:23px;
}


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

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

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

form p {
  padding:6px 0;
}

form label {
	display:block;
	float:left;
	width:60px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	color: #c69c6d;
}

#commentform label {
  display:block;
  float:left;
  padding: 0 15px 0 15px;
}

#contactform label {
  display:block;
  float:left;
  padding: 0 15px 0 0;
}

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

form input {
	color:#414141;
}

form input, form textarea {
  padding:3px;
  width:200px;
  border:1px solid;
  font-family:Arial,Helvetica,sans-serif;
  font-size:0.9em;
  border-color:#DCDCDC #F0F0F0 #F0F0F0 #DCDCDC;
}

form textarea {overflow:auto;}

#commentform input, #contactform input {width:200px;}
#commentform textarea {width:325px;}
.singlecol #contactform textarea, .singlecol #contactform #bx_subject {width:435px;}
.doublecol #contactform textarea, .doublecol #contactform #bx_subject {width:325px;}

* html #commentform textarea {width:290px;} /* IE WIN; but why? */
* html .singlecol #contactform textarea,
* html .singlecol #contactform #bx_subject {width:415px;} /* IE WIN; but why? */
* html .doublecol #contactform textarea,
* html .doublecol #contactform #bx_subject {width:290px;} /* IE WIN; but why? */

form .button {
	width:90px !important;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight:bold;
	text-transform: lowercase;
	font-size: 14px;
	color: #fff;
	background-color: #bb141a;
	border: none;
	padding: 5px 0 5px 0;
}

form .button:hover {
	background-color: #f04e23;
}

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

form .hiddenfield {display:none;}

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

.XHTMLtags {
	line-height: 1.6em;
	color: #666;
}

.trackback {
  font-family:Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-style: italic;
  color: #c69c6d;
  font-size: 14px;
}

.trackback a {
	color: #00854a;
}

.trackback a:hover {
	color: #2bb673;
}


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


/* content misc
--------------------------------------------------*/
.next a {
	float:right;
	padding-right:10px;
	background:url(images/icons/more.gif) center right no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	text-transform: lowercase;
}

.previous a {
	float:left;
	padding-left:10px;
	background:url(images/icons/less.gif) center left no-repeat;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	font-size: 14px;
	text-transform: lowercase;
}

#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/icons/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/icons/edit.gif) 0 0;
}

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


/* subcontent
--------------------------------------------------*/
#subcontent {
  width:276px;
  padding: 0;
  overflow:hidden;
  float:right;
  color: #c69c6d;
}

#subcontent p {margin:0 10px;}


/* subcontent headings
--------------------------------------------------*/
#subcontent h2 {
	height: 23px;
	padding: 17px 0 0 35px;
	font-family:Georgia,serif;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size:10px;
	color: #fff;
	background-image: url(images/subcontent_bookmark.gif);
	background-position: top right;
	background-repeat: no-repeat;
}

#subcontent h2 em {
  display:block;
  font-style:normal;
}


/* subcontent list
--------------------------------------------------*/
#subcontent ul {
	background-image: url(images/subcontent_paper.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0 0 10px 0;
	width: 191px;
	padding: 15px 15px 30px 55px;
}

#subcontent div{
	background-image: url(images/subcontent_paper.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin: 0 0 10px 0;
	width: 191px;
	padding: 15px 15px 30px 55px;
}

#subcontent ul li {
  margin:0 0 6px 0px;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: bold;
  font-style: italic;
    
  padding-bottom:7px;
  font-size: 12px;
  background-image: url(images/subcontent_dots.gif);
  background-position: bottom left;
  background-repeat: no-repeat;
  
  list-style: none;
}

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

#subcontent li a:hover {
	color: #2bb673;
}

#subcontent ul.pages li ul,
#subcontent ul.categories li ul, #subcontent ul li.cat-item ul {margin:0;}

#subcontent ul.pages li li, #subcontent ul li.page_item li.page_item,
#subcontent ul.categories li li, #subcontent ul li.cat-item li.cat-item {
  margin:0;
  padding:0 0 3px 0;
  border-bottom:none;
}

/*#subcontent ul.pages li ul ul,
#subcontent ul.categories li ul ul, #subcontent ul li.cat-item ul ul {margin:0 0 0 16px;}


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

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

#subcontent ul.links li, #subcontent ul.xoxo 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);
}

#subcontent ul.pages li li, #subcontent ul li.page_item li.page_item,
#subcontent ul.categories li li, #subcontent ul.children li.cat-item {
	list-style-image:url(images/spring_flavour/sub_categories_yellow.gif);
}

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


/* subscribe sidebar
--------------------------------------------------*/

#subcontent #subscribe_sidebar {
	background-image: none;
	margin: 0;
	padding: 0;
}

#subcontent #subscribe_sidebar_list {
}

#subscribe_sidebar_list img {
	display: inline;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	vertical-align: middle;
	border: 0px;
}



/* calendar
--------------------------------------------------*/
#wp-calendar {
  display:inline-table;
  border-collapse:collapse;
  width:185px;
  margin:0px 10px 0 10px;
  text-align:center;
  color:#A0A0A0;
}

#subcontent table caption {
  margin:-5px 10px 5px 10px;
  padding-bottom:5px;
  border-bottom:1px solid;
  letter-spacing:0.1em;
  border-bottom-color:#F3F4F4;
}

#subcontent table thead tr {
	border-bottom:1px solid;
	border-bottom-color:#F3F4F4;
	color:#414141;
}

#subcontent table th {
	border-bottom:1px solid;
	border-bottom-color:#F3F4F4;
}

#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;
  border-color:#F3F4F4;
  color:#414141;
}

#subcontent table td a {
  display:block;
  border-bottom:1px solid;
  font-weight:bold;
  font-size:1.15em;
  border-bottom-color:#A3C159;
  background-color:#EDF3DE;
}

#subcontent table tfoot {
	border-top:1px solid;
	border-top-color:#F3F4F4;
}

#subcontent table tfoot a {
  border:none;
  font-weight:bold;
  background:none;
}

#subcontent table tfoot #prev a {text-align:left;}
#subcontent table tfoot #next a {text-align:right;}


/* footer
--------------------------------------------------*/
#footer {
  clear:both;
  padding: 40px 0 0 56px;
  height: 97px;
  color:#c69c6d;
  background: url(images/footer.gif) bottom center no-repeat;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: bold;
  font-size: 11px;
}

#footer p {
  padding:12px 0 18px 0;
  background: url(images/entrydots.gif) no-repeat top left;
}

#footer a {
	color:#00854a;
}

#footer a:hover {
	color:#2bb673;
}

img#wpstats { display:none; }
