
@font-face {
  font-family: 'keep.ttf';
  src: url('/css/font/keep.ttf'); 
}

@font-face {
  font-family: 'keep.eot';
  src: url('/css/font/keep.eot'); 
}

@font-face {
  font-family: 'Ubuntu-B.ttf';
  src: url('/css/font/ubuntu-font-family-0.80/Ubuntu-B.ttf'); 
}

@font-face {
  font-family: 'Ubuntu-M.eot';
  src: url('/css/font/Ubuntu-M.eot'); 
}

body {
  background-image: url('/css/bg/bg_1151.png');
  background-attachment: fixed;
  background-position: center 0px;
  background-repeat: repeat-y; 

  margin: 0px;

  font-family: 'Ubuntu', 'Ubuntu-M.eot', serif;
  font-size: 14px;
}

a:link    { color: #333399; }  /* unvisited link */
a:visited { color: #333399; }  /* visited link */
a:hover   { color: #333399; }  /* mouse over link */
a:active  { color: #333399; }  /* selected link */

/*
** wrapper
*/

#wrapper {
  position: relative;
  width: 900px;

  margin: 0px auto;
}

/*
** side
*/

#side {
  position: absolute;
  top: 0px;
  left: 600px;

  width: 270px;

  background: #008800;

  margin: 0px 0px 0px 30px;
  padding: 0px 10px 0px 0px; */
}

#box {
  clear: both;

  padding-top: 0px;

  color: #EEEEEE;
}

#box table {
  width: 100%;
  margin-top: 10px;
  border: 1px solid #22AA22;
  border-collapse: collapse;
  color: #EEEEEE;
}

#box td {
  border: 1px solid #22AA22;
  padding: 10px;
  text-align: center;
  /* font-size: 24px; */
  font-size: 12px;
}

#box th {
  border: 1px solid #22AA22;
  padding: 10px;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
}

#box p {
  padding-left: 10px;
  font-size: 12px;
}

#box a {
  color: #EEEEEE;
  font-weight: normal;
  text-decoration: none;
}

#link {
  background: #22AA22;
  padding: 5px 5px 5px 10px;
  margin-top: 15px;

  /* font-family: 'Ubuntu-B.ttf', 'Ubuntu', serif; */
  font-size: 16px;
}

#link a {
  color: #EEEEEE;
  font-weight: normal;
  text-decoration: none;
}


/*
** main
*/

#main {
  width: 600px;

  /* this stretches the vertical blue bar to the bottom of even short content pages */
  min-height: 1500px;

  background: white;

  padding: 0px 0px 0px 0px;

  border-right: solid 10px #6666FF;
}

/*
** header
*/

#header {
  height: 110px;

  background: white;

  padding: 10px 0px 0px 0px;
}

#header h1 {
  padding: 10px 0px 0px 0px;
  margin: 0px 0px 0px 115px;

  font-family: 'keep.ttf', 'keep.eot', 'Ubuntu-B.ttf', 'Ubuntu', sans-serif;
  /* font-family: 'Kalam', sans-serif; */
  font-size: 64px;
  font-weight: normal;
  /* font-weight: bold; */

  color: #333333;
}

#header h2 {
  padding: 0px;
  margin: 0px 0px 0px 120px;

  font-size: 16px;
  font-weight: normal;
  letter-spacing: 3px;
  color: #999999;
}

#stripe img {
  clear: none;
  display: block;

  position: relative;
  left: -380px;

  /* width: 980px; */
  height: 200px;
}

/*
** content
*/

#content {
  background: white;
  padding-bottom: 50px;
}

#post {
  background: white;

  padding: 5px 30px 10px 30px;

  border-bottom: solid 1px #CCCCCC;
  border-left: solid 1px #CCCCCC;
}

#post h1 {
  clear: left;
  margin-bottom: 8px;

  font-family: 'keep.ttf', 'keep.eot', serif;
  font-size: 36px;
  font-weight: normal;
}

#post h2 {
  margin-bottom: 8px;

  font-family: 'keep.ttf', 'keep.eot', serif;
  font-size: 28px;
  font-weight: normal;
}

#post p {
  /* margin-top: 0px; */
}

#post table {
  width: 90%;
  margin: 0px auto;
  border: 1px solid #CCCCCC;
  border-collapse: collapse;

  color: #333333;
  font-size: 14px;
}

#post td {
  border: 1px solid #CCCCCC;
  padding: 5px;
  text-align: center;
}

#post th {
  border: 1px solid #CCCCCC;
  padding: 5px;
  text-align: center;
}

#post_info {
  clear: left;
  float: right;

  position: relative;
  top: -5px;
  left: 0px;

  width: 150px;
  text-align: center;

  background: #EEEEEE;

  padding: 5px;

  font-size: 12px;
}

/*
** footer
*/

#footer {
  padding: 50px 0px 0px 10px;

  font-size: 12px;
  color: #999999;
}

