
/* Default ---------------------------------------------------------------- */

/* Global */

body {
	background: #F7F5F2;
	font-family: 'MS PGothic', 'Hiragino Kaku Gothic Pro W3', Osaka, sans-serif;
	font-size: small;
	margin: 0;
	padding: 0;
	line-height:1.5;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote {
margin-bottom:0px;
margin-top:0px;
}

/* Layout */

#container {
	border-top:#D5BFA1 5px solid;
	background: url("banner-bg.gif") repeat scroll 0 0 transparent;
	width:100%;
}

#container-inner {
	margin: 0 auto;
}

#alpha,
#beta,
#gamma,
#delta {
    float: left;
}

#alpha {
    width: 1015px;
}

#beta {
    width: 615px;
}

#gamma,
#delta {
    width: 200px;
}


/* Header */

#banner {
	margin: 0;
	padding: 30px 0 0;
	width:100%;	
}


#banner-header {
	width:1030px;
	margin:0 auto;
	font-size:x-large;
	font-weight: bold;
    color: #666666;
}

#banner-description {
	width:1030px;
	margin:0 auto;
    padding:5px 0 30px;
    font-size: small;
	color:#666666;
}

#banner a {
    text-decoration: none;
	color:#666666;
    font-weight: bold;
}

#banner a:hover {
    text-decoration: underline;
}

#banner-inner {
}

#banner-inner-bottom {
	width: 100%;
	height: 55px;
	background: #F7F5F2 url("main-bg.gif") repeat-x left bottom;
}

/* Content ---------------------------------------------------------------- */


.date-header {
	font-size: small;
	font-weight: bold;
	text-align: left;
	padding: 0 37px 10px 12px;
	text-align: left;
	color:#AD7B43;
}

.entry-header,
.entry-header a,
.content-header {
	color: #333333;
	font-weight:bold;
}

.entry-header {
	padding: 50px 35px 42px 30px;
	font-size: medium;
	font-weight:bold;
	background: url(content-h3.gif) no-repeat 0 0;
}

.layout-two-column-left .entry-header,
.layout-two-column-right .entry-header{
	background: url(content-h3-2col.gif) no-repeat 0 0;
}

.layout-one-column .entry-header{
	background: url(content-h3-1col.gif) no-repeat 0 0;
}

.comments-header{
	font-weight:bold;
}


.comments-open-header,
{
	padding: 94px 35px 42px 30px;
	background: url(categories-h3.gif) no-repeat 0 0;
	font-size: medium;
	font-weight:bold;
}

.entry-header a {
    display: block;
	color:#333333 !important;
    text-decoration: underline !important;
}

.entry {
	margin-bottom:0;
}

.entry-header a:visited {
	color:#333333;
}

.entry-header a:hover {
    text-decoration: none !important;
}

.entry .entry-content {
	padding:0 35px 74px 30px;
	/*font-size: 120%;*/
	font-size:small;
	overflow: hidden;
    background: url(entry-content-bottom.gif) no-repeat 0 bottom;
}

.layout-two-column-left .entry .entry-content,
.layout-two-column-right .entry .entry-content {
    background: url(entry-content-bottom-2col.gif) no-repeat 0 bottom;
}

.layout-one-column .entry .entry-content {
    background: url(entry-content-bottom-1col.gif) no-repeat 0 bottom;
}

.entry .entry-content p{
	overflow: hidden;
}

.entry-inner {
    background: url(entry-body-bg.gif) repeat-y 0 0;
	_zoom:1;
}

.layout-two-column-left .entry-inner,
.layout-two-column-right .entry-inner {
    background: url(entry-body-bg-2col.gif) repeat-y 0 0;
}

.layout-one-column .entry-inner {
    background: url(entry-body-bg-1col.gif) repeat-y 0 0;
}

.entry, .trackbacks, .comments, .archive{
	margin:0;
}
.trackbacks, .comments, .archive, .comments-open {
    background: #F7F5F2;
	margin:0;
	padding-bottom:20px;
    _zoom: 1;	
}

.trackbacks, .comments, .comments-open {
	border-top: 2px solid #AD7B43;
	
}

.archive-user-minibio,
.archive-user-interests {
	background: url(archive-user-bottom.gif) no-repeat left bottom #F7F5F2;
	padding-bottom:61px;
}

