@charset "utf-8";
/* CSS Document */
html {
	height:100%;
}

blockquote {
color: #666666;
}

blockquote span.dark {
  color: #231f1f;
}

body {
  background-color: #e5e1d7;
  color: #231f1f;
  font-family: Garamond, Georgia, serif;
  font-size:1.0em;
  padding: 0;
  margin: 0;
  height:100%;
}
img {	border:0;}

img.picture{border: 15px #e5e1d7 solid;  margin-bottom: 15px;}

#wrapper {
  width:800px;
  margin: 0 auto 0;
  background-color:#FFF;
  min-height: 100%;
  outline: 1px solid #cccccc;

}


#header {
	text-align: center;
	margin: 0 0 30px;
}

#content {
  width:720px;
  padding:40px;
}

#footer {
	margin: 40px 0 0;
}

.longhr {border:0;
        border-top:2px solid #e5e1d7;
        height:2px;
	width:300px;
	}

.longerhr {border:0;
        border-top:2px solid #e5e1d7;
        height:2px;
        width:400px;
	}

.shorthr {border:0;
        border-top:2px solid #e5e1d7;
        height:2px;
        width:100px;
	}

#header ul {
	margin:0;
	padding: 0;
}

#header li {
	display:inline;
	list-style:none;
	margin:14px 12px;
	font-weight:bold;
	text-indent: 0;}

#header a:link {color:#231f1f; text-decoration:none;}
#header a:visited {color:#231f1f; text-decoration:none;}
#header a:hover {color:#999999; text-decoration:none;}
#header a:active {color:#999999; text-decoration:none;}

