/*

Theme Name: ohotori
Theme URI: http://jp.cssez.com/demo.php?d=cb539f485d98debed119b0c9d1019266
Description: 
Version: 1.0
Author: fakeit and CSSEZ.com
Author URI: http://jp.cssez.com/

 ohotori
	This theme was designed and built by fakeit and CSSEZ.com,
 through http://jp.cssez.com/.

	The CSS, XHTML and design is released under Creative Commons(BY):
 http://creativecommons.org/licenses/by/2.1/jp/

*/

/* Cross-browser settings */
* {
 margin: 0;
 padding: 0;
}



/* general styles */
body {
 height: 100%;
 background: #000000 url(http://fakeitmusic.com/images/bgbody.jpg) ;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
 	font-size: 14px;
	font-family:Trebuchet MS,Arial,Verdana,Helvitica,sans-serif;
}

img {
 border:0;
}

a {
 color: #DDD;
}

a:visited {
 color: #CCC;
}

a:hover {
 color: #E04A89;
}

h4 {
 	height: 18px;
	margin: 2px 0 0 0;
 	padding: 2px 0px 0px 7px;
 	background: #BA165B url(http://fakeitmusic.com/images/h1-bg.gif);
 	color: #FFDF00;
 	font: bold 95%;
 	text-align: left;
 	line-height: normal;
	letter-spacing: 2px;
}

h5{
	font-size: 110%;
	font-weight: normal;
	border-bottom: solid 1px #D42F81;
	color: #D42F81;
	margin: 13px 4px 4px 4px;
	padding: 2px;
}

#wrapper {
 width: 790px;
 margin: 0px auto;
 padding: 0px;
 background:
 color: #333333;
 font: 90%/150% 'Trebuchet MS', sans-serif;
	line-height: 1.8;
}




/* Header */
#header {
 float: left;
 width: 100%;
 height: 124px;
 margin: 0px;
 padding: 0px;

}

#header img{
	margin: 0;
	padding: 0;
	float: left;
}



/* Main contents */
#contents {
 float: left;
 width: 468px;
 margin: 0px 0px 0px;
 padding: 0px;
	color: #EEE;
 font-size: 1.0em;
 text-align: left;
  background:  url(http://fakeitmusic.com/images/bg-t-black.png);
	behavior: expression(IEPNGFIX.fix(this));	
}

#contents h2 {
 margin: 20px 5px 5px;
 padding: 10px 20px;
 border-top: 1px solid #FFDF00;
 border-right: 1px solid #FFDF00;
 border-bottom: 1px solid #FFDF00;
 border-left: 5px solid #FFDF00;
 background: #000000;
 color: #D9D9D9;
 font: bold 1.2em 'Trebuchet MS', sans-serif;
 text-align: left;
}

#contents h2 a {
 color: #D9D9D9;
}

#contents .contents_body {
 margin: 15px 25px;
 padding: 0px;
	line-height: 1.8;
}




#contents h3 {
 margin: 20px 25px 10px;
 padding: 10px 20px;
 font: bold 110% 'Trebuchet MS', sans-serif;
 text-align: left;
}

#contents blockquote {
 padding: 10px;
 background: #efefef;
 border: #999999;
}

.entry-footer{
	border: dotted 1px #999999;
	text-align: right;
	text-size: 90%;
	padding-right: 10px;
}

/* Main content ページ */
#content {
 float: left;

 width: 570px;
 margin: 0px 0px 0px;
 padding: 0px 25px 0 25px;
	color: #EEE;
 font-size: 1.0em;
 text-align: left;
	list-style-type: none;
  background:  url(http://fakeitmusic.com/images/bg-t-black.png);
	behavior: expression(IEPNGFIX.fix(this));	
}

#content h2 {
 margin: 20px 5px 5px;
 padding: 10px 20px;
 border-top: 1px solid #FFDF00;
 border-right: 1px solid #FFDF00;
 border-bottom: 1px solid #FFDF00;
 border-left: 5px solid #FFDF00;
 background: #000000;
 color: #D9D9D9;
 font: bold 1.2em 'Trebuchet MS', sans-serif;
 text-align: left;
}

#content h2 a {
 color: #D9D9D9;
}

