/* csStyle.css - Default stylesheet for the CSSimplicity weblog.
   The Simplicity templates were created by Derek Powazek of the {Fray}
   The CSSimplicity redesign was conducted by Scott Price */

/* overall html entity styles */

body { margin: 0px; 
  padding:0px;
  text-align:center; 
  background:#fff; 
  border: 1px black;}
  
a:link { color: #06f; text-decoration: none; } 
a:visited { color: #039; text-decoration: none; } 
a:active { color: #00f; text-decoration: underline; } 
a:hover	{ color: #39f; text-decoration: underline; } 

p { 
	font-family: Palatino, "Book Antiqua", Georgia, "Times New Roman", Times, serif; 
	font-weight: normal;
	font-size: 12px; 	 
	color: black; ; line-height: 14px;
}

/* ID'ed divs for major page elements */

#headerFrame{ /* the frame around the entire header */  }
#sidebarFrame{ /* puts the sidebar in place */ }
#bodyFrame{ /* the frame around the whole body, probably for positioning */ }
#footerFrame{ /* puts the footer in place */  }

/* styles for note-based sections - separating these out feels like overkill, 
   but doing so allows thorough manipulation of the display.  a post's title 
   could be beside, above, below, or even behind the post's text, and so on. */

.blogtitle{ }
.blogtagline{ }
.side{ /* an individual sidebar */ }
.sideHead{ /* the head of a sidebar piece */ }
.sideBody{ /* the body... */ }
.postHead{ /* the headings or titles of the blog entries */ }
.postBody{ /* the text of the blog entries */ }
.footer( /* in case we want to surround multiple footers like sidebars */ )
.footerBody{ /* the text of the footer */ }
