﻿/* BASE STRUCTURE, COLOR, FONTS 	font-variant: small-caps;  */

html {
  	height: 100%;
	margin : 0;
	padding : 0;	
	background: url('background2.jpg') no-repeat center center fixed;
        background-attachment:fixed;
	font-family: "Caslon224 Bk BT", georgia, baskerville, garamond, centaur, times, serif;
	font-feature-settings: "liga" 1;
	font-variant-ligatures: common-ligatures;
}





 
BODY {
	display: block;
	margin-left:auto;
	margin-right:auto;
	
	max-width:750px; 
	font-size: 140.0%;
	color: rgb(110, 93, 42);
} 
 




div.maincontainer{
	max-width: 750px;
	text-align: left;
        background: rgba(11, 11, 13, 0.7);
	display: block;
	margin-left: auto; 
	margin-right: auto; 
} 




div.quote{
	max-width: 650px;
	text-align: right;
	display: block;
	float: center; 
} 


/* Left pullquote */
div.pullquote {
	float: left;
	width: 150px;
	font-weight: bold;
	margin: 0.5em 1.0em 0.5em 2.5em;
		-webkit-hyphens: auto;
		-moz-hyphens: auto;
		-ms-hyphens: auto;
	hyphens: auto;
}

.smcap {
font-variant:small-caps;

}

.caption {
	text-align:center;
	font-size:85%;
	font-weight:bold;
	width:75%; 
	margin-left:auto;
	margin-right:auto;
}


.caption-center {
	text-align:center;
	font-size:85%;
	font-weight:bold;
	width:75%; 
	margin-left:auto;
	margin-right:auto;
}


.caption-right {
	text-align:right; 
	font-size:85%; 
	font-weight:bold;
	width:75%; 
	margin-left:auto;
	margin-right:auto;
}








/* COMMON STYLES */
h1, h2, h3, h4 {
	letter-spacing: 0.1em;
	
	margin: 0.075em 2em 0.5em 2em;
	border-bottom: 1px solid #432;
	
}
h1 {
	font-size: 1.4em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
}
h4 {
	font-size: 1.1em;
}
h1 + p, h2 + p, h3 + p, blockquote > p:first-child, li > p:first-child {
	text-indent: 0em;
}

h1 + p::first-letter, h2 + p::first-letter, h3 + p::first-letter {
	font-size: 1.6em;
	
}

h1 + p.drop::first-letter, h2 + p.drop::first-letter, h3 + p.drop::first-letter,
h4 + p.drop::first-letter {
	float:left;
	text-indent: 0; 
	font-size: 3.15em; 
	line-height: 1; 
	font-weight: bold; 
	margin-right: 0.1em;
		
}


p {
	line-height: 1.6em;
	text-indent: 1.5em;
	margin-left: 2.5em;
	margin-right: 2.5em;
}

p.bib {
	text-indent: -1.5em;
	margin-left: 4.0em;
}

p.drop1 {
	text-indent:0;
}

p.drop1::first-letter {
	float:left;
	text-indent: 0; 
	font-size: 3.15em; 
	line-height: 1; 
	font-weight: bold; 
	margin-right: 0.1em;
}



a {
	text-decoration: none;
	font-weight: bold;
	color: #566573;
	border: none;
}
em, cite, dfn, i {
	font-style: italic;
	letter-spacing: 0.08em;
}
ul {
	margin: 0.05em 0em 0.05em 0.75em;
}

ul > li {
	list-style: disc;
}

ul.recipe {
	
	line-height: 105%;
}

ul.recipe > li
	{
	margin-left: -5%;
	list-style: none; 
	}

ol {
	margin: 0.05em 0em 0.05em 1.5em;
	}

li {
	margin-bottom: 0.25em;
}

/* ol > li p, ul > li p {
	text-indent: 0em;
} */

blockquote {
	font-size: 0.95em;
	margin: 0.75em 0em 0.75em 1.5em;
	padding: 0em 0.5em;
	border-left: 1px solid #b3a15a;
}
blockquote p {
	line-height: 1.4em;
}


pre {
	margin: 0.75em 0em;
	padding: 0.5em;
	border-top: 1px solid #b3a15a;
	border-left: 1px solid #b3a15a;
	border-right: 1px solid #745e25;
	border-bottom: 1px solid #745e25;
	background: #fff;
	white-space: pre-wrap;
}
pre, code {
	color: #432;
	font-size: 0.95em;
	font-family: courier new;	
}
strong {
	font-weight: bold;
}



.right {
	float:right;
} 






/* Mobile browsers only */
@media only screen and (max-device-width: 480px) {
    body:before {
  	content: "";
  	display: block;
  	position: fixed;
  	left: 0;
  	top: 0;
  	width: 100%;
  	height: 100%;
  	z-index: -10;
  	background: url('background2.jpg') no-repeat center center;
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
}
 

    body {
	margin: 0;
	padding: 0;
    	}



div.maincontainer {

    	text-align: left;
    	
	display: block;
	margin-left: auto; 
	margin-right: auto; 
}





.quote{
	margin-left: 1.5em;
	text-align: left;
	display: block;
	float: center; 
} 







p {
  margin-left:5px;
  margin-right:0px;
  padding-left:0px;
  padding-right:5px;
	}

p.bib {
	text-indent: -1.4em;
	margin-left: 1.5em;
}


/* Left pullquote */
div.pullquote {
  margin-left:5px;
  margin-right:5px;
 
}



ul {
  margin-left:.75em;
  padding-left:.5em;
	}

ol {
  margin-left:.75em;
  padding-left:.5em;
	}

li {
  margin-left:.75em;
}

h1, h2, h3, h4 {
	letter-spacing: 0.1em;
	
	margin: 0.075em 0.5em 0.5em 0em;
	border-bottom: 1px solid #432;
}


}