.archive-content {
	padding:0;
	margin:0;
}

.entry-body {
	width:100%;
}

.entry-more-link {
    font-weight: bold;
}

.entry-footer {
    margin: -40px 0 0;
    padding: 20px 35px 64px 30px;
	background: url(entry-body-bottom-bg.gif) no-repeat left bottom;
    font-size: small;
    color: #AD7B43;
    text-align: right;
    clear: both;
    _zoom: 1;	
}


.layout-two-column-left .entry-footer,
.layout-two-column-right .entry-footer{
	background: url(entry-body-bottom-bg-2col.gif) no-repeat left bottom;
}

.layout-one-column .entry-footer{
	background: url(entry-body-bottom-bg-1col.gif) no-repeat left bottom;
}

.entry-footer .entry-footer-info{
	margin:0;
}

.entry-content, .trackbacks-info, .trackback-content, .comments-info, .comments-open-content, .comments-closed {
clear:both;
margin:0px;
}

.trackback,
.comment {
	margin-bottom: 15px;
	}

.entry-footer a,
.comment-footer a {
    font-weight: normal;
}

.content-nav {
    margin: 5px 0 10px;
	text-align:left;
}


.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed {
    margin: 5px 0;
}




.module-top  {
	background: url(sidebar-h2_bottom.gif) no-repeat 0 0;
	height:10px;
}

.layout-one-column .module-top  {
	background: url(sidebar-h2_bottom-1col.gif) no-repeat 0 0;
}

.layout-moblog2 .module-top  {
	background: url(sidebar-h2_bottom-4col.gif) no-repeat 0 0;
}

.link-note {
	font-size: small;
	font-weight:bold;
	text-align: left;
	padding: 0px 0px 40px!important;
	margin: 0;
	background: url(none);
    border-bottom: 1px solid #ccc;
}

.trackbacks-info {
	font-size: 114%;
	}
/*
.comments-open-footer,
.archive-content,
*/
.trackback-footer,
.comments-info,
.comment-footer {
	font-size: small;
	padding: 10px 8px ;
	margin: 0 0 40px;
	clear: both;
}

#comment-author,
#comment-email,
#comment-url,
#comment-text {
    width: 90%;
	border:solid 1px #666666;
}

.entry-header a:hover {
    text-decoration: underline;
}

.archive-list-item {
    margin-bottom: 5px;
}

.module-header {
    margin-bottom: 0;
    padding: 7px 7px 0;
    background: url(sidebar-h2.gif) no-repeat left top;
    font-size: small;
    color: #fff;
	font-weight:bold;
}

.layout-one-column .module-header {
   background: url(sidebar-h2-1col.gif) no-repeat left top;
}

.layout-moblog2 .module-header {
   background: url(sidebar-h2-4col.gif) no-repeat left top;
}


.module-header a {
	color:#fff !important;
}

.module-header a:hover {
	text-decoration: none;
}

.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 */
    _position: relative;
    width: 100%;
    w\idth: auto;
	_zoom:1;
}

.trackbacks-header,
.comments-open-header,
.comments-header{
	padding: 22px 0 22px 0;
	margin:0;
	font-size: small;
	color:#AD7B43;
	font-weight:bold;
}

.archive-header, .content-header {
	padding: 0 36px 30px 10px;
	color: #AD7B43;
	border:medium none;
	font-size:medium;
	font-weight:bold;
}

.archive-date-based .archive-header,
.archive-date-based .archive-header{
	padding: 0 36px 30px 10px;
}


/* Global ----------------------------------------------------------------- */

body {
	color:#000000;
}

a:link, a:visited, a:active {
	color: #666666;
	text-decoration:underline;
}

a:hover {
	color: #666666;
	text-decoration:none;
}

#comment-preview, #comment-post {
	padding: 1px 5px;
	/*\*//*/
	padding: 3px 5px;
	/**/
	border: none;
	color: #fff;
	text-align:center;
}

#commentsForm p {
margin-bottom:24px;
text-align:center;
}

/* Layout ----------------------------------------------------------------- */


#pagebody {
	background: #F7F5F2;
}

