@import url("base-weblog.css");

/*
name: Modernist-Lounge
designer: David McCreath
designer_url: http://dmccreath.org/
description: A sophisticated, minimal theme that also offers easy customization
layouts: one-column, two-column-left, two-column-right, three-column
*/

/* 	
/	This stylesheet is organized so that you can quickly change the style just
/	by creating a new color scheme. There are six basic colors. To create a new
/	color scheme take a look at:
/	
/	http://wellstyled.com/tools/colorscheme2/index-en.html
/	
/	You can also play around with moving the different elements to different
/	color sections.		
/
/	The body background stripes are created with a transparent and white image
/	that shows the background color as the alternate stripe. There are three
/	background images to choose from: slant right to left (the default), 
/	slant left to right, and horizontal.
/
*/

/*	COLORS */
/*	color 1 */
	body,
	.module-syndicate,
	.module-powered,
	p.comments-open-moderated {
		background-color: #F3E4CD;
	}

/*	color 2 */
	
	a:link {
		color: #336699;
	}

/*	color 3 */
	a:visited,
	.date-header,
	.trackbacks h3,
	.comments h3,
	.comments form h2 {
		color: #5E001B;
	}
	
	body.layout-two-column-right div#beta,
	body.layout-two-column-left div#alpha,
	body.layout-three-column div#alpha,
	body.layout-three-column div#gamma {
		border-color: #b36b00;
	}
	
	.module h2,
	.module-search label {
		border-bottom-color: #b36b00;
	}
	
/*	color 4 */
	a:hover {
		color: #b36b00;
	}
	#container {
		border-color: #b36b00;		
	}
	#banner, #banner a {
		background: #5E001B;
	}

	
/*	color 5 */
	body,
	.module h2,
	.module-search label,
	.module h2 a {
		color: #333333;
	}

/*	color 6 */
	#container {
		background-color: #ffffff;
	}
	#banner, #banner a {
		color: #F3E4CD;
	}

/* LAYOUT */

body {
/*	background-image: url(body-slant-right-left-bkgd.gif); */
	background-image: url(body-slant-left-right-bkgd.gif); 
/*	background-image: url(body-horizontal-bkgd.gif); */
	font: small "Lucida Grande", Arial, sans-serif;
}

#container {
	border-width: 1px;
	border-style: solid;
	margin: 30px auto;
	padding: 3px;
	width: 760px;
}

body.layout-three-column div#container {
	width: 960px;
}

#banner {
	background-image: url(drop-shadow.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	padding: 20px 26px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

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

#banner h1 {
	padding: 0; 
	margin: 0; 
	font-weight: bold; 
}

#banner h2 { 
	padding: 0; 
	margin: 4px 0 0 0; 
	font-size: 100%;
}

#pagebody {
	width: auto;
	padding: 10px;
}


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

body.layout-two-column-left div#beta,
body.layout-three-column div#beta {
	float: left;
	width: 500px;
	margin-left: 18px;
}

body.layout-two-column-right div#beta,
body.layout-three-column div#gamma {
	float: right;
	width: 200px;
	border-left-width: 1px;
	border-left-style: dotted;
	padding: 0 0 0 18px;
}


body.layout-two-column-left div#alpha,
body.layout-three-column div#alpha {
	float: left;
	width: 200px;
	border-right-width: 1px;
	border-right-style: dotted;
	padding: 0 18px 0 0;
}

/* reset the side columns for 3 col layout */
body.layout-three-column div#gamma,
body.layout-three-column div#alpha {
	width: 180px;
}

.date-header {
	font-size: 95%;
}

.entry {
	position: relative;
	overflow: visible;
}

.entry-body {
	width: auto;
	margin: 30px 0 0 0;
}

.entry-userpic {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 30px;
	left: 30px;
	border: 1px solid #f90;
	padding: 10px;
	background: #fff;
	display: none;
}

	
	.entry-body ul {
		list-style-image: url(bullet.gif);
	}
	
	.entry-body li {
		margin-bottom: .4em;
	}
	
	.entry-body img {
		float: right;
		width: auto;
		margin: 0 0 20px 20px;
	}
	
	.entry-body blockquote {
		margin: .6em 0 .8em 1.2em;
	}
	
