
/* elements */
body {font-family:Arial, Helvetica, sans-serif; background: silver;}

a { color:#6268AC; font-weight:bold}
h2 {margin: 0 0 0 0; font-weight: bold; color: RoyalBlue;}
h3 {margin: 7px 0 0 0; font-weight: bold; color: RoyalBlue;}
h4 {margin: 8px 0 0 0; font-weight: bold; color: RoyalBlue;}

.container {
   background: white; 
   -moz-border-radius: 10px;
    border-radius: 10px;
    border: solid blue 1px;
}
.content {background: white; margin: 10px;}
.header-title {color: RoyalBlue; font-size: 18pt; font-weight:bold;}

.right-column-title {font-size: 16px; margin: 0 0 0 0; font-weight: bold; color: RoyalBlue;}
.right-column-header {font-size: 12px; margin: 10px 0 0 0; font-weight: bold; color: RoyalBlue;}

.quote {font-style:italic}
.quoteAuthor {text-align:right; font-weight:bold}
.bookTitle {font-family: Arial Narrow; font-weight:bold}
.bookAuthor { font-style:italic}

.left-nav li {color:RoyalBlue; font-weight:bold}


.tag-cloud {
   background-color:lightblue;
   font-family: Arial Narrow;
   color: blue;
   padding: 5px;
   border: blue 1px solid;
}

.tag-cloud a {
   color: blue;
   text-decoration: none;
   font-weight: normal;
}

.events {
   color: black;
   font-weight: normal;
}

.reference {
    padding: 10px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid silver 1px;
}
.reference-text {font-style:italic;}
.reference-by {color: RoyalBlue;}