/* Minification failed. Returning unminified contents.
(670,38): run-time error CSS1062: Expected semicolon or closing curly-brace, found ')'
 */
#EntryTag {
  margin-top: 20px;
  font-size: 9pt;
  color: gray;
}
.topicListFooter {
  text-align: right;
  margin-right: 10px;
  margin-top: 10px;
}
#divRefreshComments{
  text-align: right; 
  margin-right: 10px;
  margin-bottom: 5px;
  font-size: 9pt;
}

* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  color: #000;
  background: #F7F7F7;
    font-family: Verdana,Arial,Helvetica,sans-serif;
  font-size:14px;
  min-height: 101%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
ul {
  word-break: break-all;
}
li {
  list-style: none;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
a:link {
  color: #8B4726;
  text-decoration: none;
}
a:visited {
  color: #8B2323;
  text-decoration: none;
}
a:hover {
  color: #F60;
  text-decoration: none;
}
a:active {
  color: #EEA9B8;
  text-decoration: none;
}
.clear {
  clear: both;
}
#home {
  margin: 0 auto;
  max-width:1200px
}
#header {
  padding: 0px 25px 0 15px;
}
#blogTitle {
  height:70px;
  clear: both;
  display: none;
}
#blogTitle h1 {
  font-size: 150%;
  font-weight: bold;
  line-height: 1.5;
  margin-left: 1em;
  margin-top: 10px;
  width: 50%;
  float: left;
}
#blogTitle h2 {
  margin-left: 4em;
  line-height: 1.5;
  width: 50%;
  float: left;
}
/*#Header1_HeaderTitle {
  color: #b77575;
}*/
#blogLogo {
  float: right;
}
#navigator {
  margin-top: 5px;
  background-color: #111;
  height: 60px;
  line-height: 60px;
  overflow: hidden;
  clear: both;
  border-radius: 7px;
  box-shadow: 3px 3px 5px #A7A8AD;
}
#navList {
  min-height: 30px;
  float: left;
}
#navList li {
  float: left;
}
#navList a {
  display: block;
  padding:0 1.5em;height: 60px;font-family:sans-serif;
  float: left;font-size: 1.2em;
  text-align: center;transition-duration:0.3s;
}
#navList a:link, #navList a:visited, #navList a:active {
  color: #EDEDED;
}
#navList a:hover {
  color: white;
  background-color: #4CAF50;
  text-decoration: none;text-shadow: 0px 0px 1px #000;
}
#navList a.aHeaderXML{padding-top: 25px;overflow: hidden;}
#navList a.aHeaderXML img{vertical-align:middle;}

.day {
  background: #fafcfd;
}

#topics {
  background: #fafcfd;
}