/*  
Theme Name: Woodpress
Theme URI: http://wordpress.jepson.no/woodpress/
Description: A simple woody theme
Version: 1.1
Author: Magnus Jepson
Author URI: http://www.jepson.no
*/

/*************************************
 +Containers
 *************************************/
body{
	background-color:#fff;
	color:#4d5c64;
	font-family:  Arial, Helvetica, sans-serif;
	font-size:75%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}


/*IE 6,7 hack*/
body{
	/font-size:75%;
}
/*IE 6,7 hack*/


#wrap{
	margin:0 auto;
	text-align:left;
	width:850px;	
}

#content{
	font-size:1.2em;
	float:left;
	padding:2em;
	padding-right:0;
	padding-top:1.5em;
	width:580px;
}

#content-top-category{
	font-size:1.2em;
	float:left;
	padding:2em;
	padding-right:0;
	padding-top:1.5em;
	width:800px;
}

/*
#content-home{
	font-size:1.2em;
	float:left;
	padding:2em;
	width:800px;
}
*/
#sidebar{
	font-size:1em;
	float:right;
	padding:2em 2em 2em 0;
	width:200px;
}
/*
#header{
	padding:25px 1em;
}

#header a:hover{background:none;}
*/

#header #head-rss{
	float:right;
}

#header #head-rss a{
	margin-top:10px;
	margin-right:20px;
	display:block;
	width:30px;
	height:30px;
	background:url(/images/blog/rss.gif) no-repeat 0 0;
}

#header #head-rss a:hover{
	background-position:0 -30px;
}

#rssnews{font-size:1.2em;}



/*追加header部分*/


#header{
	width:800px;
	margin:17px auto;
	
	/*border-bottom:1px solid #000;*/
}

#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	letter-spacing: 0.5em;
	margin-bottom:5px;
	float:left;
}

#header h1 a{color:#000;}

#header #header-menu{
	margin-top:5px;
	margin-bottom:3px;
	clear:both;
}

#header ul li{
	float:left;
	margin:5px 0;
	padding:0 10px;
	/*border-right:1px solid #000;*/
	font-size:110%;
	line-height:1em;
	display:block;
}

/*IE 6,7 hack*/
#header ul li{
	padding-bottom:2px;
}
/*IE 6,7 hack*/

#header ul li.first{ padding-left:0;}
#header ul li.last{ border:none;}

#header p#to-starnet{
	font-size:1em;
	float:right;
	line-height:1em;
	margin:5px 0;
	display:block;
}

/*************************************
 + Footer
 *************************************/
 /*
#footer{
	background-color:#45333f;
	color:#FFF;
	font-size:1.2em;
	clear:both;
	padding:0.5em;			
}

#footer address{
	width:72em;	
	text-align:right;}

#footer a {
    color:#E69823;
}
#footer a:hover {
    color:#798901;
}		
*/

#validate{
	color:#E69823;
	font-size:1.2em;
	text-align:right;
	padding:0.5em;	
	margin-bottom:2em;
}
#rss {
	background:url(./images/rss.gif) no-repeat;
	padding:1px;
	padding-left:20px;
}


/*追加footer部分*/

#footer{
	width:800px;
	border-top:1px solid #666;
	margin:0 auto;
	margin-bottom:20px;
	clear:both;
}

#footer ul li{
	float:left;
	margin:10px 0;
	padding:0 10px;
	border-right:1px solid #000;
	font-size:83%;
}
#footer ul li.first{ padding-left:0;}
#footer ul li.last{ border:none;}

#footer address{
	margin:10px 0;
	float:right;
	font-size:83%;
}

/*************************************
 +Hn, a and p
 *************************************/
a{
	color:#004a62;
	text-decoration:none;
}

a:visited{
	color:#004a62;
	text-decoration:none;
}

