@charset "utf-8";

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * Style Name: scandi_styles.css
 * Style URL: /styles/scandi_styles.css
 * Description: Web page design elements.
 * Markup Engineer: Hisato Ishikawa @ man create
 * URL: http://www.man-c.com
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */


/* __________ LAYOUT __________ */

div#blog_left {
  width: 230px;
  margin: 0 20px 30px 0;
  padding: 10px;
  border: 1px solid #666;
}

div#blog_right {
  width: 520px;
  /*border: 1px solid #666;*/
}

div.module {
  margin: 0 0 15px 0;
  border: 2px solid #333;
}


/* __________ MODULE __________ */

h3.side_header {
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 3px;
}

h3.widget-header {
  text-align: center;
  font-size: 15px;
  border-bottom: 2px solid #333;
}

div.widget-content {
  margin: 10px 5px 10px 10px;
}

div.widget-content li {
  font-size: 13px;
}

table.linked_cal th, table.linked_cal td {
  padding: 2px 3px;
  text-align: center;
  font-size: 13px;
  background: #EFEFEF;
}

/* __________ ENTRY __________ */

div.entry {
  margin: 0 0 30px 0;
  border: 1px solid #666;
}

div.entry_header {
  display: block;
  border-bottom: 1px solid #666;
}

div.entry_inner {
  margin: 20px 15px;
}

div.entry_inner h2 {
  margin: 10px 0 0 0;
  font-size: 18px;
}

div.entry_inner p {
  margin: 10px 0 0 0;
  font-size: 13px;
  line-height: 1.5;
}
