body {
	padding: 0.5em;
	background: #f2f2f3 url(/wp-content/themes/ocadia/images/sidebar-top.gif) right top no-repeat;
}

a[href ^= "http"]::before {
	content: "↺ ";
	color: #844;
}

a[href ^= "https"]::before {
	content: "↺ ";
	color: #000;
}

a[href^="gemini:"]:after {
        content: " ♊ (Gemini URI ➦)";
        font-weight:bold;
        font-variant: small-caps;
        text-shadow: 0 0 3px  #888888;
        padding-right: 15px;
}
a[href^="gemini:"]:hover {
        background: url(/favicon.ico) right center no-repeat;
}
a[href^="http:"] {
        background: url(/images/remote.gif) right center no-repeat;
        padding-right: 15px;
}
a[href^="http:"]:hover {
        background: url(/images/remote_a.gif) right center no-repeat;
}
a[href^="https:"] {
        background: url(/images/remote.gif) right center no-repeat;
        padding-right: 15px;
}
a[href^="https:"]:hover {
        background: url(/images/remote_a.gif) right center no-repeat;
}

/* ...but not to absolute links in this domain... */

a[href^="http://techrights.org"] {
        background: transparent;
        padding-right: 0px;
}
a[href^="http://techrights.org"]:hover {
        background: transparent;
}
a[href^="https://techrights.org"] {
        background: transparent;
        padding-right: 0px;
}
a[href^="https://techrights.org"]:hover {
        background: transparent;
}

div.oldpost::before {
	content: "Archived: ";
	font-family: monospace;
	font-size: 175%;
}

div.oldpost {
	background-color: #eaf0f6;
	font-family: "Lucida Sans Unicode", Tahoma, Geneva, sans-serif;
	margin-top: 1em;
	padding-left: 0.5em;
	padding-right: 0.3em;
	padding-bottom: 0.5em;
	border-top: thin solid #000;
	border-bottom: thin solid #000;
	border-left: thin solid #888;
	border-right: thin solid #888;
	border-radius: 0.2em;
}

div.oldpost > ul > li.author {
	list-style: none;
	font-weight: bold;
}

div.oldpost > ul > ul.date {
	list-style: none;
	font-size: 75%;
}

div.oldpost > ul > ul.date > li:first-child {
	font-weight: bold;
}

div.oldpost > ul > ul.date > li:first-child:after {
	content: ",";
}

div.oldpost > ul > ul.date > li {
	display: inline;
}

div.oldpost div.navigation {
        background: #eaeaea url(/wp-content/themes/ocadia/images/sidebar.gif) no-repeat top left;
	text-align: center;
	border-top: thin solid #000;
	border-bottom: thin solid #000;
	width: 95%;
}

div.comments {
	border-top: thin solid #888;
}

div.comments blockquote {
	background-color: #fff0db;
	background: url(/wp-content/themes/ocadia/images/commentalt.gif) repeat-y;
}

div.comments ul {
	border: thin solid #888;
	border-radius: 0.2em;
	list-style: none;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	background-color: #eed9c4;
}

div.comments ul > li {
	padding-bottom: 0.5em;
}

div.comments ul > li + li {
	border-top: thin solid #800;
}

div.comments ul > li > p.author {
	font-weight: bold;
	float: left;
}

div.comments ul > li > p.date {
	float: right;
	padding-right: 2em;
	font-style: italic;
}

div.comments ul > li > div {
	clear: both;
}

div.latest {
	border-bottom: thin solid #000;
}

div.navigation {
	background: #fafafa;
        border-top: thin solid #000;
        border-bottom: thin solid #000;
        border-left: thin solid #888;
        border-right: thin solid #888;
        border-radius: 0.2em;
	text-shadow: 3px 3px 3px  #ffffff;
	box-shadow: 0.1em 0.1em 0.1em #555;
	margin-bottom: 0.2em;
        margin-top: 0.4em;
	width: 72%;
}


