/* BLOG.CSS & PROJECTS.CSS */
/* Credits go in part to Douglas Bowman - www.stopdesign.com */

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

.nonblog{background: #ffffe1}
.headertext { background-color: #ffcc00}

h1 {
	font-size: large;
	font-weight: bold
}

h2 {
	font-size: medium;
	font-weight: bold
}

h3 {
	font-size: small;
	font-weight: bold;
	text-align: center
}

table, th, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}

blockquote { font-style : italic}

a {	COLOR: #072f67}
a:visited {  color: #6a82a4}
a:hover {COLOR: #ff6600; TEXT-DECORATION: none}
a img { border: none}

ul {padding-left: 10px;	margin-left: 10px;	list-style : disc;}

hr { color: #f9e706; line-height: 3px}

.blogtitle {COLOR: #072f67; font-size: x-large; MARGIN-BOTTOM: 1px; MARGIN-LEFT: 20px}
.byline {COLOR: #072f67; FONT-SIZE: 10px}
.byline:hover {	COLOR: #ff6600; FONT-SIZE: 10px}

.update {
	font-size: x-small;
}

.post-footer {
	background:#ffffe1;
	margin:0;
	padding:2px 14px 2px 29px;
	border:1px dotted #ff6600;
	border-width:1px;
	/* border-bottom:1px solid #eee;
	font-size:100%;
	line-height:1.5em;
	color:#666;
	*/
	text-align:right;
	font-size: x-small;
}
/*p.post-footer {
  border-bottom-color:transparent;
  } 
p.post-footer em {
  display:block;
  float:left;
  text-align:left;
  font-style:normal;
  }*/