
/* Default ---------------------------------------------------------------- */

/* Global */

body {
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	color: #000000;
	word-wrap: break-word;
	font-weight: normal;
	font-size: small;
	line-height:1.5;
	background: url("body-bg.gif") repeat-y top center;
}

a:link, a:active ,a:visited {
	color:#928F40;
	text-decoration:underline;
}

a:hover {
	text-decoration:none;
}

#alpha,
#beta,
#gamma,
#delta {
    float: left;
}

#alpha {
    width: 950px;
}

#beta {
    width: 500px;
}

#gamma,
#delta {
    width: 200px;
}

blockquote {
	font-size: small;
  	line-height: 150%;
	border: 1px dashed #7D7D7D;
    padding: 8px 8px 0px 8px;
    margin: 10px 0px;            
}

#comment-preview, #comment-post {
	margin: 0px 5px 0px 0px;
	background-color: #B8B052;
	border-top: solid 1px #b4b04f;
	border-right: solid 1px #67652d;
	border-bottom: solid 1px #67652d;
	border-left: solid 1px #b4b04f;
	color: #FFFFFF;
	cursor: pointer;
}

#commentsForm p {
	margin-bottom:24px;
	text-align:center;
}

#comments-open-data input ,#comments-open-text textarea {
	border: solid 1px #7D7D7D;
}


/* Three Column --------------------------------*/

.layout-three-column #alpha,
.layout-three-column #gamma {
    width: 200px;
}

.layout-three-column #beta {
    width: 550px;
}

.layout-three-column #beta-inner {
    padding: 0 25px;
}

.layout-three-column #comments-open-data input {
	width: 494px;
	}
.layout-three-column #comments-open-data input#comment-bake-cookie {
	border: none;
	width: 20px;
	}
.layout-three-column #comments-open-text textarea {
	width: 494px;
	}

/* Three Column (Right) ---------------------------------*/

.layout-three-column-right #alpha {
    width: 525px;
}

.layout-three-column-right #beta,
.layout-three-column-right #gamma {
    width: 200px;
}
.layout-three-column-right #gamma{
	margin-left:25px;
	}
.layout-three-column-right #alpha-inner {
    margin-right: 25px;
}


/* Two Column (Right)--------------------------------*/

.layout-two-column-right #alpha {
    width: 750px;
}

.layout-two-column-right #beta {
    width: 200px;
}

.layout-two-column-right #alpha-inner {
	padding: 0 25px 0 0;
}

/* Two Column (Left) */

.layout-two-column-left #alpha {
    width: 200px;
}

.layout-two-column-left #beta {
    width: 750px;
}

.layout-two-column-left #beta-inner {
	padding: 0 0 0 25px;
}

/* One Column --------------------------------*/

.layout-one-column .comments,
.layout-one-column .comments-open,
.layout-one-column .trackbacks {
	width: 500px;
	}

.layout-one-column .comments-open #comment-author,
.layout-one-column .comments-open #comment-email,
.layout-one-column .comments-open #comment-url,
.layout-one-column .comments-open #comment-text {
	width:500px;
	}


/* Moblog 1 --------------------------------*/

.layout-moblog1 #alpha {
    width: 200px;
}

.layout-moblog1 #beta {
    width: 550px;
}

.layout-moblog1 #gamma {
    width: 200px;
}

.layout-moblog1 #beta-inner {
	padding: 0 25px;
}

/* Moblog 2 --------------------------------*/

.layout-moblog2 #alpha {
    width: 70px;
}

.layout-moblog2 #beta {
    width: 530px;
}

.layout-moblog2 #gamma {
    width: 180px;
}

.layout-moblog2 #delta {
    width: 170px;
}

.layout-moblog2 #beta-inner {
	padding: 0 20px 0 10px;
}

.layout-moblog2 #gamma-inner {
	padding: 0 10px 0 0;
}


/* Calendar --------------------------------*/

.layout-calendar #alpha {
	width: 525px;
	} 

.layout-calendar #beta {
	width: 425px;
	} 

.layout-calendar #gamma {
	width:200px;
	margin: 0 25px 0 0;
}

.layout-calendar #delta {
	width: 200px;
	}

.layout-calendar #alpha-inner {
	padding: 0 25px 0 0;
	}

/* Artistic --------------------------------*/

.layout-artistic #alpha {
	width:525px;
	}
.layout-artistic #beta {
	width: 425px;
}

.layout-artistic #gamma {
	margin: 0 25px 0 0;
	}
.layout-artistic #alpha-inner {
	padding: 0 25px 0 0;
	}

/* Timeline --------------------------------*/

.layout-timeline #alpha {
    width: 525px;
}

.layout-timeline #beta {
    width: 425px;
}

.layout-timeline #gamma {
    margin-right: 25px;
}

.layout-timeline #gamma,
.layout-timeline #delta {
    width: 200px;
}

.layout-timeline #alpha-inner {
	padding: 0 25px 0 0;
	}

/* "Fullwidth" (Header) --------------------------------*/

#container,
#container-inner,
#banner {
    position: relative;
    width: 100%;
    margin: 0 auto;
}


