/*  
Theme Name: J Macchiato |
Template: mimbo

*/

/*
Author: J. Martin
*/


@import url("../mimbo/style.css");
@import url("../mimbo/css/nav.css");


.clear {
	clear:				both;
	visibility:			hidden;
	}

.spacer {
	height:				200px;
	}	


/*HTML*/

body {
		background:#ECE0BA;
	}
	
body, select, input, textarea {
	font: 100% "Trebuchet MS";	
	}

a, a:visited {
	color:#4EAFD9;
	text-decoration:none;
	}	
	
a:hover, a:active {
	color:#4EAFD9;
	text-decoration:underline;
	}

table caption {
	background:#CD9A6B;
	padding:2px 0;
	font-weight: bold;
	}		
	

/*Structure*/

#masthead {
	border-bottom: 1px solid #895710;
	background-image:url('/wp-content/themes/jmacchiato/images/masthead.jpg');
	background-repeat:no-repeat;
	height:117px;
	padding-right: 5px;
	}

#wrapper {
	border-right: 1px solid #BFBFBF;
	border-bottom: 1px solid #BFBFBF;	
	background:#F6FEFF;
	}


/*Page Nav*/

#navborder  {
		border-right: 1px solid #BFBFBF;
}

#nav, #nav * {
	background-color: #F6FEFF;
	padding-left: 8px;
	}

#nav a, #nav a:visited {
	color:#553E14 !important;
	}

#nav a:hover {
	color:#CD9A6B !important;
	}
	
#nav a:active {
	background:#F6FEFF !important;
	}
		

#nav li li {
	background: #F6FEFF;
	border-bottom:1px solid #8A654B;	
	border-top:1px solid #8A654B;	
	}	
	
#nav li li a, #nav li li a:visited, 
#nav li.current_page_parent li.current_page_item a, #nav li.current_page_parent li.current_page_item a:visited {
	color:#553E14 !important;
	background: #F6FEFF !important;
	font:0.7em bold "Trebuchet MS" !important;
	padding:5px 12px !important;
	}
	
#nav li li a:hover, #nav li li a:active,
#nav li.current_page_parent li.current_page_item a:hover, #nav li.current_page_parent li.current_page_item a:active {
	color:#CD9A6B !important;
	}		
	
	
#nav li.current_page_item a, #nav li.current_page_item a:visited {
	background:#F6FEFF;
	color:#CD9A6B !important;
	}

#nav li li.current_page_item a, #nav li li.current_page_item a:visited {
	color:#DADADA !important
	}

	
/*Cat Nav*/
	
#nav-cat {
	background:#8A654B !important;
	border:none !important;
	font: 1.1em 'Trebuchet MS';
	}

#nav-cat a, #nav-cat a:visited {
	color:#ECE0BA !important;
	}

#nav-cat a:hover, #nav-cat a:active {
	color:#FFF !important;
	}
	
#nav-cat li {
	float:left;
	list-style:none;
	padding:0 25px 0 13px !important;
		border-right:1px dotted #ECE0BA;
	margin-right:25px;
	position:relative;
	}	
	
.cat-item
{
	width:80px;
	text-align:center;
	}
	
	
#nav-cat li li {
	background: #8A654B;
	border-bottom:1px solid #8A654B;
	}		
	
#nav-cat li li a, #nav-cat li li a:visited {
	color:#dadada !important;
	}	

#nav-cat li li a:hover, #nav-cat li li a:active {
	color:#FFF !important
	}
	

/* ---------- @ Headers -----------*/

h1 {
	font: bold 2.8em "Courier New",Courier,"DejaVu Sans Mono";
	float:left;
	margin-left: 5px;
	}
	
h2 {
	font: 2.5em "Trebuchet MS";
	padding-bottom:8px;
	margin: 25px 0 20px 0;
	}

#lead h2 {
	font: 2.2em "Trebuchet MS";
	line-height:115%;
	margin:3px 0 -8px 0;
	padding:0;
	}	
	
.post h2 {
	font-size:2.2em;
	padding: 0;
	margin: 15px 0 0 0;
	}
	
h2.posttitle {
	margin:25px 0 0 0;
	padding:0 0 12px 0;
	}

