/* body & layout & typography */

body {
	font-family: Verdana, Helvetica, Arial;
       font-size: medium;
	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 {
    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;
	}



blockquote {
	margin: 2.0em 2.5em 2em 2.5em;
	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;
}
