body {
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

/**** MASTHEAD ******************************************************************************************/ 
#mast {
	color: #fff;
	position: relative;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: 2px solid black;
	border-bottom: 4px solid black;
	background: #0000CC;
	clear: both;
}



#mast .header {
 padding: 0px 0px 0px 0px;
 margin: 0px 0px 0px 0px;
border-width: 0px;

 font-size: 25px;
 font-family: Arial, Helvetica, sans-serif;
display: block;
}

#mast h2 {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 20px;
 margin-bottom: 0;
 color: White;
 padding: 2px 20px 1px 0px;
}  




#mast a {padding-right:12px; font-size:12px}
#mast a:link {color:white;text-decoration:none}
#mast a:visited {color:white;text-decoration:none}
#mast a:hover {text-decoration:underline}
#mast a:link.current, #mast a:visited.current {color:yellow;text-decoration:none}
#mast a:hover.current {color:yellow;text-decoration:none;cursor:default}

/**** Main Content Area  ******************************************************************************************/ 
#main {
	color: #000;
	position: relative;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	padding: 5px 10px 2px 6px;
	text-align: left;
	font-size: 14px;
}

#main h1 {margin:0px}
#main a {padding-left:3px; padding-right:3px}
#main a:link {
	color: #000;
	text-decoration: underline;
}
#main a:visited {
	color: Gray;
	text-decoration: underline;
}
#main a:hover {
	text-decoration:underline;
}

/**** FOOTER ******************************************************************************************/ 
#foot {
	color: #fff;
	position: relative;
	width: 100%;
	margin: 2px 0px 0px 0px;
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	background: #0000CC;
	font-size: 8px;
	padding: 2px 2px 2px 10px;
	font-size:12px
}

#foot a {
	padding-right: 12px;
	font-size: 12px;
}
#foot a:link {color:white;text-decoration:none}
#foot a:visited {color:white;text-decoration:none}
#foot a:hover {text-decoration:underline}
#foot a:link.current, #foot a:visited.current {color:yellow;text-decoration:none}
#foot a:hover.current {color:yellow;text-decoration:none;cursor:default}
#foot .footfntcolor {display: block;}

/**** BLOG ******************************************************************************************/ 
#blog .date-header {
	margin: 0 28px 0 43px;
	font-size: 85%;
	line-height: 2em;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #993399;
	background-color: White;
}
#blog .post {
  margin:.3em 0 25px;
  padding:0 13px;
  border:1px dotted #bb9;
  border-width:1px 0;
  }
#blog .post-title {
  margin:0;
  font-size:135%;
  line-height:1.5em;
  background:url("http://www.blogblog.com/rounders3/icon_arrow.gif") no-repeat 10px .5em;
  display:block;
  border:1px dotted #bb9;
  border-width:0 1px 1px;
  padding:2px 14px 2px 29px;
  color:#333;
  }
#blog a.title-link, .post-title strong {
  text-decoration:none;
  display:block;
  }
#blog a.title-link:hover {
  background-color:#fff;
  color:#000;
  }
#blog .post-body {
  border:1px dotted #bb9;
  border-width:0 1px 1px;
  border-bottom-color:#eec;
  padding:10px 14px 1px 29px;
  }
html>body .post-body {
  border-bottom-width:0;
  }
#blog .post p {
  margin:0 0 .75em;
  }
#blog p.post-footer {
  background:#fff;
  margin:0;
  padding:2px 14px 2px 29px;
  border:1px dotted #bb9;
  border-bottom:1px solid #eee;
  font-size:100%;
  line-height:1.5em;
  color:#666;
  text-align:right;
  }
html>body p.post-footer {
  border-bottom-color:transparent;
  }
#blog p.post-footer em {
  display:block;
  float:left;
  text-align:left;
  font-style:normal;
  }