/*-------------------------------------------------------------------------*/
/*                         positioning                                     */   
/*-------------------------------------------------------------------------*/




#container {
	position: relative;
	width: 800px !important;
	width /**/: 830px;
	background: #fff;
	border: 20px solid #660033;
	margin: 0 auto;
	padding: 0;
	text-align: left; /* For IE, see above */
	} 


#header {
	width: 800px;
	height: 140px;
	background: #fff;
	border-bottom: 20px solid #660033;	
	}


#blogentries  {
	margin: 10px 230px 10px 10px;
	background: #fff;
	border: 0;
	padding: 0;	
	color: #660033;
	}

	
#footer	 {
        clear: both;  
	position: relative;
	width: 800px !important;
	width /**/: 830px;
	background: #f1f1f1;
	border: 0px;
	margin: 0 auto;
	padding-top: 10px;
	text-align: center; /* For IE, see above */
	}

#links {
	position: absolute;
	top: 75px;
	left: 290px;
	width: 190px;
	border-bottom: 0px solid #fff;
	margin: 10px;
	}






/*-------------------------------------------------------------------------*/
/*                         block elements                                  */   
/*-------------------------------------------------------------------------*/





#popup {
	float: left;
	padding: 20px;
	margin: 0px;
	background: #FFFFFF;
	border: 20px solid #660033;
	width: 350px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 330px;
	}


div.textblock { 
  border: 1px solid #bbb;
  padding: 4px 2px 2px 4px;
  margin-right: 10px;
  background: #ddd;
  width:500px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  width:500px;
}

div.textblock1 { 
  border: 1px solid #bbb;
  padding: 4px 2px 2px 4px;
  margin-right: 50px;
  margin-left: 50px;
  margin-top: 25px;
  background: #ddd;
  width:350px;
}

div.textblock2 { 
  border: 1px solid #bbb;
  padding: 4px 2px 2px 4px;
  margin: 10px;
  background: #ddd;
  width:250px; 

}

div.textblocknav { 
  border: 1px solid #bbb;
  padding: 4px 2px 2px 4px;
  margin: 0px;
  background: #E2DEDE;
  width: 185px; 
}

#picblock { 
  align: right;
  border: 0px solid #bbb;
  padding: 4px 2px 2px 4px;
  margin-right: 10px;
  background: #fff;
  width:350px;
}

#picblock1 { 
  float: right;
  border: 0px solid #bbb;
  padding: 4px 2px 2px 4px;
  margin-right: 0px;
  background: #fff;
 }

#entryline	{
  border-bottom: 1px solid #CCCCCC;
  width: 100px;	
  text-align: center;
} 


/*-------------------------------------------------------------------------*/
/*                         comments                                        */
/*-------------------------------------------------------------------------*/


.commentcontainer {
	padding: 5px;
    margin: 5px;
    overflow: hidden;
	background: #FFFFFF;
}


.commentauthor {
	color: #FFFFFF; 
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;	
    text-transform: uppercase; 
	margin: 0px;
	padding: 5px 5px 5px 5px;	
	background: #660033;
}

.commentdate {
	color: #000066; 
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 5px;	
	background: #ddd;	 
	border-right: 1px solid #660033;	
	border-left: 1px solid #660033;
	border-bottom: 1px solid #660033;	
}
	
div.commentbody {
	color: #000066; 
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 5px;	
	background: #ddd;
	border-right: 1px solid #660033;	
	border-left: 1px solid #660033;	
}

.commentauthor-andrew {
	color: #000066; 
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
    font-weight: bold;	
    text-transform: uppercase; 
	margin: 0px;
	padding: 5px 5px 5px 5px;	
	background: #CCCCCC;
}

.commentdate-andrew {
	color: #660033; 
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	margin: 0px;
	padding: 5px;	
	background: #ddd;	 
	border-right: 1px solid #CCCCCC;	
	border-left: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;	
}
	
