
/* Default ---------------------------------------------------------------- */

/* Global */

body {
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	line-height:1.5;
	background:#FFFFFF;
	color:#4B5459;
}

#container {
    width: 950px;
	padding-bottom:40px;
}

#alpha,
#beta,
#gamma,
#delta {
    float: left;
}

#alpha {
    width: 950px;
}

#beta {
    width: 500px;
}

#gamma,
#delta {
    width: 200px;
}


/* Header */

#banner {
    width: 950px;
    margin: 15px auto 0;
	background:url("banner-bg.jpg") no-repeat center top;
	height:145px;
}

#banner-header {
	padding:0 10px;
    font-size: x-large;
	font-weight:bold;
    line-height: 1.2;
	margin:0;
}

#banner-description {
    margin: 0;
	padding:0 15px;
    font-size: small;
    line-height: 1;
	color: #265E7A;
}

#banner a {
    text-decoration: none;
    color: #265E7A;
    font-weight: bold;
}

#banner a:hover {
    text-decoration: underline;
}

#banner-inner {
    padding: 15px 0 0px 0px;
}



/* Content ---------------------------------------------------------------- */
.module-list {
	margin: 0 5px;
    /*word-wrap:break-word;*/	
}

.layout-artistic #alpha .module-list,
.layout-calendar #alpha .module-list,
.layout-timeline #alpha .module-list{
	padding:0px;
}

.date-header {
    margin: 0 0 5px;
    font-size: small;
	font-weight: bold;
	color:#214F66;
}

.entry-header {
	color: #579CD0;
    margin: 0 0 20px;
	padding-bottom:5px;
    font-weight: bold;
	font-size: large;
	border-bottom:solid 2px #EFEFEF;
}

.entry .entry-content {
    margin: 5px 0;
	font-size:small;
}

.entry-more-link {
    font-weight: bold;
}


.entry-footer {
    margin: 10px 0 40px;
    padding: 10px;
    font-weight: normal;
	text-align: right;
	background-color:#F3F3F3;
}

.entry-footer .post-footers {
}

.trackbacks-content .trackback,
.comments-content .trackback,
.comments-content .comment {
	border-bottom:1px dashed #8CA3AF;
	margin-bottom:0;
	padding:7px 0;
}

.content-nav {
    margin: 0 0 20px;
	text-align:right;
}

.content-header {
	color:#214F66;
	margin:0;
    font-weight: bold;
	font-size: medium;
}

.comments-open-content {
	margin:0;
}


.trackback-content p ,
.comment-content p ,
.comments-open-content p ,
.comments-closed p  {
    margin: 5px 0;
}

.archive-header {
    font-weight: bold;
	color:#214F66;
	font-size:medium;
}




.trackbacks-header,
.comments-header,
.comments-open-header {
	font-weight: bold;
	margin: 15px 0 10px;
	font-size: medium;
	color: #214F66;
}

.trackbacks-info {
	font-size: 114%;
	margin:0;
	}
/*
.comments-open-footer,
.archive-content,
*/
.trackback-footer,
.comments-info,
.comment-footer {
	padding:0;
	margin:0;
	text-align:right;
}

.archive-content{
	margin:0;
	padding:0;

}

#comment-author,
#comment-email,
#comment-url,
#comment-text {
    width: 90%;
}

.entry-header a:hover {
    text-decoration: none;
}

.archive-list {
    margin: 0;
}

.archive-list-item {
    margin:0 0 5px;
}

.module-header {
    color: #441F06;
    font-weight: bold;
	letter-spacing:0.2em;
	text-align:left;
}

.module-content a {
	text-decoration: underline;
}

.module-content a:hover {
	text-decoration: none;
}
/* Utility */

.module-header,
.trackbacks-header,
.comments-header,
.comments-open-header,
.archive-header {
    /* ie win (5, 5.5, 6) bugfix */
    p\osition: relative;
    width: 100%;
    w\idth: auto;
}



/* Global ----------------------------------------------------------------- */

body {
    color:#4B5459;
}


a:link,
a:active {
	color:#579CD0;
	text-decoration: underline;
}

a:visited {
	color: #7F9EB2;
	text-decoration: underline;
}

a:hover {
    text-decoration: none;
	color: #214F66;
}


