@charset "utf-8";
* {margin: 0; padding: 0;}
body  {
	font: 80%/1.3 Verdana, Arial, Helvetica, sans-serif;
	background: #E9E0DA url(../img/bg-body-1a.jpg);
	text-align: center;
	color: #456;
}
h1, h2, h3 {
	font-family: "Times New Roman", Times, serif;
}
/* vertical scale */
h1 { 
	font-size: 2em; 
	letter-spacing: -.02em;
	text-shadow: 1px 1px 2px #357;
}
h1 span{ 
	display: block;
	font-size: .8em;
	letter-spacing: -.01em;
	margin: 10px 0 0;
}
h2 { 
	letter-spacing: -.005em;
	color: #6A91B5;
	margin-bottom: .5em;
}
h3 { 
	color: #436986;
	margin-bottom: 1em;
}
#wrapper {
	width: 750px;
	text-align: left;
	background: #FFF;
	border: 1px solid #dcb;
	margin: 20px auto;
	padding: 4px;
} 
#header {
	text-align: center;
	color: #fff;
	background: #6A91B5 url(../img/bg-header-1a.jpg) repeat-x;
	border-bottom: 1px solid #024;
	margin: 0 0 4px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 30px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#wrapper2 {
	background: url(../img/bg-wrapper-1b.jpg) repeat-y;
}
#sidebar {
	float: left; 
	width: 190px; 
	padding: 30px 0;
}
#sidebar ul{
	border-top: 1px solid #A6BDD3;
}
#sidebar li{
	list-style: none; 
	background: #D2DEE9; 
	border: 1px solid #A6BDD3;
	border-width: 0 1px 1px;
}
#sidebar li a{
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #357;
	text-decoration: none;
	padding: 6px 12px;
}
#sidebar li a.current,#sidebar li a:hover{
	color: #024;
	background: #E4EBF2; 
}
#content { 
	background: #FCF5F1;
	margin: 0 0 4px 194px; 
	padding: 30px 40px; 
} 
#content p, #content ul, #content ol { 
	margin: 0 0 1em; 
}
#content a { 
	color: #369; 
}
#content ul, #content ol { 
	xmargin-left: 2em; 
}
#content ol, #content ul {
	margin: 1em 0;
	list-style: disc;
}
#content ol {
	list-style: upper-roman;
}
#content ol ul ul{
	list-style: circle;
}
#content li {
	margin: 1em 1.5em;
}
#content dt {
	font-weight: bold;
}
#content dt {
	margin: 1em 0 0;
}
#content dd {
	margin: 0 1em 1em;
}
#content img{ 
	background: #fff;
	border: 1px solid #ddd;
	border-color: #ddd #ccc #ccc #ddd;
	margin: 0 0 10px 17px; 
	padding: 4px; 
} 
/* musings index page */
#musings #content li a{ 
	text-decoration: none;
	padding-right: 25px;
} 
#musings #content li a:hover, #musings #content li a:focus{ 
	text-decoration: underline;
} 
#musings #content li a:visited {
	color: #69c;
	background: url(../img/check-1g.gif) no-repeat right center;
	background: url(../img/check-2c.gif) no-repeat right center;
} 
/* individual musing */
#musing #content pre{
	font: 1em/1.4 Verdana, Arial, Helvetica, sans-serif;
} 
#footer { 
	background:#88A5C1; 
	border-top: 1px solid #6A91B5;
	padding: 15px 20px; 
} 
#footer a{
	display: block;
	font-size: 12px; 
	line-height: 1em; 
	font-weight: bold;
	color: #fff;
}
#footer a:hover{
	text-decoration: none;
}
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.txtrt { 
	display: block;
	text-align: right;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}