/* @override http://www.entropy.ch/cgi/get-css.cgi */

body {
	background-image: url(/images/background.gif);
	background-color: #67688D;
	font-family: "Georgia", "Verdana", "Helvetica", sans-serif;
	color: #ffffff;
	font-size: 13px;
	margin-top: 0;
	margin-left: 0;
	padding: 0;
}

div#content {
	margin-left:100px;
	width: 500px;
}

div.sidenote {
	margin-top:60px;
	margin-left:-80px;
	width: 80px;
	float: left;
}


.navlink
{
	font-size: 11px;
	font-style: italic;
}

div#datestamp, div#copyright
{
	font-size: 11px;
	font-style: italic;
}

blockquote {
/*	text-indent: -0.4em;*/
	font-style: italic;
}

blockquote.noquotes {
	text-indent: 0;
	font-style: normal;
}

div.code, pre.code {
	background-image: url(/images/white-square-10-percent.png);
	margin: 20px 0 20px 0px;
	padding: 10px 15px 10px 15px;
	white-space: pre;
	overflow: auto;
	border: 1px solid #a29db6;
}




/*
q:before, blockquote:before, .faq_question:before {
	content: "\201c";
}


q:after, blockquote:after, .faq_question:after {
        content: "\201d";
}

q.noquotes:before, blockquote.noquotes:before {
	content: "";
}

q.noquotes:after, blockquote.noquotes:after {
	content: "";
}

*/


.faq_question {

	border-style: dotted;
	border-width: 1px 0 0 1px;
	padding: 6px 0 0 6px;
	border-color: #ADAFC8;
	font-size: 14px;
	font-style: italic;
}

.faq_answer {

	margin: 0px 40px 30px 40px;

}


input, textarea {
	color: black;
}

dt {
	margin-top: 5px;
	margin-bottom: 2px;
}



/* 
 * Table construction...
 *
 * is a bit special because Safari does not seem to honor
 * the "border-collapse: collapse" rule. Thus, I am placing borders
 * on the top and left edges of the table itself, and on bottom and right borders
 * of the table cells. 
 */
table
{
	margin: 0px;
	padding: 0px;
	border-style: solid;
	border-spacing: 0;
	border-collapse: collapse;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	/*border-color: #C6C6D4;*/
	border-color: #ADAFC8;
	font-size: 13px;
	width: 400px;
}

td, th {
	padding: 3px 6px 3px 6px;
	margin: 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-style: solid;
	border-color: #ADAFC8;
}

th
{
	font-size: 15px;
	text-align: left;
	color: #000;
	font-weight: normal;
	white-space: nowrap;
	background-image: url(/images/white-square-20-percent.png);
}

td {
	background-image: url(/images/white-square-10-percent.png);
}

.subheader {
	vertical-align: top;
	color: #000;
}

.tableheader_icon {
	margin: 0 5px 0 0;
}

.spacer {
	background-image: none;
}


/* Nested tables don't get backgrounds or borders */
.layouttable, .layouttable th, .layouttable td, table table, table table th, table table td {
	background-image: none;
	background-color: inherit;
	border-style: none;
	padding: 0;
	width: inherit;
}






/*
 * Headers
 */


h1 {
	font: bold 24px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h2 {
	padding-top: 4px;
	margin-top: 30px;
	font: bold 16px "Helvetica Neue", Verdana, Helvetica, Arial, Geneva, sans-serif;
	color: #fffcfc;
	border-bottom: 1px dotted #c4bad5;
}

h3 {
	font: bold 12px "Helvetica Neue", Verdana, Helvetica, Arial, Geneva, sans-serif;
}

h4 {
	font: normal 12px "Helvetica Neue", Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-style: italic;
}


/* 
 * Anchors
 *
 * Special tricks: fiddling with the lateral margins/padding so that the 
 * highlight box has a bit of padding which looks nicer, but to compensate for that and to prevent
 * movement/re-flow of the layout we have to tweak the margins with negative values
 * for the regular (non-hover) case.
 */
a {
	text-decoration: none;
	color: #f8f476;
	padding-left: 1px;
	padding-right: 1px;
	margin-left: -1px;
	margin-right: -1px;
}

a:hover
{
	padding-left: 1px;
	padding-right: 1px;
/*	background-color: #9595AF; */
	background-image: url(/images/white-square-20-percent.png); 

}

a:active
{
	color: #fff;
	padding-left: 0px;
	padding-right: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #C6C6D4;
}


 
 
/* 
 * Anchor effects exceptions for anchors which contain tables (also relevant for the
 * navigation).
 */
a.img
{
	padding-left: 0px;
	padding-right: 0px;
	margin-left: 0px;
	margin-right: 0px;
	border-style: none;
}

a:hover.img
{
	padding-left: 0px;
	padding-right: 0px;
	background-color: inherit;
	background-image: none;
}

a:active.img
{
	border-style: none;
}

 
 
 
 
 
 
 



/*
 * Box div class - a box with a lighter background
 */
.box {
	border-color: #C6C6D4;
	border-width: 1px;
	border-style: dashed;
	background-image: url(/images/white-square-10-percent.png);
	margin: 20px 0px 20px 0px;
	padding: 10px 10px 10px 10px;
}








/*
 * Rule div class - A horizontal rule
 */
.rule
{
	width: 100%;
	height: 1px;
	border-color: #C6C6D4;
	border-width: 1px 0 0 0;
	border-style: dashed;
	margin: 20px 0px 20px 0px;
}

#footerrule {
	margin: 25px 0px 2px 0px;
}



