/*
 Theme Name:   Twenty Ten Child
 Theme URI:    https://www.chiaroscuri.com/twenty-10-child/
 Description:  Twenty Ten Child Theme
 Author:       WWWeber
 Author URI:   https://www.chiaroscuri.com
 Template:     twentyten
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twentytenchild
*/

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

#content blockquote {
  font-style: normal;
  padding: 0 1.5em;
  margin: 0 0 0 1.5em;
  margin-bottom: 12px;
  border-left: 5px solid #666666;
  // border-left: 5px solid #69524C;
  // background: #f0f0f0;
  // padding: 1em 1.5em .5em;
  // margin: .5em 2em;
}
blockquote cite,
blockquote em,
blockquote i {
  font-style: italic;
}

//blockquote cite {
//	display: block;
//	text-align: right;
//}

.wp-block-pullquote blockquote {
	border-left: none !important;
}

#content p {
  margin-bottom: 12px;
}
.epigraph {
  font-size: .9em;
  line-height: 1.5em;
  margin: 0 3em 1em;
}
.push-right {
  margin-left: 2em;
}
.center {
  display: block;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

a:link {
	color: #212121;
}
a:visited {
	color: #797979;
}
a:active,
a:hover {
	color: #c23e08;
}

/* =Header
-------------------------------------------------------------- */

#site-title {
	font-size: 14px;
}

