@charset "utf-8";
body {
  margin: 0 0;
  text-align: center;
  font:13px/1.231 sans-serif;
  font:x-small;
  color: #b8c085;
  background: #b0e0e6 url('/img/bg.gif');
  /*background-color: #b0e0e6;*/
  line-height: 1.35;
}
body.double div#main {
  float: left;
  width: 69%;
}
body.double div#utilities {
  float: right;
  width: 30%;
}
a:link {
  color: #fff;
}
a:visited {
  color: #888;
}
a:hover {
  color: #000;
}
p {
  /*margin: 0.5em 30px 1em;*/
  margin: 0.5em 0px 1em;
}
h2 {
  border-bottom: 1px solid #0099ff;
  color: #000;
  padding-bottom: 0.3em;
  font-size: 122%;
  font-weight: normal;
  margin: 0.8em 30px 0.5em;
  text-shadow: 1px 1px 1px #000;
}
ul,ol,dl {
  margin: 1em 30px;
  padding: 2px 0;
}
ul {
  /*list-style-type: circle;*/
  list-style-type:none;
}

div#header {
  border-top: 8px solid #B0E0E6;
  border-bottom: 16px solid #B0E0E6;
  background-color: #4682b4;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border: 0px;
  padding: 10px 10px 26px;
}
h1 {
  margin: 25px 28px 0;
  line-height: 1;
  font-size: 144%;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 2px #000;
}
h1 a {
  color: #333;
  text-decoration: none;
}
h1 a:hover {
  color: #f5f5f5;
}
h3 {
  color: #999;
  margin: 0.4em 28px 0;
  font-size: 92%;
}

div#utilities{
  background-color:#87cefa;
  /*height:480px;*/
}
div#utilities dl dt {
  margin: 0 5px;
  padding: 0em 10px;
}
div#utilities dl dd {
  margin: 0 5px;
  padding: 0.2em 0 0.5em;
}
div#utilities dl dd ul {margin: 0;list-style-type: none;}
div#utilities li {margin: 0.4em 0 0.4em 5px; }
div#utilities dl dd p {margin: 0.2em 10px;line-height: 1.4;}
div#utilities dl.navi{margin: 0;}

div#header,div#content,div#footer{
  margin: 0 auto;
  text-align: left;
  width: 95%; min-width: 35em;
  max-width: 70em;
}
/*div#main{height:520px;}*/
div#content div#main {
  background-color: #EEFFFF;
  background-image: url("/img/bgcontent.gif");
  border-color: #eee;
}
div#content div.maincontent {
  margin-left:30px;
  margin-right: 20px;
  margin-bottom: 30px;
}
div#content div.mainconent h1{
  margin:25px 0 0;
}
div#content div.maincontent h2 {
  margin: 0.8em 0px 0.5em;
}
div#content div.maincontent h3 {
  margin: 0.8em 0px 0.5em;
}
div#content{
  /*border-bottom: 6px solid #333;*/
  border-top: 12px solid #e4e4e4;
  color: #222;
}
div#commentarea {
  margin-left:30px;
  margin-right: 20px;
}
div#purplebar {
  border:1px solid #cccccc;
  padding:2px;
  border-color:#000000;
  background-color:#7CC9F1;
  color:#000000;
}
div#content .divxnBigTitle{
  background: #F7F7F7;
  padding: 0.5em 0.3em 0.5em 0.5em;
  border-top: 1px solid #3B5888;
  border-bottom: 1px solid #D8DFEA;
}
div#content .cssxnTime{
  display: block;
  color: #808080;
  line-height: 1.0em;
  margin-left: 1em;
}
div#content .commentContent{
  margin-left: 1.5em;
  background-color: #E0FFFF;
}
div#content .commentForm{
  margin-bottom: 1em;
}
div#main a{
  color: #9400d3;
}
div#main a:hover {
  background-color: #9400d3;
  color: #fff;

}
dl.navi dt {
  color: #fff;
  background-image: url('/img/bgnavi.gif');
  background-color: #666;
}
dl.navi li a{padding-left: 15px;text-decoration: none;background-repeat: no-repeat;background-position: left center;background-position: 0 0.2em;}
dl.navi li a:link {
  background-image: url('/img/v1.gif');
}

ul#TopNav {
  margin:0;
  padding:0;
  list-style-type:none;
  margin-left: 35px;
}
ul#TopNav li {
  position:relative;
  float:left;
  border-top:14px solid #e4e4e4;
  margin-right: 15px;
  padding-right: 20px;
  padding-top: 5px;
}
ul#TopNav li:hover {
  border-top:8px solid #e4e4e4;
}
ul#TopNav li a {
  padding:2px 2px;
  text-decoration:none;
  font:bold 12px serif;
  color:#666666;
}
ul#TopNav li a:hover {
  color:#000000;
  border:none;
}

div#footer ul.support {
  margin: 0em 10px;
  text-align: right;
}
div#footer ul.support li {
  color: #aaa;
  margin: 0 0 0 6px;
  font-size: 12px;
}
div#footer ul.support li a {
  color: #999;
  text-decoration: none;
}
div#twitter_update_list{
  margin: 0.8em 0px 0.5em;
  font-size:80%;
}
textarea#text {
  background-image: url("/img/bgtext.gif");
  background-attachment: scroll;
  width: 70%;
  height: 150px;
  border: 3px solid #ccc;
}
.input {
  border: 2px solid #ccc;
  width: 400px;
}
.commentForm {
  margin-left: 1em;
}