.module-content a:link,
.module-content a:active {
	color:#7F9EB2;
	text-decoration: underline;
}


.module-content a:visited{
	color: #5A8098;
	text-decoration: underline;
}


.module-content a:hover {
    text-decoration: none;
	color: #5A8098;
}

.entry-header a:link,
.entry-header a:active,
.entry-header a:visited{
	color: #579CD0;
}

.entry-header a:hover {
    text-decoration: none;
}


/* Layout ----------------------------------------------------------------- */

#pagebody {
	width:950px;
	margin: 0 auto;
	padding: 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;
	}

/* 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;
	}

/* 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: 500px;
	padding: 0 15px;
}

.layout-moblog2 #gamma {
    width: 170px;
	padding-right:10px;
}

.layout-moblog2 #delta {
    width: 170px;
}



/* 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;
	}

/* 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;
}

/* 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: 98%;
	}
.layout-three-column #comments-open-data input#comment-bake-cookie {
	width:20px;
	}
.layout-three-column #comments-open-text textarea {
	width: 98%;
	}

#comments-open-footer {
	text-align: center;
	}

#comment-preview {
	margin: 0 20px 0 0;
	}
	
#commentsForm p {
	text-align: center;
}	
	

/* Three Column (Right) */
.layout-three-column-right #alpha {
    width: 500px;
	margin-right:25px;
}

.layout-three-column-right #beta,
.layout-three-column-right #gamma {
    width: 200px;
}
.layout-three-column-right #gamma{
	margin-left: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;
	}

.layout-one-column .cocolog-banner {
	width:170px;
}

.layout-one-column .module-content, 
.layout-one-column .typelist-no-description {
	text-align:left;
}
/* "Fullwidth" (Header) */

#container,
#container-inner,
#banner,
.layout-one-column #container,
.layout-one-column #banner {
    position: relative;
}

#banner-inner,
#pagebody-inner {
    position: relative;
    width: 950px;
    margin: 0 auto;
}

.layout-one-column #banner-inner,
.layout-one-column #pagebody-inner {
    width: 950px;
}

/* module ----------------------------------------------------------------- */


.module-header {
	font-size: small;
    font-weight: bold;
	height: 1%;
	color: #214F66;
	margin: 0 0 8px;
	padding: 0;
	border-bottom:4px solid #8CA3AF;
}
.module-header a:link,
.module-header a:visited
{
	color: #214F66;
	text-decoration: underline;
}

.module-header a:active,
.module-header a:hover {
    text-decoration: none;
	color: #214F66;
}


#recent-trackback .module-header a,
#archive-datebased .module-header a,
#archive-category .module-header a,
#recent-entries .module-header a,
#recent-comment .module-header,
#gallery .module-header,
#recent-trackback  .module-header,
#recent-entries .module-header,
#update-list .module-header {
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	height:35px;
}
#recent-trackback .module-header a {
	background: url(recent-trackback-top.gif) no-repeat top left;
}
#archive-datebased .module-header a {
	background: url(archive-datebased-top.gif) no-repeat top left;
}
#archive-category .module-header a {
	background: url(archive-category-top.gif) no-repeat top left;
}
#recent-entries .module-header a {
	background: url(recent-entries-top.gif) no-repeat top left;
}
#recent-comment .module-header {
	background: url(recent-comment-top.gif) no-repeat top left;
}

#recent-trackback .module-header {
	background: url(recent-trackback-top.gif) no-repeat top left;
}

#recent-entries .module-header {
	background: url(recent-entries-top.gif) no-repeat top left;
}

#gallery .module-header {
	background: url(gallery_top.gif) no-repeat top left;
}

#update-list .module-header {
	background: url(update-list.gif) no-repeat top left;
	padding-bottom:10px;
}

/* Module Thumbnailed */

.link-note {
	padding: 0;
}

#profile a {
	background:url(profile.gif) no-repeat left top;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:28px;
}

#user-email a {
	background:url(mail.gif) no-repeat left top;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:28px;
}

#subscribe a {
	background:url(add.gif) no-repeat left top;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:43px;
}

#syndicate a {
	background:url(syndicate.gif) no-repeat left top;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	height:28px;
}


