
/*----------------------------------main--------------------------------------*/

body {
	margin: 0;
	padding: 0;

	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #000;
	background: #fff;
	}

#skip_to_content {
	display: none;
	}



#whole_content { 	/* whole content wrapper */
	width: 45em;
	max-width: -webkit-calc(100% - 50px);
	max-width: calc(100% - 50px);
	margin: 0 auto;
	}


/*------------------------------header & sidebar -----------------------------*/

#sidebar_plus_content {
	margin: 1.5em 0 2em 0;
	}

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

#sidebar {
	float: right;
	margin: 0 0 1em 0;
	width: 25%;
	background: white;
	}

#sidebar_head {
	text-align: center;
	margin-bottom: 5em;
	height: 12em;
	}

#sidebar #homepage_link {
	text-align: center;
	margin-bottom: 1.5em;
	}

#sidebar #homepage_link a img {
	border: none;
	
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;

	-moz-box-shadow: #e1e1e1 0 0 8px;
	-webkit-box-shadow: #e1e1e1 0 0 8px;
	box-shadow: #e1e1e1 0 0 8px;

	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;

	}

#sidebar #homepage_link a:hover img {
	border-color: 1px silver solid;

	-moz-transform: rotate(2deg);
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
	}


#sidebar .title, #sidebar .title a {
	color: #b1b1b1;
	text-align: center;
	letter-spacing: 0.2em;
	text-decoration: none;
	}

#sidebar .title a:hover {
	color: black;
	}

#sidebar .page_title { /*added on non-blog Pages*/
	text-transform: lowercase;
	}

#sidebar_rest {	
	padding: 1em 1.5em 3em 1.5em;
	border-left: solid 2px whitesmoke;
	opacity: 0.2;
	}

#sidebar_rest:hover {
	opacity: 1;
	}

/*--------------series of uls--------------*/

#sidebar ul {
	color: #ccc;
	list-style-type: none;
	text-transform: lowercase;	
	margin: 0;
	padding-left: 0;
	}

#sidebar ul li {
	font: normal 1.1em 'Times New Roman', Times, serif;
	margin-top: 10px;
	padding-bottom: 2px;
	}

#sidebar ul li a {
	color: silver;
	}

#sidebar ul li a:hover {
	color: gray;
	}

#sidebar ul ul {
	margin: 0;
	padding: 0;
	}

#sidebar ul ul li {
	font: 0.7em 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	letter-spacing: 0;
	line-height: 1.15em;
	margin-top: 0;
	padding: 0 0 0 1.5em;
	}

#sidebar ul ul li a {
	color: #aaaaaa;
	text-decoration: none;
	}

#sidebar ul ul li a:hover {
	color: #555555;
	border-bottom: 1px solid #809080;
	}


/*--------------search box--------------*/

#sidebar form {
	margin: 0 0 0 1.1em;
	}

#sidebar input#s {
	width: 7em;
	background: white;
	border: 1px silver solid;
	color: navy;
	margin-right: 5px;
	}

#sidebar .go_button {
	font-size: 0.5em;
	background: white;
	border: 2px silver solid;
	cursor: pointer;
	}

/*-------------- bottom --------------*/


.link_button {
	margin-top: 2em;
	text-align: center;
	}

.link_button a img, .random_pic a img {
	opacity: 0.75;
	}

.link_button a:hover img {
	opacity: 1;
	}


/*----------------------------- (actual) content -----------------------------*/

#content {
	width: 70%;
	margin: 0;
	padding-top: 13.33em;

	font-size: 0.9em;
	line-height: 1.75em;
	}


#content .query_results {
	font-size: 1.5em;
	padding: 1em;
	margin-bottom: 2em;

	text-align: center;
	border: 1px #ffca7d solid;
	background: #fff8de;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

.post {
	margin-bottom: 3.5em;
	}

.more-link {
	font-size: 0.75em;
	padding-left: 1em;

	color: gray;
	background: #f7f7f7;
	}

.more-link:hover {
	color: black;
	background: white;
	text-decoration: none;
	}

#get_the_music {
	font-size: 0.9em;
	margin-top: 4em;
	padding: 1em;
	border: 1px silver solid;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

#get_the_music ul {
	padding-left: 1em;
	}

.top { /* for get_the_music box, when on top of post */
	margin-bottom: 4em;
	}

.footnotes {
	margin-top: 5em;
	opacity: 0.7;
	}

.footnotes:hover {
	opacity: 1;
	}

.meta {
	font-size: 0.75em;
	margin-top: 3em;
	text-align: right;
	}

.meta, .meta a {
	color: gray;
	text-decoration: none;
	}


.date {
	text-align: center;
	color: gray;
	}

.date_single_post {
	color: gray;
	}


/*----------comments--------------*/