h2.pagetitle {
	border-bottom:1px solid #624219;
	padding:0 0 12px 0;
	margin:25px 0 20px 0;
	font-size:2.2em;
	color:#CD9A6B;
	}
				
h3 {
	border-bottom:1px solid #4F4732;
	border-top:5px solid #624219;
	text-transform:uppercase;
	font-size:0.9em;
	letter-spacing:0.1em;
	color: #5D3B0E;
	height:16px !important;
	}

.entry h3 {
	text-transform:none
	}	
	
.entry p {
	font-size:120%;
	}		
	
blockquote {
	color:#545154;
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #DDD;
	font: italic 100% Georgia;
	letter-spacing:0.04em;
	}		
	
.post h3 {
	border:none;
	font:1.7em "Trebuchet MS";
	color: #232323;
	letter-spacing:0;
	}
	
#featured-cats h3, #more-posts h3 {
	margin:0 0 15px 0;
	}
		
h3#respond {
	margin:45px 0 20px 0;
	}

h3#comments {
	margin-top:32px
	}

h4 {
	font:bold 1.3em "Trebuchet MS";
	margin-bottom:-10px;
	}
	
.post h4 {
	margin:15px 0;
	}
	
.archive-list h4 {
	margin:0;
	font-size:1.2em;
	line-height:125%;
	}
	
h5 {
	font: 0.9em Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	letter-spacing:0.10em;
	padding:4px 8px;
	margin-bottom:5px;
	background:#CD9A6B;
	border-top:1px solid #514632;
	}
	
	
h5 a:hover 
	{
	color:#FFF !important;
	text-decoration: none !important;
	}		

	
h6 {
	font:bold 0.9em "Trebuchet MS";
	}
	
			

/*Content Styles*/

#sidebar a, #sidebar a:visited,
.archive-list h4 a, .archive-list h4 a:visited,
.commentcount a, .commentcount a:visited, 
#fullarchive a, #fullarchive a:visited, 
#more-posts a, #more-posts a:visited {
	color:#624219 !important;
	text-decoration: none;
	}

#sidebar a:hover, #sidebar a:active,
.archive-list h4 a:hover, h4 .archive-list a:active, 
.commentcount a:hover, .commentcount a:active, 
#fullarchive a:hover, #fullarchive a:active, 
#more-posts a:hover, #more-posts a:active {
	color:#CC9866 !important;
	text-decoration: none !important;
	}

.commentcount {
	background:url('/wp-content/themes/jmacchiato/images/bubble.gif') no-repeat right;
	}	

#sidebar li {
	list-style:none;
	margin:0 0 1px 0;
	padding:0;
	}
	
#sidebar li a, #sidebar li a:visited {
	background:#ECE0BA;
	display:block;
	text-decoration:none;
	padding:4px 8px;
	border-left:4px solid #D2C39C;
	}

#sidebar li a:hover, #sidebar li a:active {
	background:#ECDFBC;
	text-decoration:none
	}

#sidebar li li a, #sidebar li li a:visited	{
	background:#F4F2DD !important;
	padding-left:25px;
	color:#818D6F;
	}

h1 a, h1 a:visited {
	color:#624219;
	text-decoration:none;
	margin-left: 10px;
	font: bold 100% "Courier New",Courier,"DejaVu Sans Mono";
	}	
	
h1 a:hover, h1 a:active {
	color:#F6F4EF;
	text-decoration:none;
	font: bold 100% "Courier New",Courier,"DejaVu Sans Mono";
	}	
	
h2 a, h2 a:visited {
	color:#624219 !important;
	}	
	
h2 a:hover, h2 a:active {
	color:#CC9866 !important;
	text-decoration:none !important;
	}		
	
	

#writer {
	background:#EEF5E1;
	border:none
	}

#lead {
	margin:22px 0;
	background:#EEEFDF;
	border-bottom:1px solid #dadada;
	border-right:1px solid #dadada;
	height: 230px;
	}

#lead:hover {
	background:#EEEFCF;
	border-bottom:1px solid #cbcbca;
	border-right:1px solid #cbcbca;
	}	
	