a:link {color:#231f1f; text-decoration:none;}
a:visited {color:#231f1f; text-decoration:none;}
a:hover {color:#999999; text-decoration:none;}
a:active {color:#999999; text-decoration:none;}

p a:link {color:#999999; text-decoration:none;}
p a:visited {color:#999999; text-decoration:none;}
p a:hover {color:#231f1f; text-decoration:none;}
p a:active {color:#231f1f; text-decoration:none;}

/* ISSUE TITLE */
h1 {
	font-family: "Old Standard TT", Georgia, serif;
	text-align:center;
	font-size:36pt;
	word-spacing: 0.1em;
	line-height: 1.0em;
	margin: 5px;
}
/* SECONDARY HEADLINE e.g. search results, letters */
h2 {
	font-size: 18pt;
	margin: 0;
}
/* ISSUE INFO, author names on article pages */
h3 {
	font-size: 18pt;
	text-align:center;
	margin: 0;
}
/* AUTHOR NAMES */
h4 {
	font-size:12pt;
	font-style:italic;
	margin: 0;
}
/* ISSUE INFO ON ARTICLE PAGES, SEARCHES */
h5 {
	font-size: 12pt;
	margin:0;
}

h6 {
	font-size: 12pt;
    text-align:center;
	margin:0;
}

p {
}

.article-title {
	max-width: 600px;
	margin: 0 auto;
}

#contributor {
	width:600px;
	margin: 0 auto;
}

#article {
	width:600px;
	margin: 0 auto;
}

#article p {
	text-align: justify;
}

.contenttag {
	max-width: 600px;
	text-align:justify;
	margin: 0 auto;
}

.contentauthor {
	text-align:center;
	margin: 0 auto;
}

.archivelist {
	line-height:1.3em;
}

#footer p{
	max-width: 500px;
	text-align: center;
	margin: 0 auto;
	bottom: 0px;
	position:relative;
}

p .break {
text-align: center;
}

.c3{margin-right:36.0pt;line-height:1.15;text-indent:0pt;direction:ltr;margin-left:54.0pt}
.c4{font-style:italic}
.c5{margin-right:56.0pt;line-height:1.15;text-indent:-20pt;direction:ltr;margin-left:54.0pt}

ol li {
margin-bottom: 20px;
}

ol a:link {color:#999999; text-decoration:none;}
ol a:visited {color:#999999; text-decoration:none;}
ol a:hover {color:#231f1f; text-decoration:none;}
ol a:active {color:#231f1f; text-decoration:none;}

ul a:link {color:#999999; text-decoration:none;}
ul a:visited {color:#999999; text-decoration:none;}
ul a:hover {color:#231f1f; text-decoration:none;}
ul a:active {color:#231f1f; text-decoration:none;}

fieldset.module.aligned{
 width: 600px;
 margin: 0px auto;
}

div.module table{
padding: 10px;
width: 100%;
}

ul.actionlist {
margin-left: 200px;
}

/* DASHBOARD */

.dashboard .module table th {
    width: 100%;
}

.dashboard .module table td {
    white-space: nowrap;
}

.dashboard .module table td a {
    display: block;
    padding-right: .6em;
}

/* RECENT ACTIONS MODULE */

.module ul.actionlist {
    margin-left: 150px;
}

ul.actionlist li {
    list-style-type: none;
}

ul.actionlist li.changelink {
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}


@import url('widgets.css');

/* FORM ROWS */

.form-row {
    overflow: hidden;
    padding: 8px 12px;
    font-size: 11px;
    border-bottom: 1px solid #eee;
}

.form-row img, .form-row input {
    vertical-align: middle;
}

form .form-row p {
    padding-left: 0;
    font-size: 11px;
}

/* FORM LABELS */

form h4 {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

label {
    font-weight: normal !important;
    color: #666;
    font-size: 12px;
}

.required label, label.required {
    font-weight: bold !important;
    color: #333 !important;
}

/* RADIO BUTTONS */

form ul.radiolist li {
    list-style-type: none;
}

form ul.radiolist label {
    float: none;
    display: inline;
}

form ul.inline {
    margin-left: 0;
    padding: 0;
}

form ul.inline li {
    float: left;
    padding-right: 7px;
}

/* ALIGNED FIELDSETS */

.aligned label {
    display: block;
    padding: 3px 10px 0 0;
    float: left;
    width: 8em;
}

.aligned ul label {
    display: inline;
    float: none;
    width: auto;
}

.colMS .aligned .vLargeTextField, .colMS .aligned .vXMLLargeTextField {
    width: 350px;
}

form .aligned p, form .aligned ul {
    margin-left: 7em;
    padding-left: 30px;
}

form .aligned table p {
    margin-left: 0;
    padding-left: 0;
}

form .aligned p.help {
    padding-left: 38px;
}

.aligned .vCheckboxLabel {
    float: none !important;
    display: inline;
    padding-left: 4px;
}

.colM .aligned .vLargeTextField, .colM .aligned .vXMLLargeTextField {
    width: 610px;
}

.checkbox-row p.help {
    margin-left: 0;
    padding-left: 0 !important;
}

fieldset .field-box {
    float: left;
    margin-right: 20px;
}

/* WIDE FIELDSETS */

.wide label {
    width: 15em !important;
}

form .wide p {
    margin-left: 15em;
}

form .wide p.help {
    padding-left: 38px;
}

.colM fieldset.wide .vLargeTextField, .colM fieldset.wide .vXMLLargeTextField {
    width: 450px;
}

/* COLLAPSED FIELDSETS */

fieldset.collapsed * {
    display: none;
}

fieldset.collapsed h2, fieldset.collapsed {
    display: block !important;
}

fieldset.collapsed h2 {
    background-image: url(../img/admin/nav-bg.gif);
    background-position: bottom left;
    color: #999;
}

fieldset.collapsed .collapse-toggle {
    background: transparent;
    display: inline !important;
}

/* MONOSPACE TEXTAREAS */

fieldset.monospace textarea {
    font-family: "Bitstream Vera Sans Mono",Monaco,"Courier New",Courier,monospace;
}

/* SUBMIT ROW */

.submit-row {
    padding: 5px 7px;
    text-align: right;
    background: white url(../img/admin/nav-bg.gif) 0 100% repeat-x;
    border: 1px solid #ccc;
    margin: 5px 0;
    overflow: hidden;
}

.submit-row input {
    margin: 0 0 0 5px;
}

.submit-row p {
    margin: 0.3em;
}

.submit-row p.deletelink-box {
    float: left;
}

.submit-row .deletelink {
    background: url(../img/admin/icon_deletelink.gif) 0 50% no-repeat;
    padding-left: 14px;
}

/* CUSTOM FORM FIELDS */

.vSelectMultipleField {
    vertical-align: top !important;
}

.vCheckboxField {
    border: none;
}

.vDateField, .vTimeField {
    margin-right: 2px;
}

.vURLField {
    width: 30em;
}

.vLargeTextField, .vXMLLargeTextField {
    width: 100%;
}

.flatpages-flatpage #id_content {
    height: 40.2em;
}

.module table .vPositiveSmallIntegerField {
    width: 2.2em;
}

.vTextField {
    width: 20em;
}

.vIntegerField {
    width: 5em;
}

.vForeignKeyRawIdAdminField {
    width: 5em;
}

/* INLINES */

.inline-group {
    padding: 0;
    border: 1px solid #ccc;
    margin: 10px 0;
}

.inline-group .aligned label {
    width: 8em;
}

.inline-related {
    position: relative;
}

.inline-related h3 {
    margin: 0;
    color: #666;
    padding: 3px 5px;
    font-size: 11px;
    background: #e1e1e1 url(../img/admin/nav-bg.gif) top left repeat-x;
    border-bottom: 1px solid #ddd;
}

.inline-related h3 span.delete {
    float: right;
}

.inline-related h3 span.delete label {
    margin-left: 2px;
    font-size: 11px;
}

.inline-related fieldset {
    margin: 0;
    background: #fff;
    border: none;
}

.inline-related fieldset.module h3 {
    margin: 0;
    padding: 2px 5px 3px 5px;
    font-size: 11px;
    text-align: left;
    font-weight: bold;
    background: #bcd;
    color: #fff;
}

.inline-group .tabular fieldset.module {
    border: none;
    border-bottom: 1px solid #ddd;
}

.inline-related.tabular fieldset.module table {
    width: 100%;
}

.last-related fieldset {
    border: none;
}

.inline-group .tabular tr.has_original td {
    padding-top: 2em;
}

.inline-group .tabular tr td.original {
    padding: 2px 0 0 0;
    width: 0;
    _position: relative;
}

.inline-group .tabular th.original {
    width: 0px;
    padding: 0;
}

.inline-group .tabular td.original p {
    position: absolute;
    left: 0;
    height: 1.1em;
    padding: 2px 7px;
    overflow: hidden;
    font-size: 9px;
    font-weight: bold;
    color: #666;
    _width: 700px;
}

.inline-group ul.tools {
    padding: 0;
    margin: 0;
    list-style: none;
}

.inline-group ul.tools li {
    display: inline;
    padding: 0 5px;
}

.inline-group div.add-row,
.inline-group .tabular tr.add-row td {
    color: #666;
    padding: 3px 5px;
    border-bottom: 1px solid #ddd;
    background: #e1e1e1 url(../img/admin/nav-bg.gif) top left repeat-x;
}

.inline-group .tabular tr.add-row td {
    padding: 4px 5px 3px;
    border-bottom: none;
}

.inline-group ul.tools a.add,
.inline-group div.add-row a,
.inline-group .tabular tr.add-row td a {
    background: url(../img/admin/icon_addlink.gif) 0 50% no-repeat;
    padding-left: 14px;
    font-size: 11px;
    outline: 0; /* Remove dotted border around link */
}

.empty-form {
    display: none;
}


#share{
    display: block;
    margin-top: 30px;
	margin: 0 auto;
	padding:15px;
	width: 450px;
	border: 2px solid #E5E1D7
}
#fb-button{
    display: block;
    width: 450px;
}
.connect_widget {
width: 450px;
}

#twitter-button{
    display: block;
    padding-top: 8px;
    width: 450px;
}

/*Added by Michael 11/15/13 to deal with line wraps in poems */
.stanza {
	padding-left:30px;
}

.line {
	text-indent:-30px;
	}

/* Added by Michael 5/15/14 to deal with Katie Bradshaw's bullshit formatting requirements: */


.katie:after
{content: "";
text-align:justify;
display: inline-block;
width: 100%;}
