/* Begin Typography & Colors */
#page  {
	color: #333;
	text-align: left;
	}
	
#content {
	font-size: 1.2em
	}

.narrowcolumn .entry {
	line-height: 1.4em;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

#page h1, #page h2, #page h3 {
	font-weight: bold;
	}

#page h2, h2.pagetitle{
	font-size: 1.3em;
	}

#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
	}

#page h3 {
	font-size: 1.2em;
	}

#page h1, #page h1 a, #page h1 a:hover, #page h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	}

#page h2, #page h2 a, #page h2 a:visited, #page h3, #page h3 a, #page h3 a:visited {
	color: #333;
	}

#page h2, #page h2 a, #page h2 a:hover, #page h2 a:visited, #page h3, #page h3 a, #page h3 a:hover, #page h3 a:visited, #sidebar h2, cite {
	text-decoration: none;
	}

.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font-size: 1em;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, #page blockquote, #page strike {
	color: #777;
	}

#page a, #page h2 a:hover, #page h3 a:hover, #sidebar  a, #sidebar a:hover, #sidebar a:hover{
	color: #06c;
	text-decoration: none;
	}

#page a:hover, #sidebar a:hover{
	color: #147;
	text-decoration: underline;
	}
/* End Typography & Colors */



/* Begin Structure */
.narrowcolumn {
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
	}

.post {
	margin: 0 0 40px;
	text-align: left;
	}

.post hr {
	display: block;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.postmetadata {
	clear: left;
}
/* End Structure */



/* Begin Headers */
#page h2 {
	margin: 0;
	}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

#page h3 {
	padding: 0;
	margin: 30px 0 0;
	}

#page h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
#page p img {
	padding: 0;
	max-width: 100%;
	}
#big-rss {
	margin-right: 3px;
	float: left;
}
#page img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

#page img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

#page img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

#page .alignright {
	float: right;
	}

#page .alignleft {
	float: left
	}
/* End Images */



/* Begin Lists*/
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.entry ul {
	list-style-image:url(/images/arrow-gold.gif);
	list-style-type:circle;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#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;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	padding: 5px 0px; 
	text-align: left;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
#page acronym, abbr, span.caps {
	cursor: help;
	}

#page acronym, abbr {
	border-bottom: 1px dashed #999;
	}

#page blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

#page blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

#page .center {
	text-align: center;
	}

#page hr {
	display: none;
	}

#page a img, #sidebar a img{
	border: none;
	}
#page a.more-link {
	display: block;
}
.navigation {
	display: block;
	text-align: center;
	margin: 4px 0 15px 0;
	}
/* End Various Tags & Classes*/

/* Quicken css start*/
#quicken-side-top{
	background-color:#245C84;
	width:192px;
	height:25px;
	font-size:1.2em;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding-top:5px;
}		
#quicken-main-s{ 
	width:186px;
	height:150px;
	padding:10px 2px;
	border:solid 1px #245C84; 
}

#quicken-main-s a,#quicken-p1-s a{text-decoration:underline;}
#quicken-main-s a:hover,#quicken-p1-s a:hover{text-decoration:none;}
#quicken-p1-s{font-weight:bold;font-size:12px}
.quicken-p4-s{padding-bottom:0px;padding-left:5px;}
.quicken-p4-s span{display:block;float:left;font-weight:bold;padding-bottom:5px;}
.quicken-type{width:78px;}
.quicken-rate{width:35px;color:#ff0000;}
.quicken-apr{color:#353535;}
/* Quicken css End*/
