/*
style.org
If you do use this CSS on your own site, please at least choose different
colors.

And I did just that... -dpavlin
*/


/* BODY */

BODY {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, serif ;
	font-size: 13px;
	height: 100%;
}

TABLE TD {
	margin: 0px;
	padding: 2px;
	border: 0px;
/*
	font-size: 11px;
*/
}

/* some sizes... */

TT {
	font-size: 12px ;
	font-family: courier, courier new, monospace ;
}

PRE {
	font-size: 11px;
	font-family: courier, courier new, monospace ;
	line-height: 120%;
}

/* for alternating color in table */

TR.xfile {
	background: #e0e0ff;
}

/* P, BLOCKQUOTE { */
BLOCKQUOTE {
	line-height: 160%;
}

UL, OL {
	line-height: 130%;
}

a, A:link {
	color: #000088;
	text-decoration: none;
}

a:visited {
	color: #000066;
/*	text-decoration:line-through; */
	text-decoration: none;
	font-style: italic;
}

A:link:hover {
	color: #000088;
	background-color: #eeeeee;
	text-decoration: underline;
}

SUP {
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	line-height: 100%;
}


.footertext {
	color: #666666;
	font-family: Verdana;
	font-size: 12px;
}

/* title == h1 */
.title {
	color: #000088;
	font-family: Trebuchet MS;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-bottom: 0px;
	line-height: 100%;
}

H1 {
	color: #111111;
	font-family: Trebuchet MS;
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-bottom: 0px;
	border-bottom: 1px dotted #e0e0e0;
	line-height: 100%;
}

H2 {
	color: #000088;
	font-family: Trebuchet MS;
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 5px;
	width: 100%;
	margin-top: 10px;
	padding-bottom: 0px;
	border-bottom: 1px dotted #e0e0e0;
	line-height: 100%;
}

H3 {
	color: #000000;
	font-family: Trebuchet MS;
	font-size: 17px;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 5px;
	padding-bottom: 5px;
	line-height: 100%;
}

.breadcrumb {
	color: #999999;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	padding-top: 26px;
	padding-bottom: 0px;
	padding-left: 70px;
	padding-right: 50px;
}

/* blog classes */

.entry {
	margin-left: 10px;
	margin-right: 10px;
}

.comment {
	background-color: #f0f0f0;
	color: #333333;
	border-top: 1px dotted #666666;
	border-bottom: 1px dotted #ffffff;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	padding-right: 10px;
}

.deck {
	color: #333333;
	font-family: Georgia;
	font-style: italic;
	font-size: 16px;
	margin-top: 3px;
	margin-bottom: 3px;
}

.deck em, .deck p em {
	color: #000000;
	font-style: normal;
	font-weight: bold;
}

.byline {
	font-family: Verdana;
	font-size: 12px;
	margin-top: 16px;
}

.day {
	background-color: #ffff00;
	color: #666666;
	font-size: 16px;
	font-family: Georgia;
	margin-left: 15px;
	margin-top: 20px;
}

.postdate {
	color: #666666;
	font-size: 12px;
	font-family: Georgia;
	margin-left: 10px;
}

.commentdate {
	color: #666666;
	font-size: 12px;
	margin-top: 5px;
	font-family: Georgia;
	margin-left: 30px;
}

.footline {
	font-family: Verdana;
	font-style: italic;
	margin-top: 16px;
}

.subsection {
	color: #666666;
	font-family: Verdana;
	font-size: 12px;
	letter-spacing: 2px;
	margin-top: 30px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.pullquote {
	background-color: #e0e0ef;
	color: #333333;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	font-family: Georgia;
	font-style: italic;
	font-size: 14px;
	padding: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	width: 9em;
	float: right;
	text-align: center;
/*	white-space: nowrap; */
}

.smallcaps {
	font-variant: small-caps;
}


/* TABLES */

.caption {
	color: #666666;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 120%;
}

.captiontitle {
	color: #333333;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 120%;
}


/* RULES */

.xrule {
	border-top: 1px solid #996666;
	width: 100%;
	height: 1px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.rule {
/*	border-top: 1px dotted #666666; */
	border-top: 1px dotted #999999;
	width: 100%;
	height: 1px;
	padding: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
}

/* main container */
#container {
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 130%;
	background: #ffffff;
}

#header {
	background: #e0e0ff;
	margin: 0;
	padding: 1px 1px 1px 5px;
}

#left {
        margin: 0;
        padding: 1em;
        background:#ffffff;
	border-top: 1px solid #333333;
	margin-right: 130px;
/*
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
*/
}

#right {
	background: #ffffff;
	margin: 0;
	padding: 0;
	float: right;
	width: 130px;
}

#footer {
	clear: both;
	background: #f0f0f0;
	color: #404080;
	border-top: 1px solid #666666;
	font-family: Verdana;
	font-size: 11px;
	margin: 0;
	padding-top: 3px;
	padding-bottom: 7px;
	padding-left: 10px;
}

#left a, #right a, #header a, #footer a {
	display: inline !important;
	padding: 0px;
	margin: 0px;
}

#navbar {
	background-color: #e0e0ff;
	margin: 0;
	border-bottom: 1px dashed #333333;
	border-left: 1px dashed #333333;
	padding-top: 0em;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	font-family: Georgia, serif;
	font-size: 13px;
}

#navbar ul {
	list-style-type: none;
	border: none;
}


.nb {
	margin: 0;
	padding: 0;
}

.nbs {
	font-weight: bold;
}

.nb1 {
	border-top: 1px solid #ffffff;
	padding-top: 0.5ex;
	padding-bottom: 0.5ex;
}

.nb2 {
	margin-left: 1em;
	font-size: 90%;
}

.nb3 {
	margin-left: 2em;
	font-size: 80%;
}



#navbar a, #navbar a:link, #navbar a:visited {
	text-decoration: none;
	font-style: normal;
	display: block;
}

#navbar a:hover {
	color: #000088;
	background-color: #eeeeee;
	text-decoration: none;
}

/* title on header */
.nb_title {
	color: #666666;
	font-style: italic;
	font-size: 11px;
}

/* sidebar comments */
.sidebar {
	clear: right;
	padding: 5px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	display: block;
	background-color: #e0e0f0;
	color: #666666;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 120%;
	border: 1px dotted #999999;
	text-align: center;
}

/* related pages box */

.related {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #999999;
	padding: 0px;
	margin: 10px;
	display: block;
	text-align: center;
}

.related ul, .related li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.related a, .related:link, .mirros a:visited {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #999999;
}

.related a:hover {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #666666;
}

/* mirror locations */
.mirrors {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #e0e0e0;
	padding: 0px;
	margin-top: 0px;
	margin-right: 5px;
	margin-left: 0px;
	margin-bottom: 5px;
	clear: right;
}

.mirrors a, .mirrors:link, .mirros a:visited {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #e0e0e0;
	display: inline !important;
}

.mirrors a:hover {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #666666;
	display: inline !important;
}

table.calendar {
        border: 0px;
        text-align: center;
        margin: 0px auto;
        margin-bottom: 1em;
	font-size: 7px;
	padding: 1px;
	border-spacing: 0px;
}
table.calendar td {
        font-size: 50%;
	padding: 1px;
}
table.calendar tr.days {
        font-size: 50%;
	padding: 1px;
}
table.calendar th {
 font-style: italic; color: #808080; 
}
table.calendar td.sunday {
        background-color: #e8e8e8;
}
/* this sucks */
table.calendar a {
  font-weight: bold;
}
a:hover {
  text-decoration: underline;
}


