/*   
Theme Name: Fantasy Cafe
Theme URI: http://fantasybookcafe.com/
Description: Fantasy Cafe's Custom Theme
Author: John Bell
Author URI: http://john.novomancy.org
Template: 
Version: 2.6.5
License: All Rights Reserved
Tags: brown, two-columns, right-sidebar, fixed-width, microformats, sticky-post, holiday, threaded-comments, theme-options, custom-header
*/
/*
---------------------------------------- HTML ---------------------------------------------
*/

body {
    font:16px Georgia, Cambria, Times, Times New Roman, serif;	
    color: #4C3C35;
    background:#222222 url(img/fc-header-bg.png) repeat-x top ;
}
p { 
    margin:.75em 0 .75em 0;
	text-indent:0;
	line-height: 150%;
}
h1, h2, h3, h4, h5, h6{
	font-variant:small-caps;
	font-weight:normal;
	letter-spacing:0.076em;
}
h1,h2 { 
    margin: 1.3em 0; 
    font-size: 1.3em; 
	line-height: 1.3em; 
}
h3 { 
    margin: 1.3em 0; 
	font-size: 1.125em; 
	line-height: 1.3em; 
}
h4 {
	margin: 2.25em 0 0.75em 0;
	font-size: 1em; 
	line-height: 1.5em; 
}
h5, h6  { 
    margin: 1.7em 0;
	font-size: 0.875em; 
	line-height: 1.7em; 
}
a {
    color: #b49404;
    text-decoration: none;
}
a:hover {
    color:#b49404;
    text-decoration: underline;
}
code, pre {
	display: block;
	font:14px Consolas, Lucida Console, Monaco, monospace;/* 1em */
	margin:5px 0;
	padding:10px;
	border-left:5px #594020 solid;
	overflow-x:scroll;
}
sub, sup{
    font-size:0.77em;
}
abbr{
	cursor:help;
}
.entry blockquote, q {
    margin:1.5em;
	font-style:italic;
	padding-left: 10px;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
	border-color: none none none black;
}
textarea {
    width: 80%;
	height:10em;
    background: #EFE2D1;
	border-top: 2px solid #BFBFBF;
    border-left: 2px solid #BFBFBF;
    border-right: 2px solid #DFDFDF;
    border-bottom: 2px solid #DFDFDF;
}
input {
    background:white;
	color:#000;
	padding: 2px 3px 4px 3px ;
	border: 1px solid #3A3A3A;
    margin-right:10px;
	float:left;
}
legend{
	font-style:oblique;
	padding:0 5px;
}
fieldset{
	border-top: 1px solid #DFDFDF;
    border-left: 1px solid #DFDFDF;
    border-right: 1px solid #BFBFBF;
    border-bottom: 1px solid #BFBFBF;
	padding:10px;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	color:#F2EAE0;
}
table{
	text-align:left;
	table-layout:fixed;
	overflow:hidden;
	border-collapse:separate;
	border-spacing:1px;
	empty-cells:show;
}
td, th{
	padding:3px 5px 4px 5px;
	empty-cells:show;
}

th{
	margin:2px;
}
table caption{
	text-align:left;
	padding:4px;
	caption-side:bottom;
}
/*------- /HTML --header */	
#nav{
	margin: 0px auto;
	padding-left: 25px;
	padding-top: 3px;
}

#nav li {
	float:left;
	margin-right: 5px;
	height: 38px;
	font-size: 21px;
	font-family: Trebuchet MS, Trebuchet, Arial, sans-serif;
	font-variant: small-caps;
	position:relative;
	line-height: 28px;
	min-height: 1px;		/* Sophie Dennis contribution for IE7 */
	vertical-align: middle;		/* Sophie Dennis contribution for IE7 */
}
html>body #nav li{
	
}
#nav li ul li{
	background:#29150A;
	width:200px;
}
html>body #nav li ul li{
	background:#29150A url(img/hover.png);
}
#nav .current_page_item a{
/*	color: #B06604; */
}
#nav a{
	display:block;
	white-space:nowrap;
	padding:5px 8px 8px 8px;
}
#nav ul{
	margin:0 0 20px 20px;
	padding:0;
	float:left;
}
#nav ul ul{
	position:absolute;
	z-index:500;
	top:auto;
	display:none;
	padding: 1em;
	margin:-1em 0 0 -1em;
}
#nav ul ul ul{
	top:0;
	left:100%;
}
div#nav li:hover{
	cursor:pointer;
	z-index:100;
}
div#nav li:hover ul ul,
div#nav li li:hover ul ul,
div#nav li li li:hover ul ul,
div#nav li li li li:hover ul ul
{display:none; }

