/*  text object pages:  specifically for the text-object formating; over-rides the global style sheet */

body{  /* puts notebook paper behind body */
background: #ffffff url(../art/noteppr3.jpg) repeat left top; 
}

#rings { /* puts notebook rings at top */
background-color: #ffffff;
height: 36px;
background: #fff url(../art/notebook2.gif) repeat-x left top;
}

#header {  /* overrides the global stylesheet for height and color */
background-color: #ffffff;
height: 11em;
}

#logo {
background-color: #ffffff;
}

#logo a:link, #logo a:visited, #logo a:hover {
background-color: #ffffff;
}

#topnav { 
background-color: #ffffff;
}

#topnav a:link, #topnav a:visited, #topnav a:hover {  
background-color: #ffffff;
}

#topnav a:visited { 
background-color: #ffffff;
}


/* =========   End header over-rides, begin body  =================*/

#top-matter {
text-align: center;
margin-bottom: 1.6em;
}

#top-matter h1 {
margin-bottom: 0.2em;
}

#top-matter h2 {
text-align: center;
background: transparent;
background: none;
border: none;
font-size: 1.3em;
font-size: 150%;
margin-top: 0;
margin-bottom: 0.2em;
}

.byline {
font-size: 130%;
text-align: center;
margin: 0.6em auto 1em auto;
}

.subtitle {
font-size: 156%;
text-align: center;
margin: 0.1em auto 0.2em auto;
text-align: center; 
line-height: 1.1;
}

.subtitle a:link, .subtitle a:visited, .subtitle a:hover {
line-height: 1.1;
}

/* ======Place the posted date and the "categorized as" in a single line====== */
#cat-line {
float: left;
width: 100%;
display: block;
margin-bottom: 2em;
padding-top: 0.6em;
}

#posted-date {  /* Place the posted date inside the cat-line block on the left */
float: left;
font-size: 116%;
margin-top: 0.2em;
margin-left: 0.6em;
}

#category {  /* Place the "categorized as" tab inside the cat-line block at the right */
float: right;
margin:  0;
font-size: 116%;
color: #607b8b;
text-align: right;
}

#category a:link, .category a:visited, .category a:hover {
text-decoration: underline;
padding: 0.1em;
background-color: #ffffff;
}

#category a:hover {
display: inline;
margin-bottom: 0;
}

#category img {
border: none;
vertical-align: text-bottom;
}

ul {
margin: 0;
padding: 0;
text-align: left;
}

h3 {
width: 100%;
margin: 1em auto 1em auto;
font-family: "Palatino Linotype", "Bookman Old Style",Georgia, "Bitstream Charter", serif;
font-size: 130%;
display: block;
font-weight: normal;
vertical-align: middle;
letter-spacing: 1px;
text-align: left;
background: transparent url(../art/yelback.jpg) repeat right top;
border-top: 2px solid #eee8aa;
border-right: 2px solid #eed8ae;
border-bottom: 2px solid #eee9bf;
border-left: 2px solid #f5f5dc;
padding: 0.1em;
padding-left: 0.5em;
clear: both;
}

h3 a {background: transparent url(../art/yelback.jpg) repeat right top;}

h4 {
margin-bottom: 0;
}

/* ================= end cat-date section================ */

/* ================= assorted special cases================ */
.center {
text-align: center;
margin: 0 auto;
}

.contact {
text-align: center;
margin: 0.3em auto;
margin-bottom: 1em;
}

.CIDRAP {
text-decoration: none;
border: none;
margin: 0.5em auto 0 auto;
padding: 0.1em;
padding-bottom: 0;
}

blockquote p {
font-family:  Calibri,"Century Gothic", Corbel, "Bitstream Vera Sans",  Arial, sans-serif;
font-size: 0.95em;
line-height: 1.2;
background: white;
padding-left: 0.3em;
width: 99%;
}

#footer2 h3 {
background: none;
border: none;
text-align: center;
}


/* Article summary: hover button/text  Put the hidden text inside the spans*/

#tips {
text-align: left;
margin-left: 1em;
text-decoration: none;
padding: 3px;
color: #000000;
}

#tips a span {
display: none;
text-decoration: none;
}

#tips a:hover {
/** fix for IE6 popup bug.  nice one Microsoft! */
overflow: hidden;
text-decoration: none;
}

#tips a:hover span {
display: inline;
border: 1px solid black;
position: absolute;
background-color: white;
color: black;
font-family:  Calibri,"Century Gothic", Corbel, "Bitstream Vera Sans",  Arial, sans-serif;
line-height: 1.3;
padding: 1em;
margin-left: 5px;
width: 36%;
z-index: 10;
overflow: hidden;
}

#tips p {
width: 98%;
}

/* ====== End article summary hover button/text =======*/


.text-box{  /* blue box around text in the body of a text object */
border: 6px solid #A2B5CD;
margin: 0.5em auto 0 auto;
width: 100%;
padding-top:  0;
padding-right:  0.6em;
padding-bottom:  0;
padding-left:  0.6em;
text-align: left;
}
.text-box p {
width: 98%;
}

.text-box h3 {
text-align: center; 
background: transparent url(../art/-.jpg) repeat right top;
border: 0;
}


/* ====== table format ======= */

#maintext table {
border-collapse: collapse;
border-top: 3px solid #4682b4;
border-bottom:  3px solid #4682b4;
}

#maintext th {
border-bottom:  1px solid #4682b4;
}

#maintext tr {
border-bottom:  1px solid #4682b4;
}

#maintext td {
padding: 0.4em;
padding-right: 0;
vertical-align: top;
}

.plain table{
border-collapse: collapse;
border-top: 3px solid #4682b4;
border-bottom:  3px solid #4682b4;
}

.plain tr {
border-bottom:  none;
}

.noline-table {
border-collapse: collapse;
border-top: none;
border-bottom:  none;
}

.noline-table tr {
border: none;
}

.small {
font-size: 88%;
}

/* ==== End table format ======= */


/* ==== CIDRAP column graphic ======= */

#CIDRAP {
margin: 1em auto;
}


/* ==== Box added later to text objects: ======= */
.latenote {
background-color: #ffffff;
border: 3px solid  #4682b4;
width: 86%;

font-size: 96%;
padding: 0.2em;
margin: 0 auto;
margin-top: 1em;
}

.latenote h3 {
font-family:  Calibri,"Century Gothic", Corbel, "Bitstream Vera Sans",  Arial, sans-serif;
text-align: center;
width: 90%;
background: none;
border: none;
color:  #4682b4;
font-size: 140%;
margin-top: 0.1em;
margin-bottom: 0;
}

.latenote p {
margin-top: 0.4em;
margin-right: 0.5em;
margin-left: 0.5em;
width: 98%;
}

.latedate {
font-family:  Calibri,"Century Gothic", Corbel, "Bitstream Vera Sans",  Arial, sans-serif;
font-size: 92%;
margin: 0;
}

/* =============== End Box ============= */

.dialog  dt {width: 5em; text-align: left;}
.dialog dd {margin-left: 5em;}

.bigdivider { /* light gray-green bar, half the width of the text area. Use a content-empty para. */
position: relative;
margin-top: 1.5em;
border-top: 4px solid #4682b4;
width: 100%;
text-align: center;
clear: both;
}

p {line-height: 1.4;}