body {
	background: #dbe3e7;
	margin: 0;
	padding: 20px;
	text-align: center;
}

a:link { text-decoration: underline; color: #112233; }
a:visited { text-decoration: underline; color: #223344; }
a:link:hover { text-decoration: underline; color: #001122; }
a:visited:hover { text-decoration: underline; color: #112233; }
 
div#prophecy {
	border: solid 2px #afc5cf;
	width: 640px;
	margin-left: auto;
	margin-right: auto;
	background: #dfe6eb url(../shards/blueprint.jpg) top left repeat-y;
	padding: 0px;
}

div#phosphenes {
	margin: 32px;
}

div#phase {
	color: #223355;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-align: right;
}

table#final {
	width: 640px;
	margin-left: auto;
	margin-right: auto;
    padding: 5px;
}

td#final-left p {
	font-family: arial, helvetica, sans-serif;
    font-size: 7pt;
    font-style: italic;
    text-align: left;
	line-height: 1.2em;
}

td#final-right p {
	font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-style: normal;
    text-align: right;
	line-height: 1.2em;
}

div#abstract {
	float: right;
	margin-left: auto;
	margin-right: auto;
	padding: 4px;
}

h1 {
	color: #001122;
	margin-left: -8px;
	margin-right: -8px;
	border-bottom: solid 1px #afc5cf;
	font-family: arial, helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;	
	text-align: left;
	line-height: 1.4em;
}

h2 {
	color: #001122;
	margin-left: -8px;
	margin-right: -8px;
	border-bottom: solid 1px #afc5cf;
	font-family: arial, helvetica, sans-serif;
	font-size: 11pt;
	font-weight: bold;	
	text-align: left;
	line-height: 1.4em;
}

h3 {
	color: #001122;
	margin-left: -8px;
	margin-right: -8px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;	
	text-align: left;
	line-height: 1.4em;
}

p {
	color: #223355;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;	
	text-align: justify;
	line-height: 1.4em;
}

blockquote {
    margin: 10px;
    border: solid 1px #afc5cf;
    padding: 5px 15px 5px 15px;
    background: transparent url(../shards/transparent-white-bg.png) top left repeat;
    
	color: #223355;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;	
	font-style: italic;
	text-align: justify;
	line-height: 1.5em;
}

blockquote p {
	color: #223355;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;	
	font-style: italic;
	text-align: justify;
	line-height: 1.5em;
}

div.minerva {
	margin-left: -1000px;
	margin-right: -1000px;

	padding-left: 1000px;
	padding-right: 1000px;

	overflow: hidden;

	background: black url(../shards/noise.gif) top left repeat;
}

div.minerva p {
	color: white;
}

ul {
	color: #223355;
	font-family: arial, helvetica, sans-serif;
	font-size: 9pt;	
	text-align: justify;
	line-height: 1.4em;
}

li {
    line-height: 1.4em;
    padding-top: 3px;
    padding-bottom: 4px;
}

div#abstract p {
	color: #334466;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	text-align: right;
}

p.heresy {
	margin-top: 2em;
	color: #001122;
	font-size: 12pt;
}

div.gallery-noframe {
    width: 100%;
    text-align: center;
}

div.gallery-noframe img {
    border: 0;
    vertical-align: middle;
	padding: 2px;
	margin: 15px;
}

div.video {
	border: solid 1px #afc5cf;
	margin: 20px auto 20px auto;
	width: 425px;
	height: 355px;
	padding: 2px;
}

div.gallery img {
	border: solid 1px #afc5cf;
	padding: 2px;
	margin: 10px;
}

div.caption {
	color: #223355;
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;	
	text-align: center;
	line-height: 1.4em;
}
table.form {
    margin: 15px auto 15px auto;
	border: solid 2px #afc5cf;
	border-collapse: collapse;
	background: #dfe6eb;
}

table.form td {
	padding: 10px;
}

tr.form-heading {
	background: #afc5cf;
}

