/* @group Initialize Type */

/* Normalizes font-style and font-weight to normal */
address, caption, cite, cod, dfn, strong, th, var
{ font-style: normal; font-weight: normal; font-family: "Lucida Sans", "Trebuchet MS", Verdana, Sans-serif;}

/* Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6, p
{ font-size: 100%; font-family: "Lucida Sans", "Trebuchet MS", Verdana, Sans-serif;}

/* Left-aligns text in caption and th */
caption, th
{ text-align: left; }

/* Removes quotation marks from q */
q:before, q:after
{ content: ''; }

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td
{ margin: 0; padding: 0;}

a {
	color:  #009CC9;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited{
	color: #607785;

}

h3{
	color: #696969;
}

/* @end */

/* @group Top Navigation */

div#topnav ul {
	font-family:  "Lucida Sans", "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 13px;
	color: white;
}

div#topnav li {
	color: #999999;	
}

div#topnav li.currentpage a{
	color:  #009CC9;
	background-position-x: 0px;
	
}

/* @end */

/* @group Musings */

div#musingnav h2 {
	background: url(../images/musings.gif) no-repeat;
	text-indent: -9999px;
	height: 30px;
	margin-left: -4px;
	padding: 5px;
}



div#musingnav ul li{
	width: 160px;
	font-size: 13px;
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
	padding-bottom: 20px;
}

div#musingnav ul li a{
	color: #999999;
}

div#musingnav ul li a:hover{
	color: #009CC9;
	text-decoration: none;
}

div#contentnav h2{
	font: bold 12px "lucida sans", "Trebuchet MS", Sans-serif;
	padding-bottom: 15px;
	color: #6a6a6a;

}


div#contentnav ol a{
	font: 11px "lucida sans", "Trebuchet MS", Verdana, Sans-Serif;
	line-height: 3px;
	padding-bottom: 15px;
	color: #607785;
}

div#contentnav ol a:hover{
	text-decoration: none;
	color: #fff;
}

div#contentnav li{
	padding-bottom: 15px;
}

div#contentnav p{
	font:  10px "Lucida Sans", "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
	
	color: #7f7f7f;
	}


div#musingcontent h3{
	font-style: italic;
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
	padding-bottom: 30px;

	font-size: 10pt;
}

h2#title{
	font: bold 20pt "Lucida Sans", "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
	padding-bottom: 5px;
	color: #ffffff;
	text-shadow: #171717 5px 3px 5px;
	padding: 0 21px;

}

h3#subtitle{
	font-style: italic;
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, Helvetica, Arial, Sans-Serif;
	padding-bottom: 20px;
	color: #ffffff;
	font-size: 10pt;
	text-shadow: #000000 2px 2px 2px;
	padding: 0px 21px;
	position: relative;

}

p#abstract{
	color: #696969;
}

div#musingcontent p {
	font: 10pt/1.5 "Trebuchet MS", Georgia, Verdana, Helvetica, Arial, Sans-Serif;
	padding-bottom: 1em;


}

div#musingcontent p.abstract {
	font: italic 8.5pt/1.5 "Trebuchet MS", Georgia, Verdana, Helvetica, Arial, Sans-Serif;
	color: #7d7d7d;
}

div#musingcontent h4{
	padding-top: 1.25em;
	padding-bottom: .5em;
}

div#musingcontent acronym {
	border-bottom: 1px dotted;
	color:  #009CC9;
}

div#musingcontent blockquote {
	color: #606060;
	font: italic 10pt/1.5 "Trebuchet MS", Georgia, Verdana, Helvetica, Arial, Sans-Serif;
	padding: 1em 45px 2em 45px;
}

div#musingcontent .cite {

	font: 8pt "Trebuchet MS", Georgia, Verdana, Helvetica, Arial, Sans-Serif;
	list-style-position: outside;
	padding: 15px;
	color: #606060;
}

div#musingcontent ol.cite li{
	list-style-type: decimal;
	padding-bottom: 5px;
}

div#musingcontent a#next {
	font: 10pt "Lucida Sans", "Trebuchet MS", Georgia, Verdana, Helvetica, Arial, Sans-Serif;
	background: url(../images/arrowright.gif) no-repeat 100%;
	padding: 0 20px;
}

div#musingcontent a#prev {
	font: 10pt "Lucida Sans", "Trebuchet MS", Georgia, Verdana, Helvetica, Arial, Sans-Serif;
	background: url(../images/arrowleft.gif) no-repeat;
	padding: 0 20px;

}

div#musingcontent a#up {
	font: 10pt "Lucida Sans", "Trebuchet MS", Georgia, Verdana, Helvetica, Arial, Sans-Serif;

	padding-left: 0px;
	width: 20px;

}

span#jsfix {
	font: 10pt "Lucida Sans", "Trebuchet MS", Georgia, Verdana, Helvetica, Arial, Sans-Serif;
	background: url(../images/arrowup.gif) no-repeat;
	padding-left: 20px;
	width: 20px;

}


div#pagenav{
	text-align: center;
	width: 100%;
	padding:  15px 0;

}


/* @end */





