@charset "utf-8";
/*
Theme Name: Photo-Biyori LT
Theme URI: http://everydays.hassii.com/photo-biyori
Description: The photolog theme designed for WordPress 2.7+
Version: 2.0.1
Author: tomo
Author URI: http://photomo.hassii.com
Tags: photoblog, fixed width, single entry, widgets, white
*/

/*========== INT ========== */

/* Set all elements to zero padding and zero margins */
* {margin: 0;	padding: 0;}

body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: 'Lucida Grande', Verdana, 'Trebuchet MS',  Arial, Sans-Serif;
	font-size: 100%;
	color: #333;
	background:url(/shared/img/bg.png) repeat-x 0 -230px #fdfdfd;
	line-height: 1.0;
	}
	
h1 {font-size: 12px; font-weight: bold;	}
h2 {font-size: 15px; font-weight: bold;	}
h3 {font-size: 10px; font-weight: bold;	}
p { margin-top: 7px; margin-bottom: 5px; }

a, a:link, a:visited, a:active { color: #37518c; text-decoration: none; }
a:hover { color: #ca2428; text-decoration: underline; }

input, textarea, option, select, radio { color: #333; font-size: 10px; padding: 3px; border:1px solid #e4e7e9; }
	
option, select { color: #333; font-size: 10px; padding: 1px; border:1px solid #e4e7e9; }	

.clear {
	clear: both;
	visibility: hidden;
	height:0;
	content: ".";
	}

/* used only in 404.php */
.center {	text-align: center;	}

ul { list-style: none; }

/* ========== IMAGES ========= */
/* from default theme css */
img {margin:0; padding:0;}
a img {border: none; }

img.centered { display: block; margin-left: auto; margin-right: auto; }
img.alignright { padding: 4px; margin: 0 0 2px 7px; display: inline; }
img.alignleft { padding: 4px; margin: 0 7px 2px 0; display: inline; }

.alignright {float: right; }
.alignleft {float: left; }
.none {	}

/*========== STRUCTURES ========== */
/* wrapper */
div#wrap {
	margin: 0 auto;
	padding: 0;
	width: 960px; /* image width + 80px */
	position:relative;
	}
	
/* blog title */	
div#header {
	position:relative;
	background:url(/shared/img/bg_header.png) no-repeat;
	margin: 0 0 0 -50px;
	text-align: left;
	border: none; 
	color: #37518c;
	height:150px;
	/* the round corner background image is set in header.php */
	}
div#header h1,
div#header h1 a{
	width:300px;
	height:150px;
}
div#header h1{
	position:absolute;
	top:0;
	left:80px;
}
div#header h1 a{
	display:block;
	text-indent:-9999em;
	overflow:hidden;
}

/* blog title text color */	
#header a, #header a:link, #header a:visited, #header a:active { color: #37518c; text-decoration: none; }
#header a:hover { color: #ca2428; text-decoration: none; }

/* content area */
div#content {

	background-image:none;
	background-color:transparent;
	margin:0;
	margin-top:50px;
	padding: 0;
	border: none; /* do not delete this line */
	}

/* site navigation */
div#mainNav {
	position:absolute;
	top:90px;
	right:20px;
	text-align: right;
	font-size: 90%;
	padding: 0;
	font-weight:bold;
	margin-bottom:50px;
	margin-right:40px;
font-family: "Times New Roman", Times;
	}

/* site navigation text color */
#mainNav a, #mainNav a:link, #mainNav a:visited, #mainNav a:active { color:#4f3937; text-decoration: none; }
#mainNav a:hover { color: #ca2428; text-decoration: none; }	

.menu ul li {	display: inline; margin-left: 8px; margin-bottom: 0px; }

/* entry navigation */
div#nav {
position:absolute;
top:130px;
right:60px;
  text-align:right;
  font-size: 83%;
  padding: 0;
	} 

/* entry navigation text color */
#nav a, #nav a:link, #nav a:visited, #nav a:active { color: #333; text-decoration: none; }
#nav a:hover { color: #333; text-decoration: underline; }	

/* title + photo + text area */
.post{margin:0 auto;width:510px;}
div#entry {
	padding: 0;
	text-align: left;
	}

#entry p { font-size: 83%; line-height:1.5;margin-bottom:2em;}
#entry img { display: block; margin:0 auto; border:5px solid #4b3c3a;}

