@charset "UTF-8";
/* CSS Document */


/*@font-face {*/
    /*font-family: 'rosecaps';*/
    /*src: url('../../src/fonts/rosecaps-webfont.eot');*/
    /*src: url('../../src/fonts/rosecaps-webfont.eot?#iefix') format('embedded-opentype'),*/
         /*url('../../src/fonts/rosecaps-webfont.woff') format('woff'),*/
         /*url('../../src/fonts/rosecaps-webfont.ttf') format('truetype'),*/
         /*url('../../src/fonts/rosecaps-webfont.svg#rosecaps') format('svg');*/
    /*font-weight: normal;*/
    /*font-style: normal;*/
/*}*/

@font-face {
    font-family: 'rosecaps';
    src: url('../../src/fonts/rosecaps.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'agaramondpro';
    src: url('../../src/fonts/agaramondpro-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CelticEels';
    src: url('../../src/fonts/CelticEels.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'codex';
    src: url('../../src/fonts/codex-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GoudyIni';
    src: url('../../src/fonts/GoudyIni.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'mevno';
    src: url('../../src/fonts/mevno1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'woodcut';
    src: url('../../src/fonts/Woodcut1.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lora-Bold';
    src: url('../../src/fonts/lora-bold-webfont.eot');
    src: url('../../src/fonts/lora-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../src/fonts/lora-bold-webfont.woff') format('woff'),
         url('../../src/fonts/lora-bold-webfont.ttf') format('truetype'),
         url('../../src/fonts/lora-bold-webfont.svg#Lora-Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Lora-Regular';
    src: url('../../src/fonts/lora-regular-webfont.eot');
    src: url('../../src/fonts/lora-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../src/fonts/lora-regular-webfont.woff') format('woff'),
         url('../../src/fonts/lora-regular-webfont.ttf') format('truetype'),
         url('../../src/fonts/lora-regular-webfont.svg#Lora-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

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


#blog_bod *::-moz-selection{ background: rgb(208, 149, 155); color:#fff;}
#blog_bod *::-webkit-selection{ background: rgb(208,149,155); color:#fff;}
#blog_bod *::selection { background:rgb(208,149,155); color:#fff; }
#blog_bod {font-size:65%; font-family:"Lora-Regular","Lora", Georgia, "Times New Roman", Times, serif; position:relative; top:54px; float:left; width:100%; background:#fff;}


#navi, #cont, #head, #foot {font-size:1.5em;}

#wrap {width:940px; margin-left:auto; margin-right:auto;}
/*#wrap {width:940px; position:relative; left:50%; margin-left:-470px; float:left;}*/

#blog_bod #wrap #title h1.title, #blog_bod #wrap #cont h3, #blog_bod #wrap #cont h4 
{
    font-family:"Lora-Bold","Lora:700", Georgia, "Times New Roman", Times, serif; 
    color:#555; 
}


.date {text-align: center;margin-bottom: 15px;color:#999;padding-bottom:10px;font-size:1.3em}
.date span {font-size:0.7em;}
h4 {font-weight:bold;font-size:16px;margin:20px 0}

#cont {position:relative;float:left;width:600px;text-align:justify;text-justify:newspaper;
	padding-right:25px;border-right:1px solid rgb(208, 149, 155);}
#cont p {line-height:1.6em;margin:0;text-indent:20px;font-size:1.1em}
#cont p.no_indent {text-indent:0px;}
#cont p:first-child {text-indent:0px;}
#cont p span.uno {
  font-family:'woodcut', Times, serif;
  font-weight: normal;
  font-size:5.75em;
  float:left;
  display:block;
  padding-right:7px;
  color: rgb(208, 149, 155);
  /*position:relative;*/
  /*top:37px;*/
  height:80px;
  line-height: 1em;
}

ul#menu {clear:both;text-align:center;border-bottom:1px solid #cecece;border-top:1px solid #cecece;padding:10px;} 
ul#menu a {margin:0 auto;text-decoration:none;color:#999;font-size:1.2em;padding:10px 30px;}
ul#menu li {display:inline;}

#cont h3 {
    margin:10px 0;
    font-size: 22px;
}

#cont h4 {
    display : block;
    margin-top:5px;
    margin-bottom:10px;
    font-size: 18px;
    /*float:left;*/
}

.float_right {
    float : right;
}

.float_left {
    float : left;
}

.no-margin {
    margin : 0px;
}

.book {
    margin : 5px 0px 5px 15px;
}


div.spacer{
  width : 100%;
  padding : 10px;
}
div.line{
  width : 90%;
  margin-left : auto;
  margin-right : auto;
  /*border-bottom : 1px solid rgb(208, 149, 155);*/
  border-bottom : 1px solid #aaa;
  padding-top : 15px;
  margin-bottom : 15px;

}

#foot {height:100px; width:940px; clear:both; margin:30px auto; padding-top:20px;border-top:1px solid #ccc;}

#navi ul {line-height:1.2em; text-align:right; width:200px;}
#navi li {margin:0;}

#navi a:active, #navi a:focus {outline:none;}

#copy {text-align:center;color:#999;padding-top:30px;clear:both; font-size:12px;}

#navi a:visited {color:#999;}
#navi a:hover {text-decoration:underline;}

.entry {color:#333;}
.title {color:#777;font-weight:normal;font-size:40px;margin-top:25px;text-align:center;padding-bottom:8px}

p.pip {
	margin:0 auto;
	padding:0;
	width:75px;
	height:75px;
	top:-10px;
	background:transparent url(../images/icon-set.png) 0 0 no-repeat;
	text-indent:-10000em;
	position:relative;
	float:left;
	clear:both;
	margin-left:265px;
	margin-bottom:50px;
}

#past,#future{
  font-family:"Lora-Bold","Lora:700", Georgia, "Times New Roman", Times, serif; 
  padding-top: 15px;
  color: #333;
  text-decoration: none;
  font-size: 11px;
}

#past {
  float : left;
}
#future {
  float : right;
}

/*pre {*/
    /*padding: 10px 20px;*/
    /*font-size: 11px;*/
    /*margin: 10px 0;*/
    /*background: black;*/
    /*color: #0c0;*/
/*}*/

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 1ex;
}


sup a.footnote {
	text-decoration:none;
}

sup a.footnote,
sup a.footnote:link,
sup a.footnote:visited {
    color:#c00;
    font-family:"Lora-Bold","Lora:700", Georgia, "Times New Roman", Times, serif; 
}

a:link,
a:visited,
div#footnotes a,
div#footnotes a:link,
div#footnotes a:visited {
    color:rgb(208, 149, 155);
}

a:hover,
div#footnotes a:hover{
    text-decoration: underline;
}


div#footnotes {
	visibility:hidden;
	width:300px;
	float:right;
	position: relative;
	font-size:11px;
  font-family:"Lora-Bold","Lora:700", Georgia, "Times New Roman", Times, serif; 
  color:#555;
}
div#footnotes p {
	padding-top:5px;
	position:absolute;
	text-indent:0;
	margin:0 0 0 15px;
}
div#footnotes a.numeral {
	text-decoration:none;
	position:absolute;
	left:-20px;
	display:block;
	width:15px;
	text-align:right;
	color:#c00;
}

