body
{
	/*the entire page*/
	margin: 0 0 0 0;
	background: #000;
	color: #fff;
	font-family:arial,tahoma,sans-serif;
	font-size:smaller;
	background-image: url(Images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
a { color:#e8f51f; text-decoration: none; }
a:hover { text-decoration: underline; }
img { border: none; }

#blogStats
{
	/* the container for statistics for your blog */
}
#container
{
	/* this is the outermost container for Subtext
	all elements reside within here */
	margin: 0 auto;
	width: 905px;

}
#header
{
	/* container for the header */
	height: 230px;
}
#header a { color:#DA1447; }
#header .title
{
	/* page header title */
	color:#DA1447;
	font-size:large;
	font-weight: bold;
}
#header .subtitle
{
	/* header subtitle */
	font-style: italic;
}
#header .headLnk { float: left; height: 200px; width: 100%; cursor: pointer;}
#navigation
{
	/*the section that holds all the links to various parts of the site
	such as archives, categories, and blogroll */
	background-image: url(Images/navmid_bg.jpg);
	background-repeat: repeat-y;
	/*background-image: url(Images/navhead_bg2.jpg);
	background-repeat: no-repeat; */
	float: left;
	width: 219px;
	background-color: transparent;
	margin-left: 1px;
}
#navigation #navContent
{
	float: left;
	position: relative;
	margin-top: -365px;
	padding: 0 10px;
}
#navContent .title { text-transform: uppercase; font-weight: bold; font-size: larger; margin-bottom: 5px; }
#navContent ul { list-style-type: none; padding: 0px 0; margin: 2px 0 15px 0; }

#navContent .leftAd { margin: 2px 0 15px 0; padding: 0px 0; }

#content
{
	/* this region is where the main page content will be loaded
	it can have posts, archives, category listings, etc. */	
	margin-left: 225px;
	width: 651px;
	border-left: solid 1px #444;
	border-right: solid 1px #444;
	border-top: solid 1px #363636;
	padding: 1em;
	min-height: 500px;
}
#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 */
	margin-top: 1em;
	font-size: smaller;
	color: #ccc;
	text-align: center;
}
#footer .copyright
{
	/* copyright information in the footer */
	display: none;
}
#gallery
{
	/* container for galleries */
}
#gallery .title
{
	/* the title of the gallery */
	color: #eaf422; font-size: xx-large;
}
#gallery .description
{
	/* the description of the gallery */
	color: #fff; 
	font-size: small;
	background-image: url(Images/ctgry_bg.jpg); 
	background-repeat: repeat-x; 
	height: 100px;
	padding: 20px 14px 0px 14px;
}
#gallery .thumbnails
{
	/* contains all the thumbnails for the gallery */
}
#gallery  .thumbnail
{
	/* specific formatting for each individual thumbnail */
	text-align: center;
}
#postComment
{
	/* the container for the form where people can input comments */
}
#postComment .title
{
	/* the title of the comment form */
	font-size: larger;
}
#postComment .textbox { font-family: Arial, Tahoma, Sans-Serif; font-size: 10pt; }
.Submit
{
	background: transparent url(Images/send_button.jpg) no-repeat center top;
	width: 56px;
	height: 27px;
	padding: 27px 0 0;
	margin: 0;
	border: 0;
	overflow: hidden;
	cursor: pointer;
}
#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 */
}
#recentPosts .postStuff { font-size: 0.9em; }
#recentComments
{
	/* container for recent comments control */
}
#recentComments li { padding-bottom: 10px; }
.comments
{
	/* container for all comments */
	margin-bottom: 2em;
}
.comment
{
	/* container for individual comment */
	padding: 15px 5px;
}
.comment .title
{
	/* title of comment */
	font-weight: bold;
}
.comment .authorDate { font-size: smaller; }
.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 */
}
.day .date
{
	/* the date being viewed */
	display: none;
}
#content .date a { color: #E9A212; }

#myLinks
{
	/* container for the MyLinks */
	line-height: 18pt;
	float: right;
	width: 590px;
	margin-top: 4px;
	/*margin-top: 204px;*/
	/*position: absolute;
	top: 190px;
	left: 400px;*/
}
#myLinks .title
{
	/* the title of the MyLinks section */
}
#myLinks .links
{
	/* the links contained in the MyLinks section */
}
#myLinks ul { margin: 0 0; padding: 0 0; }
#myLinks li { display: inline; list-style-type: none; margin: 0; }
#myLinks li a 
{ 
	text-transform: uppercase;
	padding: 2px 1em; 
	color: #f71e71; 
	border-right: solid 1px #444; 
}
#myLinks .first a { border-left: solid 1px #444; }
#myLinks li a:hover {  }
#contactForm .title { color: #eaf422; font-size: xx-large; }
#contactForm .info 
{
	color: #fff; 
	font-size: small;
	background-image: url(Images/ctgry_bg.jpg); 
	background-repeat: repeat-x; 
	height: 100px;
	padding: 20px 14px 0px 14px;
}
#contactForm .textbox { font-family: Arial, Tahoma, Sans-Serif; font-size: 10pt; }
.postNav { text-align: center; }
.posts
{
	/* container for a list of posts - not used on main page*/
}
.posts .title .collectionTitle { color: #eaf422; font-size: xx-large; }
.posts .Description 
{ 
	color: #fff; 
	font-size: small;
	background-image: url(Images/ctgry_bg.jpg); 
	background-repeat: repeat-x; 
	height: 100px;
	padding: 20px 14px 0px 14px;
}

.post
{
	/* the container for a single post */
	border-bottom: solid 1px #444;
	margin-bottom: 50px;
}
.post .title
{
	/* the title of a post */
	font-size: x-large;
	color: #ff9900;
	border-bottom: solid 1px #444;
}
.post .title .postDate
{
	font-size: 9pt;
	color: #fff;
}
.post .title a, .post .title a:link { color:  #ff9900;}
.post .body
{
	/* the body of a post */
	margin: 15px 0;
	overflow: auto;
	height: 100%;
}
.post .info
{
	/* the footer information of each post */
	font-size: smaller;
	color: #ccc;
}
.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 */
	
}
#excerpt { font-size: 0.9em; }
#excerpt .head { display: none; } /* hard-coded article excerpt header content, invisible unless needed */
#excerpt .head img { float: left; }
#excerpt .head p { margin-left: 85px; margin-top: 0; padding-top: 10px; }
#excerpt .body { }
#excerpt .info { margin-left: 145px; padding-top: 2px; }
div.hr { height: 15px; padding: 10px 0; }