/* $Id: base-weblog.css 14515 2005-07-12 00:01:26Z mpaschal $ */

/* basic elements */

html
{
	margin: 0;
	/* setting border: 0 hoses ie6 win window inner well border */
	padding: 0;
}

body
{
	margin: 0;
	/* setting border: 0 hoses ie5 win window inner well border */
	padding: 0;
	font-family: verdana, 'trebuchet ms', sans-serif;
	font-size: 12px;
}

form { margin: 0; padding: 0; }
a { text-decoration: underline; }
a img { border: 0; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
	margin-top: 10px;
	margin-bottom: 10px;
}


/* standard helper classes */

.clr
{
	clear: both;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin: 0 -1px -1px 0;
	border: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

/* .pkg class wraps enclosing block element around inner floated elements */
.pkg:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .pkg { display: inline-block; }
/* no ie mac \*/
* html .pkg { height: 1%; }
.pkg { display: block; }
/* */


/* page layout */

body { text-align: center; } /* center on ie */

#container
{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 720px;
	text-align: left;
	background-color:#FFFFFF;
}
#container-inner { position: static; width: auto; }

#banner { position: relative; }
#banner-inner { position: static; }

#pagebody { position: relative; width: 100%; }
#pagebody-inner { position: static; width: 100%; }

#alpha, #beta, #gamma, #delta
{
	display: inline; /* ie win bugfix */
	position: relative;
	float: left;
	min-height: 1px;
}

#delta { float: right; }

#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	position: static;
}


/* banner user/photo */

.banner-user
{
	float: left;
	overflow: hidden;
	width: 64px;
	margin: 0 15px 0 0;
	border: 0;
	padding: 0;
	text-align: center;
}

.banner-user-photo
{
	display: block;
	margin: 0 0 2px 0;
	border: 0;
	padding: 0;
	background-position: center center;
	background-repeat: no-repeat;
	text-decoration: none !important;
}

.banner-user-photo img
{
	width: 64px;
	height: auto;
	margin: 0;
	border: 0;
	padding: 0;
}


/* content */

.content-nav
{
	margin: 10px;
	text-align: center;
}

.date-header,
.entry-content
{
	position: static;
	clear: both;
}

.entry,
.trackbacks,
.comments,
.archive
{
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}

.entry-content,
.trackbacks-info,
.trackback-content,
.comment-content,
.comments-open-content,
.comments-closed
{
	clear: both;
	margin: 5px 10px;
}

.entry-excerpt,
.entry-body,
.entry-more-link,
.entry-more
{
	clear: both;
}

.entry-footer,
.trackback-footer,
.comment-footer,
.comments-open-footer,
.archive-content
{
	clear: both;
	margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
	width: 240px;
}

#comment-bake-cookie
{
	margin-left: 0;
	vertical-align: middle;
}

#comment-post
{
	font-weight: bold;
}

img.image-full { width: 100%; }

.image-thumbnail
{
	float: left;
	width: 115px;
	margin: 0 10px 10px 0;
}

.image-thumbnail img
{
	width: 115px;
	height: 115px;
	margin: 0 0 2px 0;
}


/* modules */

.module
{
	position: relative;
	overflow: hidden;
	width: 100%;
}

.module-content
{
	position: relative;
	margin: 5px 10px 20px 10px;
}

.module-list,
.archive-list
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.module-list-item
{
	margin-top: 5px;
	margin-bottom: 5px;
}

.module-presence img { vertical-align: middle; }
.module-powered .module-content { margin-bottom: 10px; }
.module-photo .module-content { text-align: center; }
.module-wishlist .module-content { text-align: center; }

.module-calendar .module-content table
{
	border-collapse: collapse;
}

.module-calendar .module-content th,
.module-calendar .module-content td
{
	width: 14%;
	text-align: center;
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
	display: block;
	clear: both;
	margin: 0;
}

/* positioniseverything.net/easyclearing.html */
.typelist-thumbnailed .module-list-item:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .typelist-thumbnailed .module-list-item { display: inline-block; }
/* no ie mac \*/
* html .typelist-thumbnailed .module-list-item { height: 1%; }
.typelist-thumbnailed .module-list-item { display: block; }
/* */

.typelist-thumbnail
{
	float: left;
	min-width: 60px;
	width: 60px;
	/* no ie mac \*/width: auto;/* */
	margin: 0 5px 0 0;
	text-align: center;
	vertical-align: middle;
}