a:hover{
	color:#990000;
	text-decoration:none;
}
h1, h2, h3{
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
/*
#header h1{
	font-size:3em;
	margin:0;
	margin-right:1em;
	float:left;
}


#header h1 a{
	color:#fff;
}
#header h1 a:hover{
	color:#fff;
}


#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
*/


.entrytitle h2{
	font-size:1.4em;
	color:#2d353b;
	margin-bottom:0.2em;

}
.entrytitle h2 a {
	color:#004a62;
}
.entrytitle h2 a:hover{
	color:#990000;
	
}
.entrytitle h3{
	font-size:1.2em;
	color:#2d353b;
	letter-spacing:0.2em;
	margin-bottom:0.3em;
}

.entrybody h3{
	color:#2d353b;
}




/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:1em;
	width:560px;
}
.entry img {
	border:0px;
}

.entry code{
	background:#312218;	
	color:#999;
	font-size:1.1em;
}
.entrymeta{
	font-size:0.9em;
	padding-top:0.5em;
	color:#66667e;
	margin-bottom:3em;
}
.postedby{
	background:url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
	margin-bottom:0em;
	clear:both;
	border-bottom:1px dotted #4d5c64;
}
#sidebar ul li{
	
	margin-bottom:0.3em;
	padding:0.3em;
	padding-left:0.5em;
	font-size:1em;
}

#s

#sidebar a{
	color:#004a62;
}

#sidebar a:hover{
	color:#990000; 
	text-decoration:underline;
}

#sidebar h2{ 
	font-size:1.1em;
	margin-top:2em;
	margin-bottom:0.5em;
	color:#2d353b;
	padding-left:3px;
	
}

#sidebar h3{
	color:#2d353b;
	font-size:1.5em;
	margin:1em 0;
}



.textwidget{
	margin:0 auto;
	width:180px;
}
.textwidget p{
	line-height:1.5em;
}


/*************************************
 +Menu
 *************************************/
.menu ul{
	margin-top:3em;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing: -1px;
	float: right;
	list-style: none;
	padding:0;
}
.menu li{
	float: left;
	border-bottom:0px;
}
.menu li a{
	padding:0.5em 0.7em 0.5em 0.7em ;
	margin-left:0.5em;
	background:#312218;
	display:block;
}
.menu li a:hover{
	background:#798901;
}
.menu ul li ul {
	display:none;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	font-size:1.0em;
	margin:0.5em;
	padding:1em;
}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#111;
	font-size:1em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
ol.commentlist a{
	color:#111;
}
ol.commentlist a:hover{
	color:#F1C686;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	border-top:1px dotted #111;
	border-bottom:1px dotted #111;
	padding:0.5em;
}
h3#comments{
font-size:1.4em;
}

/*************************************
 +Misc
 *************************************/

#flickr {
	margin-left:1em;
	padding:0;
}
#flickr img {
	border:0px;
}
#flickr a {
	background:#312218;
	float: left;
	display: inline;
	margin:1em;
	padding:5px;
	width: 75px;
	height: 75px;
}

#flickr a:hover{
	background:#798901;
}
#ad_block { 
	/*background:#312218;*/
	padding: 10px 0 10px 0; 
	margin: 2em 0 2em 0; 
	text-align: center; 
}
#download {
	background:#312218 url(./images/bullet.gif) no-repeat;
	background-position: 12px 12px;
	padding:1em;
	padding:10px 10px 10px 40px;
	margin: 0.5em 0 1em 0;
}


/*************************************
 +リスト単一ページ用CSS
 *************************************/

#item-container {
	font-size:85%;
}

#item-container div {
	padding:10px 0 20px 0;
	border-bottom:1px dotted #4d5c64;
}

#item-container p {
	margin-bottom:0;
	line-height:1.6;
}

 
#item-container h3{
	margin:5px 0;
	font-weight:bold;
} 


#item-container #photo-space {
	float:left;
	border:0;
	padding:0;
}

#item-container #photo-space-full {
	border:0;
	padding:0;
}

#item-container #detail-space {
	margin-left:20px;
	float:left;
	border:0;
	padding:0;
}


#detail-space dl dt{
	float:left;
	clear:left;
	
}

#detail-space dl dd{
	float:left;
}

/*IE 6,7 hack*/

#detail-space dl{
	/width:350px;
	
}

#detail-space dl dt{
	/width:100px;
}

#detail-space dl dd{
	/width:250px;
}

/*IE 6,7 hack*/

#item-container #soundlist-space h4 {
	margin:10px 0;
}

#item-container #soundlist-space ul {
	margin:10px 0;
}