p.static {
	margin: 20px 300px;
	font-size:1.4em;
}

#blog_list_title h1.title {
  margin-top: 78px;
  font-family:"Lora-Bold","Lora:700", Georgia, "Times New Roman", Times, serif; 
  color:#777; 
  padding : 20px 0px 0px 0px;
  font-size: 3.75em;
}

#blog_list_title h2.title {
  font-family:"Lora-Bold","Lora:700", Georgia, "Times New Roman", Times, serif; 
  color:#555; 
  font-size: 2.25em;
}

#blog_list_title h3.sub-title {
  font-family:"Lora-Bold","Lora:700", Georgia, "Times New Roman", Times, serif; 
  text-align: center;
  font-size: 1.2em;
  padding-bottom : 10px;
  color:#777; 
}

div#blog_list ul {
	margin-bottom:10px;
	text-align:center;
	font-size:22px;
}
div#blog_list ul li {
  font-family:"Lora-Regular","Lora:400", Georgia, "Times New Roman", Times, serif; 
	margin-top:10px;
  margin-bottom:10px;
}
div#blog_list ul li a:link,
div#blog_list ul li a {
	/*color:#a34054;*/
  color: rgb(208, 149, 155);
	text-decoration:none;
}
div#blog_list ul li a:visited {
	color:#999;
}
div#blog_list ul li a:hover {
	text-decoration:underline;
}

div#blog_list ul li a span.posting_date {
  font-family:"Lora-Bold","Lora:700", Georgia, "Times New Roman", Times, serif;
  display : block;
  font-size : 0.5em;
}

div#blog_list ul li a:link span.posting_date {
  color : #777;
}

div#blog_list ul li a:visited span.posting_date {
  color: rgb(208, 149, 155);
}


div.floater {
	float:left;
}

ol {
	margin:25px 0 20px 20px;
}

span.caption {
    display: block;
    text-align: center;
    font-style: oblique;
    font-size: 0.875em;
    margin: 10px;
}

pre {
    min-width: 600px;
    z-index: 99;
    position: relative;
    overflow: hidden;
    border : solid 1px #999;
    border-radius : 4px;
    color: rgb(249, 189, 193);  /*light pink*/
    background-color : #292929;
    padding : 20px;
    font-size : 14px;

    /*font-weight : bold;*/
    /*white-space : pre;*/
    /*word-wrap : break-word;*/
    /*color: rgb(208, 149, 155);*/   /*dark pink*/

}

code {
    font-family : Melno, Courier New, Courier;
}

p img {
    display: block;
    margin: 20px 0 20px 0;
    max-width: 550px;
}

.book.no-margin p img {
    border : solid 1px #bcbcbc;
    margin : 0px;
}


p img.footnote_image {
    margin: 0px;
    max-width: 150px;
}

/* Special cases */

body.no-footnotes #footnotes {
    display: none !important;
}

body.no-footnotes #cont {
    padding-right: 0 !important;
    margin: 0 auto !important;
    float: none;
    border-right: none;
}

body.no-footnotes p.pip {
    margin-left: 425px;
}   



#book_list h1 {
  margin-top: 78px;
  font-family:"Lora-Bold","Lora:700", Georgia, "Times New Roman", Times, serif; 
  color:#777; 
  padding : 5px 0px 0px 0px;
  font-size: 2.5em;
  margin-left: 20px;
}
#book_list h2 {
  font-family:"Lora-Bold","Lora:700", Georgia, "Times New Roman", Times, serif; 
  color:#555; 
  font-size: 1.75em;
  margin-left: 40px;
  padding : 0px 0px 5px 0px;
}

div#book_list a:link,
div#book_list a {
	/*color:#a34054;*/
  color: rgb(208, 149, 155);
	text-decoration:none;
  margin-left: 60px;
  font-size: 1.25em;
}
div#book_list a:visited {
	color:#999;
}
div#book_list a:hover {
	text-decoration:underline;
}

