html{
	margin: 0;
	padding: 0;
	height: 100%;
	}

body{ 
	/*Site Sizer*/
	padding: 0px 300px 0px 300px;
	text-align: center;
	margin:0;
	/*Sizer End*/
	font-family: "American Typewriter", "Courier New", Courier, monospace;
	font-size:13px;
	line-height:17px;
	color:#333;
	background: url('images/background.gif') repeat-x;
	background-position: -10% 50%;
	background-color:#FFF;
	height: 100%;
}

/*Wrappers for semi-liquid layout*/
		
		#sizer {
			margin: 0 auto 0 auto;
			padding: 0;
			width: 55%;
			max-width: 220px;
		}

		#expander {
			background: white;
			margin: 0 -300px 0 -300px;
			min-width: 600px; /* Critical Safari fix! */
			position: relative;
		}

/*End Wrappers*/

a:link, a:visited {
text-decoration:none;
}

form {
display:inline;
margin:0;
padding:0;
}

blockquote {
font-style:italic;
margin:.5em 1.5em;
border:1px solid #666;
padding:1em 1.5em;
background-color:#CCC;
color:#333;
}

#textalign {
	text-align: justify;
}

#header {
	position:relative;
	height: 120px;
	overflow: hidden;
}

#colorbuttons {
	float:right;
	color:#666;
	padding: .3em .4em .3em .4em;
	background-color:#DDD;
	font-size: 10pt;
	font-weight:bold;
}

#colorbuttons a:link, #colorbuttons a:visited {
	text-decoration: none;
	color:#333;
}

#colorbuttons a:hover {
	color: #000;
	text-decoration:underline;
}

a:hover#redbutton {
	color:#A00;
}

a:hover#greenbutton {
	color: #10CC00;
}

a:hover#bluebutton {
	color:#022DDD;
}

#grayscale {
	display: inline;
	position: relative;
	top: -6px;
	font-size: 8pt;
}

#grayscale a:link, #grayscale a:visited {
	color: #999;
}

#grayscale a:hover {
	color: #333;
	text-decoration: none;
}

/*Navigation Bar*/

#navigation {
display:block;
height: 21px;
text-align: left;
padding:0;
margin:0;
line-height:0;
overflow:hidden;
}

#navigation ul {
padding:0;
margin:0;
display:block;
position:relative;
list-style:none;
width: 120%;
}


#navigation ul li {
	display:inline;
	padding:0;
	margin:0;
	margin-left:-1px;
	font-size:5pt;
	line-height:2pt;
}

#navigation ul li a img {
	background-position:top;
	background-repeat:no-repeat;
	padding:0;
	margin:0;
}

#navigation ul li a:hover img {
	background-position:bottom;
}

#navigation ul li img#firstspacer {
	width:6px;
	height:21px;
}

img.nihongospacer {
	width:8px;
	height:21px;
}

#navigation a:link img, #navigation a:visited img, #navigation a:hover img {
border:0;
margin:0;
padding:0;
}

/*Navigation Button Sizers*/

#navigation a#home img {
	width:40px;
	background-image: url('images/home.gif');
}

#navigation a#profile img {
	width:52px;
	background-image: url('images/profile.gif');
}

#navigation a#discography img {
	width:82px;
	background-image: url('images/discography.gif');
}

#navigation a#store img {
	width:40px;
	background-image: url('images/store.gif');
}

#navigation a#journal img {
	width:58px;
	background-image: url('images/journal.gif');
}

#navigation a#gallery img {
	width:56px;
	background-image: url('images/gallery.gif');
}

#navigation a#calendar img {
	width:66px;
	background-image: url('images/calendar.gif');
}

