html { background: rgb(51, 102, 153); }
body { font-size: 93%; font-family:  "Lucida Grande", Arial, sans-serif;  }
h1 { font-size: 197%; }
h2 { font-size: 123.1%; color: rgb(0,0,128);}

ol {
	/* Giving blockquotes and lists room to breath. */
	margin: 1em;
}

ol {
	/* Bringing lists on to the page with breathing room. */
	margin-left: 2em;
}

ol li {
	/* Giving OL's LIs generated numbers. */
	list-style: decimal outside;
}


a:visited, a:active, a:link {
	text-decoration: none;
	/*color: rgb(83,104,149);*/
	color: rgb(0,0,128);
}

a:hover 
{
	text-decoration:underline;
}

/*#ft { background-color: #97CBE1; }
#hd { background-color: #B6D345; }*/
#bd { background-color: #FFFFFF; }

/* Blog Header */
#hd {
	text-align: center;
	vertical-align: middle;
	font-family: "Eras Bold ITC";
	text-transform: uppercase;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(roundtop.gif);
	background: rgb(118,188,255);
}

#hd h1 a:visited, h1 a:active, h1 a:link {
	color: #FFF;
}

#hd h1 a:hover {
	text-decoration: underline;
}

/* Navigation Bar */
#nav {
	text-align: left;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin: 0;
	border-bottom: 1px solid #666;
	background: rgb(0,0,128); color: #FFF;
}
#nav ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	padding: 0.2em 1.2em;
	text-decoration: none;
	margin-top: 0;
	font-weight: bold;
	margin-bottom: 0.1em;
	color: #fff;/*--rgb(255,255,100);--*/
}
#nav ul li a:hover {
	text-decoration: underline;
}
/* end Navigation Bar */

/* Subscription Bar */
#subscriptions {
	font-size: 1em;
	margin: 0;
	padding: .1em;
	float: right;
	width: 50%;
	text-align: right;
}
#subscriptions ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}
#subscriptions ul li {
	display: inline;
}
#subscriptions ul li a {
	padding: 0.2em 0.5em;
	text-decoration: none;
	margin-top: 0.1em;
	margin-bottom: 0.1em;
        color: #fff;
}
#subscriptions ul li a:hover {
        text-decoration: underline;
}


/*end blog header*/

#content { border-right: 1px solid rgb(0,0,128); }

#rightnav { background: #E5EBEB; height:100%; width:100%;}

.post_title { font-size: 138.5%; font-weight:bolder; }
.post {
	/*font-size: 0.9em;*/
	/*border-top: 1px solid #666;*/
	border-bottom: 1px solid rgb(0,0,128);
	
	margin: 0em 1.5em;
	padding: 1.0em;
}

.comment {
	margin: 0em 1.5em;
	padding: 1.0em;
	border-bottom: 1px dashed rgb(0,0,128);
}

.comment h3 
{
	font-weight:bolder;
	color: rgb(0,0,128);
}

.commentdate
{
	font-size:85%;
	color: rgb(128,128,128);
}

#commentform 
{
	margin: 0em 1.5em;
	padding: 1.0em;
	/*border-top: 1px solid rgb(0,0,128);*/
}

fieldset 
{
    /*margin: 1em 0;*/
    /*padding: 1em;*/
    
}

fieldset p 
{
    margin: 2px 12px 10px 10px;
}

fieldset label 
{
    display: block;
}


div.tags ul {
	padding: 0;
	margin: 0;
}
div.tags ul li { display: inline; margin:0;}
div.tags li.label { font-weight: bolder; }

#ft {
	text-align: center;
	vertical-align: middle;
	background: #E5EBEB;
}

div.rightitem { margin: 1em 1em 1em 1em; }

.content-title { text-align:center; color: rgb(0,0,128);}
.content 
{
	margin: 0em 1.5em;
	padding: 1.0em;
}