@charset "utf-8";
/* CSS Document */

#sidebar,
#commentform,
#header,
#nav,
#ddnav { 
display:none;
visibility:hidden;
}
/* Keep Firefox from clipping the content after the first page. */
body {
	overflow-y: visible;
	margin:0;
	padding:0;
	width:100%;
}
/* underline all links and use gray, bold */
  
  a:link, a:visited {
	text-decoration: underline !important;
	font-weight:bold;
	color: #666;
}
/* don't underline headers that are links!*/
h1 a:link, h2 a:link, h3 a:link, h1 a:visited, h2 a:visited, h3 a:visited {
	text-decoration: none !important;
}

#top {
margin:0;
padding:0;
height:1.5in;
width:100%;
}
#top img {
margin:0;
padding:0;
display:block;
visibility: visible;
/*width:6.8in;
height:1.028in;*/
/*margin:auto;
text-align:center;*/
}
.entry {
border:0;
}
#content,
div.entry{ margin-left:0; 
     float:none; 
     width:auto }


/*resize the text in points -- use all selectors that govern main body text.*/
body, p, li, input, blockquote {
	font-size:11pt;
	font-family:Arial, Helvetica, sans-serif;
	line-height:16pt;
}
/*original sample used "#content," but that captured headings, too; I decided to change to just "p" -- could also include <li>.  
At any rate, use whatever you need to get at the links in the main text */
/*p a:link:after, p a:visited:after {
	content: " (" attr(href) ") ";
	font-weight:bold;
	color:#333;
}*/

/*adds the missing front part to relative links -- CHANGE TEXT OF FRONT ON LINK FROM SAMPLE!*/
/*p a[href^="/"]:after {
content: " (http://www.tech-tamer.com" attr(href) ") ";
font-weight:bold;
color:#333;
}*/