#navigation a#bbs img {
	width:26px;
	background-image: url('images/bbs.gif');`
}

#navigation a#email img {
	width:46px;
	background-image: url('images/email.gif');
}

#navigation a#nihongo img {
	width:44px;
	background-image: url('images/nihongo.gif');
}

/*End Sizers*/

#childnavigation {
display:block;
text-align: left;
margin-top: 0px;
min-height:22px;
}

    #childnavigation ul {
    margin:0;
    padding-top:.2em;
	padding-left:0;
    display:block;
    position:relative;
    margin:0 -13px 0 13px;
    list-style:none;
	width:100%;
    }
    
        #childnavigation ul li {
        display:inline;
        }
        
            #childnavigation ul li a:link, #childnavigation ul li a:visited {
            font-size:10px;
            line-height:20px;
            text-transform:uppercase;
            display:inline;
            font-weight:bold;
            padding:5px 0 5px 0;
            margin:0 10px 0 0;
            color:#FFF;
            }
            
            #childnavigation ul li a:hover {
            text-decoration:none;
	   		color:#CCC;
            }

#maincontent {
background-color:#EEE;
padding:0;
position:relative;
min-height: 400px;
border: dashed black 1px;
}

strong {
font-weight:bold;
}

/*Ships*/

/*For static pages*/
div.shippage {
float: left;
position: relative;
margin-left:-1px;
margin-top: -1px;
margin-bottom: 1px;
margin-right: -111px;
width: 111px;
height: 68px;
background: url('images/cornership.gif') no-repeat;
background-color:#FFF;
border-right: dashed black 1px;
border-bottom: dashed black 1px;
border-top: 0px;
border-left: 0px;
z-index: 2;
clear:none;
}

div.shippage {
height: 68px;
width: 111px;
}

/*For blog posts*/
div.shippost {
float: left;
position: relative;
margin-left:-1px;
margin-top: -1px;
margin-bottom: 20px;
margin-right: 8px;
width: 111px;
height: 68px;
background: url('images/cornership.gif') no-repeat;
background-color:#FFF;
border-right: dashed black 1px;
border-bottom: dashed black 1px;
border-top: 0px;
border-left: 0px;
z-index: 2;
clear:none;
}
	
div.shippost {
	height: 68px;
	width: 111px;
}

#pagetitle {
background:#000;
height:67.5px;

}

h2.pagetitles {
	color: #FFF;
	font-size: 48pt;
	line-height:48pt;
	font-variant: small-caps;
	font-weight: bold;
	text-align:right;
	font-style:italic;
	padding-right:2%;
	letter-spacing: -1px;
}

h2.pagetitles a {
	color: #FFF;
	padding-right:.2em;
	margin-right:-.2em;
}

    .post {
    width:100%;
    border-bottom:3px solid #777;
    }
    
        .posttitle {
        font-size:20px;
        line-height:20px;
        font-weight:bold;
        letter-spacing:2px;
		margin:0 0 -.1em 1%;
		padding: .5em 0 0 .4em;
        }
        
            .posttitle a:link, .posttitle a:visited {
            color:#444;
            }
            
            .posttitle a:hover {
            color:#444;
            }
        
        .postinfo {
		margin-left: 2%;
		margin-top:0;
        color:#333;
        display:block;
        border-top:1px solid #888;
		width: 93%;
        line-height:15px;
        text-transform:uppercase;
        font-size:9px;
        }
        
        .postcontent {
        padding: 0 15px 10px 15px;
        color:#222;

        }
        
        .postcontent p {
        margin:10px 0 10px 0;
	text-align: justify;
        }
        
        .postcontent p + p {
        margin:10px 0 0 0;
        }
        
        .postcontent a:hover {
        text-decoration:underline;
        }

        .postcontent img {
        padding:0;
		margin: 6px;
		padding: 1px;
		border: solid black 1px;
        }

		a:link img, a:visited img {
		border:dashed #444 1px;
		}

		a:hover img {
			border: solid 1px;
			-moz-border-radius: 6px;
			margin:5px;
			padding: 2px;
		}
        
        .postcontent h1 {
        margin:15px 0 0 0;
        font-size:16px;
        line-height:20px;
        font-weight:bold;
        letter-spacing:2px;
        color:#222;
        border-bottom: solid black 1px;
        }
        
        .postcontent h2 {
        margin:15px 0 0 0;
        font-size:14px;
        line-height:20px;
        font-weight:bold;
        letter-spacing:2px;
        color:#222;
        border-bottom:solid black 1px;
        }
        
        .postcontent h3 {
        margin:15px 0 0 0;
        font-size:13px;
        line-height:20px;
        font-weight:bold;
        letter-spacing:2px;
        color:#222;
        border-bottom: solid black 1px;
        }
        
        .postcontent .page  {
        text-align:left;
        }

.signaturealign {
text-align:right !important;
}

.signature {
margin-right: 20%;
}

#comments {
padding:20px;
background-color:#EEE;
margin-top: 5px;
margin-bottom:0px;
border: none;
}

        #comments a:hover {
	text-decoration:underline;
        }

    #comment, #author, #url, /*#email*/ {
    width:100%;
    }

    #comments h3 {
    margin:0;
    font-size:15px;
    line-height:20px;
    font-weight:bold;
    letter-spacing:2px;
    border-bottom:1px solid #999;
    }

    .comment {
    width:90%;
    margin:0 auto 0 auto;
    color:#222;
    font-size:11px;
    }
    
        #comments .commentinfo {
        margin:20px 0 0 0;
        color:#222;
        display:block;
        border-bottom:1px solid #999;
        line-height:15px;
        text-transform:uppercase;
        font-size:9px;
        }

	#comments .commentinfo a:hover {
	text-decoration:none;
	}
	
	#commentform {
	text-align:left;
	}

#bottombar {
/*margin-top: 5px;*/
border-left:1px dashed black;
border-right:1px dashed black;
border-bottom:1px dashed black;
}

    #bottombar .column1 {
    position:inline;
    float:left;
    width:42%;
    padding:20px 0 0 5%;
    }
    
    #bottombar .column2 {
    position:inline;
    float:right;
    width:42%;
    padding:20px 5% 0 0;
    }

    #bottombar .spacer {
    line-height:5px;
    clear:both;
    }
    
    #bottombar ul {
    margin:0;
    padding:0;
    list-style:none;
    }
    
        #bottombar ul li {
        margin:0;
        padding:0;
        }
        
            #bottombar ul li h2 {
            margin:0;
            text-align:center;
            display:block;
            color:#FFF;
            font-weight:bold;
            line-height:20px;
            font-size:11px;
            text-transform:uppercase;
            border-bottom:2px solid #FFF;
            }
            
            #bottombar ul li {
            margin:0 0 20px 0;
            }
            
                #bottombar ul li ul li, #bottombar ul li div {
                color:#FFF;
                text-transform:uppercase;
                font-size:10px;
                line-height:20px;
                display:block;
                border-bottom:1px dotted #FFF;
                text-align:center;
	       margin:0;
                }
                
        #bottombar a:link, #bottombar a:visited {
        color:#FFF;
        }

        #bottombar a:hover {
	text-decoration:underline;
	color:#CCC;
        }

#wp-calendar {
	width:80%;
	text-align:center;
	border-collapse: collapse;
	color:#FFF;
	margin:0 auto 0 auto;
}

#wp-calendar caption, #wp-calendar th {
	color:#FFF;
	padding:4px;
}

#wp-calendar td {
	padding:1px;
	border:none;
}

#wp-calendar caption {
	font-weight:bold;
}

#wp-calendar #today {
	font-weight:bold;
	color:#FFF;
}

#wp-calendar a:link, #wp-calendar a:visited {
	color:#FFF;
	font-weight:bold;
}

#wp-calendar a:hover {
	color:#CCC;
	text-decoration:underline;
}


#footer {
/*margin-top: 5px;*/
clear:both;
}

    #footer p {
    text-align:center;
    font-size:10px;
    margin:0;
    line-height:30px;
    text-transform:uppercase;
    color:#FFF;
    }
    
    #footer a:link, #footer a:visited {
    color:#FFF;
    }
    
    #footer a:hover {
    text-decoration:underline;
    color:#CCC;
    }

/*News Page Greeting*/

h1#welcometext {
border:none;
margin: .2em 0 0 0;
padding-right:-200px;
text-align:left;
font-size:190%;
line-height:90% !important;
text-transform:uppercase;
font-weight:bold;
text-decoration:none;
}

h2#welcomesubtext {
border:none;
margin: 0 0;
text-align:left;
font-weight:bold;
font-size:100%;
text-decoration:none;
}

/*Shippo Ad*/

#shippoad {
	float:right;
	position: absolute;
	display: block;
	text-align:left;
	top:0px;
	right:-10px;
	border: 0;
	padding: 0;
	z-index: 2;
	border: 0;
	margin:0;
	clear:both;
}

#shippoadborder {
	float:right;
	position: absolute;
	display: inline-block;
	top:100px;
	right:-1px;
	margin:0;
	background: #FFF;
	width: 149px;
	height: 148px; 
	border-top: dashed black 1px;
	border-left: dashed black 1px;
	border-bottom: dashed black 1px;
	border-right: 0px;
	padding: 0;
	z-index: 1;
}

#shippoadspacer {
	float:right;
	position: relative;
	display: block;
	height:190px;
	width:148px;
	border:0;
	z-index:0;
}

/*Album Covers*/

a img.albumcover {
	float:right;
}

.one-image {
	display:inline;
	clear:none;
}

/*Japanese Headers*/

h2 .japaneseheader {
font-family: "Heisei Kaku Gothic", "osaka","ＭＳ Ｐゴシック","MS PGothic","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro w3";
font-size:36pt;
}

/*last.fm Player*/
table.lfmWidget49453f100b47af476d6ab11b3e4b158d {
	float:right;
	margin: -7em 0 1em 1em;
}

/*Buy Now Button - Discography*/

.buynowwrapper {
background:#eee;
border:1px dashed black;
margin: 1em auto;
text-align:center;
width:20em;
}

div.buynowheader {
background:#000;
border:1px dotted white;
padding:.2em;
}

h2.buynowtitle {
color:#fff;
text-decoration:none;
border:none;
margin:0;
border:0;
}

.buynowwrapper a img {
	padding:0 0 0 0;
	margin:.5em 0;
	border:0;
}

.buynowwrapper a:link img, .buynowwrapper a:visited img {
	background: url('images/buynow-discography.gif');
	background-position:top;
	background-repeat:none;
	border:none;
	-moz-border-radius:0;
}

.buynowwrapper a:hover img, .buynowwrapper a:active img {
	background-position:bottom;
	border:none;
	-moz-border-radius:0;
}

/*List Style*/
ol {
list-style-type:decimal;
margin-left:2.5em;
}

/*Get a better browser box - hide from browsers other than IE*/

#getabetterbrowser {
	display:none;
	margin:1em auto 1em auto;
	width:350px;
	border:1px dashed black;
	text-align:center;
}

#getabetterbrowser h1 {
color:#fff;
text-decoration:none;
border:none;
margin:0;
border:0;
background:black;
}

#getabetterbrowser a img {
	border:none;
}

/*Next Paiyama Appearance Box*/

#paiyamaboxconnector {
	background:#FFF;
	position:absolute;
	border-width:1px 0 1px 0;
	border-color:black;
	border-style:dashed;
	margin:50px 0 0 -16px;
	width:6px;
	height:10px;
	z-index:1;

}

#nextpaiyama {
	display:inline;
	background:#000;
	float:left;
	font-size:90%;
	margin:1.7em .5em 0 -10px;
	width:195px;
	text-align:center;
	border:3px black solid;
	z-index:5;
}

#paiyamatitle {
	text-align:center;
	overflow:hidden;
	margin: .5em 0 .5em -2px;
	border:2px black solid;
	width:100%;
	height:100px;
	background: url('images/paiyamatitle.jpg');
	background-position:center;
	background-repeat:no-repeat;
}

#paiyamamap {
	margin:0;
	text-align:center;
	overflow:hidden;
}

#nextpaiyamatitle {
	background:#222;
	font-weight:bold;
	font-variant:small-caps;
	color:#CCC;
}

#nextpaiyamatitle a {
	color:#FFF;
}

#nextpaiyamatitle a:hover {
	color:#666;
	text-decoration:none;
}

#nextpaiyama h3 {
	margin:.3em;
	border:none;
	font-size:160%;
	line-height:1em;
	color:#CCC;
}

#nextpaiyama h2 {
	font-size:100%;
	margin:.2em;
}

#nextpaiyama a {
	color:#555;
	text-decoration:none;
}

#nextpaiyama a:hover {
	color:#777;
	text-decoration:none;
}

/*Break up the edges a bit on the front page*/

#breakoutbox1 {
	background:#EEE;
	position:absolute;
	border-width:1px 0 1px 1px;
	border-color:black;
	border-style:dashed;
	margin:70px 0 0 -23px;
	width:7px;
	height:100px;
}

#breakoutbox2 {
	float:right;
	position: absolute;
	display: inline-block;
	top:310px;
	right:-6px;
	margin:0;
	background: #EEE;
	width: 5px;
	height: 120px; 
	border-top: dashed black 1px;
	border-right: dashed black 1px;
	border-bottom: dashed black 1px;
	border-left:0px;
	padding: 0;
	z-index: 1;
}

#breakoutbox2-short {
	float:right;
	position: absolute;
	display: inline-block;
	top:300px;
	right:-6px;
	margin:0;
	background: #EEE;
	width: 5px;
	height: 80px; 
	border-top: dashed black 1px;
	border-right: dashed black 1px;
	border-bottom: dashed black 1px;
	border-left:0px;
	padding: 0;
	z-index: 1;
}

#bighidari {
	text-align:center;
}

#bighidari img {border:none;}

/*Styling for Recent posts on front page*/

#paiyamarecentwrapper {
	text-align:left;
	margin-bottom:20px;
}

.recentpostsbox {
	display:inline;
	margin-right: -.5em;
	width:74%;
	border:2px solid black;
	padding:.5em;
	background:#DDD;
	float:right;
	text-align:left;
	clear:none;
}

.recentpostsbox h1 {
	margin:0;
	padding:0;
	font-size:20px;
	border-bottom:none;
	text-align:center;
	text-transform:uppercase;
}

.recentpostsbox .recentsingle {
	background:#eee;
	margin: 1em auto;
	padding: 0 .5em;
	border:1px solid #999;
}

.recentpostsbox .tenten {
	color:#bbb;
}

.recentpostsbox .date {
	margin: .2em 0 0;
	float:right;
	font-style:italic;
	color: #666;
	text-align:right;
	min-width:11em;
}

.recentpostsbox h3 {
	margin: 0 0 0 0;
	color: #222;
	border-color:#ccc;
	text-align:left;
	font-size:120%;
}

.recentpostsbox .excerpt {
	color:#333;
	padding:.5em;
	font-style:italic;
}

.japanesenote {
	background:#fff;
	color:black;
	clear:both;
	font-size: 85%;
	padding:.3em .5em;
	border:1px dashed black;

}

#rocketnose {
	background: url("images/rockettop.gif") no-repeat;
	width:100%;
	float:left;
	margin-bottom:1em
	}

#rocketbottom {
	width:126px;
	height:94px;
	margin-top:-94px;
	float:left;
	clear:both;
	}
	
/*Calendar Styles*/
#calendartable {
	margin:1em 0;
	background:#ddd;
	border:2px solid #aaa;
}

#calendarheader th {
	background:#252525;
	text-align:center;
	color:#fff;
}

#calendartable td, #calendartable th {
	text-align:center;
	border:1px solid #777;
	padding:.2em;
	vertical-align:middle;
}

.date {
	width:10%;
}

.place {
	width:15%;
}

.price {
	width:10%;
}

.bands {
	width:25%;
}

.information {
	width:20%;

}

td.information {
	font-size:80%;
}

div.calendarentry {

}

.calendarentry div {
display:inline;
}

div.faq {
margin:20px 0 .5em 0;
padding:.2em;
text-align:center;
border-bottom:1px solid #888;
}