div#nav li:hover ul,
div#nav li li:hover ul,
div#nav li li li:hover ul,
div#nav li li li li:hover ul
{display:block;}

/* End CSS Drop Down Menu */

#header {
    height: 298px;   
	background:transparent url(img/fc-header.png) no-repeat top ;
}
#header h1, #header h2{
	text-align:center;
	margin:10px auto 0; 
    font-size:32px; 
	line-height: 1em; 
}
#header h1 a, #header h2 a{
    margin:0 0 70px 0;
	display:block;
	color:#B06604;
}
#header h1 a:hover, #header h2 a:hover{
	color:#5F3707;
}
/*.title{
    border-top: 3px #594020 double;
	background:#2E2010;
    margin: 0 ;
    padding: 5px 30px 10px 30px;
	font-size: 1.3em; 
}*/
/*post STIKCY*/
/*post*/
.entry{
	background:transparent url(img/fc-post-bg.png) repeat-y top left;
	padding: 10px 30px;
	float:left;
	width: 617px;
}
.entry .wp-post-image{
	float:left;
}
.entry ul {
	list-style:disc;
	margin-bottom: 1.5em;
}

.entry li{
	margin-left: 40px;
}
.entry ul li ul {
	list-style:circle;
	padding-left:5px
}
.entry ol{
	list-style:decimal;
	margin-bottom: 1.5em;
}
.entry ol li ol{
	list-style:lower-alpha;
	padding-left:5px
}
.entry a{
	background:none
}
.entry img{
	max-width:480px;
	margin-right:5px;
	height:auto;
}
.wp-post-image{
	padding:5px;
	background:#8F6835;
	margin:0;
}
.postmeta{
	background: transparent url("img/fc-post-bottom.png") no-repeat top left;
	margin:-2px 0 10px 0;	
	padding: 0 0 0px 15px;
	float:left;
	width:679px;
	font: 14px Trebuchet MS, Trebuchet, Arial, sans-serif;
	height: 62px;
	overflow: hidden; 
}
.post_tags{
	font-size: 12px;
}

.postmeta ul{
	width: 600px;	
}
.postmeta li{
    display:inline;
	line-height: 14px;
}
.postmeta li a img{
	display:inline;
	padding:5px;
}
.postmeta li strong{
	float:left;
}
.licomm{
	float:right;
}
.arch{
	background:#463c30 url(img/post.jpg) no-repeat top left;
	border-top: 1px #594020 solid;
	border-bottom: 1px #594020 solid;
}
.arch h2, .arch .postimage{
	margin:10px 20px;
}
html>body .arch h2, html>body .arch .postimage{
	margin:10px 30px;
}/* archives page*/
.arch ul li{
	margin:10px 30px;
}
.arch ul li ul{
	margin-left:20px
}
.arch ul li ul li {
	border: 1px #594020 solid;
	background:#2F261A;
	margin:5px 0;
	padding:10px;
}
.arch ul li ul li ol li{
    border:none;
	padding:0;
	margin:0;
}
.arch ol {
	list-style:decimal!important;
	margin:5px 35px;
}
.excerpt{
/*	border-top: 1px #4C3C35 solid;
	border-bottom: 1px #4C3C35 solid;*/
	padding: 10px 30px;
	margin:3px 0;
	display:block;
}
.postimage{
	padding:5px;
	background:#594020;
	margin-bottom:10px;
	float:left;
}
.author ol, .author ul{
	list-style:none
}
/*sidebar*/
.menu{	
    padding: 0 0 0 0;
    color: #F2E3C2;
    font-size: 14px;
}
.menu p{
	margin:5px 0 10px 0;
	display:block;
}
.menu img{
	max-width:330px;
}
.menu h2, .menu h3 {
	margin: 10px;
	padding: 0;
	font-size:1.6em;
}
.menu h3 a, .menu h3 a:visited, .menu h3 a:hover{
	color: #F2E3C2;
}
.menu a{
	display:inline;	
}
.menu ul{
	margin:10px 0;   
	padding: 0;	
}
.menu ul li{
	display: block;
	padding:0 10px;
}

/*------ MENU tabs -----*/
#t1{
    width:340px;
    margin:0 10px 10px 0;
    float:left;
}
#t1-nav{
    border:0;	
}
#t1-nav li{
    float:left;
	margin:0;
	padding:0 2px 0 0;
}
#t1-nav li a{
    border: 1px solid #cba704;
    margin:0 0;
    padding:5px 8px;
    background:#2E2010;
    float:left;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -khtml-border-radius-topright: 5px;
    -khtml-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-size:14px;
}