#pagebody-inner {
	width:1030px;
    margin: 0 auto;
}


/* Artistic */

.layout-artistic #alpha {
	width:590px;
	}
.layout-artistic #beta {
	width: 425px;
}

.layout-artistic #gamma {
	margin: 0 25px 0 0;
	}
.layout-artistic #alpha-inner {
	padding: 0 25px 0 0;
	}
/*
.layout-artistic #gamma-inner,
.layout-artistic #delta-inner {
    padding-top: 0;
}
*/
/* Calendar */

.layout-calendar #alpha {
	width: 590px;
	} 

.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;
	}

/*
.layout-calendar #gamma-inner,
.layout-calendar #delta-inner {
    padding-top: 0;
}
*/

/* Moblog 1 */

.layout-moblog1 #alpha {
    width: 200px;
}

.layout-moblog1 #beta {
    width: 615px;
}

.layout-moblog1 #gamma {
    width: 200px;
}

.layout-moblog1 #beta-inner {
	padding: 0 25px;
}

/* Moblog 2 */

.layout-moblog2 #alpha {
    width: 70px;
}

.layout-moblog2 #beta {
    width: 590px;
}

.layout-moblog2 #gamma {
    width: 180px;
}

.layout-moblog2 #delta {
    width: 170px;
}



.layout-moblog2 #beta-inner {
	padding: 0 15px;
	}

.layout-moblog2 #gamma-inner {
	padding: 0 10px 0 0;
}


/* Timeline */

.layout-timeline #alpha {
    width: 590px;
}

.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;
	}


/*
.layout-timeline #beta-inner {
	padding: 0;
}

.layout-timeline #gamma-inner,
.layout-timeline #delta-inner {
    padding-top: 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: 615px;
}

.layout-three-column #beta-inner {
    padding: 0 25px;
}

.layout-three-column #comments-open-data input {
	border:solid 1px #666666;
	width: 494px;
	}
.layout-three-column #comments-open-data input#comment-bake-cookie {
	border: none;
	width: 20px;
	}
.layout-three-column #comments-open-text textarea {
	border:solid 1px #666666;
	width: 494px;
	}

#comments-open-footer {
	width: 494px;
	text-align: center;
	}

#comments-open-footer input {
	border: solid 1px #EAF0D4;
	color: #FFFFFF;
	background-color: #666666;
}

#comment-preview {
	margin: 0 20px 0 0;
	}

.trackback-footer, .comments-open-footer, .archive-content {
clear:both;
margin:5px 10px 0;
}

/* Three Column (Right) */

.layout-three-column-right #alpha {
    width: 590px;
}

.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;
}


/* One Column */

.layout-one-column .comments,
.layout-one-column .comments-open,
.layout-one-column .trackbacks {
	background:#F7F5F2;
}

.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 #container,
.layout-one-column #banner,
.layout-one-column #alpha {
    width: 780px;
}

.layout-one-column #alpha-inner {
    padding-right: 20px;
    padding-left: 20px;
}

*/


/* "Fullwidth" (Header) */

#container,
#container-inner,
#banner,
.layout-one-column #container,
.layout-one-column #banner {
    position: relative;
    width: 100%;
}

#pagebody-inner {
    position: relative;
    margin: 0 auto;
}

.layout-one-column #banner-inner,
.layout-one-column #pagebody-inner {
}


/* Header ----------------------------------------------------------------- */
/*
#banner {}

#banner a {}

#banner-inner {}

#banner-header {}

#banner-description {}
*/



/* Widget ----------------------------------------------------------------- */
/*
.module-header { 
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #737373; 
    padding: 0;
    margin-bottom: 8px;
    padding-bottom: .3em; 
}
*/


/*
.layout-moblog2 .module-header,
.layout-moblog2 .module-content {
    margin-right: 0;
    margin-left: 0;
}
*/
.module-powered .module-content {
	margin: 15px 0;
    border: 1px solid #767676;
    background-color: #5d5d5d;
}

/*
.typelist-thumbnailed .module-list-item {
}

.typelist-thumbnail {
}
*/

.module-mmt-calendar .module-header {
	text-align: center;
	background:url(none);
	font-size: small;
	font-weight: bold;
	padding: 2px 0 10px;
	color:#666666;
} 

