/* Custom Styles by Cheryl for Tame My Mind Blog ======================== */

strong, .highlight {
  font-weight: bold;
}
cite {
  font-style: italic;
}
div.imagewithcaption {
  font-size: 90%;
  margin: 0px 0px 10px 0px;
}
.center{
  margin-left:auto;
  margin-right:auto;
}
.centertext{
  text-align: center;
}
img.center{
  display:block;
}
.left{
  float:left;
}
.right{
  float:right;
}
.clear{
  clear:both;
}
.clearleft{
  clear:left;
}
.clearright{
  clear:right;
}
del { 
  text-decoration: line-through;
}
ins {
  text-decoration:underline;
}
h2 {
  font-size: 115%;
}
h3 {
  font-size: 110%;
}

h4 {
  font-size: 105%;
}

a         { background-color: transparent; color: #669966; text-decoration: none;}
a:link    { background-color: transparent; color: #669966;}
a:visited { background-color: transparent; color: #669966;}
a:active  { background-color: transparent; color: #FFCC66;}
a:hover   { background-color: #3d7b22; color: #ffffff; text-decoration: none;}

#header-name a,
#header-name a:link,
#header-name a:visited,
#header-name a:active {
  background-color: transparent;
  color: #FFFFFF;
  text-decoration: none;
}
#header-name a:hover {
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}

:hover,
h2.asset-name a:hover,
h3.widget-header a:hover {
  text-decoration: none;
}

.widget-list-item {
  line-height: 1.2em;
}


/* Calendar */
.widget-calendar {
  line-height: 120%;
  padding: 0px;
  text-align: center;  
}
.widget-calendar th { 
  font-weight: bold;
  line-height: 140%;
  padding: 2px;      
} 
.widget-calendar td.today {
  background-color: #E1E1E1;
  color: #000000;
}
#content .widget-powered .widget-content {
    margin-top: 0;
    margin-bottom: 0;
    border: none;
    background-color: transparent;
} 

.widget-membercareabout .widget-content-item {
  padding: 12px 0 0 0;
  text-align: center;
}

/* Footer */
#footer-content .widget,
#footer-content .widget-content {
  display: inline;
  color: #cccccc;
  margin: 0px;
}
#footer-content .widget-content a {
  color: #cccccc;
}


