/* ------------ Layouts */
/* -------- Classic Layouts */

/* ---- three-column*/
body.layout-three-column #container {
    width: 800px;
}

body.layout-three-column #alpha {
    float: left;
    width: 191px;
}

body.layout-three-column #alpha-inner {
    padding: 0;
}

body.layout-three-column #beta {
    width: 400px;
}

body.layout-three-column #beta-inner {
    padding: 0 0 0 15px;
}

body.layout-three-column #gamma {
    float: right;
    width: 191px;
}

body.layout-three-column #gamma-inner {
    padding: 0;
}

/* -------- mixed media */
/* ---- timeline layout */
body.layout-timeline div#container {
    width: 780px;
}

body.layout-timeline #alpha {
    float: left;
    width: 310px;
}

body.layout-timeline #beta {
    float: right;
    width: 400px;
}

body.layout-timeline #beta #gamma {
    float: left;
    width: 181px;
}

body.layout-timeline #beta #delta {
    float: right;
    width: 181px;
}

/* ---- moblog (type-a) */
body.layout-moblog1 div#container {
    width: 780px;
}

body.layout-moblog1 div#alpha {
    float: left;
    width: 181px;
}

body.layout-moblog1 div#alpha-inner {
    padding: 0;
}

body.layout-moblog1 div#beta {
    width: 330px;
}

body.layout-moblog1 div#beta-inner {
    padding: 0 0 0 30px;
}

body.layout-moblog1 div#gamma {
    float: right;
    width: 181px;
}

body.layout-moblog1 div#gamma-inner {
    padding: 0;
}

div.module-recent-photos div.module-content {
    padding: 10px 0 0 0;
}

div.module-recent-photos li.module-list-item {
    margin: 0 5px 10px 5px;
    padding: 0;
    background: none;
}

/* ---- moblog (type-b) */
body.layout-moblog2 div#container {
    width: 780px;
}

body.layout-moblog2 div#alpha {
    width: 60px;
    float: left;
    margin-right: 20px;
}

body.layout-moblog2 div#alpha-inner {
    padding: 0;
}

body.layout-moblog2 div#beta {
    width: 300px;
    margin-right: 20px;
}

body.layout-moblog2 div#beta-inner {
    padding: 0;
}

body.layout-moblog2 div#gamma {
    width: 170px;
}

body.layout-moblog2 div#gamma-inner {
    padding: 0;
}

body.layout-moblog2 div#delta {
    float: right;
    width: 150px;
}

body.layout-moblog2 div#delta-inner {
    padding: 0;
}

body.layout-moblog2 div.module-photo img {
    width: 100px;
    height: auto;
    margin: 0;
    padding: 0;
}

/* ---- artistic tweaks */
body.layout-artistic div#container {
    width: 780px;
}

body.layout-artistic div#alpha {
    float: left;
    width: 310px;
}

body.layout-artistic div#beta {
    float: right;
    width: 400px;
}

body.layout-artistic div#beta div#gamma {
    float: left;
    width: 181px;
}

body.layout-artistic div#beta div#delta {
    float: right;
    width: 181px;
}

/* ---- calendar tweaks */
body.layout-calendar div#container {
    width: 780px;
}

body.layout-calendar div#alpha {
    float: left;
    width: 310px;
}

body.layout-calendar div#beta {
    float: right;
    width: 400px;
}

body.layout-calendar div#beta div#gamma {
    float: left;
    width: 181px;
}

body.layout-calendar div#beta div#delta {
    float: right;
    width: 181px;
}


/* ------------ Theme Styles (kekkon-01) */

html {
  margin: 0;
  padding: 0;
}

body {
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #666666;
    background: white;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

a {
  color: #000033;
  text-decoration: underline;
}

a:hover {
  color: #6e6ec2;
}

/* ------------ container */
div#container {
    background: #fff;
    text-align: center;
}

div#container-inner {
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

/* ------------ banner */
#banner {
    height: 201px;
    margin: 0 0 20px 0;
    padding: 0;
    background: white url(theme-image/banner-title.jpg) center top no-repeat;
    text-align: center;
}

div#banner-inner {
    margin: 0 auto;
    padding: 0;
    text-align: left;
}

div#banner a {
    color: black;
    text-decoration: none;
}

div#banner a:hover {
    text-decoration: underline;
}

div#banner a:visited {
    text-decoration: none;
}

h1#banner-header {
    margin: 0;
    padding: 30px 0 0 30px;
    color: black;
    font-size: 200%;
    font-weight: normal;
}

h2#banner-description {
    margin: 0;
    padding: 0 0 0 30px;
    color: black;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 100%;
    font-weight: normal;
}

/* ------------ pagebody */
div#pagebody {
    text-align: center;
}

/* -------- pagebody-inner */
div#pagebody-inner {
  margin: 0 auto;
  text-align: left;
}