.date {
	float:left;
	margin:18px 4px 0 0;
	font: 0.85em Georgia, "Times New Roman", Times, serif;
	color:#3C3C3C;
	letter-spacing:0.03em;
	}	
	
/*Post Styles*/

.postmetadata {
	padding: 7px 0;
	border-top:1px solid #d7d7d7;
	margin:0 0 20px 0;
	color:#624219;
	}	

.single p.postmetadata {
	background:#ECE0BA;
	padding:2px 6px;
	font-size:0.9em;
	border:none
	}

.post code {
	background:#f5f3ee;
	padding:3px;
	font-size:1.1em;	
	}	


/* ---------- @ Comments -----------*/	
	
	.commentlist li {
	margin: 0 0 18px 0;
	padding: 15px;
	background:#f5f3ee;
	border-bottom:1px solid #DDDDDD;
	border-top:1px solid #DDDDDD;
	list-style:none
	}


	
.commentlist li.bypostauthor {
	background:#ECE0BA !important; 
	border:1px solid #c7c7c7 !important;
	}

.commentlist code {
	background:#e0e0e0;
	font: 10pt "Courier New",Courier,"DejaVu Sans Mono";	
	padding:3px;
	}	
	
			
cite.fn {
	font: 1.4em "Trebuchet MS";
	letter-spacing:0;
	display:block;
	padding-top:9px;
	}		

	
/* ---------- @ Search Form Elements -----------*/


#searchform {
	float:right;
	width:230px;
	text-align:right;
	padding-top:8px;
	}

#s {
	width:190px;
	height:18px;
	font-size:1em;
	}
	
.searchimage {
height:28px;
vertical-align:middle;
}	
	
#s:focus {
	background:#f8f8f8 !important;
	}

/*	
#searchsubmit_old {
	vertical-align:top;
	border-top: 1px solid #E2E2E2;
	border-bottom: 1px solid #BEBFC1;
	}			
*/
	
#searchsubmit {
	vertical-align:top;
	}		


/* ---------- @ Comment Form Elements -----------*/	
	
.button {
	background:#524532 !important;
	color:#FFF !important;
	border:none;
	}

.button:hover {
	background:#4F3D25 !important;
	color:#FFF;
	text-decoration:none
	}

.button:active {
	background:#4F3D25 !important;
	}	
	
	
/*Footer*/

#footer {
	color:#624219;	
	}

#footer a, #footer a:visited {
	color:#8A654B;
	}	

#footer a:hover, #footer a:active {
	color:#FFF;
	}
	

	
	
/* WIDGET WP-125 Style for two-column display */ b

#wp125adwrap_1c { width:100%; }
#wp125adwrap_1c .wp125ad { margin-bottom:10px; }

/* WIDGET WP-125 Style for two-column display */
#wp125adwrap_2c { width:100%; padding: 22px 0 0 18px; margin: 0;}
#wp125adwrap_2c .wp125ad { width:115px; float:left; padding: 0 0 10px 0; margin:0;}


/* E-MAIL FORM */

.contact7form {
	font:12px normal "Trebuchet MS" !important;
}

#contact7text {
	width: 300px;
	height: 150px;
	padding: 1px;
	margin: 0 5px 5px 0;	
}


#contact7submit {
	width: 100px;
	color:#ECE0BA;
	background: #8A654B;
	margin: 15px 0 10px 0;
	padding-left:20px;
	padding-right:20px;
	border:1px solid #624219;	
}


/* Bullet Lists & Fix Share-Button-Background */


.addtoany_list {
	background:none !important;
}

.post ul, .post ol {
	margin: 25px 80px 25px 025px;
	padding: 20px 0 5px 0;
	background: #F3F0DF;	
	}

.post ul li, .post ol li {
	margin: 0 60px 15px 60px;
	line-height:115%;
	font: 1.1em "Trebuchet MS";		
	}
	
	
/* Fussnotenbereich im Haupttext */	

.disclaimer {
	font-size: 1em !important;
	margin: 0 0 10px 0;
}	

.foottext {
	font-size: 1em !important;
	margin: 0 0 10px 0;
}	
	
.spacer5 {
	height:5px;
}	