#t1 ul li ul li a:before {
	content:"- ";
}
#tab3 a{
	padding-right:8px;
	white-space:nowrap;
}
#tab3 a:hover{
	background:none
}
.tab{
    width:338px;
    float:left;
    margin-top:-1px;
    border: 1px solid #2E2010;
    background:#150A04;
    padding:10px;
    position:relative;
}
html>body .tab{
    width:340px;
}
.tab h3{
    margin:5px;
    font-weight:normal;
}	
.tab li a, .commw{
	display:block;
	width:296px;	
    margin:3px 0;
    padding:5px 10px;
	border: 1px #594020 solid;
	background:#2F261A;
}
html>body .tab li a{
    width:300px;
}
.tab li ul li a{
	padding:4px 10px;
	margin:3px 0;
}
.tab a:hover{
	background:#623A21;
}
.widget{
	float:left;
	margin:0 0 20px 0;	
	width:300px;
	overflow:visible;
	color: #F2E3C2;
	font-family: Trebuchet MS, Trebuchet, Arial, sans-serif;
}
.widget ul li {
	margin: 10px 0;
	padding:0 10px;
}
.widget h2, .widget h3{
	font: 14px Trebuchet MS, Trebuchet, Arial, sans-serif;
	margin:0 0 10px 0!important;
	width: 100%;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #F2E3C2;
	color: #F2E3C2;
	font-variant: small-caps;
}
/*.widget li a{
	border-width: 0 1px;
	border-style: solid;
	border-color: transparent;
	font-size: 14px;
	display:block;
	padding:2px 5px;
	color: #cba704;
}

.widget li a:hover{
	border-color: #BBAC69;
}*/

.widget li a{
	font-size: 14px;
	color: #cba704;
}

/* about*/
.about{
	float:left;
	border: 1px #2E2010 solid;
	background:#150A04;
	margin:0 0 10px 0;
	font-size:12px;
	width:300px;
}
.about li{
    margin-bottom:4px
}
.about li a{
	border:none;
	background:none;
	padding:5px 0;
}
.about a:hover{
	background:none;
}
.about h3, .about p{
	margin:0;
	padding:0
}
.about strong{
	margin:10px 10px 15px 10px;
	float:left;
	width:300px;
}
.aboutimg, .photo img{
	margin:3px 10px 10px 10px;
	float:right;	
	padding:5px;
	background:#594020;
	max-width:80px!important;
}
.social li{
	float:left;
}
/************** Search ***************/
#searchform{
	float:left;
	margin:10px 0;
	width:290px;
}
#searchform p, .grid_5 span p{
	margin:0;
}
.submit{
    border:none;
	height:30px;
	width:40px;
	margin:0;
	padding:0;
	cursor:pointer;
}
.submit-text{
	background:transparent;
	border:0;
	width:150px;
	margin:3px 0 0 0;
	padding:5px;
}
.rss {
	border:0!important;
	background:transparent!important;
	float:right;	
	margin:0;
	padding:0;
}
.rss img{
	height:30px;
	width:30px;	
	margin:8px 15px 10px 0;
}
/* comments */
#comments {
    padding: 10px;
    background: #F2E3C2;
	border-top: 3px black double;
	border-bottom: 3px black double;
	float:left;
} 
#comments h3 {
    margin: 15px 0;
}  
.comment {
    border: 1px #594020 solid;
    margin: 5px 0;
    padding: 5px;
    display: block;
	background:#463C30;
} 
#addcomments small{
	font-size:0.76em;
	margin:0 0 0 10px; 
}
#addcomments {
	float:left;	  
    margin: 0;
    /*background:#463c30 url(img/post.jpg) no-repeat top left;*/
	border: 1px #594020 solid;
	padding: 10px 30px;
} 
#addcomments textarea {
    padding: 5px;
	margin:0 0 10px 0;
}
.even{
	background:#5F4F3B!important;
}
.byuser, .bypostauthor{
	/*background:#463c30 url(img/post.jpg) no-repeat top left!important;*/
}
/*
 footer
 */