/* Widget ----------------------------------------------------------------- */


.module-mmt-calendar .module-header {
	text-align: center;
	margin-bottom:5px;
} 

.module-mmt-calendar .module-header a:link {
	color:#214F66;
	text-decoration: underline;
}

.module-mmt-calendar .module-header a:visited {
	color: #214F66;
	text-decoration: underline;
}

.module-mmt-calendar .module-header a:active,
.module-mmt-calendar .module-header a:hover {
    text-decoration: none;
	color: #214F66;
}

.module-header a:active,
.module-header a:hover {
    text-decoration: none;
	color: #214F66;
}


.module {
	background:url("sidebar-bg.gif") repeat scroll left top transparent;
	padding:10px;
	width:auto;
	_width:180px;
}

.layout-one-column .module { 
	_width:930px;
}

.module-content {
	margin: 0;
	padding: 0;
}

.layout-moblog2 #alpha .module {
	padding:0;
	background:none;
	_width:70px;
}

.layout-moblog2 .cocolog {
	_padding:6px !important;
}

.layout-moblog2 #gamma .module,
.layout-moblog2 #delta .module {
	_width:150px;
	_padding:10px;
}

.layout-timeline #alpha .module,
.layout-artistic #alpha .module,
.layout-calendar #alpha .module {
	_width:480px;
}


.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 */


#powered {
	padding:0px;
}

.module-powered .module-content {
    padding: 10px;
    text-align: center;
}

.module-powered .module-content,
.module-powered .module-content a {
    color: #333;
}


/* Calendar Module */

#calendar {
	font-size: x-small;
	}
#calendar table {
	font-size: x-small;
	width:180px;
	}

#calendar table th {
	font-weight:normal;
}

.module-calendar .module-content table {
	border-collapse:collapse;
}

/* Featured Photo Module */

.module-featured-photo{
    width: 405px;
	padding:10px 10px 0;
}

.layout-timeline .module-recent-photos,
.layout-artistic .module-recent-photos{
    width: 405px;
    margin: 0 0 15px;
	padding:10px 10px 0;
}

/************************** Recent Photos Module **********************************/

.module-recent-photos .module-list-item a {
    border: 1px solid #e2dccd;
    padding: 4px;
    background-color: #fff;
}

.module-recent-photos .module-list-item a:hover {
    border-color: #7F9EB2;
}

.module-recent-photos .module-list-item {
    width: 70px; /* mac ie fix */
    margin: 0 4px 0 0;
    padding: 0;
    background-image: none;
}

/*moblog1*/
.layout-moblog1 .module-recent-photos .module-list-item {
    margin: 0 10px 10px 0;
}

/*moblog2*/
.layout-moblog2 .module-recent-photos .module-list-item {
    margin: 0 0 10px 0;
}

/*artistic*/
.layout-artistic .module-recent-photos .module-list-item {
    padding: 0 11px 10px 0;
	margin:0;
}

/*timeline*/
.layout-timeline .module-recent-photos .module-list-item {
    padding: 0 11px 10px 0;
	margin:0;
}

/* Photo Module */

.module-photo {
    border: 0;
}

.module-photo .module-content {
    margin: 10px;
}

.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 0 15px;
	padding:5px;
}

.module-mmt-calendar table {
    width: 415px;
	font-size: 85%;
    border: 1px solid #7f9eb2;
	border-collapse:collapse;
}

.module-mmt-calendar th {
    border-right: 1px solid #7f9eb2;
    border-bottom: 1px solid #7f9eb2;
    padding: 2px;
    font-weight: normal;
    background-color: #8CA3AF;
	color:#fff;
}

.module-mmt-calendar td {
	border-right: 1px solid #7f9eb2;
	border-bottom: 1px solid #7f9eb2;
	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 #e2dccd;
    padding: 1px;
    background-color: #fff;
}

.day-photo a:hover {
    border-color: #7F9EB2;
}

blockquote {
	border-left:5px solid #8CA3AF;
	padding:3px 7px;
	width:85%;
}

/******************************* adsense *******************************/
.adsense {font-size: small;}/*fixed*/
.adsense .ad_url a{color : green; font-weight:normal;}/*fixed*/
.adsense .ad_txt a{color:#333;}/*entry same color*/