/* Header ----------------------------------------------------------------- */

#banner {
	background: url("container-bg.gif") no-repeat top center;
	min-height:291px;
    height: auto !important;   
    height: 291px;  
}

.layout-one-column #banner,
.layout-three-column-right #banner,
.layout-two-column-right #banner,
.layout-moblog2 #banner,
.layout-calendar #banner,
.layout-artistic #banner,
.layout-timeline #banner{
	text-align: left;
}

#banner-inner {
	margin: 0px auto;
	padding: 120px 0px 0px 0px;
	text-align: left;
}

#banner a {
	color: #333333;
	text-decoration: none;
}

#banner-header {
	margin:0px;
	font-size:x-large;
	font-weight: bold;
	text-align: left;
	line-height: 120%;
}

#banner-description {
	padding:5px 0 0 0;
	margin:0px;
	font-size: small;
	font-weight: normal;
	color: #333333;
	text-align: left;
}

#banner a:hover {
    text-decoration: underline;
}


/* Layout ----------------------------------------------------------------- */

#container {
    background:url("main-bg.gif") no-repeat center bottom scroll;
    padding-bottom:203px;	
}

#container-inner {
	width:980px;

}

#container-inner-bottom {
}

#pagebody {
	padding:0 15px;
}


#comments-open-footer {
	text-align: center;
	width:90%;
	}

#comment-preview {
	margin: 0 10px 0 0;
	}
	
#commentsForm p {
	text-align:center;
}


/* Header ----------------------------------------------------------------- */

.content-header {
	font-size: medium;
	font-weight: bold;
	text-align:left;
	line-height: nomal;
	padding: 0px 0px 20px !important;
	color:#8A8957;
}

.content-nav {
    margin: 5px 0 30px;
	text-align:left;
}

.date-header {
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding: 0px 0px 10px;
	margin: 0px;
	line-height: 150%;
	text-align: left;
	color:#747450;
}

.entry {
	margin-bottom:30px;
}

/* entry-header ---------------------------------------------------------------- */

.entry-header {
	background:url("enter-h3.gif") no-repeat 0 0.1em;
	margin: 10px 0px 0px 0px;
	padding: 5px 0px 15px 30px;
	color: #747450;
	font-size: medium;
    font-weight: bold;
}


.layout-two-column-right .entry-header,
.layout-two-column-left .entry-header {
}

.layout-one-column .entry-header {
}

.entry-header a {
    text-decoration: underline !important;
	color:#747450;
}

.entry-more-link {
    font-weight: bold;
}


/* entry-content ---------------------------------------------------------------- */

.entry-content {
	margin: 0px 0px 10px;
	padding: 0;
	overflow: hidden;
	/*font-size: 120%;*/
	font-size:small;
}

/* entry-footer ---------------------------------------------------------------- */

.entry-footer {
	margin: 0px 0px 35px 0px;
	padding: 20px 0px 0px 0px;
	background: url("lin_post.gif") no-repeat top left;
	clear: both;
	font-size: small;
	line-height: normal;
	text-align: left;
}

.layout-two-column-left .entry-footer {
}

.layout-one-column .entry-footer {
}


.entry-footer .entry-footer-info{
	margin:0;
}

.entry-footer a,
.comment-footer a {
}


.trackback,
.comment,
.archive{
	margin-bottom: 15px;
	padding-top: 0;
	}

.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}

.trackbacks-info {
	font-size: 114%;
	}

.trackback-footer,
.comments-info,
.comment-footer {
	font-size: small;
	line-height:130%;
	padding: 10px 0;
	margin: 0 0 40px;
	clear: both;
}

/* form */
#comment-author,
#comment-email,
#comment-url,
#comment-text {
    width: 90%;
	border:solid 1px #7D7D7D;
}



/* archive ---------------------------------------------------------------- */

.archive-header {
	padding: 0px 0px 6px 0px;
	color: #8A8957;
	font-size: small;
	font-weight:bold;
}

.archive-content{
	margin:0;	
}

.archive-list-item {
    margin-bottom: 5px;
}

.comments-header h2, 
.entry-trackback h2, 
.comments h3,
.trackbacks h3,
.comments-open h2 {
	background:url("enter-h3.gif") no-repeat top left;
	margin: 0px 0px 7px 0px;
	padding: 5px 0px 15px 30px;
	color: #94731c;
	font-size: small;
	font-weight:bold;
}

.comments,
.comments-open
{
}




/* module ---------------------------------------------------------------- */

.module {
	margin: 0 0 40px;
	}

.module-header{
	background:url("module-h2.gif") no-repeat left bottom;
	padding: 5px 0px 6px 22px;
	margin: 0 0 5px 0;
	color: #DFA713;
	font-size: small;
	font-weight:bold;
}

.module-content a {
}

a:hover {
	text-decoration:none;
}

.module-header a {
	color: #DFA713;
	text-decoration: underline;
}

.module-content {
	margin: 0;
	padding: 0;
}