div.commentbody-andrew {
	color: #660033; 
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 5px;	
	background: #ddd;
	border-right: 1px solid #CCCCCC;	
	border-left: 1px solid #CCCCCC;	
}


.commentstext {
        color: #660033;    
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 11px; 
        line-height: 14px;
		text-transform: uppercase;
}


.commentwarning {
        color: #CC0000;
        font-size:  12px;
        font-weight: bold;
        text-transform: uppercase;
        font-family: verdana, tahoma, arial, sans-serif;
        letter-spacing:  .09em;
        margin-top: 10px;
        margin-bottom: 10px}


#indvcomments h3 { 
  margin: 5px 0 0;
  padding: 0;  
  border: 0px solid #000000;
  width: 480px; 
  height: 25px;
  background: url(/images/comments.gif) no-repeat #660033
}

#indvcomments h3 span {
 display: none;}

/*-------------------------------------------------------------------------*/
/*                         common                                     */
/*-------------------------------------------------------------------------*/




body {
  margin: 0px 0px 0px 0px;
  padding: 20px 20px 20px 20px;
  font-family: verdana, arial, helvetica, sans-serif;
  font-weight: normal;   
  color: #660033;
  background-color: #F1F1F1;
  text-align: center;
  /* part 1 of 2 centering hack */
}

.image {
border: 1px solid #CCCCCC;
padding: 10px 10px 25px 10px  
}

img {
	border: 0;
	}

h1 {
	color: #660033; 
	font-size: 18px; 
	font-weight: bold; 
	font-family: verdana, arial, helvetica, sans-serif; 	
	text-transform: uppercase; 
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0; 	
	line-height: 18px;
}

h2 {
	color: #660033; 
	font-size: 16px; 
	font-weight: bold; 
	font-family: verdana, arial, helvetica, sans-serif; 	
	text-transform: uppercase; 
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0; 	
	line-height: 18px;
	}

h3 {
	color: #660033; 
	font-size: 14px; 
	font-weight: bold; 
	font-family: verdana, arial, helvetica, sans-serif; 	
	text-transform: uppercase; 
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0; 	
	line-height: 18px;
}


h4 {
	color: #660033; 
	font-size: 10px; 
	font-weight: bold; 
	font-family: verdana, arial, helvetica, sans-serif; 	
	text-transform: uppercase; 
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0; 	
	line-height: 18px;
}


h5 {
	color: #333333;
	font-size:  10px;
	text-transform:uppercase;
	font-family: verdana, arial, helvetica, sans-serif; 
	letter-spacing:  .12em;
	margin-bottom: 0px}

p {
	line-height: 18px;
   text-align:left;
}

.date {
	color: #660033; 
	font-family: verdana, arial, helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0; 			
	}

.category {
	color: #CCCCCC; 
	font-size: 11px;
	font-weight: bold; 
	text-transform: uppercase;
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;  
} 

.title {
	color: #660033; 
	font-size: 18px; 
	font-weight: bold; 
	font-family: verdana, arial, helvetica, sans-serif; 	
	text-transform: uppercase; 
	text-align: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0; 	
	line-height: 18px;
} 

.blogbody { 
	color: #660033; 
	font-size: 11px; 
	line-height: 14px;
}

.blogdata {
	color: #660033; 
	font-size: 11px; 
	padding: 0 0 0px 0;
	}

.side {
	color: #666666; 
	font-size: 10px; 
	line-height: 14px; 
	text-transform: uppercase
        
}

.sidetitle {
	color: #000000; 
	height: 14px; 
	margin-top: 10px; 
	padding: 2px 2px 2px 0px;
	font-size: 12px;  
	text-transform: uppercase; 	
	font-weight: bold
}

.posted {
	color: #660033; 
	font-size: 11px; 
	letter-spacing: 0.2em; 
	margin-bottom: 15px; 
	padding: 0 0 8px 0;}


.pcv {
	margin: 1em; 
	color: #000066; 
	font-size: 11px; 
	font-weight: normal; 
	line-height: 14px;
}