div.footer {
  clear: both;
  border-top: thin solid #999;
  text-align: center;
  width: 20%;
  height: 5em;
  background: #ffffff;
  border-radius: 5em;
  margin-left: 65%;
  margin-bottom: 2em;
  margin-top: 0.3em;
  padding: 1em;
  font-size: 85%;
  box-shadow: 1.5em 1.5em 1.5em #999;
}

div.navigation ul li,
div.footer ul li {
	background: url(/wp-content/themes/ocadia/images/perma.gif) no-repeat center left;
	display: inline;
	/* top right bottom left */
	margin: 0 0 0 -1em;
	border: none;
	padding: 0 1em 0 1em;
}

div.navigation > a {
	font-style: italic;
}

abbr {
	color: #59708C;
}

blockquote {
	font-size: 90%;
	border: thin solid #888;
#	background-color: #fff0db;
	padding: 0.3em;
	border-radius: 1.5em;
	background: #F2F2FA url(/wp-content/themes/ocadia/images/commentalt.gif) repeat-y;
}

blockquote.evidence {
	margin: 0 10px;
	padding: 0.05em 20px;
	border-top: 2px solid #444;
	border-bottom: 2px solid #444;
	font-size: 1.2em;
	background: #EEE url(/wp-content/themes/ocadia/images/quote-alpha.png) no-repeat;
}

blockquote:before {
	content: "“";
	font-weight: bold;
	font-size: 110%;
}

code {
	color: #666;
}

blockquote:after {
#	content: "”";
	font-weight: bold;
	font-size: 110%;
	content: "” "attr(cite)" ";
}

p.dropcap-first:first-letter {
	display: inline-block;
	margin: -0.1em 0 0 0;
	padding: 0;
	vertical-align: top;
	font-size: 400%;
	color: #708090;
	float: left;
	font-family: Times, serif, Georgia;
}

.pullQuote {
	margin:12px 8px 12px 0;
	display:block;
	width:140px;
	float:left;
	font-size:1.8em;
	font-weight:bold;
	line-height:1.2em;
	color:#1E477E;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	background: url(/wp-content/themes/ocadia/images/quote-alpha.png) no-repeat;
}

.columns {
	-moz-column-width: 12em;
	-moz-column-gap: 1em;
	-moz-column-rule: medium solid;
	-webkit-column-width: 12em;
	-webkit-column-gap: 1em;
	-webkit-column-rule: medium solid;
}

h1 {
  font-size: 3.2em;
  font-family: Times, serif, Georgia;
  font-weight: bold;
  text-shadow: 3px 3px 3px  #ccc;
  box-shadow: 0.1em 0.1em 0.1em #999;
  font-variant: small-caps;
  color: #444;
  padding: 1px 10px;
  background-color: #efefef;
  margin: 0;
  text-align: center;
  width: 95%;
}

h2, h3, h4, h5, h6 {
        font-size: 1.6em;
        margin: 1.2em 0;
        text-shadow: 3px 3px 3px  #ccc;
        font-family: Georgia, serif;
        color: #333B38;
}

h3 {
        font-size: 1.3em;
}
h4 {
        font-size: 1.2em;
}
h5 {
        font-size: 1.1em;
}
h6 {
        font-size: 1em;
}

img {
  box-shadow: 0.2em 0.2em 0.2em 0.2em #555;
  border-radius: 0.4em;
}

span.date {
  box-shadow: 0.1em 0.1em 0.1em #555;
  text-decoration:  auto;
  padding-left: 0.5em;
  padding-right: 0.5em;
  color: #555;
  border-radius: 2.4em;
  # text-decoration:  -moz-none;
  # background-image: -moz-elementblack;
}

dl > dt {
        background: url(/wp-content/themes/ocadia/images/deco.gif) no-repeat bottom right;
	padding-left: -1em;

}
dl > dd {
       # background: url(/wp-content/themes/ocadia/images/deco.gif) no-repeat bottom left;
        padding-left: -1em;
        border-bottom: 1px solid #D3D3D3
}
