 /* The HTML body 


 light,  medium,  dark

green:   #8ED1A1 #FFB6C1, #2E9C4D
purple:  #f5eef8 #d7bde2 #af7ac5
grey: #eff5ff  #dbe8ff #91a6c9
*/



body { 

  margin: 0px; 
}

.left-float { 
  float: left; 
  padding: 20px;
}

.right-float { 
  float: right;
  padding: 20px;
}

/* The top banner */

#banner {
    color: #FFFFFF;
    background-color:#91a6c9; /*#800000; #151B54 */

    padding: 10px 0px 10px 15px; /* t r b l */
}

#banner a {
    color: #FFFFFF;
    text-decoration: none;
}

#banner h1, h2 {
    font-family: 'Trebuchet MS', Verdana, sans-serif;
    font-weight: bold;
    margin: 0px;
}

#banner h1 {
    font-size: large;
    line-height: 150%;
}

#banner h2 {
    font-size: medium;
    font-weight: normal;
}

/* The true body, which remains below the banner */

#body {
    font-family: Palatino, Verdana, Arial, sans-serif;
    margin: 0px;
}

#body a {
    text-decoration: none;
    font-weight: bold;
}

#body a:link    { color: #91a6c9; }
#body a:visited { color: #91a6c9; }
#body a:active  { color: #666666; }
#body a:hover   { color: #CC6600; }

#body a.image-link {
    text-decoration: none;
    padding: 10px;
}

#body h1, h2, h3, h4 {
    font-family: 'Trebuchet MS', Verdana, sans-serif;
    font-size: large;
}

/* The content, which is the left part of the body */

#content {
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;

    color: #333;
     background-color: #eff5ff; /*#FFE4E1;	*/

    line-height: 150%;
}

#content table {
	border-width: 5px 5px 5px 5px;
	border-spacing: 0px;
	border-style: outset outset outset outset;
	border-color: green green green green;
	border-collapse: separate;
	background-color:  rgb(240, 240, 255); 
 

    margin-left: 30px;
    margin-right: 30px;

}
content th {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: outset outset outset outset;
	border-color: red red red red;
	background-color: rgb(250, 240, 230);
	-moz-border-radius: 0px 0px 0px 0px;
}
content td {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: outset outset outset outset;
	border-color: red red red red;
	background-color: rgb(250, 240, 230);
	-moz-border-radius: 0px 0px 0px 0px;
padding: 1px;
}

/*
#content table {
    border-width: 0 0 0 0;
    border-style: none;
    padding-top: 10px;

    margin-left: 30px;
    margin-right: 30px;
}

#content td {
    border-width: 0 0 0 0;
    border-style: none;
    padding: 1px;
}

#content th {
    font-weight: bold;
    text-align: left;
    border-width: 0 0 1px 0;
    border-style: solid;
    padding: 0;
}
*/
#content p.quoted {
    margin-left: 20px;
    margin-right: 20px;
}

#content ul {
    list-style-type:  disc;
    margin-bottom: 1.5em;
}

#content hr {
    margin: 0px;
}

#content dl {
    margin-left: 25px;
}

#content dd {
    margin-left: 25px;
    margin-right: 40px;
    margin-bottom: 15px;
}

#content ol {
    margin-left: 30px;
}

#content li {
    margin-left: 0px;
}

#content p {
    margin-left: 25px;
    margin-right: 15px;
    margin-top: -7px;
    text-indent: 0px;
}

#content p.first { text-indent: 0px; }
#content p.quoted { text-indent: 0px; }
#content p.footnote { text-indent: 0px; }

#content hr {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
}

#content h2 {
    color: #666666;
    font-weight: bold;
    /* margin-top: 25px; */
    margin-left: 0px;
    border-bottom: 1px solid #999;
    margin-bottom: 15px;
}

#content h2.first {
    margin-top: 0px;
}

#content h3 {
    color: #555555;
    font-size: medium;
    font-weight: bold;
    margin-left: 25px;
    /*margin-bottom: -10px;*/
    margin-bottom: 15px;
}

