body
{
	font-family:Calibri,Arial,sans-serif;
	margin:0;
	/*the entire page*/
}
#blogStats
{
	/* the container for statistics for your blog */
}
#container
{
	/* this is the outermost container for Subtext
	all elements reside within here */
	background-color:#fff
}
#header
{
	/* container for the header */
}
#header #title a
{
	/* page header title */
	color:#090;font-size:150%;font-weight:normal;margin:0;
}
#header .subtitle
{
	/* header subtitle */
	font-style:italic;
}

#navigation
{
	/*the section that holds all the links to various parts of the site
	such as archives, categories, and blogroll */
	padding:1em
}

#navigation .title
{
	font-weight:bold;
	margin-top:1em;
	border-top:dotted 1px #c0c0c0;
	padding-top:.5em;
}

#content
{
	/* this region is where the main page content will be loaded
	it can have posts, archives, category listings, etc. */	
	padding:1em
}

#news
{
	/*container for the news announcement */
}
#news .title
{
	/*title of the news announcement*/
}
#news .body
{
	/* the body of the news announcement */
}
#footer
{
	/* bottom of all pages */
}
#footer .copyright
{
	/* copyright information in the footer */
	text-align:center;color:#808080;font-size:80%;padding-top:1em
}
#gallery
{
	/* container for galleries */
}
#gallery .title
{
	/* the title of the gallery */
}
#gallery .description
{
	/* the description of the gallery */
}
#gallery .thumbnails
{
	/* contains all the thumbnails for the gallery */
}
#gallery  .thumbnail
{
	/* specific formatting for each individual thumbnail */
}
#postComment
{
	/* the container for the form where people can input comments */
}
#postComment .title
{
	/* the title of the comment form */
}
#search
{
	float:none;
	width:auto;
	margin:.5em;
}
#searchBox
{
	/* container for the searchbox */
}
#searchBox .searchInput
{
	/* the text box that search terms are typed into */
}
#searchBox .seachButton
{
	/* the button pressed to initiate the search */
}
.links
{
	/* The primary container for each navigation section
	(such as Archives, Categories, etc) */
}
.links .title
{
	/* The title of each navigation section */
}
.links ul
{
	/* the styling for unorderd lists inside the links container */
}
.links ul li
{
	/* listed items in unordered lists in links */
}

.links img
{
	border:0;
	vertical-align:middle;
	margin-left:.25em
}

#recentComments
{
	/* container for recent comments control */
}
.comments
{
	/* container for all comments */
}
.comment
{
	/* container for individual comment */
}
.comment .title
{
	/* title of comment */
}
.comment .author
{
	/* author of comment */
}
.comment .postedDate
{
	/* comment date posted */
}
.comment .content
{
	/* main body of comment */
}
.day
{
	/* container for the view of posts by day */
	margin-bottom:2em
}
.day .date, .day .date a
{
	/* the date being viewed */
	color:#808080;
	font-style:italic;
	font-size:90%;
}

#myLinks
{
	/* container for the MyLinks */
}
#myLinks .title
{
	/* the title of the MyLinks section */
}
#myLinks .links
{
	/* the links contained in the MyLinks section */
}
.posts
{
	/* container for a list of posts - not used on main page*/
}
.post
{
	/* the container for a single post */
	margin-bottom:2em
}
.post .title
{
	/* the title of a post */
}
.post .body
{
	/* the body of a post */
}
.post .info
{
	/* the footer information of each post */
}
.post .trackback
{	
	/* the trackback / ping area of a post */
}
.previousNext
{
	/* the links that lead to the next and previous story */
}
.required
{
	/*information that should be marked as required */
}
.singleImage
{
	/* container for viewing a single image in the gallery */
}
.singleImage .title
{
	/* title of single image */
}
.singleImage .image
{
	/* image being displayed */
	
}

#navigation ul
{
	margin-top:0;
	list-style-image:url('images/bullet-big.png')
}

#searchResults
{
	position:static;
	top:.5em;
	border-color:#c0c0c0
	
}

#searchResults h5
{
	margin-top:.25em;
	margin-bottom:.25em;
}

#searchResults ul
{
	margin-top:0;
}

.searchClose
{
	float:right
}

.searchClose img
{
	border:0;
}

#noSearchResults
{
	text-align:center;
	font-style:italic;
	color:#808080;
}

#myLinks, .links
{
	float:left;
	padding-right:1em;
}

#myLinks ul, .links ul
{
	margin-top:0;
	margin-bottom:0;
}

table td
{
	border:none;
}