#footer {
	clear:both;
	font: 12px Trebuchet MS, Trebuchet, Arial, sans-serif;
	color: #CBA704;
}
#footer a, #footer a:hover, #footer a:visited{
	color: #cba704;
}
#footer .grid_3, #footer .grid_6{
	margin-bottom:30px;
}
/*---- FLICKR  --*/
.flickr a{
	float:left;
	padding:6px;
	background:#2F261A;
	border: 1px #594020 solid;
	margin:0 4px 4px 4px;
}
.flickr h3 a{
	border:none;
	background:none;
	float:none;
}
.flickr h3 a:hover{
	background:none
}
.flickr a img{
	border: 1px #594020 solid;
}
.flickr a:hover{
	background:#623A21;
}
.twitter_update_list{
	border: 1px #594020 solid;
	background:#000;
}
#twitter_div{
	border: 1px #2E2010 solid;
	background:#150A04;
	padding:3px 3px 0 3px;
	display:block;
}

#twitter_update_list li{
	border: 1px #594020 solid!important;
	background:#2F261A;
	margin:0 0 3px 0;
	padding:10px;
	display:block;
}
#twitter_update_list li a{
	display:inline;
}
#twitterbar h3{
 	margin:10px 0;
	float:left;
}
#twitter-link{
	font-style:oblique;
	float:left;
	margin:5px 0 20px 0;
}/*footer*/
.menubtm{
	clear:both;
	width:auto;
	text-align:center;
}
.menubtm li{
	display:inline;
	padding:0 10px 0 0;
	line-height:2em;
}
.wp-caption {
	border: 1px solid #2F1E14;
	text-align: left;
	background-color: #6F5D45;
	padding: 6px;
	margin: 10px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.categories {}
.cat-item {}
.current-cat {}
.current-cat-parent {}
.pagenav {}
.page_item {}
.current_page_item {}
.current_page_parent {}
.widget {}
.widget_text {}
.blogroll {}
.linkcat{}
/* PLUGINS */
/*
------------------------------------ WP-pagenavi --------------------------------------
*/ 
.wp-pagenavi {
    margin:5px 0 5px 0;
	padding:3px 0 5px 0;
	color: #BBAC69;	
} 
.wp-pagenavi a {
	border:0!important;
	color:#cba704;
	font-size: 16px;
	font-family: Trebuchet MS, Trebuchet, Arial, sans-serif;
	font-variant: small-caps;
	background:transparent!important;
	margin:0 0 0 10px;
}
.extend, .current{
	color:#BBAC69;
	margin:0 0 0 10px;
}
.nxtleft{
	color:#BBAC69;
	float:left;
	margin:0 10px
}
.nxtright{
	float:right;
	color:#BBAC69;
	margin:0 10px
}
.linkpage a{
	color:#cba704;
	float:left;
	margin-right:20px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
	margin:0 5px 0 0
}
.alignright {
	float: right;
	margin:0 0 0 5px 
}






.fcposttop{
	position: relative;
	background: transparent url('img/fc-post-top.png') no-repeat top left;
	font: 32px Trebuchet MS, Trebuchet, Arial, sans-serif;
	color: #534741;
	text-shadow: 1px 1px #BCAFAA;
	width: 679px;
	height: 77px;
	overflow: visible;
}

.fcpostname{
	margin: 13px 0px 0px 13px;		
	width: 540px;
	float: left;
	line-height: 32px;
	font-variant: small-caps;
}

.fcposttop a{
	color: #534741;
}

.fcpostdate{
	position: absolute;
	top: 26px;
	right: 50px;
	color: black;
	text-align: center;
	line-height: 1px;
	height: 56px;
}

.fcmonth{
	font-size: 14px;
	text-align: center;	
	line-height: 14px;
	margin: 0;
	padding: 0;
}
.fcday{
	font-size: 22px;
	text-align: center;	
	line-height:22px; 
	margin: 0;
	padding: 0;	
}
.fcyear{
	vertical-align: top;
	font-size: 10px;
	text-align: center;	
	line-height: 12px;
	margin: 0;
	padding: 0;	
}

.fcbookbox{
	margin: 0 auto;
	width: 454px;
	font: 16px Georgia, Cambria, Times, Times New Roman, serif;	
	line-height: 22px;
}

.fcbookbox a, .fcbookbox a:hover, .fcbookbox a:visited{
	color: #534741;
}

.fcbookboxtop{
	background: transparent url('img/fc-bookbox-top.png') no-repeat top left;
	color: #534741;
	width: 454px;
	height: 20px;
}

.fcbookboxcontent{
	background:transparent url(img/fc-bookbox-bg.png) repeat-y top left;
	padding: 0 30px;
	width: 394px;
	float:left;
	margin-top: -2px;
}

.fcbookboxbottom{
	clear: both;
	width: 454px;	
	background:transparent url(img/fc-bookbox-bottom.png) no-repeat top left;
	height: 20px;
}

.fcbookboxbook{
	float: left;
	margin-right: 30px;
	width: 150px;
	vertical-align: middle;
}

.fcbooktitle{
	font-size: 28px;
	line-height: 30px;
}

.fcbookboxbook img{
	border: 8px solid #AD9160;
}

.fcfancyline{
	text-align: center;
	clear: both;
}

.fcfancyquote{
	background:transparent url(img/fc-quote-side.png) no-repeat top left; 
	background-position: 20px 30px;	
	padding: 10px 30px 20px 30px;
	overflow: visible;
	font-size: 16px;
	font-style: italic;
	margin: 1.5em 0;
}

.fcfancyquotetwirl{
	position: relative;
	background:transparent url(img/fc-quote-top.png) no-repeat top left;
	height: 23px;
	width: 25px;
	top: -2px;
	left: -10px;		
}

.LT_header{
	display: none; !important
}

.LT_powered{
	display: none; !important
}

#w2be9960d99dc38ed36c4f84582d671ce{
	margin-left: 30px;
}