#content h4 {
    color: #000000;
    font-size: small;
    margin-left: 45px;
    /*margin-bottom: -10px;*/
    margin-bottom: 10px;
}

#content .code {
    font-family: Courier, sans-serif;
}

#content .verse {
    margin-left: 45px;
    text-indent: 0px;
}

#content .example 
 { 
   white-space: pre;
   line-height: 110%;
   margin-left: 40px;
   border: 1pt solid black; 
   padding: 10pt;
   background: rgb(240, 240, 255); 
   overflow: auto 
}

/*{
    font-family: Courier, sans-serif;
    white-space: pre;
    line-height: 110%;
    margin-left: 40px;
    color: purple;
}*/

/* Blog entries within the content */

.entry {
    margin-top: -20px;
    padding-left: 10px;
    padding-right: 20px;
}

.entry-head {
    padding-bottom: 5px;
}

.entry-title {
    text-decoration: none;
}

.entry-date {
    font-family: 'Trebuchet MS', Verdana, sans-serif;
    font-size: small;
    font-weight: bold;
    padding-right: 20px;
    float: right;
}

.entry-text {
    margin-right: 20px;
}

#content p.quoted {
    margin-left: 10px;
    margin-right: 20px;
}

.entry-text img { 
  padding-bottom: 10px;
}

.entry-qotd {
    position: relative;
    top: 0px;
    right: 0px;
    float: right;
    margin-top: 10px;
    padding: 10px;
    margin-left: -40px;
}

#comments p {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    text-indent: 0px;
}

#comments dd.comment-timestamp {
    margin-top: -20px;
    text-align: right;
}

/* The sidebar, which is the right part of the body */

#sidebar {
    position: relative;
    top: 0px;
    right: 0px;
    float: right;

    padding: 15px;
    width: 22%;

    font-family: 'Trebuchet MS', Verdana, sans-serif;
    font-size: 100%;
    background-color:#dbe8ff;/*#FFB6C1;  #b4ded4;*/

    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 25px;
    border-bottom-width: 10px;
    border-color: #eff5ff; /*#FFE4E1;	*/
}
#sidebar2 {
    position: relative;
    top: 0px;
    right: 0px;
    float: right;

    padding: 15px;
    width: 22%;

    font-family: 'Trebuchet MS', Verdana, sans-serif;
    font-size: 90%;
    background-color:#FFB6C1; /* #b4ded4;*/

    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 25px;
    border-bottom-width: 10px;
    border-color: white;
}
#sidebar h1 {
    color: #CC6600;
    text-align: center; 
    font-weight: bold;
    font-size: xx-large;
    text-transform: uppercase;
    padding: 3px;
    letter-spacing: .3em;
}


#sidebar h2 {
    color: #FFFFFF; /* #4a88be;*/
    text-align: center;
    font-weight: bold;
    font-size: medium;
    text-transform: uppercase;
    padding: 3px;
    letter-spacing: .3em;
}

#sidebar ul {
    padding-top: 5px;
    padding-left: 0px;
    margin: 0px;
    margin-bottom: 30px;
}

#sidebar li {
    color: #333333;
    line-height: 140%;
    margin-top: 5px;
    list-style-type: none;
}
/* The sidebar, which is the right part of the body */

#leftbar {
    position: relative;
    top: 0px;
    right: 0px;
    left: 0px;
    float: left;

    padding: 10px;
    width: 14%;

    font-family: 'Trebuchet MS', Verdana, sans-serif;
    font-size: 100%;
    background-color:#CCDFD2; /*#FFE4E1;	*/

    border-style: solid;
    border-top-width: 0px;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-color: white;
}

#leftbar h2 {
    color: #4a88be;
    text-align: center;
    font-weight: bold;
    font-size: small;
    text-transform: uppercase;
    padding: 3px;
    letter-spacing: .3em;
}

#leftbar ul {
    padding-top: 5px;
    padding-left: 5px;
    margin: 0px;
    margin-bottom: 30px;
}

#leftbar li {
    color: #333333;
    line-height: 140%;
    margin-top: 0px;
    list-style-type: none;
}
