/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-image:url("http://www.hplex.info/images/page/tan.jpg");
}

a:link{
	color: #663300; 
	text-decoration: none;
}
a:visited{
	color: #663300; 
	text-decoration: none;
}
a:active{
	color: #FF0000; 
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Georgia, "Times New Roman", Times, serif;
 font-size: 2em;
 color: #660000;
}

h2{
 font-size: 2em;
 color: #660000;
}

h3{
 font-size: 1.5em;
 color: #000066;
}

h4{
 font-size: 1em;
 color: #000066;
}

h5{
 font-size: .8em;
 color: black;
}

h6{
 font-size: .8em;
 color: black;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type:circle;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	z-index:1;
	margin: 0;
	padding: 0;
	width: 100%;
	position: absolute;
	height: auto;
	background-image:url(../images/headers/hp_lex_header_repeat.gif);
	background-repeat: repeat-x;
}

#navBar{
	z-index:1;
	position: absolute;
	width: 160px;
	margin: 308px 0px 0px 5px;
	padding: 0px 0px 0px 2px;
	background-image:url(http://www.hplex.info/images/backgrounds/transparent-dark.gif);
	border: 1px solid #ddb666;
}

#content{
	position:relative;
	min-height:715px;
	width: 80%;
	margin: 0;
	padding: 308px 3% 0 180px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px 0px 10px 10px;
}

/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}

/************* #globalNav styles **************/

#globalNav{
	color: navy;
	padding: 0px 0px 8px 10px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant:small-caps;
	font-stretch:extra-expanded;
	white-space: nowrap;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

#globalNav img{
	display: block;
}

#globalNav a {
	font-size: 90%;
	padding: 0px 4px 0px 0px; 
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 100%;
}

.feature ul{
	padding: 0;
	margin-top: -1px;
	margin-left: 2em;
	line-height: 95%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
}

.story p{
	padding: 0px 0px 8px 0px;
}
/************** .databaseContent styles *****************/

.databaseContent{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 100%;
}

/*********** .mediationList styles ***********/

.mediationList {
	clear: both; 
	padding: 10px 0px 10px 10px;
	font-size: 100%; 
}
.mediationList ul {
	list-style: none; 
	margin-left: 10px; 
}
.mediationList li{
	margin-top: 1em;
}

/*********** .toc (table of contents) styles ***********/
.toc {width: 600px;}

.toc ul{
	padding: 0;
	margin-top: -1px;
	margin-left: 2em;
	line-height: 95%;
}
/************* #siteInfo (footer) styles ***************/

#siteInfo{
	z-index:1;
	clear: both;
	border: 1px solid #ddb666;
	background-image: url(http://www.hplex.info/images/backgrounds/transparent-light.gif);
	font-size: 75%;
	color: black;
	padding: 10px 10px 7px 10px;
	margin: 8px 5px 0 5px;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	font-size: 90%;
}

#search form{
	margin: 0px;
	padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}
#navBar ul {font-family:Arial, Helvetica, sans-serif;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}

#navBar a:link{color: navy;}
#navBar a:visited{color: navy;}
#navBar a:active{color: navy;}
#navBar a:hover {color: navy; text-decoration: underline;}

/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	background-color: #ddb666;
	padding: 2px 0px 2px 10px;
}

/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

/*********** .a-to-z links ***********/
.a-to-z {
	font-weight:bold;
	border: #663300 medium dotted;
}
.a-to-z p{
	padding:  8px 8px 8px 8px;
}

/*********** .a-to-z links ***********/
.onThisPage-horiz {
	padding: 5px;
	font-size: 85%;
	font-weight:normal;
	border: #663300 thin solid;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom:25px;
}
.onThisPage-horiz p{
	padding:  0px 8px 0px 8px;
}

/************** #floating text box **************/
.rightfloatbox {
	margin: 5px;
	float: right;
	width: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	border: thin dotted #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:inherit;
}

/************** #byline **************/
.byline {
font-size: 60%;
color: #000000;
}

/*********** .quote-epigram ***********/

.quoteEpigram{
font-style:italic;
font-size: 90%;
}

/*********** .notes ***********/
.notes{
font-style:italic;
font-size: 90%;
margin: 20px;
}

/*********** .definitionTitle ***********/
.definitionTitle {
clear: both;
display: block;
width: 100%;
margin-top: 5px;
padding-top: 10px;
border-top: #000066 thin solid; 
color: #000066;
}
/*********** .definition text (indented) ***********/

.definitionText{
margin-left: 40px;
}

/*********** .thank you ***********/
.thankYou {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: small;
font-style:italic;
}

/*********** podcast ************/
.podcast h2.entry-title {
	font-size: 22px;
}
.podcast .post {
	margin-bottom: 40px;
}