/* post title */
.title {text-align:left; color: #4b3c3a; ;font-size:200%; font-family: "Times New Roman", Times,serif;
width:700px;margin:0 auto -0.4em;line-height:1.0;font-weight:bold;text-transform:uppercase;}
.title a:link {color: #4b3c3a;}
.title a:hover {color: #ca2428;text-decoration:none;}


/* post meta data *//* comment link */
data, .sh_comment { line-height: 1.4; text-align: right; font-size: 9px;	}
	
/* post meta data */
.postdata, .sh_comment {
padding: 3px 0px 0px 0px; 
font-size:10px;
line-height:1.5;
}

.postdata a, .postdata a:link, .postdata a:visited, .postdata a:active { color: #333; text-decoration: none; }
.postdata a:hover { color: #333; text-decoration: underline; }	
	
/* show/hide comment link */
.sh_comment {padding: 3px 0px 5px 0px; border-bottom: 1px solid #e4e7e9; } 

.sh_comment a, .sh_comment a:link, .sh_comment a:visited, .sh_comment a:active,  { color: #333; text-decoration: none; }
.sh_comment a:hover { color: #333; text-decoration: underline; }	
  
/*========== footer ==========*/
#footer {
	margin:0px 0px 0px 0px;
	width:100%;
	background:transparent !important;
	padding:20px 0px 30px 0px;
	font-size: 12px;
	text-align: center;
	color: #666;
	/* the round corner background image is set in header.php */
	}

#footer a, #footer a:link, #footer a:visited, #footer a:active { color: #666; text-decoration: none; }
#footer a:hover { color: #A4A7B3; text-decoration: underline; }

/*========== thumbnails ==========*/
#th_container {
	padding:20px 0;
	width:510px;
	margin:0 auto;
	}

.thumbnails { /* defined in pb-function.php */
	float:left;
  padding:0 4px; /* adjust this when you change the thumbnail size */
	border: 0px;
  display: inline;
  color: #A4A7B3;
	}
    
.current-thumbnail { /* defined in pb-function.php */
	float:left;
 	padding-right:9px;	/* adjust this when you change the thumbnail size */
  border:0px;
	display: inline;
	color: #A4A7B3;
	}
	
.thumbnails a img, .thumbnails a:link img, .thumbnails a:visited img, .thumbnails a:active img { border: 1px solid #FFFFFF; padding: 1px; } 
.thumbnails a:hover img { border: 1px solid #cad2d8; padding: 1px; }

.current-thumbnail a img, .current-thumbnail a:link img, .current-thumbnail a:visited img, .current-thumbnail a:active img { border: 1px solid #FFFFFF; padding: 1px; } 
.current-thumbnail a:hover img { border: 1px solid #cad2d8; padding: 1px; }

#arcth_container { /* archive page */
	padding:5px 0px 5px 39px;
	margin: 0;
	width:700px;
	margin-left:100px;
	
	min-height: 450px;
	/* IE Hack */
	height:auto !important;
  height:450px;
  }
 
#arcth_container .thumbnails {padding-bottom: 10px; }

/*========== Comment Template ==========*/

#pb_comments { text-align: left;	padding-top: 10px;}
.commentlist { list-style: none; padding: 0; }

.children {
	margin: 10px 0px 10px 10px;
	list-style: none;
	border-top: 1px solid #e4e7e9;
	}	

.comment { padding: 0px 0px 0px 10px;}

.vcard img { padding: 0px 3px 5px 10px; margin: 0; display: inline; float: right; }

.children {padding: 0; margin: 5px 0px 0px 0px; border-top: 1px solid #e4e7e9; border-left: 1px solid #e4e7e9;}

.reply {font-size: 9px; padding:0px 0px 5px 0px; margin: 0;}

.depth-1 { margin: 10px 0px 10px 0px; border-top: 1px solid #e4e7e9; border-left: 1px solid #e4e7e9; }

.commentmetadata { font-size: 9px; }

#respond {padding-top: 10px; }
#respond textarea { width: 90%; }

#commentform p {font-size: 9px;	}

#commentform #author, #commentform #email ,#commentform #url, #commentform #comment { padding:3px; border:1px solid #e4e7e9; font-size:10px; font-family: 'Lucida Grande', Helvetica, Verdana, Arial, Sans-Serif;}	

#commentlist {list-style: none; }
	
.comment_meta {margin-top: 0px;	font-size: 9px; }

.nor {border-bottom: 1px dotted #e4e7e9; border-top: 1px dotted #e4e7e9; }

/*========== Comment Pop Up ==========*/
#commentspopup {
	margin: 10px;
	padding:10px 15px 20px 15px;
	text-align: left;
	line-height: 16px;
	font-size: 10px;
	background-color: #FFF;
	}
	
#commentspopup img {
	border: 1px solid #e4e7e9;
	padding: 3px;
	margin-right: 7px;
	float:left;
	}

#commentspopup  h2  { 
	margin-top: 5px; 
	padding-top: 2px;
	border-top: 1px solid #e4e7e9;
	}
	
.post_info a, .post_info a:link, .post_info a:visited, .post_info a:active { color: #333; text-decoration: none; }
.post_info a:hover { color: #333; text-decoration: none; }	

#trackback {
	text-align: center; 
	border: 1px solid #FFF; 
	font-size: 10px; 
	color: #37518c; 
	width:100%; 
	margin-top: 7px; 
	margin-bottom: 4px;
	}	

/*========== Pages ==========*/

#page_entry p,
#page_entry ul,
#page_entry dl,
#page_entry ol{margin-bottom:2em;}
#page_entry ul li{padding-left:0.5em;border-left:2px solid #ccc;margin-bottom:0.5em;line-height:1.3;}
#page_entry {
	height: 350px;
	width:700px;
	margin-left:100px;
	padding:20px 40px 20px 40px;
	min-height: 450px;
	/* IE Hack */
	height:auto !important;
  height:450px;
  text-align: left;
  font-size:83%;
  line-height:1.5;
  
	}
#page_entry dd input,
#page_entry dd textarea{width:500px;}
.page_title {text-align:left; color: #4b3c3a; ;font-size:200%; font-family: "Times New Roman", Times;width:700px;margin:0 auto 1em;line-height:1.0;font-weight:bold;}

#page_entry ul li { margin-left: 10px; }

#arc_entry { /* archive page */
	width:700px;
	margin-left:100px;
	margin-top:-30px;
	padding:0 40px 0px 40px;
  text-align: left;
	}
	
.arc_dropdown { text-align: right; }

/* two column page style */
div.left_column {
	float: left;
	width: 48%;
	margin: 0;
	padding: 0;
	text-align: left;
	}

div.right_column {
	float: right;
	margin: 0;
	padding: 0;
	text-align: left;
	width: 48%;
	}	

.right_column a, .right_column a:link, .right_column a:visited, .right_column a:active { color: #333; text-decoration: none; }
.right_column a:hover { color: #333; text-decoration: underline; }	

.left_column a, .left_column a:link, .left_column a:visited, .left_column a:active { color: #333; text-decoration: none; }
.left_column a:hover { color: #333; text-decoration: underline; }	

/* ========== SEARCH ========= */
#searchform {	margin-top: 5px;	padding: 5px 0px;	text-align: left;	}

/*========== widget ==========*/
.widget { padding-bottom: 15px;}
.widget ul li a, .widget ul li a:link, .widget ul li a:visited, .widget ul li a:active { color: #333; text-decoration: none; }
.widget ul li a:hover { color: #333; text-decoration: underline; }

.linkcat ul li a, .linkcat ul li a:link, .linkcat ul li a:visited, .linkcat ul li a:active { color: #333; text-decoration: none; }
.linkcat ul li a:hover { color: #333; text-decoration: underline; }
.linkcat h2 {margin-top: 5px; margin-bottom: 3px;}

/*========== tag cloud ==========*/
#tag_cloud a, #tag_cloud a:link, #tag_cloud a:visited, #tag_cloud a:active { color: #333; text-decoration: none; }
#tag_cloud a:hover { color: #37518c; text-decoration: none; }

/*==== Home diary===*/
#th_container{
margin-bottom:30px;
text-align:center;
}
#diary{width:510px; margin:0 auto 50px;}
#diary h2{margin-bottom:0.5em;}
#diary ul li,
#listDiary li{
text-align:left;
border-bottom:1px dotted #ccc;
padding:0.3em;
font-size:13px;
}
#diary ul li span.date,
#listDiary  li span.date{
display:inline-block;
/display:inline;
/zoom:1;
width:6em;
padding-right:0.5em;border-right:1px solid #999;
font-family:serif;
margin-right:0.5em;
}
#diary ul li a,
#listDiary  li a{
color:#4b3c3a;
}