/*
Theme Name: Petroglyphs
Theme URI: http://peterjanes.ca/
Description: Local changes to the Twenty Eleven theme
Version: 0.1.0
Template: twentyeleven
Author: Peter Janes
Author URI: http://peterjanes.ca/
*/
@import url("../twentyeleven/style.css");


/* see http://acjs.net/weblog/2005/06/10/language_specific_styling_quotation_marks/ for more on quotation marks */
q, cite.title, cite.term {
	quotes: '\201c' '\201d' '\2018' '\2019';
	font-style:inherit;
}
cite.title {
	text-decoration:underline;
}
q:before, cite.term:before {
	content: open-quote;
}
q:after, cite.term:after {
	content: close-quote;
}
/* see http://acjs.net/weblog/2005/06/12/language_specific_styling_emphasis/ for more on emphasis */
em {
	font-style: italic;
}
strong {
	font-weight: bolder;
}

pre {
	overflow:auto;
}

/* Fuzzy recent comments */
#sidebar h3 {
	margin-top: 6px;
	margin-bottom: 0;
	padding-top:0;
	font-size:x-small;
}
#sidebar h3:before {
	content: "\00BB\0020 on ";
}
#sidebar .simplepie li {
	list-style-position:inside;
}

.letter {
	font-family:monospace;
	border:1px solid black;
	padding:1em;
	margin:1em 3em;
}
.letter p {
	margin-bottom:0;
	text-align: left;
}
.letter p + p {
	text-indent:2em;
	margin-top:0;
}
.signed, .via {
	position:relative;
	right:-60%;
	text-indent:0 !important;
	font-family:cursive;
}
.via:before {
	content:'(';
}
.via:after {
	content:')';
}

blockquote > .source {
	position:relative;
	right:-50%;
	width:50%;
	text-align:left;
	text-indent:-1.4em;
}

#commentform dl {
	text-align:left;
}
#commentform dt {
	float:left;
	width:10.5em;
	margin-top:.5em;
}
#commentform dt:after {
	content:":";
}
#commentform label {
	font-weight:bold;
}

.conversation li {
	list-style:none;
	margin:0;
	padding:0;
}
.conversation cite {
	font-style:normal;
	font-weight:bold;
	font-variant:small-caps;
	display:block;
	text-align:center;
}
/*
.conversation cite:after {
	content:": ";
}
*/
.conversation q:before, .conversation q:after {
	content:"";
}
.conversation blockquote {
	display:inline;
	border:0;
}
.conversation blockquote p:first-child {
	display:inline;
}
.conversation .stage-direction {
	font-style:italic;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=204401 */
del *, ins * {
	text-decoration:inherit;
}

.footnote {
	font-size:75%;
}

.post dt {
	font-weight:bold;
}

/* for protectcontent plugin */
.postmetadata {	clear: both; }
.alternative { margin: 0; padding: 10px; background-color: #f8f8f8; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
/* from http://acjs.net/themes/200601/21 -- .cur is actually a .png */
/*
html { cursor: url('default.cur'), default; }
*/

h3[id]:hover:after {
  content:" #" attr(id);
  font-size:50%;
  color:#ccccdd;
  text-decoration:none;
  font-variant:normal;
}

.image p {
	margin:0;
}

.image .attrib {
	margin:0;
	margin-top:-1ex;
	text-align:right;
	font-size:x-small;
}

.poem, .limerick, .lyrics {
	white-space:pre;
}

