body, html {

	/* Change the Code Below For Background Color of Edges - body is under container */
	background: #ffffff;

	margin: 0;
	padding: 0px 0px;
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	line-height: 13px;
	/* background-image: url(background.gif); */
	background-position: top left;
	background-repeat: repeat;
	color: #000000;
	letter-spacing:-0.5px; 
	text-decoration: none
	background-image: url(background.gif);
	background-position: top left;
	background-repeat: repeat;
}

/* original site markup */

/* This will change the header fonts */
.basic {line-height: 13px; font-size: 10px; font-family: verdana, arial, sans-serif; color:#111111; letter-spacing:-0.5px; text-decoration: none}

/* not ure what this does */
.basicspaced {line-height: 14px; font-size: 10px; font-family: verdana, arial, sans-serif; color:#111111; letter-spacing:-0.5px; text-decoration: none}

/* this is for header bold font */
.white {line-height: 13px; font-size: 10px; font-family: verdana, arial, sans-serif; color:#111111; letter-spacing:-0.5px;  text-decoration: none;}

/* mark up for links */

/*This is foor all links*/
a:link {line-height: 13px; font-size: 10px; font-family: verdana, arial, sans-serif; color:#111111; letter-spacing:-0.5px;  text-decoration: none}

a:visited {line-height: 13px; font-size: 10px; font-family: verdana, arial, sans-serif; color:#111111; letter-spacing:-0.5px;  text-decoration: none}

a:hover {line-height: 13px; font-size: 10px; font-family: verdana, arial, sans-serif; color:#111111; letter-spacing:-0.5px;  text-decoration: none; background:#999999}



/* banner title - will eventually be unessesary */
h1 {
	margin: 0 0 0 40px;
	padding: 24px 0 0 0;
	font-size: 2.5em;
	font-family:  verdana, arial, sans-serif;
	/* letter-spacing: -0.5px; */
	/* font-weight: bold; */
	line-height: 13px;
}

/* special markup for the entry title */
h3 {
	margin: 0.2em 0 0.6em 0;
	/* padding-left: 20px; */
	/* background:  #fff  url(doc.png) no-repeat center left; */
	color: #999999;
	font-size: 10px;
	font-family:  verdana, arial, sans-serif;
	/* font-weight: bold; */
}

h5 {
	margin: 0 0 0 40px;
	padding: 0px;
	letter-spacing: -0.5px;
	font-family: verdana, arial, sans-serif;
}


h1 a, h1 a:hover {
	text-decoration: none;
	color: #999999;
}

h1.top, h5.top {
	color: #999999;
	margin-top: -1.55em;
	margin-left: 39px;
	padding: 0px;
}

h1.shadow, h5.shadow {
	color: #000;
}


h4 {
	font-size: 10px;
	margin: 0.3em 0 0 0;
}


p {
	font-family: verdana, arial, sans-serif;
	margin: 0.5em 0;
	border: 0px dashed #0F0;
}

tt {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	
}

hr {
	margin: 1em 0.1em;
}

.commentinput {
	border: 1px inset #888;
	background-color: #F8F8F8;
	font-size: 1.1em;
}

.commentbutton {
	border: 1px outset #888;
	background-color: #DDD;
}

.pivot-message {
	font-weight: bold;
	border: 1px dashed #666; 
	padding: 5px;
}

p.entry-navigation {
	color: #666;
	text-align: left;
	padding-bottom: 0.4em;
}

/*********************** STYLE SHEET SPECIFICS ********************************/

/* Container */
#container {
	/* border: 1px solid #999999; */
	max-width: 750px;
	width: expression(document.body.clientWidth > 750? "750px": "auto" );
	margin: 0px left;
	margin-left: 80px;
	
	/* Change the Line Below for Back Ground Color of Text Area */
	background-color: #ffffff;

}

/* header - holds title and subtitle */
#header {
	width: 100%;
	height: 75px;
	margin: 0;
	padding-left: 20px;
	color: #999999;
	/* background: #330000 url(header.jpg) no-repeat top left; */
	/* border-bottom: 1px solid #999999; */
}

/* main section. This is the main that is used in 3 column layout */
#main {
	width: 43%;
	font-size: 10px;
	line-height: 13px;	
	margin: 0 10px 0 0;
	padding: 24px 12px 0 12px;
	float: left;
}

/* main section. This is the main that is used in 2 column layout, and the normal comments */
#main-2columns {
	width: 75%;
	font-size: 10px;
	line-height: 13px;	
	margin: 0 10px 0 0;
	padding: 24px 12px 0 12px;
	float: left;
}

.pmo {
	white-space: nowrap;
	
}

/* main section. This is the main that is used in the smaller comment popups */
#main-full {
	width: 90%;
	font-size: 10px;
	line-height: 13px;	
	margin: 0 10px 0 0;
	padding: 24px 12px 0 12px;
	float: left;
}


/* wrap each entry in a div */
.entry {
	line-height: 13px;

/* this is the dottted line at the bottom of the entries */
	border-bottom: 1px dashed #000000;

	margin-bottom: 1.5em;
	padding-bottom: 0.8em;
}


/* secondary info: post date, poster, category, number of comments */
.info {
	color: #999999;
}

/* attach the comments class to the 'x comments' link to get a comment icon in 
front of it */
.info .comments {

	padding-left: 13px;
	/* background: #ffffff url(comment.png) no-repeat center left; */
}

/* use <span class="poster">poster_name</span> to get a im-like icon in
front of the poster's name */
.info .poster {

	padding-left: 13px;
	/* background: #ffffff url(person.png) no-repeat center left; */
}

/* same as poster, but use class="category" and you'll get a folder icon
in front of the category */
.info .category {

	padding-left: 13px;
	/* background: #ffffff url(folder.png) no-repeat center left; */
}


/* all other information goes here */
#secondary, #linkdump {
	position: relative;
	top: -15px;
	left: 0;
	width: 20%;
	font-size: 10px;
	line-height: 13px;
	float: left;
	margin: 0 0px 0 0;
	padding: 18px 0px 0 0;
	/* border: 0px solid #999999; */
}