.spacer20 {
	height:20px;
}	

#ruler {
		width: 100px; 
		height: 1px; 
		padding: 0; 
		margin: 0 0 5px 0;
		background: #514632;
}

.footnote {
	font-size: 1em !important;
	margin: 0 0 10px 10px;
}	

.footnote ul li {
	font-size: 1em !important;
}	

/* Fussnoten-Hochstellung im Footer und Backlink */

.fn_superscript {
	vertical-align:super !important;
	font-size: 0.75em !important;
	margin: 0 0 0 -10px !important;
}

.fn_superscript a {
	color:red !important;
	text-decoration:none !important;
	line-height: 0px !important;
}

.fn_superscript a:hover {
	font-weight:bold !important;
	text-decoration:underline !important;
}

a.footnoteback {
	border: 0;
	padding: 0;
	font-size: 1em;
	line-height: 0px;
	}


/* FOOTNOTE and AMAZON-LINKS etc. */

.link_superscript {
	padding: 0 0 0 3px;
	vertical-align:super !important;
	font-size: 0.75em !important;
	line-height:0px !important;
	font-style: normal !important;	
}

.link_superscript a {
	text-decoration:none !important;
	font-style: normal !important;
}

.followlink_superscript {
	vertical-align:super !important;
	font-size: 0.75em !important;
	line-height:0px !important;
	font-style: normal !important;	
}

.followlink_superscript a {
	text-decoration:none !important;
	font-style: normal !important;
}


/* TAG LIST PLUGIN */

.list-column { 
	float: left !important; 
	width: 160px !important; 
	margin: 20px 5px !important; 
	}

.list-column ul { 
	margin-left: 0 !important; 
	padding-left: 0 !important; 
	}

.list-column ul li { 
	list-style-type: none !important;
	 }

.spacer { margin-bottom: 20px; }


/* Unkursives in Zitaten */

.straight {
	font-style: normal !important;
}


/* Important-Kram + Superscript + Hidden Area + Initial Caps + Custom Caption + Courtesy Link */

.important {
	color:red !important;
}

.important a {
	color:#CB5241 !important;
	text-decoration:none !important;
}

.important a.hover {
	font-weight: bold !important;
	text-decoration:underline !important;	
}


.smaller {
	font-size:0.7em;
	line-height:1.4em;
	font-weight: normal;
	font-family: "Trebuchet MS" !important;
}


.superscript {
	padding: 0 0 0 3px;
	vertical-align:super !important;
	font-size: 0.6em !important;
	line-height:0px !important;
	font-style: normal !important;	
}

.superscript_regular {
	padding: 0 0 0 1px;
	vertical-align:super !important;
	font-size: 0.6em !important;
	line-height:0px !important;
	font-style: normal !important;	
}

.superscript_regular_italic {
	padding: 0 0 0 1px;
	vertical-align:super !important;
	font-size: 0.6em !important;
	line-height:0px !important;
	font-style: italic !important;	
}

.subscript {
	padding: 0px;
	vertical-align:sub !important;
	font-size: 0.8em !important;
	line-height:0px !important;
	font-style: normal !important;	
}

.hidden {
	display:			none;
}

.caps { 
	font-size: 200%; 
	line-height: 100%; 
	}	

.customcaption {
	font:bold 1.3em "Trebuchet MS";
	margin-top: -5px;
	}
	
.courtesy {
	font-size: 1em !important;
	border-top: 1px solid #624219;
	margin: 0 0 10px 0;
}	


/* External Links Image and Internal Links and PDF Style */ 
.external {
	background: url('/wp-content/themes/jmacchiato/images/externallink.png') center left no-repeat;
	padding: 0 0 0 12px;
}

.pdf {
	background: url('/wp-content/themes/jmacchiato/images/externalpdf.gif') center left no-repeat;
	padding: 0 0 0 12px;
}

.wiki {
	background: url('/wp-content/themes/jmacchiato/images/externalwiki.gif') center left no-repeat;
	padding: 0 0 0 12px;
}

.slide {
	background: url('/wp-content/themes/jmacchiato/images/externalimage.gif') center left no-repeat;
	padding: 0 0 0 12px;
}

