/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
.widget-title {
	background-color:#386EDA;
}

.admincell,
.sideback {
	background-color:#386EDA;
}

.footer-widgets { background-color:#386EDA; color:#aaa; }

.nav-primary { background-color:#386EDA; color:#fff; }

.sidebar .widget-title { background-color:#386EDA; color:#fff; }

a.anchor {
    display: block;
    position: relative;
    top: -550px;
    visibility: hidden;
}

h3{ position:relative; }

h3 span{ position:absolute; top:-80px;}

.fieldnameback, .bar, .page, .LB_closeAjaxWindow,
.tablesaw-cell-label {
	background-color:#386EDA;
}

.snlink {
	background-color:#D1C5B7;
	border-bottom:1px solid #aaa;
	border-right:1px solid #aaa;
	color:#386EDA;
}

a.snlink:hover,
.snlinkact,
.adminnav .snlinkact {
	background-color:#386EDA;
	color:#fff;
}

a.snlink:hover,
.snlinkact,

ul.tngdd .menulink:hover,
ul.tngdd .menuhover {
	background:#386EDA url(../../template15mod/img/arrowdown2.gif) 2px 8px no-repeat;
	border-bottom:1px solid #444;
	border-right:1px solid #444;
	color:#fff;
}

.adminnav .snlinkact { background-color:#386EDA; color:#fff; }

.nav-primary { background-color:#386EDA; color:#fff; }

/* We don't need to change this */
.site-footer { background-color:#063E53; }

/*active tab*/
#tabs .here { background:#386EDA; color:#fc0; }

/*active tab*/
#tabs a:hover { background:#386EDA; color:#fff; }

/*active tab*/
#tngnav a.here {
	background:#386EDA;
}

/*active tab*/
#tngnav a:hover { background:#386EDA; color:#fff; }

/* styles for my pages */
<style>
figure {
  float: right;
  width: 30%;
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
img.scaled {
  width: 100%;
}
</style>