tr.form-heading th {
	padding: 8px;
	color: white;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

tr.form-row {
	border: solid 1px #afc5cf;
}

tr.form-row td {
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	text-align: left;
}

tr.form-row-error {
    border: solid 2px red;
}

tr.form-row-error td {
	font-family: arial, helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	background: #ffc0b0;
	color: red;
	text-align: left;
}

td.form-buttons {
	background: #afc5cf;
	color: white;
	text-align: right;
}

table.form input {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
}

table.form textarea {
	font-family: arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
}

span.updated {
    color: #f04010;
    font-weight: bold;
    font-style: italic;
}

span.unposted {
    color: #20b020;
    font-weight: bold;
    font-style: italic;
}

div.recent-comments {
    border: solid 1px #afc5cf;
    background: transparent url(../shards/transparent-blue-bg.png) top left repeat;
    margin: 10px 30px 20px 30px;
    padding: 0;
}

div.recent-comments h2 {
	font-size: 9pt;
	margin: 7px;
}
	
div.recent-comments ul {
	font-family: arial, helvetica, sans-serif;
	font-size: 7pt;
	padding: 0px 10px 0px 30px;
}

span.recent-comments-postdate {
	font-size: 7pt;
}

div.flickrator-badge {
}

img.flickrator-set-new {
	border: solid 2px #f04010;
	padding: 1px;
	margin: 2px;
}

img.flickrator-set-updated {
        border: solid 1px #f04010;
        padding: 2px;
        margin: 2px;
}

img.flickrator-set {
	border: solid 1px #afc5cf;
	padding: 2px;
	margin: 2px;
}



p.articlelist-prevnext {
	text-align: right;
	font-size: 8pt;
}

p.articlelist-adminlinks {
	text-align: right;
	font-size: 8pt;
}

div.article {
    clear: both;
    padding-bottom: 10px;
}

div.article-adminlinks {
    float: right;
    margin-right: -8px;
}

div.article-adminlinks img {
    border: 0;
}

h3.article-admininfo {
    color: #557;
	font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
    line-height: 1em;
}

span.article-postdate {
	color: #446;
	font-size: 8pt;
	font-style: italic;
}

div.archive {
}

div.archive h3 {
	padding: 5px 20px 5px 20px;
}

div.comment {
    clear: both;
    padding-bottom: 10px;
}

div.comment-adminlinks {
    float: right;
}

div.comment-adminlinks img {
    border: 0;
}

div.comment h3 {
	color: #001122;
	margin-left: 0px;
	margin-right: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;	
	text-align: left;
	line-height: 1em;
	border-bottom: dotted 1px #afc5cf;
}

div.comment p {
    margin-left: 16px;
    margin-right: 16px;
}

div.comment h4 {
    color: #446;
    margin-left: 0px;
    margin-right: 0px;
	font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
    line-height: 1em;
}

div.comment-avatar {
    float: left;
    margin: -3px 8px 0px -8px;
}

div.comment-avatar img {
	background: #dbe3e7;
	border: solid 1px #afc5cf;
	padding: 2px;
}

div.search-form {
	margin-top	: 10px;
	margin-bottom: 30px;
	text-align: center;
}

div.search-list-scorebox {
	float: right;
	margin-right: -10px;
	border: solid 1px #afc5cf;
	padding: 8px;
	color: white;
	font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
	font-weight: bold;
	text-align: center;
}

span.search-list-article-highlight {
	color: #6080b0;
	font-size: 10pt;
	font-style: italic;
}

div.search-list-article {
	margin: 0px 25px 35px 25px;
}

div.search-list-article h3 {
    color: #446;
    margin-left: 0px;
    margin-right: 0px;
	font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
    line-height: 1em;
}

div.search-list-article p {
	font-size: 8pt;
	font-style: italic;
}

span.search-list-comment-highlight {
	color: #d06040;
	font-size: 10pt;
	font-style: italic;
}

div.search-list-comment {
	margin: 0px 25px 35px 25px;
}

div.search-list-comment h3 {
    color: #446;
    margin-left: 0px;
    margin-right: 0px;
	font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
    line-height: 1em;
}

div.search-list-comment p {
	font-size: 8pt;
	font-style: italic;
}

div.userlist-avatar {
    float: left;
    margin: -3px 8px 0px -8px;
}

div.userlist-avatar img {
	background: #dbe3e7;
	border: solid 1px #afc5cf;
	padding: 2px;
}

div.userlist-adminlinks {
    float: right;
    margin-right: -8px;
}

div.userlist-adminlinks img {
    border: 0;
}

div.userlist-user {
	margin: 35px;
}

div.userlist-user ul {
    color: #446;
    margin-left: 25px;
    margin-right: 25px;
	font-family: arial, helvetica, sans-serif;
    font-size: 8pt;
    font-weight: normal;
    text-align: left;
    line-height: 1em;
}

span.userlist-user-email {
	font-size: 10pt;
	font-style: italic;
	font-weight: normal;
}