.twitter {
	background: url('/wp-content/themes/jmacchiato/images/externaltwitter.gif') center left no-repeat;
	padding: 0 0 0 12px;
}

.facebook {
	background: url('/wp-content/themes/jmacchiato/images/externalfacebook.jpg') center left no-repeat;
	padding: 0 0 0 12px;
}

.gplus {
	background: url('/wp-content/themes/jmacchiato/images/externalgplus.gif') center left no-repeat;
	padding: 0 0 0 12px;
}

.rssfeed {
	background: url('/wp-content/themes/jmacchiato/images/externalrss.gif') center left no-repeat;
	padding: 0 0 0 12px;
}

.internal {
	color:#cd9a6b !important; 
}	


/* Creative and Copyright Stuff */

.license {
	height: 31px;
	font-size: 1em !important;
	margin: 0 0 10px 0;
	line-height: 14px;
	border: 0;
	padding: 0;	
}	

.license img {
	margin: 0;
	padding: 0;	
}	

/* quotations with indents and nanonovel quotations */



.indentwrap {
	padding:0 18px;
	margin:25px 45px;
	border-left:3px solid #DDD;
} 
  
.indent00 {
	color:#545154;
	font: italic 120% "Georgia";
	line-height: 16pt;
	}	

.indent30 {
	color:#545154;
	font: italic 120% "Georgia";
	text-indent: 30px;
	line-height: 16pt;
	}			
	
.straightindent30 {
	font: 120% "Trebuchet MS";
	line-height: 16pt;
	text-indent: 30px;
	margin-bottom: 5px;
	}		

.nanonovels  {
   min-height:260px;
   border-top: 1px solid #D3BD9A;
	border-left: 1px solid #D3BD9A;
	border-right: 2px solid #D3BD9A;
	border-bottom: 2px solid #D3BD9A;
   background: #ffffff url('/wp-content/themes/jmacchiato/images/quill_macchiato.gif');
	background-position:top left;
	background-repeat:no-repeat;
	margin: 20px 0 0 0;
	padding: 10px 20px 10px 95px;
	color:#545154;
	font: italic 110% "Georgia";
	line-height: 16pt;
  }
  
.nanohead {
	display:block;
	color:#624219;
	font:bold 1.3em "Arial";
 	text-transform: uppercase;
	letter-spacing:0.02em;	
	margin: 0 0 -10px 0;
	padding: 0;
	}	  
  

.nanolink a {
	color:#CB5241 !important;
	text-decoration:none !important;
}

.nanolink a.hover {
	font-weight: bold !important;
	text-decoration:underline !important;	
}


/* New Tag Order and Featured Tags */

.featuredcats {
	margin: 0 0 8px 0;
	padding: 0;
}

.featuredtags {
	margin: 4px 0 0 0;
	padding: 0;
}	
	

.lefttag {
	float: left;
	width: 300px;
	margin:0;
	padding:0;
}

.righttag {
	float: left;

}

.rulertags {
	display: block;
	height:1px;
	background:#624219;
	border:0;
	color:#624219;
	margin: 15px 0 15px 0;
	padding: 0;
	}

.unimportant {
	color:black !important;
}

/* new tag order widget 

just in case:
.widget {
min-height:230px;
}
*/

.tagwidget {
	height: 169px;
	margin: 0;
	padding: 0;
}


.lefttagwidget {
	float: left;
	height: 80px;
	width: 125px;
	margin: 0;
	padding: 0;
}

.righttagwidget {
	float: left;
	height: 80px;	
	margin: 0;
	padding: 0;
}

.finaltagwidget {
	margin: 0;
	padding: 0;
}


/* homes on the web */

.homeswrapper {
	height: 100px;
	margin: 25px 80px 25px 25px;
	padding: 20px 0 10px 0;
	background: #F3F0DF;		
}

.homes1 {
	float: left;
	height: 100px;
	width: 130px;
	margin: 0 0 0 60px;
	padding: 0;
}

.homes2 {
	float: left;
	height: 100px;
	width: 190px;
	padding: 0;
	margin: 0;
}

.homes3 {
	float: left;
	height: 100px;
	width: 130px;
	padding: 0;
	margin: 0;	
}