.menu {
	background: #FFFFFF; 
	height: 14px; 
	margin-top: 10px; 
	padding: 2px 2px 2px 2px;
	text-transform: uppercase; 
	font-size: 10px
}



li {
	background: #FFFFFF; 
	color: #000066;    font-family: verdana, arial, helvetica, sans-serif;font-size: 11px; 
	font-weight: normal; 
	line-height: 14px
}

.archivecategory {
	background: #FFFFFF; 
	color: #000066; 
	font-family: copperplate gothic bold, verdana, arial, sans-serif;
	font-size: 18px; 
	line-height: 14px; 
	text-transform: uppercase; 
	padding-bottom: 5px;
}

.archiveexcerpt {
	background: #FFFFFF; 
	color: #660033;    font-family: verdana, arial, helvetica, sans-serif;font-size: 11px; 
	line-height: 14px; 
}

.archivetitle {
	background: #FFFFFF; 
	color: #660033 ;    font-family: verdana, arial, helvetica, sans-serif;font-size: 11px; 
	font-weight: bold; 
	line-height: 14px;  
	text-transform: uppercase; 
	padding-left: 25px}

.archivedate {
	background: #FFFFFF; 
	color: #660033;    font-family: verdana, arial, helvetica, sans-serif;font-size: 11px; 
	line-height: 14px;  
	text-transform: uppercase
}



.breadcrumbs {
	font-family: verdana, helvetica, sans-serif; 
	font-size: 9px; 
	color: #000000; 
	font-weight: normal; 
	text-transform: uppercase
}

p.cutline {
	font-family: verdana, helvetica, sans-serif; 
	font-size: 9px; 
	color: #000000;
	text-transform: uppercase; 
	text-align: center
}



.calendar {
	color: #660033;    font-family: verdana, arial, helvetica, sans-serif;font-size: 10px; 
	padding: 4px
}

.calendarhead {
	background: #FFFFFF; 
	color: #660033; 
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px; 
	font-weight: bold; 
	line-height: 14px; 
	text-transform: uppercase}




.email {
	margin: 1em; 
	color: #000066; 
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px; 
	line-height: 14px
}

.emailsubheader {
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 14px; 
	color: #000066;
	font-weight: bold;}

.footer {
	color: #000066; 
        font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px; 
	font-weight: normal; 
	letter-spacing: 0.2em; 
	line-height: 14px; 
	margin-top: 10px; 
	padding: 2px; 
	text-align: center; 
	font-weight: bold;
        width: 780px;
}

.insert {
	background: #ddd; 
	border: #bbb 1px solid;
	margin-right: 10px; 
	padding-bottom: 4px; 
	padding-left: 2px; 
	padding-right: 2px}

.insertbody {
	color: #660033; 
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px; 
	line-height: 14px
}

.insertheader {
	color: #660033; 
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px; 
	line-height: 14px; 
	font-weight: bold
}

.mainheader {
	font-family: copperplate gothic bold, verdana, helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
}

.menu {
	background: #FFFFFF; 
	height: 14px; 
	margin-top: 10px; 
	padding: 2px;
	text-transform: uppercase; 
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px
}

.nav {
	text-transform: uppercase
}

.navtable {
	border: 1px solid #000000; 
	padding: 10px; 
}

.pcblockquote {
    font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px; 
	color: #000066;
	font-weight:bold;
}

.powered {
	border-bottom: #660033 0px solid; 
	border-top: #660033 0px solid; 
	color: #660033; 
   font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px; 
	font-weight: bold; 
	letter-spacing: 0.2em; 
	line-height: 14px; 
	margin-top: 10px; 
	padding: 2px; 
	text-align: center; 
	text-transform: uppercase; 
}

.tablebody {
	color: #660033;    font-family: verdana, arial, helvetica, sans-serif;font-size: 11px; 
	line-height: 14px}

.text {
	color: #000066;    font-family: verdana, arial, helvetica, sans-serif;font-size: 11px; 
	line-height: 14px
}

