*{
  font-family:"Marvel",sans-serif;
}
html,body{
  margin:0;
  padding:0;
  color:#000;
}
body{
  text-align:center;
  background:#00e;
  background: -moz-linear-gradient(top, #7a79a1 0%,#464571 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a79a1), color-stop(100%,#464571));background: -webkit-linear-gradient(top, #7a79a1 0%,#464571 100%);background: -o-linear-gradient(top, #7a79a1 0%,#464571 100%);background: -ms-linear-gradient(top, #7a79a1 0%,#464571 100%);background: linear-gradient(top, #7a79a1 0%,#464571 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a79a1', endColorstr='#464571',GradientType=0 );
}
a{
  color:#00f;
  text-decoration:none;
}
a:hover{
  color:red;
}
a img{
  border:0;
}
h1,h2,h3{
  margin:0;
  font-family:"IM Fell English",serif;
  color:#369;
  text-shadow:1px 1px 1px #000;
}
* h1{
  font-size:2em;
  font-style:italic;
}
* h2{
  font-size:1.5em;
}
td{
  vertical-align:top;
}

#top-bar{
  background:#dde;
  background: -moz-linear-gradient(top, #ffffff 0%,#ccccdd 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ccccdd));background: -webkit-linear-gradient(top, #ffffff 0%,#ccccdd 100%);background: -o-linear-gradient(top, #ffffff 0%,#ccccdd 100%);background: -ms-linear-gradient(top, #ffffff 0%,#ccccdd 100%);background: linear-gradient(top, #ffffff 0%,#ccccdd 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ccccdd',GradientType=0 );
  box-shadow:0 1px 20px #000;-moz-box-shadow:0 1px 20px #000;-webkit-box-shadow:0 1px 20px #000;
  margin-bottom:5px;
  text-align:right;
}
#top-bar img{
  float:left;
  box-shadow:1px 1px 2px #000;-moz-box-shadow:1px 1px 2px #000;-webkit-box-shadow:1px 1px 2px #000;
  margin:5px 0 0 0;
}
#header{
  min-height:130px;
  background:#00e;
  background: -moz-linear-gradient(top, #7a79a1 0%,#464571 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7a79a1), color-stop(100%,#464571));background: -webkit-linear-gradient(top, #7a79a1 0%,#464571 100%);background: -o-linear-gradient(top, #7a79a1 0%,#464571 100%);background: -ms-linear-gradient(top, #7a79a1 0%,#464571 100%);background: linear-gradient(top, #7a79a1 0%,#464571 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7a79a1', endColorstr='#464571',GradientType=0 );
  box-shadow:0 1px 10px #000;-moz-box-shadow:0 1px 10px #000;-webkit-box-shadow:0 1px 10px #000;
  margin-bottom:5px;
}
#header>*>*{
  width:70%;
  margin:0 auto;
}
#header td{
  vertical-align:middle;
  color:#fff;
  text-shadow:1px 1px 1px #000;
  font-size:20px;
}
.menu, .fg-menu{
  background:#dde; 
  box-shadow:1px 1px 2px #000;-moz-box-shadow:1px 1px 2px #000;-webkit-box-shadow:1px 1px 2px #000;
  width:180px;
}
.menu a, .fg-menu a{
  color:#666;
  text-shadow:1px 1px 1px #fff;
  border-bottom:1px solid #fff;
  padding:5px;
}
.menu a:hover, .fg-menu a:hover{
  color:#fff;
  text-decoration:none;
  text-shadow:1px 1px 1px #000;
  background:#090;
  background: -moz-linear-gradient(top, #ccccdd 0%,#ffffff 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccccdd), color-stop(100%,#ffffff));background: -webkit-linear-gradient(top, #ccccdd 0%,#ffffff 100%);background: -o-linear-gradient(top, #ccccdd 0%,#ffffff 100%);background: -ms-linear-gradient(top, #ccccdd 0%,#ffffff 100%);background: linear-gradient(top, #ccccdd 0%,#ffffff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccccdd', endColorstr='#ffffff',GradientType=0 );
}
#top-bar a{
  line-height:40px;
  height:40px;
  display:inline-block;
  padding:0 15px;
  border-right:1px solid #fff;
  border-left:1px solid #ccd;
  color:#666;
  text-decoration:none;
  text-shadow:1px 1px 1px #fff;
}
#top-bar a:first-child{
  border-left:0;
}
#top-bar a:last-child{
  border-right:0;
}
#content{
  width:70%;
  min-width:1000px;
  margin:0 auto;
  text-align:left;
  padding:10px 0;
}
#wrapper{
  box-shadow:0 1px 20px #000;-moz-box-shadow:0 1px 20px #000;-webkit-box-shadow:0 1px 20px #000;
  margin-bottom:20px;
  background:url(i/bg.png) #fff;
  color:#000;
}
#sidebar1{
  float:right;
  width:300px;
  padding:5px;
  overflow:hidden;
}
#page-content{
  margin:5px 320px 5px 5px;
  background:#fff;
  box-shadow:0px 0px 10px #00e;-moz-box-shadow:0px 0px 10px #00e;-webkit-box-shadow:0px 0px 10px #00e;
  padding:5px;
  -moz-border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px;border-radius:5px 5px 5px 5px;
}

#top-bar a:hover,div.menu-fg a:hover,div.menu-accordion a:hover,.menu a:hover{
  color:#fff;
  text-decoration:none;
  text-shadow:1px 1px 1px #000;
  background:#090;
  background: -moz-linear-gradient(top, #ccccdd 0%,#ffffff 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ccccdd), color-stop(100%,#ffffff));background: -webkit-linear-gradient(top, #ccccdd 0%,#ffffff 100%);background: -o-linear-gradient(top, #ccccdd 0%,#ffffff 100%);background: -ms-linear-gradient(top, #ccccdd 0%,#ffffff 100%);background: linear-gradient(top, #ccccdd 0%,#ffffff 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccccdd', endColorstr='#ffffff',GradientType=0 );
}
#top-bar a.ajaxmenu_currentPage{
  font-weight:bold;
  color:#000;
}
div.menu-accordion ul ul{
  margin-left:10px;
}
div.menu-accordion ul ul a{
  line-height:18px;
  font-size: smaller;
}

.panel-header a{
  color:#ff0;
}

.blog-date-published,.blog-author{
  color:#333;
  font-style:italic;
  font-size:small;
}
.blog-excerpt-wrapper{
  margin-bottom:20px;
}
.blog-edit{
  float:right;
}
.blog-unpublished{
  opacity:.6;
  font-style:italic;
}
#blog-comment-wrapper table{
  width:80%;
  margin:0 auto;
}
#blog-comment-wrapper input,
#blog-comment-wrapper textarea{
  width:100%;
}

.popups{
  text-align:center;
}
.popups a{
  margin:5px 20px;
  display:inline-block;
}
.blog-author-img-wrapper{
  display:inline-block;
  width:32px;
  height:32px;
  text-align:center;
}
.blog-author-img-wrapper{
  vertical-align:middle;
}
