.custom #header {
   border-style:solid;
   border-width:0.1em;
   border-color: #F9DBB9;
}

.custom #header #logo { /* font-variant: small-caps; */ 
   text-transform: uppercase;
   letter-spacing: 0.2em;
   font-weight: normal;
   text-align: center;
}

.custom #header #logo a:hover { /* font-variant: small-caps; */ 
   color: #333333;
}

.custom #header #tagline { 
   display: none;
}

.custom a:hover {
   color: #333333;
}

.custom .menu {
   padding: 0;
   margin: 0;
}

.custom .sidebar h3, .custom div.col.Footer1 h3 {
   text-transform: uppercase;
   letter-spacing: 0.35em;
}

.custom #content {
   border-bottom: 0px;
}

.custom #footer {
   border-style: solid;
   border-top-width: 1em;
   border-top-color: #cc6600;
   background-color: #F7F0E6;
}

/* sidebar elements in the footer */

.custom div.col.Footer1 h3 { margin-left: 1.7em; color: #000000; margin-bottom: 1.5em; }
.custom div.col.Footer1 ul.sidebar_list { width:100%; }
.custom div.col.Footer1 ul.sidebar_list li.widget { width:30%; padding:0; margin:0 1%; float:left; text-align: left; }
.custom div.col.Footer1 ul.sidebar_list li.widget li { margin-left: 2em; }
.custom #footer a { text-decoration: none; }

/* borders around images by default: */

.custom .format_text img { 
   padding: 0.5em; 
   border-style: solid; 
   border-width: 0.1em; 
   border-color: #cccccc; 
   background-color: #ffffff; 
}

.custom .format_text img.noframe { 
   padding: 0; 
   border-style: none;
   border-width: 0;
} 


