/*###########################################################################*/
/* GLOBAL */
/*###########################################################################*/

a, a:link, a:visited, a:active  { text-decoration: none; color: #000099; }
a:hover, a:visited:hover { text-decoration: none; color: #990000;  }

html, body, form 
{
	margin: 0px;
	padding: 0px;
}

body 
{
	font-family: Trebuchet MS, "segoe ui", tahoma, verdana, "lucida grande" , "lucida sans unicode" , sans-serif;
	font-size:0.76em;
	background-color: #fefdde;
	color: black;
	background-image: url(images/StainBack.jpg);
	background-position: right 100px;
	background-repeat: no-repeat;
}

ul
{
	margin-top: 0px;
}

img
{
	border-style: none;
}

/*###########################################################################*/
/* MAIN
/*###########################################################################*/

.mainArea
{
	width: 100%;
	background-image: url(images/StainBack.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

.postArea 
{
	float: left;
	font-size: 8pt;
	font-size: 1.1em;
	padding: 10px 5px 5px 5px;
	overflow: hidden;
}

.sidebarArea
{
	float: right;
	padding: 5px 5px 5px 0px;
	width: 220px;
	margin: 0px;
}

.footer
{
	clear: both;
	font-size: 9pt;
	text-align: center;
	vertical-align: bottom;
	padding: 10px;
	color: #666666;
}

/*###########################################################################*/
/* HEADER
/*###########################################################################*/

.searchContainerStyle
{
	text-align:right;
	padding:10px;
	padding-top:50px;
}

.header
{
	width:100%;	
	height:114px;
	background-repeat:repeat-x;
	background-image: url(images/HeadBack.png);
	position: relative;
}

.sticker
{
	float: left;
}

.siteTitle
{
	position:absolute;
	display:inline;
	left:150px;
	top:17px;
}

.navArea
{
	position:absolute;
	display:inline;
	left:125px;
	top:79px;
}

#nav
{
	margin: 0;
	padding: 0;
	width: 620px;
	height: 30px;
	float: left;
	position: relative;
	top: 5px;
}

#nav li
{
	display: inline;
	width: 80px;
	height: 25px;
	margin: 0;
	padding: 5px 5px 0px 20px;
	list-style-type: none;
}

.signInContainerStyle, signInTableStyle, signInLabelCellStyle, signInEditCellStyle
{
}

.signInLabelCellStyle
{
	text-align: right;
}

.signInContainerStyle
{
	padding: 25px;
}

/*###########################################################################*/
/* SEARCH */
/*###########################################################################*/

.searchTextBoxStyle
{
	width:110px;
	height:12px;
	font-size:9pt;	
}

.searchButtonStyle 
{
	font-size:84%;
	font-family: Trebuchet MS, "segoe ui", tahoma, verdana, "lucida grande" , "lucida sans unicode" , sans-serif;
	background-color:#C0C0C0;
	border-width:0px;	
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr='#ffffffff',EndColorStr='#C0C0C0');*/
}

/*###########################################################################*/
/* SIDEBAR
/*###########################################################################*/

.sidebarItem
{
	width: 220px;
}

.sidebarContent
{
	margin: 0px;
	padding: 0px 5px 5px 5px;
}

/*###########################################################################*/
/* BLOG DATE HEADER
/*###########################################################################*/

.blogdateheader 
{
	color: #666666;
	font-size: 1.2em;
	font-weight: bold;
	margin: 5px;
	padding-left: 5px;
}

.archiveLinkImageStyle
{
	vertical-align:top;
}

/*###########################################################################*/
/* BLOG ITEM
/*###########################################################################*/

.itemBoxStyle 
{
	margin: 5px;
	margin-bottom:20px;
	border: 2px solid #CCCCCC;
	padding: 10px 10px 0px 10px;
}

.itemHeadStyle
{
	border-bottom: 1px solid #D8D8D8;
	padding-bottom:5px;
}

.itemAuthorStyle
{
	font-size:8pt;
	float:right;
}

.itemTitleStyle, .itemTitleStyle a:link, .itemTitleStyle a:visited 
{
	font-size: 1.1em;
    float:left;
    font-weight: bold;
    color: #000066;
    margin-right:10px;
    padding-right:10px;
}

.itemTitleStyle a:hover, .itemTitleStyle a:visited:hover 
{
	color: #990000;
}

.itemBodyStyle 
{	
    padding-right: 10px;
	padding-top: 15px; 
	padding-bottom: 10px;
	border-bottom: 1px solid #D8D8D8;
}

.bookImage
{
	float: right;
	padding: 0px 0px 15px 15px;
	border-width:0px;
}

.itemBodyStyle p 
{
	margin-top:0;  
}

.itemFooterStyle 
{	
    vertical-align: top;
    padding-right: 0;    
    color: gray;	
    padding-top: 2px;
    padding-bottom: 5px;
}

.permalinkImageStyle , .editLinkImageStyle, .deleteLinkImageStyle 
{
	vertical-align: middle;
}

/*###########################################################################*/
/* COMMENTS
/*###########################################################################*/

.commentBoxStyle 
{  		
	background-color:white;
	border: solid 1px #D8D8D8;
	margin-top: 10px;
	padding: 15px;
	font-size:10pt;
}

.commentDateStyle 
{	
	font-size:10pt;
	color:gray;
}

.commentBodyStyle 
{ 
	font-size:10pt;
	padding-top: 8px;
	padding-bottom: 8px;
}

/*###########################################################################*/
/* ADD COMMENT
/*###########################################################################*/

.commentViewBoxStyle 
{ 	
	background-color:white;
	margin-top: 10px;
	padding:15px;
	border: solid 1px #D8D8D8;	
}

/*###########################################################################*/
/* CALENDAR
/*###########################################################################*/
 
.hCalendarStyle 
{
	width: 100%;
	padding:0px;
	margin:0px;
}
 
.hCalendarDay 
{
	font-weight: normal;
	padding:0px;
	margin:0px;
}

.hCalendarDay a, .hCalendarDay a:active, .hCalendarDay a:visited 
{
	font-weight: bold;
	padding:0px;
	margin:0px;
}

.hCalendarDay a:hover, .hCalendarDay a:visited:hover 
{
	font-weight: bold;
	padding:0px;
	margin:0px;
}

.hCalendarDayCurrent 
{
	font-weight: bold;	
	color: #660000;
	padding:0px;
	margin:0px;
}

.hCalendarWeekendStyle 
{
	font-weight: normal;
	padding:0px;
	margin:0px;
}

.hCalendarWeekendStyle  a, .hCalendarWeekendStyle  a:active, .hCalendarWeekendStyle  a:visited 
{
	font-weight: bold;
	padding:0px;
	margin:0px;
}

.hCalendarWeekendStyle  a:hover, .hCalendarWeekendStyle  a:visited:hover
{
	padding:0px;
	margin:0px;
}

.hCalendarDayNameRow
{
	font-weight: bold;
	padding:0px;
	margin:0px;
}

.hCalendarMonthYearRow 
{	
	width: 100%;
	font-weight: bold;	
	margin-bottom:4px;
	border-bottom: dashed 1px #D8D8D8;	
}

.hCalendarMonthYearRow td 
{
	font-weight: bold;		
	padding-bottom:3px;
}

.hCalendarNextPrevStyle 
{
	font-weight: bold;
}

.hCalendarOtherMonthStyle 
{
	color: gray;
}

.hCalendarOtherMonthWeekendStyle {
	color: gray;
}

.hCalendarOtherMonthStyle a 
{
	font-weight: bold;
}

.hCalendarOtherMonthWeekendStyle a {
	font-weight: bold;
}

/*###########################################################################*/
/* CATEGORIES & BLOGROLL
/*###########################################################################*/

.categoryListNestedOutlineBodyTableStyle {
	width:100%;
	margin-left: 15px;
	margin-top: 5px;
	padding:2px;
}
.blogRollNestedOutlineBodyTableStyle
{
	margin-left: 12px;
	border-left: solid 1px #003399;
}

.blogRollTableStyle
{
}

.blogRollCellStyle
{
	padding:0px;
}

/*###########################################################################*/
/* ADMIN
/*###########################################################################*/

.adminNavbarStyle 
{
	padding-top: 10px;
	padding-left: 1%;
	padding-right: 1%;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	height: 16px;
	display: block;
	z-index: 1;
	position: relative;
	border-bottom: 1px solid darkgray;
	margin-top:10px;
	margin-bottom:10px;
}

.adminNavbarStyle UL { 
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
	display: inline;
}

.adminNavbarStyle UL LI { 
	margin: 0px;
	padding: 3px;
	border-right: 1px solid darkgray;
	border-top: 1px solid darkgray;
	list-style: none;
	display: inline;
	background-color: #eaeaea;
}

.adminNavbarStyle UL LI a { 
	
}

.adminNavbarStyle UL LI.first 
{
	border-left: 1px solid darkgray;
}

.adminNavbarStyle UL LI.here 
{
	border-bottom: 1px solid darkgray;
	list-style: none;
	display: inline;
	z-index:2;
	position:relative;
	background-color: #dadada;
}

.adminNavbarStyle UL LI.firstHere 
{
	border-left: 1px solid darkgray;
	border-bottom: 1px solid darkgray;
	list-style: none;
	display: inline;
	z-index:3;
	position:relative;
	background-color: #dadada;
}

.configControlStyle 
{ 
	font-size: 8pt;	
}

.configLabelColumnStyle 
{ 
	vertical-align: top; 
}

.configLabelStyle 
{ 
	margin-right: 10px; 
	font-size: 9pt; 
}

.configSectionStyle 
{
	border: 1px solid #D8D8D8;
	padding:15px;
	margin-bottom: 15px;
	background-color: White;	
}

.pageTopic
{
	padding-top:5px;
	padding-bottom:5px;
}

.configSectionTitleStyle 
{
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #D8D8D8;
	font-weight: bold;
	font-size: 110%;
}

.statsTableColumnStyle 
{
	border: solid 1px #D8D8D8;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;	
}

.statsTableDateColumnStyle 
{
	border: solid 1px #D8D8D8;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 25%;
	text-align: left;	
}

.statsTableFooterColumnStyle 
{
	border-left: solid 1px #D8D8D8;
	padding: 3px;
	font-weight: bold;	
}

.statsTableFooterNumColumnStyle 
{
	border-left: solid 1px #D8D8D8;
	padding: 3px;
	width: 15%;
	font-weight: bold;
	text-align: right;	
}

.statsTableHeaderColumnStyle 
{
	border: solid 1px #D8D8D8;
	padding: 3px;
	font-size: 105%;
	font-weight: bold;	
}

.statsTableNumColumnStyle 
{
	border: solid 1px #D8D8D8;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 15%;
	text-align: right;	
}

.statsTableStyle 
{
	margin-bottom: 10px;
	border: solid 1px #D8D8D8;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;	
	background: White;
}

/********************* Custom & Post Specific - Added by Cal Zant ***********************/
.EditionNames td
{
	font-size:larger;
	font-weight: bold;
	background-color: Navy;
	color: White;
}

.SubHeader td
{
	font-weight: bold;
	background-color: #E7E7E7;
	color: Navy;
}

.htmlEquivalent
{
	font-family:Courier New, Courier;
	padding-left:10px;
}

.divQuoteText
{
	padding: 0px 5px 0px 5px;
	font-size: 1.10em;
	font-style: italic;
	color: #333333;
}

.divQuoteSource
{
	padding: 5px 5px 5px 5px;
	font-size: .9em;
	font-family: Verdana, Tahoma, Arial;
	color: #666666;
	text-align: right;
}