.typelist-thumbnail img { margin: 5px; }

.module-galleries .typelist-thumbnail img { width: 50px; }

.typelist-description
{
	margin: 0;
	padding: 5px;
}

.module-featured-photo .module-content,
.module-photo .module-content
{
	margin: 0;
}

.module-featured-photo img { width: 100%; }

.module-recent-photos { margin: 0 0 15px 0; }
.module-recent-photos .module-content { margin: 0; }
.module-recent-photos .module-list
{
	display: block;
	height: 1%;
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

/* positioniseverything.net/easyclearing.html */
.module-recent-photos .module-list:after
{
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
* html .module-recent-photos .module-list { display: inline-block; }
/* no ie mac \*/
* html .module-recent-photos .module-list { height: 1%; }
.module-recent-photos .module-list { display: block; }
/* */

.module-recent-photos .module-list-item
{
	display: block;
	float: left;
	/* ie win fix \*/ height: 1%; /**/
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item a
{
	display: block;
	margin: 0;
	border: 0;
	padding: 0;
}

.module-recent-photos .module-list-item img
{
	width: 60px;
	height: 60px;
	margin: 0;
	padding: 0;
}


/* mmt calendar */

.module-mmt-calendar { margin-bottom: 15px; }
.module-mmt-calendar .module-content { margin: 0; }
.module-mmt-calendar .module-header { margin: 0; }
.module-mmt-calendar .module-header a { text-decoration: none; }
.module-mmt-calendar table { width: 100%; }

.module-mmt-calendar th { text-align: left; }

.module-mmt-calendar td
{
	width: 14%;
	height: 75px;
	text-align: left;
	vertical-align: top;
}

.day-photo
{
	width: 54px;
	height: 54px;
}

.day-photo a
{
	display: block;
}

.day-photo a img
{
	width: 50px;
	height: 50px;
}
/*
name: Powell Street
designer: Lilia Ahner
designer_url: http://www.lilia.com
developer: Randy Reddig
developer_url: http://shaderlab.com
*/
/* $Id: theme-powell-street.css 14270 2005-07-06 01:20:10Z ydnar $ */

/* basic page elements */

/* BODY部分（BODY部分の変更） */
body
{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"
	font-size: 11px;
}

/* リンク部分（リンク部分の変更）　不要 */
a { color: #666666; }
a:visited { color: #666666; }
a:hover { color: #333333; }

/* バナータイトルリンク部分（バナータイトルリンク部分の変更）　*/
#banner a { color: #666666; text-decoration: none; }
#banner a:visited { color: #666666; }
#banner a:hover { color: #333333; }

/* サイドバーリンク部分（バナータイトルリンク部分の変更）　*/
.module-content a { color: #6666666; font-weight: bold; }
.module-content a:visited { color: #666666; }
.module-content a:hover { color: #333333; }

.entry-footer a { font-weight: bold; }

/* 見出し部分（見出し部分の変更）　*/
h1, h2, h3, h4, h5, h6
{
font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

/* サイドバー見出し部分（見出し部分の変更）　*/
.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;
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
	padding: 5px 10px 5px 25px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFC860;
	background-position: 0 0.65em;
}

.module-header a,
.trackbacks-header a,
.comments-header a,
.comments-open-header a,
.archive-header a
{
	color: #ffffff;
	text-decoration: underline;
}

.module-header a:visited,
.trackbacks-header a:visited,
.comments-header a:visited,
.comments-open-header a:visited,
.archive-header a:visited
{
	color: #ffffff;
}

.module-header a:hover,
.trackbacks-header a:hover,
.comments-header a:hover,
.comments-open-header a:hover,
.archive-header a:hover
{
	color: #666666;
}

.entry-more-link,
.entry-footer,
.comment-footer,
.trackback-footer,
.typelist-thumbnailed
{
	font-size: 10px;
}


/* ----------------------------------------------------page layout */

/* BODY部分（背景色の変更） */
body
{
	color: #333;
	background: #FFEAC1 center top repeat;
}

#container { width: 760px; }
#container-inner { margin: 15px 0; }

/* バナー部分（バナーの変更） */
#banner
{
	width: 730px;
	margin: 0 0 15px 15px;
	background-color: #FFC860;
	background-position: center top;
}

#banner-inner {  }

.banner-user
{
	width: 70px;
	margin-top: 4px;
	font-size: 10px;
}

.banner-user-photo { border: 3px double #fff; }

#banner-header
{
	margin: 0;
	padding: 30px 15px 40px 15px;
	color: #fff;
	font-size: 32px;
	font-weight: normal;
	line-height: 1;
}

/* バナー説明文部分（バナーの説明文の変更） */
#banner-description
{
	margin: 0;
	border-top: 1px solid #fff;
	padding: 5px 15px;
	color: #333333;
	font-size: 13px;
	line-height: 1.125;
	background-color: #FDF1A3;
}

/* サイドバー部分（サイドバー部分の変更）不要 */
#alpha, #beta, #gamma, #delta
{
	float: left;
	margin: 0 0 0 15px;
	background: #FDF1A3;
}

/* サイドバー部分（サイドバー部分の変更） */
#alpha-inner, #beta-inner, #gamma-inner, #delta-inner
{
	padding: 15px 0 25px 0;
	background: #FDF1A3;
}

#alpha { width: 270px; }

/* メイン部分（メイン部分の変更） 不要*/
#beta
{
	width: 445px;
	background: #FDF1A3;
}

#gamma, #delta { width: 200px; }

/* メイン部分（メイン部分の変更） 不要*/
#beta-inner { background: #FDF1A3; }

/* メイン部分タイトル部分（メイン部分タイトルの変更） */
.date-header
{
	margin: 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
	padding: 5px 15px 5px 35px;
	color: #666666;
	background: #FFC860 0 0.65em no-repeat;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

/* メイン部分エントリータイトル部分（メイン部分エントリータイトルの変更） */
.entry-header
{
	margin: 5px 15px;
	color: #666666;
	font-size: 16px;
	font-weight: bold;
}

.entry-content { margin: 5px 15px; }

.entry-more-link { font-weight: bold; }

.entry-footer
{
	margin: 10px 15px 20px 16px;
	font-weight: normal;
	text-align: right;
}

.content-nav { margin: 0; padding: 10px 15px; }


/* modules */

.module { color: #666; }

.module-calendar .module-content { margin: 5px 10px 15px 10px; }

.module-mmt-calendar .module-content table,
.module-calendar .module-content table { font-size: 11px; }

.module-powered { margin: 0; padding: 0; }
.module-powered .module-content
{
	margin: 15px;
	padding: 10px;
	border: 1px solid #dfc78a;
	background: url(gradient-bg.gif) left center repeat-x;
}

.module-photo { border: 0; background: none; }
.module-photo .module-content { margin: 10px; }
.module-photo img { border: 0; }

.module-list-item,
.archive-list-item
{
	padding: 1px 0 1px 14px;
	background: url(li-bg.gif) 0 0.2em no-repeat;
}

/* special list bullets */
.module-archives .module-list-item
{
	background-image: url(li-entry-bg.gif);
}

.module-recent-comments .module-list-item
{
	background-image: url(li-comment-bg.gif);
}

.typelist-thumbnailed { margin: 0 0 20px 0; }

.typelist-thumbnailed .module-list-item
{
	margin: 1px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #bbb;
	padding: 0;
	background: url(gradient-bg.gif) left center repeat-x;
}

.typelist-thumbnail { background: #e3db9e; }

.module-featured-photo { width: 445px; }
.module-featured-photo .module-content { margin: 0 0 5px 15px; }
.module-featured-photo img { width: 415px; }

.module-recent-photos { border: 0; }
.module-recent-photos .module-content { margin: 0 0 0 15px; }
.module-recent-photos .module-list { margin: 0; }
.module-recent-photos .module-list-item
{
	width: 64px; /* mac ie fix */
	margin: 0 6px 6px 0;
	padding: 0;
	background: none;
}

/* メイン部分（メイン部分の変更） 不要*/
.module-recent-photos .module-list-item a
{
	border: #bbb 1px solid;
	padding: 1px;
	background: #e7e7ec;
}

/* メイン部分（メイン部分の変更） 不要*/
.module-recent-photos .module-list-item a:hover
{
	border-color: #235961;
	background: #ffffff;
}


/* calendar tweaks */
	
	.module-mmt-calendar { width: 445px; margin: 0; }
		
	.module-mmt-calendar .module-header,
	.layout-timeline .module-recent-photos .module-header
	{
		margin: 0;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #bbb;
		padding: 5px 15px;
		color: #888899;
		background: none;
		font-size: 13px;
		font-weight: bold;
		text-align: right;
	}
	
	.module-mmt-calendar .module-content { margin: 15px; }

/* メイン部分（メイン部分の変更）不要 */	
	.module-mmt-calendar table
	{
		width: 415px;
		background: #ffffff;
	}
		
	.module-mmt-calendar th
	{
		border-top: 1px solid #fff;
		border-right: 1px solid #e7e7ec;
		border-bottom: 1px solid #bbb;
		padding: 2px;
		text-align: right;
		font-weight: bold;
	}
	
	.module-mmt-calendar td
	{
		border-top: 1px solid #fff;
		border-right: 1px solid #e7e7ec;
		border-bottom: 1px solid #bbb;
		padding: 2px;
		text-align: right;
		font-weight: normal;
	    background: url(gradient-bg.gif) left center repeat-x;
	}
	
	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: #bbb 1px solid;
		padding: 1px;
		background: #e7e7ec;
	}
	
	.day-photo a:hover
	{
		border-color: #235961;
		background: #e7e2c6;
	}


/* artistic tweaks */

	.layout-artistic #beta-inner { padding-top: 30px; }


/* moblog1 tweaks */
	
	.layout-moblog1 #alpha { width: 190px; }
	.layout-moblog1 #beta { width: 345px; }
	.layout-moblog1 #gamma { width: 165px; }
	
	.layout-moblog1 .module-recent-photos { margin: 0; }
	.layout-moblog1 .module-recent-photos .module-content { margin: 10px 0 0 15px; }


/* moblog2 tweaks */
	
	.layout-moblog2 #alpha { width: 85px; }
	.layout-moblog2 #beta { width: 300px; }
	.layout-moblog2 #gamma { width: 194px; }
	.layout-moblog2 #delta { width: 120px; margin-left: 1px; background-color: #d8d3b9; }
	
	.layout-moblog2 .module-photo .module-content { margin: 10px; }
	.layout-moblog2 .module-photo .module-content img { width: 100px; height: auto; }
	
	.layout-moblog2 .module-recent-photos { margin: 0; }
	.layout-moblog2 .module-recent-photos .module-content { margin: 10px 0 0 10px; }


/* timeline tweaks */

	.layout-timeline #alpha { width: 325px; }
	.layout-timeline #beta { width: 390px; }
	.layout-timeline #gamma { width: 170px; }
	.layout-timeline #delta { width: 175px; }
	
	.layout-timeline .module-recent-photos .module-content { margin: 10px 0 0 15px; }
	.layout-timeline .module-recent-photos .module-list-item { margin: 0 10px 10px 0; }


/* one-column tweaks */

	body.layout-one-column { background-image: url(body-bg-1.gif); }


/* メイン部分（メイン部分の変更）不要 */	
	.layout-one-column #container { width: 600px; }
	.layout-one-column #banner { width: 570px; }
	.layout-one-column #alpha
	{
		background: #ffffff;
		width: 570px;
	}
	
	.layout-one-column #alpha-inner { background: url(content-bottom-bg.gif) left bottom repeat-x; }


/* two-column-left tweaks */

	.layout-two-column-left #alpha { width: 200px; }
	.layout-two-column-left #beta { width: 515px; }


/* two-column-right tweaks */

/* メイン背景部分（メイン背景部分の変更） */
	.layout-two-column-right #alpha
	{
		width: 515px;
		background: #ffffff;
	}
	
	.layout-two-column-right #alpha-inner { background: url(content-bottom-bg.gif) left bottom repeat-x; }

/* サイドバー背景部分（サイドバー背景部分の変更） */	
	.layout-two-column-right #beta
	{
		width: 200px;
		background: #FDF1A3;
	}
	
	.layout-two-column-right #beta-inner { background: url(sidebar-bottom-bg.gif) left bottom repeat-x; }
	

/* three-column tweaks */
	
	.layout-three-column #alpha { width: 190px; }
	.layout-three-column #beta { width: 320px; }
	.layout-three-column #gamma { width: 190px; }



/* カレンダー */

#calendar		{
				margin-top:10px;
}

#calendar table	{
				width:90%;
				font-size:12px;
				text-align:center;
				background-color:#FFFFFF;
				border:solid 1px #FF9900;
				margin-bottom:10px;
}

#calendar td	{
				padding: 5px 0;
				border: solid 1px #ff9900;
}

#calendar a		{
				text-decoration:none;
				color:#FF6633;
}

#calendar caption	{
					background-color:#ff9900;
					font-weight:bold;
					padding-top:3px;

}