/* ------------ entry */
div.entry {
    overflow: hidden;
}

h2.date-header {
    margin: 0;
    padding: 0;
    color: #666;
    font-family: "trebuchet ms", verdana, sans-serif;
    font-size: 100%;
    text-align: right;
    text-transform: uppercase;
}

h3.archive-header,
h2.archive-header {
    margin: 0;
    padding: 15px 0 0.3em 35px;
    background: url(theme-image/entry-title.gif) left bottom no-repeat;
    color: #000066;
    font-size: 130%;
    font-weight: bold;
}


h3.entry-header {
    margin: 0;
    padding: 5px ;
    color: #000033;
    background-color:#ffe8d7;
    font-size: 130%;
    font-weight: bold;
    border:1px solid #dadada;
}


p.entry-footer {
    margin: 10px 0 20px 0;
    padding: 10px 0 20px 0;
    border-top:1px solid #999999;
    color: #666;
    font-size: 90%;
    font-weight: normal;
    text-align: right;
}

/* ---- comment, trackback */
h3.trackbacks-header,
h3.comments-header,
h2.comments-open-header {
    margin: 0;
    padding-top: 0.5em;
    background: url(theme-image/entry-footer.gif) left top repeat-x;
    color: #666;
    font-size: 100%;
    font-weight: bold;
}

form#comment-form {
    margin-bottom: 40px;
}

/* ------------ module */
div.module {
    margin: 0 0 20px 0;
    padding: 0;
}

/* -------- other style module */
div.module-email,
div.module-photo,
div.module-syndicate,
div.module-subscribe,
div.module-widget {
    background: none;
    text-align: center;
}

/* -------- module-header */
h2.module-header {
    height: 26px;
    margin: 0;
    padding-top: 0;
    line-height: 26px;
    font-size: 100%;
    text-align: center;
    background-color:#EBEBEB;
}

h2.module-header a {
    text-decoration: none;
}

h2.module-header a:hover {
    text-decoration: underline;
}

h2.module-header a:visited {
    text-decoration: underline;
}

/* -------- module-content */
div.module-content {
    margin: 0 0 15px 0;
    padding: 15px 15px 0 15px;
}

/* -------- module-list */
ul.module-list {
    margin: 0;
    padding: 0;
}

ul.module-list li.module-list-item {
    margin: 0;
    padding: 0 0 0 8px;
    background: transparent url(theme-image/list-marker.gif) left center no-repeat;
}

div.module-category-cloud li.module-list-item {
  padding: 0;
  background: none;
}

/* -------- module-powered */
div.module-powered {
    background: none;
}

div.module-powered div.module-content {
    padding: 10px 0;
    background: none;
    text-align: center;
}

/* -------- module-recent-photos */
div.module-recent-photos div.module-content {
     padding: 10px 0 0 19px;
}

div.module-recent-photos ul.module-list {
     margin: 0;
}

div.module-recent-photos li.module-list-item {
    width: 64px;
    margin: 0 10px 10px 0;
    padding: 0;
    background: none;
}

body.layout-moblog2 div.module-recent-photos div.module-content {
    padding: 0;
}

body.layout-moblog2 div.module-recent-photos li.module-list-item {
    margin: 0;
}

/* -------- other style module */
div.module-email div.module-content,
div.module-photo div.module-content,
div.module-syndicate div.module-content,
div.module-subscribe div.module-content,
div.module-widget div.module-content {
    margin: 0;
    padding: 0;
    background: none;
    font-size: 100%;
    text-align: center;
}


div.module-galleries ul.module-list li.module-list-item {
    padding: 0;
    background: none;
}

/* -------- mmt-calendar */
div.module-mmt-calendar {
    width: 400px;
}

div.module-mmt-calendar h2.module-header {
    margin: 0 0 10px 0;
    padding: 0;
    background: transparent;
    text-align: center;
}

div.module-mmt-calendar div.module-content {
    margin: 0;
    padding: 10px 0;
    background: transparent; 
 }

div.module-mmt-calendar table {
    width: 400px;
    margin: 0;
    padding: 0;
}

div.module-mmt-calendar th,
div.module-mmt-calendar td {
    padding: 2px;
    text-align: center;
}

div.module-mmt-calendar td {
    height: 70px;
    text-align: center;
}

div.day-photo {
    width: 49px;
    height: 49px;
    margin: 0 auto;
    padding: 0;
}

div.day-photo a img{
    width: 45px;
    height: 45px;
}

/* ---- two-column (right) */
body.layout-two-column-right div#container {
    width: 800px;
}

body.layout-two-column-right div#alpha {
    float: left;
    width: 590px;
}

body.layout-two-column-right div#alpha-inner {
    border: 0;
    padding: 0;
}

body.layout-two-column-right div#beta {
    width: 191px;
    float: right;
}

body.layout-two-column-right div#beta-inner {
    border: 0;
    padding: 0;
}