/*
 * Computer Code content elements have monospace fonts and some inline elements
 * are highlighted.
 */
samp, kbd, pre, tt, code, div.code {
	font-family: TheSansMono, Consolas, Monaco, Courier, "Courier New", monospace;
	font-size: 12px;
}

samp, kbd, tt, code {
	background-image: url(/images/white-square-20-percent.png);
	padding: 0 3px 0 3px;
}



/*
kbd {
	border-color: #C6C6D4;
	border-style: dotted;
	border-width: 1px;
	background-image: none;
}
*/



/* 
 * Navigation table exceptions for pixel precise placement of the navigation images.
 * some of the rules above are disabled again here for elements which are children
 * of an element of class "nav". If we don't do this, the settings interfere with 
 * the correct alignment of the nav images.
 */
table.nav, .nav td, .nav th {
	margin: 0px;
	padding: 0px;
	border-style: none;
}

/*
 * Need vertical-align bottom for images in layout tables
 * when rendering in strict/standards mode.
 * (http://devedge.netscape.com/viewsource/2002/img-table/)
 */
.nav img, .layouttable img {
	vertical-align: bottom;
}

img {
	border-style:none;
}

img.screenshot {
	border: 1px solid #aaa;
	overflow: auto;
}

img.right {
	float: right;
	margin: 10px 0 10px 20px;
}


/* blogging rules */

.blog_entry_icon {
	display: block;
	float: right;
	margin: 0 0 10px 10px; 
}

.posted {
	text-align: right;
	font-size: 11px;
	margin: 15px 0 0 0;
}

.syndicate {
	font-size: 12px;
	text-align: right;
}

.blog {
	margin: 40px 0 40px 0;
}

.blogentry {
	border-style: none;
	border-width: 1px;
        border-color: #C6C6D4;
	background-image: url(/images/white-square-10-percent.png);
	padding: 10px 10px 10px 10px;
	margin: 20px 0 5px 0;
}

.blogtitle {
	vertical-align: bottom;
	border-width: 0 0 1px 0;
	border-style: solid;
    border-color: #C6C6D4;
	margin: 0 0 5px 0;
	font: bold 16px "Helvetica Neue", Verdana, Arial, Helvetica, Geneva, sans-serif;
}

.blogdate {
	vertical-align: bottom;
	font-style: italic;	
	font-size: 12px;
        color: #C6C6D4;
	margin: 0 0 10px 0;
}

.blogextended {
	font-style: italic;	
	font-size: 11px;
        color: #C6C6D4;
}

.blogbody {
        color: #ffffff;
}

.commententry {
/*	border-width: 0px 0px 1px 0px;
	border-style: dotted;
        border-color: #C6C6D4;
*/
	padding: 0;
	margin: 20px 0 10px 0;
}


.commententry p {
	margin: 3px 0 5px 0;
}


.commentposted {
	background-image: url(/images/white-square-20-percent.png);
	font-style: italic;
	font-size: 11px;
	margin: 3px 0 0 0;
	padding: 2px;
}


/* sidebar */

#googlereader.sidebarbox h3 {
	display: none;
}

#googlereader.sidebarbox .f {
	text-align: right;
}

.sidebarbox li {
	margin-bottom: 5px;
}

#sidebar {
	position: absolute;
	left: 620px;
	font-size: 9px;
}

#sidebar table {
	font-size: inherit;
}

.sidebarbox, #calendar {
	padding: 5px 10px 5px 10px;
	margin: 0 0 10px 0;
	background-image: url(/images/white-square-10-percent.png);
	width: 170px;
}

/* blog calendar */

#searchbox input {
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.sidebarbox ul {
	padding-left: 15px;
	margin: 0;
}

fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.sidebartitle, #calendar caption {
	font: bold 12px "Helvetica Neue", Verdana, Helvetica, Arial, Geneva, sans-serif;
	text-align: left;
	vertical-align: bottom;
	border-width: 0 0 1px 0;
	border-style: dotted;
    border-color: #C6C6D4;
	margin: 0 0 5px 0;
	padding: 0;
}

#calendar table {
	background-image: none;
	border-width: 0 0 0 0;
	border-style: none;
	border-color: #C6C6D4;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	width: 100%;
	border-spacing: 1px;
	border-collapse: separate;
}

#calendar th {
	display: none;
}


#calendar td {
	text-align: center;
	padding: 0 0 1px 0;
	border-style: none;
}

td.calendarcolumn {
	text-align: center;
	padding: 0;
	border-style: none;
	background-image: url(/images/white-square-10-percent.png);
}

tfoot td {
	background-image: none;

}

#calendar tfoot td {
	padding: 5px 0 5px 0;
	color: #aaa;
}


/* link list */

.linkcategory {
	font-size: 12px;
	border-color: #ADAFC8;
	border-style: solid;
	border-width: 1px;
	margin: 10px 0px 4px 0px;
	padding: 0px 10px 2px 10px;
	background-image: url(/images/white-square-10-percent.png);
}
	
.linkcategorytitle {
	color: #000;
	margin: 0px -10px 2px -10px;
	background-image: url(/images/white-square-20-percent.png);
	padding: 1px 4px 1px 4px;
}