#content .contents_body {
 margin: 15px 25px;
 padding: 0px;
	line-height: 1.8;
}

#content img{
	float:none;
}




#content h3 {
 margin: 20px 25px 10px;
 padding: 10px 20px;
 font: bold 110% 'Trebuchet MS', sans-serif;
 text-align: left;
}

#content blockquote {
 padding: 10px;
 background: #efefef;
 border: #999999;
}

#content ul{
	list-style-type: none;
}

#content .link{
	margin: 2px 0px 2px 30px;
}

#content .pageList{
	margin: 30px 0 30px 60px;
}

#content ul
{
	margin: 10px;
	font-size: 95%;
}



/* Sidebar */
#firstSide { float: left;}
#secondSide { float: right;}

.sidebar {
 width: 160px;
 margin: 0px 0px 10px;
 padding: 0px;

 color: #080808;
 font-size: 100%;
 text-align: left;
}



.sidebar ul {
	list-style:none;
 	line-height: normal;
	width: 148px;
	margin-bottom: 10px;
	padding: 2px 0 2px 5px;
  background:  url(http://fakeitmusic.com/images/bg-t-black.png);
	behavior: expression(IEPNGFIX.fix(this));
}

.sidebar li {
 	padding: 4px 4px 0px;	
}

.sidebar li a {
 display:block;
 line-height: normal;
 color: #EDEDED;
 font-size: 93%;
 text-align: left;
 text-decoration: none;
}

.sidebar li a:hover {
 background: #761643;
 color: #fff;
}

#firstSide {
 width: 160px;
	position: relative;

}

#secondSide {
 width: 160px;
		position: relative;
}

.about {
 	display:block;
	width: 148px;
 	line-height: 1.5;
	margin-bottom: 10px;
 	padding: 8px 4px 0px 5px;
  	background:  url(http://fakeitmusic.com/images/bg-t-black.png);
	behavior: expression(IEPNGFIX.fix(this));	
 	color: #EDEDED;
 	font-size: 93%;
 	text-align: left;
 	text-decoration: none;
}



/* Footer */
#footer {
 clear:both;
 width: 100%;
 height: 70px;
 margin: 0px;
 padding: 20px 0px 0px;
 font-size: 0.8em;
 text-align: center;
	color: #DDD;
}


/********** Styletwo*************/
#styletwo{
		margin: 8px 0 0 0;
		float: left;
		width: 100%;
		position:relative;
        display:block;
        height:24px;
        font-size:100%;
        font-weight:bold;
        background:transparent url(http://fakeitmusic.com/images/bgOFF.gif) repeat-x top left;
        font-family:Trebuchet MS,Arial,Verdana,Helvitica,sans-serif;
}
#styletwo ul{
        margin:0;
        padding:0;
        list-style-type:none;
        width:auto;
}
#styletwo ul li{
        display:block;
        float:left;
        margin:0 1px 0 0;
}
#styletwo ul li a{
        display:block;
        float:left;
        color:#000;
        font-weight: bold;
        text-decoration:none;
        padding:2px 7px 0 7px;
        height:24px;
}
#styletwo ul li a:hover,#styletwo ul li a.current{
        color:#fff;
        background:transparent url(http://fakeitmusic.com/images/bgON2.gif) repeat-x top left;
}


#pickup{
	width: 468px;
	margin: 0;
	pading: 0;
}

#pickup img{
	float: left;
}

.newsList{
	margin: 7px 10px 30px 10px;
	padding: 0;
}

.newsList h1{
	height: 20px;
	margin: 0;
	padding: 2px 0px 0px 10px;
	background: #BA165B url(http://fakeitmusic.com/images/h1-bg.gif);
	color: #FFDF00;
	font-size: 110%;
	text-align: left;
}

.newsList h5{
	height: 20px;
	margin: 2px 0 0 10px;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	letter-spacing: 2px;
}

.newsList h6{
	margin: 0 7px;
	padding: 0 0 0 20em;
	border-bottom: 1px dotted #555;
	font-size: 90%;
	font-weight: normal;

}

.newsList ul{
	border: 1px solid #FFDF00;
	padding: 0;
	list-style:none;
}

.discography{
	background: #eeeeee;
	height: 300px;
	color: #222222;
	padding: 5px;
}

.discography a{
	color: #222222;
}