.layout-artistic .module-header,
.layout-artistic .module-content,
.layout-calendar .module-header,
.layout-calendar .module-content,
.layout-timeline .module-header,
.layout-timeline .module-content,
.layout-one-column .module-header,
.layout-one-column .module-content {
    margin-right: 0;
    margin-left: 0;
}

/* "Powered By" Module ----------------------------- */
.module-powered .module-content {
    padding: 10px;
    text-align: center;
    margin: 15px 0;
    border: 1px solid #767676;
    background-color: #5d5d5d;
}

.module-powered .module-content,
.module-powered .module-content a {
    color: #333;
}

/* link-note Module ----------------------------- */
.link-note {
	background:url("link-note.gif") no-repeat left top;
	margin: 0 0 10px 0;
	padding: 5px 0px 0px 20px;
	font-size: small;
	font-weight: bold;
}

/* typelist-no-description ----------------------------- */
body.layout-one-column .typelist-no-description{
	text-align:left;
	margin-left:10px;
}


/* Utility ---------------------------------------------------------------- */

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    _position: relative;
    width: 100%;
    w\idth: auto;
	_zoom:1;
}


/* Calendar Module ---------------------------------------------------------------- */

#calendar {
	width:200px;
	font-size: small;
	text-align:center;
	}
	
#calendar .module-header {
	background:url("calendar-caption.gif") no-repeat left top;
	color: #DFA713;
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding: 5px 0px 15px 25px;
}

.module-calendar .module-content {
}

.module-calendar .module-content table {	
	border-collapse:separate;
	padding:0;
}

#calendar table th {
	padding: 0px;
	margin: 0px;
	font-weight: bold;
	text-align: center;
}

#calendar td a {
	display: block;
	}
	
/* Featured Photo Module */

.module-featured-photo,
.module-featured-photo img {
    width: 415px;
}


/************************** Recent Photos Module **********************************/


.module-recent-photos .module-list-item a {
    background-color:#FFFFFF;
    border:1px solid #E2DCCD;
    padding:4px;
}

.module-recent-photos .module-list-item a:hover {
    border-color: #B9AB80;
}

.module-recent-photos .module-list-item {
    width: 70px; /* mac ie fix */
    margin: 0 4px 0 0;
    padding: 0;
    background-image: none;
}


/*timeline*/
.layout-timeline .module-recent-photos .module-list-item {
    margin: 0px 15px 10px 0;
}

/*moblog1*/
.layout-moblog1 .module-recent-photos .module-list-item {
    margin: 0 15px 10px 0;
}

/*moblog2*/
.layout-moblog2 .module-recent-photos .module-list-item {
    margin: 0 15px 10px 0;
}

/*artistic*/
.layout-artistic .module-recent-photos .module-list-item {
    margin: 0 15px 10px 0;
}

/* Photo Module */

.module-photo {
    border: 0;
    background: none;
}

.module-photo .module-content {
    margin: 10px;
    text-align:left;
}

.module-photo img {
    border: 0;
}

.layout-moblog2 .module-photo img {
    width: 100px;
    height: auto;
}


/* Mixed Media Template Calendar Module */

.module-mmt-calendar {
    width: 415px;
    margin: 0;
}

.module-mmt-calendar .module-header {
	background:url(none);
	font-size: small;
	font-weight: bold;
	line-height: 1.2;
	text-align:left;
	padding:5px 0;
} 

.module-mmt-calendar .module-header a{
	text-decoration: underline;
	color:#829149;
}

.module-mmt-calendar .module-header a:hover{
	text-decoration: none;
}	

.module-mmt-calendar .module-content {
    margin: 5px 0 15px;
	padding-bottom:12px;
}

.module-mmt-calendar table {
    width: 415px;
	font-size: 85%;
    border-right: 1px solid #B8B052;
    border-left: 1px solid #B8B052;
    border-top: 1px solid #B8B052;
	background:url("calendar-mml-bg.gif") repeat center 5px;
	
}

.module-mmt-calendar th {
    border-right: 1px solid #B8B052;
    border-bottom: 1px solid #B8B052;
    padding: 3px 0 0;
    font-weight: bold;
	color:#FFFFFF;
	text-align:center;
    background-color: #829149;
}

.module-mmt-calendar td {
    border-right: 1px solid #B8B052;
    border-bottom: 1px solid #B8B052;
    padding: 2px;
    font-weight: normal;
}

th.weekday-7, td.day-7, td.day-14, td.day-21, td.day-28, td.day-35, td.day-42 {
    border-right: none;
}

.day-photo a {
    border: 1px solid #767676;
    padding: 1px;
    background-color: #FFFFFF;
}

.day-photo a:hover {
    border-color: #ddd;
}


/******************************* adsense *******************************/
.adsense {font-size: small;}/*fixed*/
.adsense .ad_url a{color : orange; font-weight:normal;}/*fixed*/
.adsense .ad_txt a{color:#333;}/*entry same color*/

/* 2013/08/20 fix for free ads */
html{background:url(body-bg_2.gif) repeat-y 50% 24px;}
body{background:url(body-bg_3.gif) repeat-x;background-position:0 0!important;}
#container{background:none;}
