.download
{ font-size: 0.8em; line-height: 1em; width: 100%; border-spacing: 4px}

.download th { text-align: right }
.download td { text-align: left }

.download .support
{
text-align: justify;
background-color: #F3DDC1;
padding: 5px 0px 5px 10px;
-moz-border-radius: 10px;
color: #361F01;
}

.download .support h3
{
text-align: center;
margin-bottom: 6px;
font-weight: bold;
padding-right: 10px;
}

.download .other
{
  margin-top: 10px;
text-align: center;
background-color: #dfdfdf;
-moz-border-radius: 10px;
padding: 5px 0px;
font-size: 1.2em;
}

code.source {
    border: 1px solid lightgrey; 
    padding: 5px 0;
    display: block;
    width: 100%;
    white-space: pre;
    overflow: scroll;
  }
.enscript-comment {font-style: italic; color: #B22222;}
.enscript-function-name {font-weight: bold; color: #0000FF;}
.enscript-variable-name {font-weight: bold; color: #B8860B;}
.enscript-keyword {font-weight: bold; color: #A020F0;}
.enscript-reference {font-weight: bold; color: #5F9EA0;}
.enscript-string {font-weight: bold; color: #BC8F8F;}
.enscript-builtin {font-weight: bold; color: #DA70D6;}
.enscript-type {font-weight: bold; color: #228B22;}

/* Begin Galery CSS */
.gallery_thumbnail {float: left; width: 220px; height: 220px; }
.gallery_slide {float: left; width: 420px; height: 420px; }
.gallery_image {float: left; border: 1px solid grey; padding: 5px; }
.gallery_clear {clear: both;}
/* End Galery Form CSS */

/* Begin Contact Form CSS */
.contactform {position: static; overflow: hidden; }
.contactleft {width: 25%; text-align: right; clear: both; float: left; display: inline;	padding: 4px; margin: 5px 0;}
.contactright {width: 70%; text-align: left; float: right; display: inline; padding: 4px; margin: 5px 0; }
.contacterror {	border: 1px solid #ff0000; }
.contactsubmit {}
/* End Contact Form CSS */

/* Begin Library CSS */
#now-reading ul li  { 
  background: none !important;
}

#books {
  text-aling: center;
  margin: 0 auto;
  position:relative;
}

#books li {
  background: none !important;
  width:20em;
  height: 20em;
  border:solid #CCC;
  border-width:0 1px 1px 0;
/* uncomment and adjust this if you want a rounded frame in Mozilla browsers
	-moz-border-radius:20px;
 */
  background:#FFF;
  padding:5px;
  text-align:center;
  position:relative;
  float:left;
  display:inline;
  margin:5px;
}

#books li .image {
  text-align:center;
}
#books li img {
  width:121px;
  height: 160px;
}


/* End Library CSS */

a.excerpt {
 color: #4c4c4c;
 text-decoration:none;
}




#comment_quicktags {
	text-align: left;
	margin-left: 1%;
}
#comment_quicktags #ed_comment_toolbar {
	display: inline;
}
#comment_quicktags input.ed_button {
	background: #F4F4F4;
	border: 1px solid #D6D3CE;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1px;
	width: auto;
}
#comment_quicktags input:focus.ed_button {
	background: #FFFFFF;
	border: 1px solid #686868;
}
#comment_quicktags #ed_strong {
	font-weight: bold;
}
#comment_quicktags #ed_em {
	font-style: italic;
}
