/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,p,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/* de-italicize address */
address { font-style:normal }

/* more varnish stripping as necessary... */


body  {
	font-family: Helvetica, Arial, Verdana, san-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.byline-vcard {
	font-style: italic;
}
.thrColFixHdr #splashlink a {
	font-size: 20pt;
	text-decoration: none;
	color:#333333
}
.thrColFixHdr #splashlink a:hover {
	font-size: 20pt;
	text-decoration: none;
	color:#5EBDD9}
p{
	padding-bottom: 10px;
}
.thrColFixHdr #container {	
	width: 900px;
	height:100%;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	font-family:Helvetica,  Verdana, Arial, sans-serif;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #FFFFFF;
	background-image: url(images/accentbottomright.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
} 
.thrColFixHdr #menubar {
	background-color: #000000;
	height: 27px;
	width: 900px;
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-x;
	background-position: left;
	text-align: left;
	vertical-align: bottom;
	font-size: 100%;
	font-weight: lighter;
	text-transform: uppercase;
	white-space: normal;
	color: #adadad;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.thrColFixHdr #header {
	background-color: #FFFFFF;
	background-image: url(images/header.jpg);
	background-position: center top;
	height: 116px;
	width: 900px;
	padding: 0;
	margin: 0;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.thrColFixHdr #sidebar1 {
	float: left;
	width: 179px; /* top and bottom padding create visual space within this div */
	background-color: #f7f9f9;
	background-image: url(images/sidebar1border.gif);
	background-repeat: repeat;
	background-position: right top;
	margin: 0px;
	padding: 0px;
}
.thrColFixHdr #sidebar1 h3{
	padding-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding-right: 20px;
	color: #5EBDD9;
	font-variant: small-caps;
/*font-size: 75%; */

}

.thrColFixHdr #sidebar1 p {
	padding-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding-right: 20px;
	font-size:50%;
}

.thrColElsHdr #sidebar1 ul,li {
	text-transform: uppercase;
}

.thrColFixHdr #newsblock {
	/*	background-color: #6d6d6d;*/
	background-image: url(images/newsblockbg.gif);
	background-repeat: repeat;
	/*	background-position: left top;*/
	width: 690px;
	float: right;
}

.thrColFixHdr #pagesidebar {
	background-color: #f7f9f9;
	background-image: url(images/sidebar1border.gif);
	background-repeat: repeat-y;
	background-position: right top;
	clear: left;
	width: 179px;
	white-space: normal;
	float: left;
}
.thrColFixHdr #pagesidebar h3{
	padding-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding-right: 20px;
	color: #5EBDD9;
	font-variant: small-caps;
}

.thrColFixHdr #pagesidebar p {
	padding-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding-right: 20px;
}

.thrColElsHdr #pagesidebar ul,li {
	text-transform: uppercase;
}

.thrColFixHdr #sidebar2 {	
	background-image: url(images/sidebar2bg.gif);
	background-repeat: repeat;
	float: right;
	width: 275px;	
	clear: left; 
	margin-top: 10px;
}

.thrColFixHdr #sidebar2 p, .thrColFixHdr #sidebar2 h3 {
	padding-left: 15px; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding-right: 20px;
}

.thrColFixHdr #flashbanner {
	margin: 0;
	padding: 0;
	width:900px;
	height:161px;
	align:left
}
.thrColFixHdr #indexflashbanner {
	margin: 0;
	padding: 0;
	width:900px;
	height:390px;
	align:left
}

.thrColFixHdr #mainContent {
	margin-bottom: 0px;
	margin-left: 200px;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: 300px;
} 

.thrColFixHdr #arch-entry-mainContent{
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 100px;
	padding-right: 10px;
	padding-left: 10px;
}

.thrColFixHdr #arch-entry-mainContent h1{
	color:#5EBDD9;
	text-transform: uppercase;
}
.thrColFixHdr #footer {
	background-repeat: none;
	background-image: url(images/footer.jpg);
	padding-right: 0;
	padding-left: 20px;
	color: #999999;
} 
.thrColFixHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	 }
.thrColFixHdr #page h1 { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.thrColFixHdr #titleimg {
	width: 590px;
	float: left;
}

a:link	{color:#5EBDD9}
a:visited	{color:#5EBDD9}
a:hover	{text-decoration:underline}
a:active	{color:#5EBDD9}

/*.thrColFixHdr #footer a:link { 
	color:#999999;
	font-size: 50%;
	text-transform: uppercase;
}
.thrColFixHdr #footer a:visited { color:#999999;
	font-size: 50%;
	text-transform: uppercase;
}
.thrColFixHdr #footer a:hover { color:#ffffff;text-decoration:underline;	font-size: 50%;
	text-transform: uppercase;}
.thrColFixHdr #footer a:active { color:#999999;	font-size: 50%;
	text-transform: uppercase;}*/


.thrColFixHdr #pagetitle {
	padding-left: 10px;
	width: 590px;
	padding-top: 25px;
	padding-bottom: 0px;
}

.thrColFixHdr #indexpagetitle {
	padding-left: 10px;
	width: 590px;
	padding-top: 25px;
}

.thrColFixHdr #pagetitle h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #5EBDD9;
	font-size: 48pt;
	padding: 10;
	text-transform: uppercase;
	text-align: left;
	font-weight: lighter;
	}

.thrColFixHdr #indexpagetitle h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #5EBDD9;
	font-size: 48pt;
	padding: 0;
	text-transform: uppercase;
	text-align: left;
	font-weight: lighter;
	}


#vdividermenu ul{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	background-image: url(images/menubg.jpg);
}

* html #vdividermenu ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#vdividermenu ul li{
display: inline;
}

#vdividermenu ul li a{
	float: left;
	color: #B9B9B9;
	font-size:90%;
	text-decoration: none;
	text-transform: uppercase;
	background-color: transparent;
	background-image: url(images/vertical.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 15px;
}

#vdividermenu ul li a:visited{
color: #B9B9B9;}

#vdividermenu ul li.on a{
color: #5EBDD9;
}

#vdividermenu ul li a.current{
color: #5EBDD9;
}


#vdividermenu ul li a:hover{
color: white;
}


.thrColFixHdr #navcontainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
		}

.thrColFixHdr #navcontainer li{
	text-transform:uppercase;
}

.thrColFixHdr #navcontainer a{
	color:#4D4E50;
	display: block;
	padding: 0px 12px 0px 8px;
}
.thrColFixHdr #entrycontent {
	padding-left: 25px; /* the left and right margin should be given to every element that will be placed in the side columns */
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 25px;
}
.published {
	padding: 10px;
	font-style: italic;
	line-height: 110%;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.thrColFixHdr #entrycontent a:link, a:visited, a:active{	
	color:#5EBDD9;
}

.thrColFixHdr #entrycontent h2 
{
	font-size:18pt;
}
.widget-search widget {
	padding-left:10px;
	vertical-align: bottom;
}

.thrColFixHdr #document {
	list-style-type: disc;
	padding-left: 5px;
	margin-left:10px;
	padding-bottom: 5px;
}

ul{
	list-style:disc;
}
li{
	text-transform: none;
	padding-bottom: 5px;
}

.thrColFixHdr h2 {
	font-size: 18pt;
	color: #77787B;
	text-transform: uppercase;
	font-variant: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.thrColFixHdr h3 {
	font-size: 90%;
	text-transform: none;
	color: #000000;
	font-weight: bolder;
	padding-top: 0px;
	padding-bottom: 5px;
}

.rotator{ /*IE method of centering a relative div*/
text-align: center;
}

.rotator>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}
#searchbody{
padding-bottom: 15px;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
}