.entry-header {
	margin: 0;
	padding: 0;
}
	
.entry-footer {
	font-size: 90%;
	padding-top: 1em;
	padding: 0;
	margin: 20px 0 0 0;
	text-align: left;
}
	
	.entry-footer a {
		text-decoration: none;
	}
	
	.entry-footer a:hover {
		text-decoration: underline;
	}
	
	.permalink {
		padding-left: 10px;
		background: url(icon-permalink.gif) 0 2px no-repeat;
	}
	
	.post-footers {
		display: block;
		position: absolute;
		top: 26px;
		left: 0;
		padding-bottom: .4em;
	}
	
	.entry-footer .separator {
		display: none;
	}


.module {
	margin: 8px 0 16px;
	width: auto;
}

.module-content {
	margin: 0;
	font-size: 90%;
}

.module h2,
.module-search label {
	font-size: 100%;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-top: 0;
}

.module h2 a {
	text-decoration: none;
}

.module h2 a:hover {
	text-decoration: underline;
}

.module-search h2 {
	display: none;
}

.module-search label {
	display: block;
	font-size: 114%;
}

.module-list {
	margin-left: 5px;
}

.module-list li {
	margin: 8px 0;
}

.module-list ul {
	margin-left: 8px;
}

.module-syndicate,
.module-powered {
	padding: 10px;
}

.module-syndicate .module-content {
	padding-left: 20px;
	background: url(rss-icon.gif) 0 0 no-repeat;
}

.trackbacks, 
.comments,
.comments form {
	border-top: 1px dotted #333;
}

.trackbacks h3,
.comments h3,
.comments form h2 {
	font-size: 100%;
	padding-left: 18px;
}

.trackbacks h3 {
	background: url(icon-trackbacks.gif) 0 0 no-repeat;
}

.comments h3 {
	background: url(icon-comments.gif) 0 0 no-repeat;
}

.comments form h2 {
	background: url(icon-add-comment.gif) 0 0 no-repeat;
}

.comments form label {
	margin-bottom: 4px;
}
	.trackback-footer,
	.comment-footer {
		font-size: 90%;
		padding-top: 1em;
		padding: 0;
		margin: 1.4em 0;
		text-align: left;
	}
	
	.trackback-footer a,
	.comment-footer a {
		text-decoration: none;
	}
	
	.trackback-footer a:hover,
	.comment-footer a:hover {
		text-decoration: underline;
	}
	
	p.comments-open-moderated {
		padding: 5px 10px;
	}
	
#comment-text {
	width: 495px;
}

.comments .comment-userpic {
	float: right;
}

/* フッター */

#footer
{
    position: relative;
    width: 728px; 
    height: 58px;
    background-image: url("http://saga.sayasui.com/img/golf3.gif");
}

#footer-inner
{
    line-height: 58px;
    font-size: 0.8em;
    text-align: center;
    color: #666;
}

#footer-inner a
{
    color: #666;
    text-decoration: none;
}

#footer-inner a:hover
{
    color: #fff;
    text-decoration: none;
}

.footer-navi
{ 
   width: 750px;

   font-size: 0.8em;
   text-align: left;
   line-height: 15px;
   clear: both;
}

.footer-navi2
{ 
   width: 750px;
   background-image: url("http://saga.sayasui.com/img/golf3.gif");
   font-size: 10px;
   text-align: center;
   line-height: 37px;
   clear: both;
}


/*フィールド属性 */
fieldset {
	font-size:12px;
	line-height: 155%;
	color: #333333;
	margin : 5px 0px 5px 2px;
	padding: 5px;
	text-align: left;
	text-valign: top;
}

legend {
	font-size: 10px;
	font-weight: bold;
	color : #990073;
	clear: both;		
}
fieldset h3{
	font-size:12px;

}