#item-container #recommend-space p{
	margin-bottom:1em;
}

#item-container #gallery-space div {
	border:0;
	padding-bottom:0;
}


#item-container #gallery-space div a {
	float:left;
	padding:0 9px;
	
}

#item-container #gallery-space div a img {
 	border:1px solid #fff;
	
 }
 
#item-container #gallery-space div a:hover img {
 	border:1px solid #666;
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*FF*/
	opacity:0.80;
 }
 
 #item-container #recommend-space table.detail{
 	border-collapse: collapse;
	table-layout:fixed;
	width:500px;
	margin:10px;
 }
 
 #item-container #recommend-space table.detail td{
 	padding:5px;
 	border: 1px solid #666; 
 }
 

 /*************************************
 +ヘッダー　works用CSS
 *************************************/

 
 #header-common #header-link-to-blog p a{
	color: #0051bf;
}

 #header-common #header-link-to-blog p a:visited {
	color: #0051bf;
	text-decoration: none;
}
 #header-common #header-link-to-blog p a:hover {
	color: #b43c2e;
	text-decoration: none;
	background-color:#fff7da;
}

p.feedTitleHeader a{ font-size:10px; }


 /*************************************
 +一覧表示用CSS
 *************************************/
 
 .thumb {
 	width:122px;
	
	padding:5px 11px 5px 12px;
	float:left;
 }
 
#wrap #content-top-category .thumb {
	height:200px;
}

#wrap #content .thumb {
	height:200px;
}
 
 .thumb a img {
 	border:1px solid #fff;
 }
 
 .thumb a:hover img {
 	border:1px solid #666;
	filter:alpha(opacity=80); /*IE*/
	-moz-opacity:0.80; /*FF*/
	opacity:0.80;
 }
 
 .thumb a{
  	color: #004a62;
  }
  
 .thumb a:hover {
	color: #990000;
	text-decoration: none;
	background-color:#none;
  }


/*トップの右カラムなしの場合 現状のCD listページ*/

  #content-top-category .thumb{
  	padding:5px 47px 5px 0;
  }
  
  
  
  #content-top-category .thumb-5,
  #content-top-category .thumb-10,
  #content-top-category .thumb-15,
  #content-top-category .thumb-20,
  #content-top-category .thumb-25,
  #content-top-category .thumb-30{
   	padding-right:0;
  }
  
 .thumb h2{
  	padding:3px;
	font-size:85%;
  }
  
 .thumb p{
  	line-height:1.5em;
	font-size:85%;
  }

 .thumb p.newmark{
  	line-height:1.5em;
	padding:0 3px;
	font-size:85%;
	color:#990000;
  }
  
  
 
 /*************************************
 +カテゴリーページ用CSS
 *************************************/
 
 .title-bar1 h1{
 	font-size:1em;
	color:#533a3f;
 }
 
 h2#cat-title{
 	font-size:1.2em;
	color:#533a3f;
 }

 p.eng{ color:#666; }
 
 
/*************************************
 +カテゴリーページ プロフィール用
 *************************************/
 
 #profile{
 	font-size:85%;
 	padding-right:20px;
 }
 
 #profile h3{
	clear:both;
	font-weight:bold;
	padding-bottom:10px;
	
 }
 
 h3#works-list{
 	font-size:90%;
	font-weight:bold;
 	clear:both;
	padding-bottom:5px;
 }
 
  #profile dl{
	padding-bottom:20px;
	display:block;
	clear:both;
}

  #profile dl dt{
	clear:left;
	float: left;
	padding-right:20px;
	text-align:right;
 	margin-bottom:10px;
	margin-left:0px;
}

/*///////// for IE 6 //////////*/
* html dl.profile dt{margin-left:0px;}
/*///////// for IE 6 //////////*/

 #profile dl dd{
	float:left;
	width:470px;
	margin-bottom:10px;
	margin-left:0;
}

 #profile img{
 	margin-top:-5px;
 	margin-bottom:10px;
 }
 
 .dl-bottom{
 	padding-top:15px;
 }
 
 .clearfix:after {  /*for modern browser*/
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
}  

.clearfix{  /*for IE 5.5-7*/
	zoom:1;
}
