/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.

If you need any further help, ask in the CSS Customization forum.
*/
blockquote {
	background: #f9f9f9;
/* border-left: 10px solid #ccc; */
	margin: 1.5em 10px;
	padding: 15px 20px 15px 45px;
/* padding: 0.5em 10px; */
	quotes: "\201C""\201D""\2018""\2019";
	font-size: 1em;
	font-style: italic;
	text-align: left;
}

blockquote:before {
	color: #ccc;
	content: "\201C";
	font-size: 5em;
	line-height: .1em;
	margin-right: .25em;
	vertical-align: -.4em;
}

blockquote p {
	display: inline;
}

blockquote em {
	font-style: italic;
}

.footer:before {
	content: "© 2015 Chris Chan";
}

.headline-archive {
	display: none;
}

/* For quotes I make */
.quote {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #a5a4a4;
	font-style: italic;
	margin: 30px;
	padding: 30px;
	text-align: center;
	font-size: 1.5em;
}

/* For quotes people make */
.quote2 {
	background: url('https://chrischan.com.au/wp-content/uploads/2015/01/bg-quote1.png') no-repeat;
	color: #a5a4a4;
	font-style: italic;
	margin: 30px;
	padding: 30px 30px 30px 60px;
}

/* Same as .quote2 but with borders at top and bottom */
.quote3 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: url('https://chrischan.com.au/wp-content/uploads/2015/01/bg-quote1.png') no-repeat;
	color: #a5a4a4;
	font-style: italic;
	margin: 30px;
	padding: 30px 30px 30px 60px;
}

/* For statements to make them standout */
.statement {
	color: #333333;
	font-family: 'Merriweather', Georgia, 'Times New Roman', Times, serif;
	font-size: 1.6rem;
	line-height: 1.6;
	text-align: center;
	margin: 12px;
	padding: 12px;
}

h1.site-title {
	font-family: 'Times New Roman';
}

#header .site-title a {
	color: #000000;
}

#header .site-description {
	color: #000000;
}

a {
	text-decoration: underline;
/*color: blue;*/
}

/*
div.blog-holder.article a:link {
	text-decoration: underline;
color: blue;
}
*/
/*
a:visited {

}
*/