#comments {
	font-size: 0.95em;
	}

#commentform #author, #commentform #email, #commentform #url, #commentform textarea {
	background: #fff;
	border: 1px solid #333;
	padding: 0.2em;
	}

#commentform textarea {
	width: 100%;
	}

#commentlist li ul {
	font-size: 1.1em;
	border-left: 1px #ddd solid;
	list-style-type: none;
	}

.comments_rss {
	text-align: right;
	}

#comment_number, #leave_a_comment {
	font-size: 1.2em;
	}

#comment_submit_button {
	text-align: right;
	}

.feedback {
	font-size: 0.8em;
	text-align: right;
	color: #ccc;
	}

.feedback a {
	text-decoration: none;
	}

ol#comments li p {
	font-size: 100%;
	}

.archive_link {
	display: block;
	margin-top: 3em;
	}

/*--------------------------------footer--------------------------------------*/


.credit {
	clear: both;
	font-size: 0.5em;
	margin: 10px 0 1em 0;
	padding: 0.1em 0;

	color: gray;
	text-align: right;
	letter-spacing: 0.15em;
	border-top: solid 2px whitesmoke;
	opacity: 0.8;
	}

.credit:hover {
	opacity: 1;
	}

.credit a, .credit a:hover {
	color: black;
	text-decoration: none;
	}
	
.credit a:hover {
	border-bottom: 1px silver solid;
	}


/*----------------------------------misc--------------------------------------*/


a {
	color: #316896;
	text-decoration: none;
	}

a img {
	border: none;
	}

a:visited {
	color: navy;
	}

a:hover {
	color: indianred;
	text-decoration: underline;
	}

#content p a {
	border-bottom: 1px #e1edf7 solid;
	}

#content p a:hover, #content div div div p a {
	border-bottom: inherit;
	}

acronym, abbr {
	border-bottom: 1px dashed #333;
	letter-spacing: .07em;
	cursor: help;
	}

.caps {
	font-variant: small-caps;
	font-size: 0.8em;
	letter-spacing: 0.1em;
	}

blockquote {
	margin-left: 1.5em;
	padding: 1px 1px 1px 1em;

	background: #fdfdfd;
	border-left: 5px #dcdcdc solid;	
	-moz-box-shadow: inset white 0 0 8px, -3px 0 2px -2px silver;
	-webkit-box-shadow: inset white 0 0 8px, -3px 0 2px -2px silver;
	box-shadow: inset white 0 0 8px, -3px 0 2px -2px silver;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

#blog_title {
	display: none; /* don't display h1 title if it's blog homepage */
	}


h1 {
	font-weight: normal;
	line-height: 1.3em;
	}

h2 {
	font-weight: normal;
	font: 1.6em "Times New Roman", Times, serif;
	border-bottom: 2px solid #ccc;
	margin: 1em 0 1em 0;
	color: #316896;
	}

h2 a {
	color: #316896;
	}

h3 {
	font-weight: normal;
	font: 1.4em "Times New Roman", Times, serif;
	margin: 1.5em 0 1em 0;
	color: #316896;
	}

p, li, .feedback {
	/*moved to #content*/
	}

ol li, ul li {
	margin-top: 1em;
	}

.alignright {
	text-align: right;
	margin-left: 1em;
	}

img.alignright, div.alignright {
	float: right;
	}

.wp-caption-text{
	font-size: 0.6em;
	line-height: 1.2em;
}

.wp-block-image img{
	 height:auto;
}

.aligncenter {
	text-align: center;
	}

img.aligncenter {
	display: block;
	margin: 0.5em auto;
	}

.alignleft {
	text-align: left;
	margin-right: 1em;
	}

img.alignleft {
	float: left;
	}

a img.hoverlink {
	opacity: 0.5;
	}

a:hover img.hoverlink {
	opacity: 1;
	}

code, pre{
	font-family: Mono, mono;
	background: #f7f7f7;
	}


.inline_code {
	font-family: Mono, mono;
	color: gray;
	}


pre {
	display: block;
	margin-left: 1em;
	padding: 1em;
}


video {
	display: block;
	max-width: 100%;
	min-width: 70%;
	margin: 3em auto 2em auto;

	-moz-box-shadow: gray 0 0 5px;
	-webkit-box-shadow: gray 0 0 5px;
	box-shadow: gray 0 0 5px;
	}

.small_center_box {
	width: 50%;
	margin: 4em auto;
	padding: 0.8em 0.8em 0 0.8em;
	font-size: 0.8em;

	text-align: center;
	background: #fafafa;
	border: 1px whitesmoke solid;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;

	-moz-box-shadow: whitesmoke 0 0 5px;
	-webkit-box-shadow: whitesmoke 0 0 5px;
	box-shadow: whitesmoke 0 0 5px;
	}

