/* body & layout & typography */

body {
	font-family: Verdana, Helvetica, Arial;
       font-size: small;
	background-image: url(images/background.png); 
	background-attachment: fixed;
	background-repeat: no-repeat; 
}


p {
	padding-bottom: 1.5em;
}

.post-content ol {
    padding-bottom: 1.5em;
}


.post-content ul {
    margin-bottom: 10px;
}

.post-content {
    line-height: 140%;
    background-image: url(images/background.png); 
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-color: white;   
}


	.post-content a:link  {
	    text-decoration: underline;
	}

	.post-content a:visited  {
	    text-decoration: underline;
	    color: grey;
	}


        .post-content a[href^="http:"] { background: url(images/remote.gif) left center no-repeat; padding-left: 12px;}
        .post-content a[href^="http://einiverse.eingang.org/"] {background: none transparent; padding-left: 0px;}
        .post-content a[href^="http:"]:hover { background: url(images/remote_a.gif) left center no-repeat; padding-left: 12px; }
        .post-content a[href^="http://einiverse.eingang.org/"]:hover {background: none transparent; padding-left: 0px; }

        .post-content a[href$=".pdf"] { background: url(images/pdficon_small.gif) left center no-repeat; padding-left: 20px;}
        .post-content a[href$=".pdf"]:hover { background: url(images/pdficon_small.gif) left center no-repeat; padding-left: 20px;}

#twitter_author {
    background: #ffffff;
    width: 420px;
    border: 0;
    font-size: 14px;
    font-family: Helvetica, Arial;
}


blockquote {
	margin: 1.5em 3em 1.5em 3em;
	padding: 0 1.5em 0 0.75em; 
	border-left: 1px solid #CCC;
	border-right: 0px solid #CCC;
}


twitterquote {
	margin: 1.5em 5em 1.5em 3em;
	padding: 0 1.5em 0 0.75em; 
	border-left: 1px solid #CCC;
	border-right: 0px solid #CCC;
}



/* add image handling tags */
img.floatleft {
	padding: 10px;
	border: 0px;
	float: left;
}

img.floatright {
	padding: 10px;
	border: 0px;
	float: right;
}

.commentsrsslink {
	background: url('images/feed.png') left top no-repeat;
	padding: 2px 0px 2px 20px;
	margin-right: 10px;
	margin-left: 0px;
	height: 16px;
	}

.trackbacklink {
	background: url('images/arrow_refresh.png') left top no-repeat;
	padding: 2px 0 2px 20px;
	height: 16px;
	}

.metalinks {
	padding-top: 0px;
	margin-top: 0px;
	font-size: small;
}

.backtotop {
	display: block;
	margin-top: 5px;
 	margin-bottom: 25px;
	text-align: right;
	font-size: small;
}	

.pretty-table-headerrow ul li
{
  margin-bottom: 0.5em;
}
	
.pretty-table-headerrow
{
  padding: 0;
  margin: 20px 0 0 0;
  border-collapse: collapse;
  border: 1px solid #333;
  font-family: Verdana, Arial, Helvetica, sans-serif; 
  color: #000;
  /* background: #99CCFF;  */
  background: #CFF;
  width: 75%;
}

.pretty-table-headerrow caption
{
  caption-side: bottom;
  text-align: left;
  padding: 0.5em 0;
  background-color: #CCC;
  margin-bottom: 20px;
}

.pretty-table-headerrow th, .pretty-table-headerrow td
{
  border: 1px dotted #666;
  padding: 0.5em;
  text-align: left;
  /* color: #632a39;*/
  color: #2a4763;
  vertical-align: top;
}


.pretty-table-headerrow th[scope=col]
{
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}

.pretty-table-headerrow th+th[scope=col]
{
  color: #fff;
  background-color: #7d98b3;
  border-right: 1px dotted #666;
}

.pretty-table-headerrow th[scope=col]
{
  color: #000;
  background-color: #8fadcc;
  text-transform: uppercase;
  border-bottom: 2px solid #333;
  border-top: 2px solid #333;
  text-align: center;
}

.pretty-table-headerrow th[scope=row]
{
  background-color: #b8cfe5;
  border-right: 2px solid #333;
  color: #2a4763;
  
}

.pretty-table-headerrow tr.alt th, .pretty-table-headerrow tr.alt td
{
  color: #2a4763;
}

.pretty-table-headerrow tr:hover th[scope=row], .pretty-table-headerrow tr:hover td
{
  background-color: #36F;
  color: #fff;
}

#skip a,#skip a:hover,#skip a:visited {
position:absolute;
left:0px;
top:-500px;
width:1px;
height:1px;
overflow:hidden;
}

#skip a:active,#skip a:focus {
position:static;
width:auto;
height:auto;
}

div.topimage {
width:550px;
display:block;
margin-left:auto;
margin-right:auto;
padding:0 0 15px;
}

.attribution {
font-size:x-small;
}