#secondary p, #linkdump p {
	line-height: 13px;
}

/* special markup for secondary info headers */
#secondary h3, #linkdump h3{
	margin: 5px 0 8px 0;
	padding: 0 0 0 22px;
	font-family: verdana, arial, sans-serif;
	color: #999999;
}

/* using different classes to outline the different sections */
.links,  .archives, .about, .search, h3.calendar, .linkdump,
#secondary .comments, .referrers, .stuff {
	margin: 0.3em 0 0.5em !important;

	/* this is the blue stripe in the menu */
	border-bottom: 1px solid #0FD;
}

.about-box {
	/* border: 1px solid #AAA; */
	/* background-color: #BECED6; */
	padding: 6px;
	color: #999999;
	margin: 0px 5px 15px 15px;	
}



.misc {
	/* border: 1px solid #999999; */
	/* background-color: #DAE3E8; */
	padding: 6px;
	color: #999999;
	margin: 10px 5px 10px 15px;	
}

/* attaching background images to the headers */
h3.links {
	/* background: transparent url(links.png) no-repeat center left; */
	margin: 0.8em 0 0.2em !important;
}

h3.linkdump {
	/* background: transparent url(linkdump.png) no-repeat center left; */
}

h3.about {
	/* background: transparent url(about.png) no-repeat center left; */
	margin: 0 !important;
}

h3.search {
	/* background: transparent url(search.png) no-repeat center left; */
	margin: 0.8em 0 0.2em !important;
}


h3.archives{
	/* background: transparent url(archives.png) no-repeat center left; */
	margin: 0.8em 0 0.2em !important;
}


h3.calendar {
	/* background: transparent url(calendar.png) no-repeat center left; */
	margin: 0.8em 0 0.2em !important;		
}

h3.comments{
	/* background: transparent url(comments.png) no-repeat center left; */
	margin: 0em 0 0.2em !important;	
	/* this is the dottted line at the bottom of the entries */
	border-bottom: 1px dashed #000000;	
}

h3.referrers{
	/* background: transparent url(referrers.png) no-repeat center left; */
	margin: 0.8em 0 0.2em !important;		
}

h3.stuff{
	/* background: transparent url(stuff.png) no-repeat center left; */
	margin: 0.8em 0 0.2em !important;		
}

h3 .date {
	font-size: 8px;
	float: right;
	/* font-weight: normal; */
	/* padding-top: 4px; */
	padding-right: 8px;
	font-family:	verdana, arial, sans-serif;
}

h4 .date {
	font-size: 8px;
	float: right;
	/* font-weight: normal; */
	/* padding-top: 2px; */
	padding-right: 8px;
	font-family:	verdana, arial, sans-serif;
}


p.comments {
	padding-top: 0.4em;
	border-bottom: 1px dashed #000000;

}

p.comment-footer {

	font-size: 0.9em;
	color: #999999;
	padding: 0em 0px 0.6em;
	border-bottom: 1px dashed #000000;

}

 a nice footer 
 #footer {  
	width: 100%;
	text-align: left;
	color: #999999;
	clear: both;
}

/* these styles are for the calendar widget */
.calendar {
	padding: 1px 5px;
	margin: 0px;
	/* border-right: 1px solid #ddd; */
	/* border-bottom: 1px solid #ddd; */
	font-size: 10px;
	/* background-color: #F8F8F8; */
}

.calendarHeader {
	/* font-weight: bold; */
	color: #999999;
	/* background: #eee; */
	margin: 0px;
	padding: 2px 5px;
	font-size: 10px;
}

.calendarToday {
	/* background-color: #FFFFFF; */
	/* font-weight: bold; */
	/* text-decoration: underline; */
	/* border: 1px solid #999; */
}

table.calendar {
	/* only the calendar has a line, not the individual cells */
	/* border: 1px solid #333; */
	padding: 0px;
	width: 175px;
}

table.calendar td {
	text-align: left;
}

.calendarHeader a, .calendar a {
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

/* end of the calendar styles */



.pivot-search label { visibility:hidden; display:none; }
.pivot-search legend { visibility:hidden; display:none; }
.pivot-search fieldset { border:0; padding:0; margin:0; }

.pivot-search-result label { visibility:hidden; display:none; }
.pivot-search-result legend { visibility:hidden; display:none; }
.pivot-search-result fieldset { border:0; padding:0; margin:0; } 

.searchbox {
	border: 1px inset #999999;
	padding: 2px;	
	/* background-color: #F8F8F8; */
	width: 85px;
}

.searchbutton {
	padding: 0px 3px;
	border: 1px outset #999999;
	background-color: #999999;
	width: 50px;
}

/* this replaces inline style tags */
img.badge { border:0; margin-bottom:2px; }

/* this is a bonus */
a img.badge:hover { border-bottom:1px #314e8c solid; margin-bottom:1px; }