.xoxo li{
	margin: 0 !important;
}

div#w609f422632e6d8d4b36a2795059e9420 .LT_itemLast{
	float: left;
}

div#w609f422632e6d8d4b36a2795059e9420 div.clearer{
	clear: none !important;
}

.rsswidget img{
	display: none;
}

.screen-reader-text{
	display: none;
}

#searchform, #searchform div, #LTSW_quickSearchForm{
	text-align: center;
}

#LTSW_searchbox{
	float: none;
}

#searchform #s{
	float: none;
	font-size:8pt;
	margin-bottom:2px;
	margin-right:4px;
	padding-left:4px;
	padding-right:4px;
	text-align:left;
	width:202px;
}

#searchform #searchsubmit, #LTSW_quickSearchForm #searchButton{
	margin-right: 0;
	float: none;
	background-color: #F2E3C2;
	font-size: 12px;
	font-family: Trebuchet MS, Trebuchet, Arial, sans-serif;
}

.twitterWidgetItem .entry-meta, .twitterWidgetItem .entry-meta a, .rss-date{
	font-style: italic;
	font-size: 10px !important;
}

.twtr-hd{
	display: none;
}

#twtr-widget-1 .twtr-tweet a {
	color:#cba704 !important;
	font-size: 12px;
}

.twtr-timestamp{
	font-style: italic;
}

.reviewIndex h3, .reviewIndex ol, .reviewIndex li, .reviewIndex ul, .reviewIndex p{
	margin-top: auto;
	margin-bottom: auto;
}

.reviewIndex h3{
	margin-top: 1.3em;
}

/* @group Advanced-Spoiler */

/* @group spoiler-content */
div.spoiler-body {
padding:1px; 
margin:0;
padding:0;
}
div.spoiler-body p, div.spoiler-body div {
padding:2px 1px;
margin:1px;
}
/* @end spoiler-content */

/* @group toggle-link */
a.spoiler-tgl {
padding: 2px 4px 2px 22px;
background-image: url('collapseicon.gif');
background-position: 3px 3px;
background-repeat: no-repeat;
border-bottom: 1px dotted #999;
margin: 0;
}
a:hover.spoiler-tgl {
border-color: #696969;
}
a.spoiler-tgl.collapsed { 
background-position: 3px -36px;
}
/* @end toggle-link */

/* @group widget & template */
.effcollapse {
padding-left: 16px !important;
background-image: url('collapseicon.gif');
background-position: 0 2px;
background-repeat: no-repeat;
cursor: pointer;
}

.effcollapse.collapsed { 
background-position: 0 -37px;
}
/* @end widget & template */

/* @group DO NOT EDIT */
.spoiler_outer_box {/* wrapper for blind effect */
overflow: hidden !important;
margin: 0 !important;
padding: 0 !important;
}
/* @end DO NOT EDIT */

/* @end Advanced-Spoiler */


.spoiler-body{
	margin: 0 auto !important;
	width: 454px  !important;
	background:transparent url(img/fc-bookbox-bg.png) repeat-y top left  !important;
}

div.spoiler-body p, div.spoiler-body div {
	margin: 0px !important;
	padding: 2px 10px !important;
}

.container_12 .grid_5 {
	margin:0 !important;
	margin-left: -10px !important;
	width: 270px !important;
}

#disqus_thread{
  width: 90%;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 10px;
  background-color: #f2e3c2;
background:transparent url(img/fc-post-bg.png) repeat-y top left;
}

.sharedaddy{
  text-align: center;
}

#subscribe-field{
  width: 70%;
  height: 1.6em;
}