/* Gerneral Style Sheet */
.error { color: red; }
.hitGraphBg { background: #900; }
.hitGraphBar { background: #d00; }
.hitGraphUnique { background: #f70; }
.hitCount { color: #d00; }
.hitCountUnique { color: #d60; }
.buttons img {
	text-decoration: none;
	border: none;
}

.buttons a { text-decoration: none; border: none; color: #24b; }
.buttons a:hover { text-decoration: none; border: none; color:#47f; }
.buttons a:visited { text-decoration: none; border: none; color: #b42; }
.buttons a:visited:hover { text-decoration: none; border: none; color:#d63; }
.buttons {
	text-decoration: none;
	text-shadow: black 2px 2px 0;
	text-align: center;
	font-weight: bold;
	font-size: 15pt;
}


body {
	font-size:62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: white;
	color: #333;
}

h1, h2, h3, h4 {
    margin: 0;
	font-family: 'Trebuchet MS','Lucida Grande','Arial','sans serif';
    color: #000;
}

strong {
    color: #000;
}
small {
    color: #999;
    font-size: 0.75em;
    vertical-align: +10%
}
code,pre,tt {
	font-family: 'andale mono',monospace;
    font-size: 1em;
}
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
    border-left: solid #66A 3px;
    font-family: serif;
    padding-left: 6pt;
    margin-left: 6pt;
    margin-right: 12pt;
}
blockquote blockquote {
    border-left: solid #6A6;
    margin-right: 0;
}
blockquote blockquote blockquote {
    border-left: solid #A66;
    margin-right: 0;
}

/*
h1, h2, h3, h4 {
	padding-bottom: 0px;
	margin-bottom: 5px;
	margin-top: 0pt;
	padding-top: 0px;
	text-align: left;
	font-family: 'Trebuchet MS','Lucida Grande','Arial','sans serif';
}
*/

h1 + h1, h2 + h1, h3 + h1, h4 + h1,
h1 + h2, h2 + h2, h3 + h2, h4 + h2,
h1 + h3, h2 + h3, h3 + h3, h4 + h3,
h1 + h4, h2 + h4, h3 + h4, h4 + h4
{
	margin-top: 20pt;
	margin-bottom: 0pt;
}

p {
	margin-top: 0pt;
	margin-bottom: 10pt;
	line-height: 1.2em;
}

#content {
    text-align: justify;
	font-size: 10pt;
	border: 0;
	position: relative;
    height: 100%;
}

.hide {
	display: none;
}

hr {
	color: #000;
	background: #000;
	border: 0;
	height: 1px;
}










.narrowcolumn {
	float: left;
    display: inline-block;
    padding: 0 0 20px 45px;
    margin: 0;
	width: 450px;
}

/*
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}
*/

.widecolumn .ultrawidecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 5px;
	width: 750px;
}



/*
** Sidebar
*/

#sidebar {
	padding: 8px; 
	margin-left: 481px;
    margin-bottom: -8px;
	width: 181px;
    font-size: 0.9em;
    background: #f7f7f7;
}

/*
* html #sidebar {
    margin-left:485px;
	width: 177px;
}
*/

#sidebar a:visited { color: #39e; }

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	border: 0;
}
#sidebar ul ul li:before {
	content: "\00BB \0020";
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/*
** Posts
*/

.post {
    margin-bottom: 24pt;
}

.post .private {
    background: #eee;    
}

.postmetadata {
    text-align: center;
    color: #999;
}












.note {
	border: dashed #000 2px;
	background: #ee6;
	margin: 8px;
	padding: 5px;
	font-size: 9pt;
	text-align: justify;
}
.note h1, .note h2, .note h3, .note h4 {
	border: none;
}

.warning {
	border: solid #000 2px;
	background: #f99;
	margin: 8px;
	padding: 5px;
	font-size: 9pt;
	text-align: justify;
}
.warning h1, .warning h2, .warning h3, .warning h4 {
	border: none;
}



.hookpara { font-weight: bold; color: black;}

.video h3 { margin-bottom: 0; margin-top: 15pt; }
.video small { color: gray; }

.video { margin-left: 15pt; margin-right: 15pt; }

/* Magenta */
.searchterm0 { background: #A0A; color: black;  }

/* Cyan */
.searchterm1 { background: #0AA; color: black;  }

/* Yellow */
.searchterm2 { background: #AA0; color: black;  }

/* Green */
.searchterm3 { background: #0B0; color: black;  }

/* Red */
.searchterm4 { background: #B00; color: black;  }

.searchterm5 { background: #F0F; color: black; }
.searchterm6 { background: #0FF; color: black; }
.searchterm7 { background: #FF0; color: black; }
.searchterm8 { background: #5F5; color: black; }
.searchterm9 { background: #F77; color: black; }