.homes4 {
	float: left;
	height: 100px;
	width: 150px;
	padding: 0;
	margin: 0;
}



/* Wordpress Slider Style

--- Tabs --- */

a:active,a:focus {outline:0;}
.jwts_clr {clear:both;height:0;line-height:0;}

/* --- Tabs --- */
.jwts_tabberlive {margin:4px 0px;padding:0px;}
.jwts_tabberlive .jwts_tabbertab {margin:0px;padding:10px 0px 6px 0px;/*height:300px;overflow:auto;*/}
.jwts_tabberlive .jwts_tabbertab h2,
.jwts_tabberlive .jwts_tabbertab h3,
.jwts_tabberlive .jwts_tabbertabhide {display:none;}
ul.jwts_tabbernav {float:right;margin:0px;padding:3px 4px;list-style:none;list-style-image:none;background:none;line-height:normal;height:auto;}
ul.jwts_tabbernav li {margin:0px;padding:0px;list-style:none;list-style-image:none;background:none;display:inline;}
ul.jwts_tabbernav li a,
ul.jwts_tabbernav li a:link {font-size:12px;font-weight:normal;margin:0px 1px;padding:3px 4px;color:#624219;}
ul.jwts_tabbernav li a:visited {color:#333;}
ul.jwts_tabbernav li a:hover {font-size:12px;font-weight:normal;margin:0px 1px;padding:3px 4px;color:#C59B6B;background:none;text-decoration:none;}
ul.jwts_tabbernav li a:active,ul.jwts_tabbernav li a:focus {outline:0;}
ul.jwts_tabbernav li.jwts_tabberactive a {background:#ECE0BA;}
ul.jwts_tabbernav li.jwts_tabberactive a:hover {background:#ECE0BA;text-decoration:none;}
ul.jwts_tabbernav li.jwts_tabberactive,
ul.jwts_tabbernav li.jwts_tabberinactive {background:none;padding:0px;margin:0px;}
.jwts_tabberlive .jwts_tabbertab,ul.jwts_tabbernav {text-align:left;} /* force content orientation */

.wts_title{

}

/* Slider */

.wts_title a.jtoggle{
	color: #624219;		
	text-decoration:none;
	font-size: 1.2em;
	background: url('/wp-content/themes/jmacchiato/images/externalimage.gif') center left no-repeat;
	padding: 0 0 0 12px;
   cursor: hand;
    }

.wts_title a.jtoggle:hover {
	text-decoration:none;
	color: #cd9a6b;
    }    
          
.wts_slidewrapper{
	display: none;
}

/* Cat and Tab Titles Lowercase  */

.lowercasetitle {
text-transform:lowercase;
}



/* Twitter */

#twitterwidget {		
padding: 0 !important;
margin: 0 !important;
color:#000;
background-color:#FCFCFC;
border: 1px solid #BEBEBE;
}

ul.twitterlist /* the main ul (if list is activated) */
{
background-color: transparent !important;	
margin: 0 !important;
padding: 5px 4px 1px 4px !important;
}

li.twitter-item /* the ul items (if list is activated) */
{
margin: 1px 1px 5px 1px !important;
background-color:#F6FEFF;	
padding: 5px !important;
border: 1px solid #BEBEBE;
}

#twitterwidget p {
	text-align:center;
	margin:0px;
	padding:5px;
}

#twitterwidget a /* the tweet link class */
{
border:none !important;
display: inline !important;		
padding: 0 !important;
margin: 0 !important;
background:none !important;
color: #4EAFD9 !important;
}

#twitterwidget a:hover /* the tweet link class */
{
background:none !important;
text-decoration: underline !important;
color: #4EAFD9 !important;
}

#twitterwidget a:visited, a:active /* the tweet link class */
{
background:none !important;
color: #4EAFD9 !important;
}

#twitterwidget a.twitlink
{
	color:#EA2928 !important;
	text-decoration:none !important;
}

#twitterwidget a.twitlink:hover
{
	text-decoration:underline !important;	
}

#twitterwidget a.twitlink:visited, a.twitlink:active
{
	color:#EA2928 !important;
}


