/* ------------ Layouts */
/* -------- Classic Layouts */
/* ---- one-column layout */
body.layout-one-column div#container {
    width: 780px;
    text-align: center;
}

body.layout-one-column div#alpha {
    display: block;
    float: none;
    width: 560px;
    margin: 0 auto;
    text-align: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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

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

body.layout-three-column-right #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: 190px;
}

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

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

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

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: 190px;
}

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: 190px;
}

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

/* ---- 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: 190px;
}

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


/* ------------ Theme Styles (Theme Name) */

html {
    background: #EDF1F4 url(theme-image/container_back.gif) center top repeat-y;
}

body {
    line-height: 1.5;
    margin: 0;
    padding: 0;
    background: #EDF1F4 url(theme-image/body_back.gif) left top repeat-x;
    color: #666;
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

a {
    color: #6db0f3;
}

a:hover {
    color: #03b95e;
}

a:visited {
    color: #97b8d9;
}

.entry-header a {
    text-decoration: none;
    color:#99D8E7
}
.entry-header a:visited {
    text-decoration: none;
    color:#99D8E7
}

.entry-header a:hover {
    text-decoration: underline;
    color:#99D8E7
}

/* ------------ container */
div#container {
    background: white url(theme-image/container_back.gif) center top repeat-y;
    text-align: center;
}

div#container-inner {
    margin: 0 auto;
    padding: 0 20px;
    background: transparent url(theme-image/container-inner_back.gif) center top no-repeat;
    text-align: left;
}

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

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

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

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

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

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

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

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

h2.date-header {
    height: 37px;
    line-height: 45px;
    margin: 5px 0 15px 0;
    padding-left: 80px;
    background: white url(theme-image/date-header_back.gif) no-repeat 0 0;
    color: white;
    font-family: "trebuchet ms", verdana, sans-serif;
    font-size: 110%;
    text-transform: uppercase;
}

h3.entry-header,
h3.archive-header,
h2.archive-header {
    margin: 0;
    padding: 0 0 10px 0;
    color: #99D8E7;
    font-size: 140%;
    font-weight: bold;
}

div.entry-footer {
    margin: 10px 0 20px 0;
    padding: 5px 0 20px 0;
    background: transparent url(theme-image/entry-footer_btm.gif) no-repeat bottom left;
    color: #666;
    font-size: 90%;
    font-weight: normal;
    text-align: right;
}

/* ---- comment, trackback */
h3.trackbacks-header,
h3.comments-header,
h2.comments-open-header {
    height: 33px;
    line-height: 40px;
    padding-left: 40px;
    background: white url(theme-image/module-header_back.gif) top left no-repeat;
    color: white;
    font-size: 100%;
    font-weight: bold;
}

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

/* ------------ module */
div.module {
    margin: 0 0 20px 0;
    padding: 0;
    color: #3A6D3B;
}

/* -------- module-header */
h2.module-header {
    height: 33px;
    line-height: 40px;
    padding-left: 40px;
    background: white url(theme-image/module-header_back.gif) top left no-repeat;
    color: white;
    font-size: 110%;
    font-weight: normal;
}

h2.module-header a,
div.module-widget h2.mosule-header a {
    color: white;
    text-decoration: underline;
}

h2.module-header a:hover,
div.module-widget h2.mosule-header a:hover {
    text-decoration: none;
}

h2.module-header a:visited,
div.module-widget h2.mosule-header a:visited {
    text-decoration: underline;
}

div.module-about h2.module-header {
    margin: 0;
    padding: 0;
    background: none;
    font-size: 100%;
    text-align: center;
}

div.module-about h2.module-header a {
    color: #99D8E7;
}

div.module-about h2.module-header a:hover {
    color: #54C9E5;
}

div.module-about h2.module-header a:visited {
    color: #99D8E7;
}

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

div.module-content a {
    color: #99D8E7;
}

div.module-content a:hover {
    color: #54C9E5;
}

div.module-content a:visited {
    color: #99D8E7;
}

/* -------- module-powered */
div.module-powered div.module-content {
    padding: 10px 0;
    border: 1px solid #89c4ff;
    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; /* mac ie fix */
    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;
}

/* -------- module-calender */
div.module-calendar {
    background-color: #F1F7DD;
    background-image: url(theme-image/calender_top_190.gif);
    background-position: left top;
    background-repeat: no-repeat;
}

/* ---- one-column */
body.layout-one-column div.module-calendar {
    background: url(theme-image/calender_top_560.gif);
}

div.module-calendar h2.module-header {
    margin: 0 10px 10px 10px;
    padding: 0;
    border-bottom: 1px solid white;
    background: none;
    color: #99D8E7;
    text-align: center;
}

div.module-calendar div.module-content {
    margin: 0;
    padding: 0 5px 10px 5px;
    background-color: transparent;
    background-image: url(theme-image/calender_btm_190.gif);
    background-position: left bottom;
    background-repeat: no-repeat;
}

/* ---- one-column */
body.layout-one-column div.module-calendar div.module-content {
    background-image: url(theme-image/calender_btm_560.gif);
}

div.module-calendar div.module-content th {
    padding-bottom: 5px;
}

div.module-calendar div.module-content th,
div.module-calendar div.module-content td a {
    color: #1E90AB;
}

div.module-calendar div.module-content td {
    color: #99D8E7;
}

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

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

ul.module-list li.module-list-item {
    margin: 0;
    padding: 0 0 2px 0;
}

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

/* -------- mmt-calendar */
div.module-mmt-calendar {
    width: 400px;
    background-color: #F1F7DD;
}

div.module-mmt-calendar h2.module-header {
    margin: 0 0 10px 0;
    padding: 0;
    border-bottom: 1px solid white;
    background: transparent url(theme-image/calender_top_400.gif) no-repeat left top;
    color: #99D8E7;
    text-align: center;
}

div.module-mmt-calendar h2.module-header a {
    color: #1E90AB;
}

div.module-mmt-calendar div.module-content {
    margin: 0;
    padding: 10px 0;
    background: transparent url(theme-image/calender_btm_400.gif) no-repeat left bottom;
 }

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;
    color: #99D8E7;
    text-align: center;
}

div.module-mmt-calendar th,
div.module-mmt-calendar td a {
    color: #1E90AB;
}

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

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


/* footer */

#footer
{
	border-top: 1px solid #ccfbfa;
	padding: 10px 0;
}

.footer-list-item
{
	margin-right: 10px;
	border-right: 1px solid #ccfbfa;
	padding-right: 10px;
}

.last-footer-list-item
{
	margin-right: 0;
	border-right-width: 0;
	padding-right: 0;
}

.footer-list-item a
{
	padding: 0;
}
