/* layout */
@import url("rp_layout_vertical.css");
/* specific to rhymingpanda.com*/
body {font-family: Arial, sans-serif;}

#header {
	background-color: white;
    color: black;
    border: solid black;
    text-align: right;}
#crumbs {text-align: left;}

#footer {
    background: #A0A0A0
}

.copyright {
	background-color: silver;
	font-size: smaller;
    text-align: center;
}
.cc_copyright {
	background-color: silver;
	font-size: smaller;
    text-align: center;
}

/* testing code */
/*body { background-color: green; }*/
/*#menu { background-color: blue;}*/
/*#sub-section { background-color: gray;}*/
/*#footer { background-color: red;}*/
/* end testing code */

/*#footer {border: double;}*/
/*.halloffamelogo {float: right; Xtext-align: center;}*/
/*h1 {text-align: center;}*/

blockquote {
	background-color: #36f;
	color: yellow; }
/* highlight the "Table of Contents" auto-generated title */
p.topic-title.first {
	font-weight: bold;
}
/* show the result of removing margins for paragraphs within lists */
div.rest-cheatsheet-demarginalize {
	background-color: black;
	color: yellow;
}
div.rest-cheatsheet-demarginalize li > p.first { 
  margin-bottom: 0;
  margin-top: 0;
}

div.note {
  border: dashed gray;
}

div.note p.admonition-title {
  color: #930;
  font-weight: bold;
}

table.specialimages {
    border: 1px black solid;
}

table.specialimages td {
    text-align: center;
    vertical-align: middle;
}