.url {
	color: #660033;    font-family: verdana, arial, helvetica, sans-serif;font-size: 11px;
	line-height: 14px
}




/*-------------------------------------------------------------------------*/
/*                         links                                          */
/*-------------------------------------------------------------------------*/


a:link {color: #666699; text-decoration: none; font-weight: normal;}
a:active {color: #666699; text-decoration: none; font-weight: normal;}	
a:visited {color: #6666CC; text-decoration: none; font-weight: normal;}
a:hover {color: #000066; text-decoration: none; font-weight: normal;}

a:link.old {color: #660033; font-weight: bold; text-decoration:none; border-bottom: 1px dotted #660033;}
a:hover.old {color: #660033; font-weight: bold; border-bottom: 1px solid #CCCCCC; padding: 0 0 2px 0;}
a:visited.old {color: #660033; font-weight: bold; text-decoration:none; border-bottom: 1px dotted #660033; padding: 0 0 2px 0;}
a:visited:hover.old {color: #660033; border-bottom: 1px solid #CCCCCC; padding: 0 0 2px 0;}
a:visited:after.old {color: #660033; font-weight: normal; padding: 0 0 2px 0;}

a:link.blogdata {color: #660033; font-weight: bold; text-decoration:none; padding: 0 0 4px 0;}
a:hover.blogdata {color: #666666; font-weight: bold; border-bottom: 1px solid #666666; padding: 0 0 4px 0;}
a:visited.blogdata { color: #666666; font-weight: bold; text-decoration:none; padding: 0 0 4px 0;}
a:visited:hover.blogdata {border-bottom: 1px solid #666666; padding: 0 0 5px 0;}
a:visited:after.blogdata {color: #660033; font-weight: normal; padding: 0 0 5px 0;}

a:link.pcv {color: #000066; text-decoration: underline}
a:visited.pcv {color: #000066; text-decoration: underline}
a:hover.pcv {color: #660033; text-decoration: none}

a:link.icons {color: #000000; text-decoration: none}
a:visited.icons{color: #000000; text-decoration: none}
a:hover.icons {color: #000000; text-decoration: underline}

a:link.hidden {color: #660033; text-decoration: none; border-bottom: none; font-weight: normal;}
a:visited.hidden {color: #660033; text-decoration: none; border-bottom: none; font-weight: normal;}
a:hover.hidden {color: #660033; text-decoration: none; border-bottom: none; font-weight: normal;}

a:link.nav {color: #000066; text-decoration: none; font-family: verdana, arial, helvetica, sans-serif; font-size: 10px; font-weight: normal; line-height: 14px; border-bottom: none} 
a:visited.nav {color: #000066; text-decoration: none; font-family: verdana, arial, helvetica, sans-serif; font-size: 10px; font-weight: normal; line-height: 14px; border-bottom: none}
a:hover.nav {color: #FFFFFF; background: #000066; font-family: verdana, arial, helvetica, sans-serif; font-size: 10px; font-weight: normal; line-height: 14px; border-bottom: none}

a:link.commentauthor {color: #CCCCCC; text-decoration: none; border-bottom: none; font-weight: normal;}
a:visited.commentauthor {color: #CCCCCC; text-decoration: none; border-bottom: none; font-weight: normal;}
a:hover.commentauthor {color: #CCCCCC; text-decoration: none; border-bottom: none; font-weight: normal;}


				

/*
HTML {
scrollbar-base-color: MEDIUM;
scrollbar-face-color: MEDIUM;
scrollbar-track-color: #660033;
scrollbar-highlight-color: LIGHT;
scrollbar-3dlight-color: MEDIUM;
scrollbar-shadow-color: DARK;
scrollbar-darkshadow-color: MEDIUM;
scrollbar-arrow-color: DARK;
}

*/

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this 
case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is 
so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking 
these decoy styles 


.sIFR-hasFlash .title {
	visibility: hidden;
}


.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}

*/

