body { 
  margin: 0px; 
}

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

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

/* The top banner */

#banner {
    color: #FFFFFF;
    background-color: #2a4d95;
    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    { text-decoration:none;
		  padding: 1px 2px 1px 2px;}
#body a:visited { text-decoration:none;
		  padding: 1px 2px 1px 2px;}
#body a:focus { 
     text-decoration: none; 
     padding: 1px 2px 1px 2px; 
     border: none; }

#body a:hover   { text-decoration:none;
    		  padding: 1px 1px 1px 1px;	
	          border: 1px solid #000000;}

#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: #FFFFFF;
    line-height: 150%;
    border: 1px dotted blue;
}

#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: 30px;
}

#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: 18px;
    right: 12px;
    float: right;
    padding: 15px;
    width: 22%;
    font-family: 'Trebuchet MS', Verdana, sans-serif;
    font-size: 90%;
    background-color: #FFFFFF;
    border: 1px dashed #4A88BE;
}

#sidebar h2 {
    color: #4a88be;
    text-align: center;
    font-weight: bold;
    font-size: small;
    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;
}


#navigation{ background-color: #2a4d95; 
	     border-bottom: 5px solid #333;}

#navigation ul{ line-height: 3em; 
		font-size: 0.9em; 
		text-align: center; }

#navigation li{ background-color: maroon;  
		display: inline; 
		margin: 0 2px; 
		padding: 0.5em 1em 0.5em 1em; }

#navigation li a {color: white; 
		  text-decoration: none; 
		  font-weight: bold;}

#navigation li:hover{ background-color: #2a4d95; }

#navigation li:hover a{ color: yellow; 
			background-color: #2a4d95;
		      }

.inner { max-width: 58em; 
	 margin: 0 auto 0; 
	 position: relative; 
         padding-left: 10px; 
	 padding-right: 10px; 
         width: 100%; }
/*
img{
    border: 0;
    padding: 0;
    text-decoration: none;
}
*/

 a.imagen {
    width: auto;
    height: auto;
    text-decoration: none !important;
    border: none !important;
}


