@charset 'utf-8';

/* global style
 ---------- */
html {
  background: #000;
}

body {
  background: url(../images/bg.gif);
  font-family: Verdana, Osaka;
  margin:0;
  padding:0;
  font-size:14px;
}

img {
  border:none;
}

a:link      {color:#693333;text-decoration:none;}
a:visited   {color:#693333;text-decoration:none;}
a:active    {color:#693333;text-decoration:none;}
a:hover     {color:#9c3333; text-decoration:underline;}

h1{
  margin:0;
  padding:0;
}
h1 {
  font-size:65px;
  letter-spacing: -0.1em;
  font-family: "Century Gothic";
  color: #3f3f3f;
  clear:both;
  vertical-align: middle;
}

h1 img,
h1 a {
  vertical-align: middle;
}

h4,
h3,
h2{
  font-family: "Century Gothic";
  color: #3f3f3f;
  clear:both;
}

h2{
  font-size:65px;
  letter-spacing: -0.1em;
  margin: 10px;
}

h3 {
  padding-left: 10px;
  font-size: 25px;
  letter-spacing: -0.01em;
  margin: 20px 8px 10px;
}

p {
  margin:5px;
  padding-left: 15px;
}


ul {
  padding-left: 20px;
}
li {
  list-style:none;
  background: url(../images/li.gif) left 2px no-repeat;
  padding-left: 20px;
}

li li {
  background: url(../images/lili.gif) left 2px no-repeat;
}

.bold {
  font-weight: bold;
}

/* header
 ---------- */
#header-bar {
  height: 30px;
  background: #333;
  color: #fff;
}

#header-bar ul {
  margin: 0;
  padding: 0px 0 0 10px;
}
#header-bar li {
  display: inline;
  background: none;
  list-style: none;
  font-size: 24px;
  line-height: 135%;
}
#header-bar li a {
  color: #fff;
  font-family: "Verdana";
  font-weight: normal;
  font-size: 14px;
}
#header-bar li a:hover {
  background: #fff;
  color: #000;
}

/* body
 ---------- */
#body {
  margin-bottom: 10px;
}

/* main
 ---------- */
#main {
  min-width: 800px;
}

#main-left,
#main-right {
  float: left;
  margin-bottom: 25px;
}

#main-left {
  margin-right: 10px;
  width: 58%;
}

#main-right {
  width: 38%;
}

.sv-thumb {
  float: left;
  margin: 5px 10px 20px;
  border: solid 2px #ccc;
}
.sv-desc {
}
.sv-list {
  margin-left: 155px;
}

.blog-author {
  font-style: italic;
}


#footer {
  clear: both;
  padding-top: 20px;
  height: 150px;
  border-top: solid 2px #666;
  background: #000 url(../images/footer_bg.gif) repeat-x;
  color: #fff;
}

#footer a:link      {color:#ccc;text-decoration:none;}
#footer a:visited   {color:#ccc;text-decoration:none;}
#footer a:active    {color:#ccc;text-decoration:none;}
#footer a:hover     {color:#999; text-decoration:underline;}