.module-mmt-calendar .module-header a{
	color: #666666!important;
	text-decoration: underline;
}

.module-mmt-calendar .module-header a:hover{
	text-decoration: none;
}

.module {
	margin: 0 0 40px;
	}
	
.module-list, .archive-list  {
}	

.module-content {
	margin: 0;
	padding: 0;
}

/*
.module-content li {
	}
*/

.module-header a:hover {
}
/*
.module-content {
}
*/
.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,
.layout-artistic #alpha .module-list,
.layout-calendar #alpha .module-list,
.layout-timeline #alpha .module-list{
    margin-right: 0;
    margin-left: 0;
}


/* "Powered By" Module */

.module-powered .module-content {
    padding: 10px;
    text-align: center;
}

.module-powered .module-content,
.module-powered .module-content a {
    color: #333;
}


/* Calendar Module */

#calendar {
	width:200px;
	font-size: small;
	margin-bottom: 15px;
	background: url(calendar.gif) no-repeat 0 bottom;
	text-align: center;
	visibility: visible;
	padding-bottom:10px;
}	

#calendar table {
	font-size: small;
	}

#calendar .module-header {
	background: url(calendar_header.gif) no-repeat left top;
	margin: 0 0 8px;
	padding:12px 0 8px;
	font-size: small;
	color: #AD7B43;
	text-align: center;
	font-weight: bold;
	height:40px;
}

#calendar table th {
	font-weight: bold;
	color: #666666;
}


.module-calendar .module-content table {
	border-collapse:separate;
}

#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 {
    border: 1px solid #e2dccd;
    padding: 4px;
    background-color: #fff;
}

#gamma-inner .module-recent-photos .module-content {
	background: url(sidebar-h2_bottom.gif) no-repeat 0 top;
	padding:20px 0 0;
}

.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;
}

.module-list-item, .archive-list-item {
    margin-bottom: 8px;
    padding-bottom:8px;
    border-bottom: 1px solid #ccc;
    word-wrap: break-word;
}



.layout-calendar #alpha .module-header,
.layout-artistic #alpha .module-header,
.layout-timeline #alpha .module-header{
   background: url(sidebar-h2-3col.gif) no-repeat left top;
}

.layout-calendar #alpha .module-top,
.layout-artistic #alpha .module-top,
.layout-timeline #alpha .module-top  {
	background: url(sidebar-h2_bottom-3col.gif) no-repeat 0 0;
	height:10px;
}

/*timeline*/
/*
.layout-timeline .module-recent-photos {
    margin-top: 0;
}
*/
.layout-timeline .module-recent-photos .module-list-item {
    margin: 0px 15px 10px 0;
}

.layout-timeline .module-recent-photos .module-header {
   background: url(sidebar-h2-photo.gif) no-repeat left top;
}

.layout-timeline .module-recent-photos .module-content  {
	background: url(sidebar-h2_bottom-photo.gif) no-repeat left top;
	padding-top:20px;
}

/*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,
.layout-timeline .module-recent-photos .module-header {
    margin: 0;
    padding: 5px 15px;
    color: #fff;
    font-weight: bold;
    text-align: right;
    background-color: #000;
}
*/


.module-mmt-calendar .module-content {
    margin: 0 0 15px;
}

.module-mmt-calendar table {
    width: 415px;
	font-size: 85%;
    border-right: 1px solid #C9BDAD;
    border-left: 1px solid #C9BDAD;
}

.module-mmt-calendar th {
    border-top: 1px solid #C9BDAD;
    border-right: 1px solid #C9BDAD;
    border-bottom: 1px solid #C9BDAD;
	background:#AB987E;
    padding: 2px;
    font-weight: bold;
	color:#FFF;
}

.module-mmt-calendar td {
    border-right: 1px solid #C9BDAD;
    border-bottom: 1px solid #C9BDAD;
    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: #fff;
}

.day-photo a:hover {
    border-color: #ddd;
}


/* Module Thumbnailed */



blockquote {
	font-size: small;
	line-height: 1.5;
	border: 1px dashed #AD7B43;
	padding: 8px;
	margin: auto;
}
body.layout-one-column .typelist-no-description{
text-align:left;
margin-left:10px;
}

/******************************* 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*/