.small_center_box a img {
	margin: 3px;
	opacity: 0.8;
	}


.small_center_box a:hover img {
	opacity: 1;
	}

#video_fallback {

	width: 90%;
	margin: 6em auto 0 auto;
	padding: 0.8em;

	background: #edc49b;
	border: 2px #ed9035 solid;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}

.firefox_link {
	padding-left: 24px;
	background: url(https://files.ariadacapo.net/graphics/icons/firefox_icon.png) center left no-repeat;
	}

.chrome_link {
	padding-left: 24px;
	background: url(https://files.ariadacapo.net/graphics/icons/chrome_icon.png) center left no-repeat;
	}

.download_link_box {
	margin: 0 0 1.5em 0;
	padding: 0 0 0 1.6em;
	text-align: right;
	}

.download_link {
	font-size: 0.8em;
	padding: 5px 5px 5px 8px;

	border: 1px gray solid;
	background-color: #fbfbfb;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	-moz-box-shadow: silver 0 0 3px;
	-webkit-box-shadow: silver 0 0 3px;
	box-shadow: silver 0 0 3px;
	}

.download_link:hover {
	background-color: white;
	-moz-box-shadow: silver 0 0 8px;
	-webkit-box-shadow: silver 0 0 8px;
	text-decoration: none;
	}

.download_link_text {
	padding-left: 24px;
	background: transparent url(https://files.ariadacapo.net/graphics/icons/disk_icon.png) center left no-repeat; 
	/* This very cool icon CC-by Mark James http://www.famfamfam.com/ */
	}
.download_link_pdf {
	padding-left: 24px;
	background: transparent url(https://files.ariadacapo.net/graphics/icons/pdf_icon.png) center left no-repeat; 
	/* This very cool icon CC-by Mark James http://www.famfamfam.com/ */
	}

.button_link {
	text-align: right;
	margin-top: 2em;
	}

.button_link a {
	padding: 0.8em;

	color: #3a3a3a;
	background: #ffca92; 
	border: 2px #ffa646 solid;
	text-shadow: white 0 0 5px;

	-moz-box-shadow: gray 0 0 4px, inset white 0 0 1px;
	-webkit-box-shadow: gray 0 0 4px;
	box-shadow: gray 0 0 4px;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	}

.button_link a:hover {
	text-decoration: none;
	color: black;
	border-color: #ff921d;
	text-shadow: white 0 0 8px;

	-moz-box-shadow: gray 0 0 8px;
	-webkit-box-shadow: gray 0 0 8px;
	box-shadow: gray 0 0 8px;
	}

.button_link a:active {
	border-color: #ff8400;

	-moz-box-shadow: gray 0 0 12px;
	-webkit-box-shadow: gray 0 0 12px;
	box-shadow: gray 0 0 12px;
	}

/*----------------------------------styling for specific content--------------------------------------*/

/* "Images" gallery */

#gallery-1 {
	clear: right;}

/* Quotes parent page */
#post-6 {}

/* Don’t display title of (1) post 15 Ginott quote, (2) post 17 Keller quote */
/* (3) post18 Corea quote, (4) post-16 Damiani quote, (5) post-19 Rivero quote */
#post-15 h1,#post-17 h1,#post-18 h1,#post-16 h1,#post-19 h1 {
	display: none;
	}

/* Styling specific to quotes */

#interquotelinks {
	text-align: center;
	padding: 1.5em;
	word-spacing: 1em;
	}

.first_line {
	margin-top: 2em;
	}

.suspicious {
	display: block;
	font-size: 2em;
	margin: 1em 0 1em 2em;
	color: #6a1616;
	letter-spacing: 0.05em;
	}

.strike {
	font-size: 1.2em;
	}

.core {
	margin-top: 3em;
	line-height: 1.8em;
	}

#author {
	margin: 3em 0.5em 0 0;	
	font-size: 1.2em;
	color: #000080;
	text-align: right;
	}
	
#authorinfo {	
	font-size: 0.8em;
	color: #000080;
	text-align: right;
	margin: 0 0.9em 0 0;
	}
	
#authorinfo a {
	background: none;
	}


/*-------------------------------------*/

/* Responsive layout */

/* if screen becomes narrow */

@media all and (max-width: 42em), all and (max-width:600px){

	#content{
	width: 100%;
	padding-top: 2em;
	}
	
	#sidebar{
	opacity: 1;
	width: 100%;
	margin-bottom: 0;
	float: none;
	}
	
	#sidebar_rest{
	border-left: 0;
	font-size: 0.8em;
	opacity: 1;
	column-count: 3;
	}
}



/* even narrower */

@media all and (max-width:400px){
	#sidebar_rest{
	column-count: 2;
	}
}
