body
{
	/*the entire page*/
	font-family: verdana,arial,helvetica,sans-serif;
	font-size: 0.75em;
	color: #71237D;

	margin:0px;
	padding:0px;
}
a {
	color: #71237D;
}

a:hover {
	color: #8D4F97;
}
h1 {
	font-size:1.2em;
}

h2 {
	font-size:1.0em;
}

pre, tt {
	font-size: 1.2em;
}
#blogStats
{
	/* the container for statistics for your blog */
}
#container
{
	/* this is the outermost container for Subtext
	all elements reside within here */
}
#header
{
	/* container for the header */
	background:#71237d url("Images/collage.png") no-repeat top right;
	padding-top:90px; padding-left:25px;
	color:white;
	height:70px;
	text-align:left;
	margin-bottom:10px;
}
.headerTitle
{
	/* page header title */
	font-size:3.0em;
	color:white;
	text-decoration: none;
}
#header .subtitle
{
	/* header subtitle */
	font-size:1.0em;
}
#navigation
{
	/*the section that holds all the links to various parts of the site
	such as archives, categories, and blogroll */
	position: absolute;
	right:0px;
	top:179px;
	width:180px;
	padding-right:5px;
}
#content
{
	/* this region is where the main page content will be loaded
	it can have posts, archives, category listings, etc. */	
	position:relative;
	margin-left: 20px;
	margin-right:200px;
	padding-left: 5px;
	padding-right: 15px;
}
@media print {
	body,a,h1,h2 { color: black; }
	#header { display: none; }
	#navigation { display: none; }
	#content { margin-right: 20px; }
}
#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 */
	display: none;
}
#footer .copyright
{
	/* copyright information in the footer */
}
#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 */
}
#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 */
	background-color:#71237d;
	color:white;
	font-weight:bold;
	padding: 2px;
	text-align:center;
}
.links .box
{
	border-bottom: dashed 1px #71237d;
	border-left: dashed 1px #71237d;
	border-right: dashed 1px #71237d;
	padding: 4px;
	margin-bottom: 1.0em;
}
.links ul
{
	/* the styling for unorderd lists inside the links container */
	padding-left: 1.5em;
	margin: 0px;
	list-style-image: url("Images/tri.png");
}
.links ul li
{
	/* listed items in unordered lists in links */
	padding-bottom: 0.5em;
}
.links ul.nopadding li
{
	/* listed items in unordered lists in links */
	padding-bottom: 0px;
}
#recentComments
{
	/* container for recent comments control */
}
.comments
{
	/* container for all comments */
}
.comments .maintitle
{
	background-color:#71237d;
	color:white;
	font-weight:bold;
	padding: 2px;
	margin-top: 2.0em;
}
.comments .box
{
	padding: 0px;
	margin-bottom: 2.0em;
}
.comment
{
	/* container for individual comment */
	clear: both;
	padding-bottom: 1.0em;
	border-left: dashed 1px #71237d;
	border-right: dashed 1px #71237d;
	border-bottom: dashed 1px #71237d;
	padding-top: 1.0em;
}
.comment .avatar
{
	/* title of comment */
	margin-left: 5px;
	margin-right: 5px;
}
.comment .title
{
	/* title of comment */
}
.comment .author
{
	/* author of comment */
}
.comment .postedDate
{
	/* comment date posted */
}
.comment .content
{
	/* main body of comment */
	margin-left: 70px;
}
.day
{
	/* container for the view of posts by day */
}
.day .date
{
	/* the date being viewed */
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom: solid 1px #71237d;
	margin-top: 2.0em;
	margin-bottom: 1.0em;
}
#myLinks
{
	/* container for the MyLinks */
	text-align:center;
}
#myLinks .title
{
	/* the title of the MyLinks section */
}
#myLinks .links
{
	/* the links contained in the MyLinks section */
}
.disclaimer {
	font-size:0.8em;
	font-style:italic;
	text-align:justify;
}
.posts
{
	/* container for a list of posts - not used on main page*/
}
.posts .maintitle
{
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 3px;
	border-bottom: solid 1px #71237d;
	margin-bottom: 1.0em;
}
.post
{
	/* the container for a single post */
}
.post .title
{
	/* the title of a post */
	font-weight: bold;
	text-decoration: none;
}
.post .postTitle
{
	/* the title of a post */
	font-weight: bold;
	text-decoration: none;
}
.post .body
{
	/* the body of a post */
}
.post .info
{
	/* the footer information of each post */
	font-size:8pt;
	margin-top:4pt;
	padding-bottom: 8px;
	color:gray;
}
.post .trackback
{	
	/* the trackback / ping area of a post */
	font-size:8pt;
}
.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 */
	
}

#postComment .title
{
	background-color:#71237d;
	color:white;
	font-weight:bold;
	padding: 2px;
}
#postComment .box
{
	border-bottom: dashed 1px #71237d;
	border-left: dashed 1px #71237d;
	border-right: dashed 1px #71237d;
	padding: 4px;
	margin-bottom: 1.0em;
}
dl.form dt
{
	height: 18px;
	margin-top: 5px;
}

dl.form dd
{
	margin-left: 0;
}

dl.form input.Text
{
	width: 480px;
}

dl.form textarea
{
	width: 480px;
	height: 200px;
}

.Required
{
	font-weight: bold;
	color:red;
}

/* -------- Share Options ------ */
div.share
{
	/* the wrapper for the ShareThisPost control */
}

div.share span
{
	/* wraps the "Share This Post" text */
}

div.share ul
{
	/* container for list of share-links */
}

div.share ul li
{
	/* each individual share-link */
}

div.share ul li a
{
}

div.share ul li:before 
{
	/* example:
	
	content: "| "; 
	
	*/
}

div.share ul li:first-child:before, #nav li:first-child:before
{
	/* example:
	
	content: ""; 
	
	*/
}

/* ------------- {search layout} -------------- */
#search
{
}

#search-box
{
}

#search input
{
}

#search-results
{
}

#search-results h5
{
}

#search-results ul
{
}

#search-results ul li
{
}

#search-results div.innerbox
{
}

#search a.close
{
}

#search-progress
{
}
