@charset "utf-8";
/*
Theme Name: Photo-Biyori
Theme URI: http://everydays.hassii.com/photo-biyori
Description: The photolog theme designed for WordPress 2.2+
Version: 1.0
Author: tomo
Author URI: http://photomo.hassii.com
*/

/*========== BODY ========== */
/* 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: 11px;
	color: #333;
	background-color: #c4b4a3;
	line-height: 16px;	
	}
	
h1 {font-size: 12px; font-weight: bold;	}

h2 {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: #37518c; 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;
	}
	
/* ========== IMAGES ========= */

/* from default theme css */

img {margin:0; padding:0;}
a img {border: none; }

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
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 {	}

/* end images */

/*========== STRUCTURES ========== */
/* wrapper */
div#wrap {
	margin: 5px auto;
	padding: 0;
	width: 580px; /* image width + 80px */
	background-color: #c4b4a3;

	
	}
	
/* blog title */	
div#header {
	background-color: #c4b4a3;
	padding: 10px 0px 20px 5px; 
	margin: 0;
	text-align: left;
	border: none; 
	color: #665562;
	/* the round corner background image is set in header.php */
	}

/* blog title text color */	
#header a, #header a:link, #header a:visited, #header a:active { color: #665562; text-decoration: none; }
#header a:hover { color: #6380ac; text-decoration: none; }

/* content area */
div#content {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	border: none; /* do not delete this line */
	}

/* site navigation */
div#mainNav {
	text-align: right;
	font-size: 9px;
	margin: 0px 40px 0px 40px;
	padding: 0;
	border-bottom: 1px solid #e4e7e9;
	}

/* site navigation text color */
#mainNav a, #mainNav a:link, #mainNav a:visited, #mainNav a:active { color: #333; text-decoration: none; }
#mainNav a:hover { color: #333; text-decoration: underline; }	

/* main navigation class for <?php wp_list_pages(); ?> in WP default tag */
.page_item {
	display: inline;
	margin-left: 8px;
	margin-bottom: 0px;
	}

/* entry navigation */
div#nav {		
  text-align:right;
  font-size: 9px;
  margin:1px 40px 0px 40px;
  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 */
div#entry {
	margin:0px 40px 0px 40px;
	padding: 0;
	text-align: left;
	}

#entry p {
	font-size: 10px;
	}
	
#entry img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

/* post title */
.title {
	text-align:center;
	font-size: 10px;
	color: #37518c;
	font-weight: bold;
	margin-bottom: 5px;
	}

/* post meta data */
.postdata {
	padding: 3px 0px 5px 0px;
  line-height: 1.4;
  text-align: right;
  font-size: 9px;
  border-bottom: 1px solid #e4e7e9;
	}

.postdata a, .postdata a:link, .postdata a:visited, .postdata a:active { color: #333; text-decoration: none; }
.postdata a:hover { color: #333; text-decoration: underline; }	

/* footer */
#footer {
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	font-family: 'tahoma', 'Trebuchet MS', verdana, geneva, Lucida Grande, sans-serif;
	font-size: 10px;
	text-align: center;
	color: #665562;
	background-color: #c4b4a3;
	/* the round corner background image is set in header.php */
	}

#footer a, #footer a:link, #footer a:visited, #footer a:active { color: #665562; text-decoration: none; }
#footer a:hover { color: #665562; text-decoration: underline; }

/*========== thumbnails ==========*/

#th-container {
	padding:7px 0px 5px 39px;
	}

.thumbnails { /* defined in pb-function.php */
	float:left;
  padding-right:9px; /* 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; }

/*========== Comment Pop Up ==========*/

#commentspopup {
	margin: 10px;
	padding:10px 15px 20px 15px;
	text-align: left;
	line-height: 16px;
	font-size: 10px;
	background-color: #FFF;
	}

#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;}	

#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;
	}

#commentlist {list-style: none; }
	
.comment_meta {margin-top: 0px;	font-size: 9px; }

.nor {border-bottom: 1px dotted #e4e7e9; border-top: 1px dotted #e4e7e9; }
	
.alt {border: 1px solid #FFFFFF;}

/*========== Pages ==========*/

#page_entry {
	height: 350px;
	padding:20px 40px 20px 40px;
	min-height: 450px;
	/* IE Hack */
	height:auto !important;
  height:450px;
  text-align: left;
	}

.page_title { 
	color: #37518c;
	font-weight: bold;
	}

/* two column page style */
div.left_column {
	float: left;
	width: 240px;
	margin: 5px 0px 0px 0px;
	padding: 0;
	text-align: left;
	}

div.right_column {
	float: right;
	margin: 5px 0px 0px 0px;
	padding: 0;
	text-align: left;
	width: 240px;
	}	

.right_column li, .left_column li {
	margin-left: 10px;
	list-style-position: inside; 
	}

.column_title {
	color: #37518c;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	}	

.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; }	

/* monthly / category archive page style */
.ar-list {border-bottom: 1px solid #e4e7e9; margin: 4px 0px 4px 0px; }
.ar-list img { display: inline; }
.ar-thumbnail {
	float:left;
	width:75px;
  padding:2px 0px 5px 5px;
  margin: 0px;
  border:0px;
  display: inline;
	}
	
.ar-text a, .ar-text a:link, .ar-text a:visited, .ar-text a:active { color: #333; text-decoration: none; }
.ar-text a:hover { color: #333; text-decoration: underline; }	

/* links page */
.link_list {margin-top: 5px;}
.link_list .linkcat {list-style: none; margin: 5px 0px 0px 0px; }
.link_list ul li {margin-left: 15px; list-style: none; }
	.link_list a, .link_list a:link, .link_list a:visited, .link_list a:active { color: #333; text-decoration: none; }
.link_list a:hover { color: #37518c; text-decoration: underline; }	


/*========== PHOTOPRESS STYLE ==========*/

#pp_th-container {
	padding:10px 0px 5px 0px;
	}
	
/* category listing page */
.pp_catlist_thumbnails { 
	float:left;
	margin-bottom: 10px;
	border: 0px;
  display: inline;
  color: #A4A7B3;
  text-align: center;
  width: 120px;
  font-size: 9px;
  line-height: 14px;
	}	

.pp_catlist_thumbnails a img, .pp_catlist_thumbnails a:link img, .pp_catlist_thumbnails a:visited img, .pp_catlist_thumbnails a:active img { border: 1px solid #cad2d8; padding: 2px; margin-bottom: 2px; } 
	
.pp_catlist_thumbnails a:hover img { border: 1px solid #9ebbdc; padding: 2px; margin-bottom: 2px;}

/* photo listing page in a category */
.pp_catphoto_thumbnails { 
	float:left;
	margin-bottom: 10px;
	border: 0px;
  display: inline;
  color: #A4A7B3;
  text-align: center;
  width: 100px;
  font-size: 9px;
  line-height: 14px;
	}	

.pp_catphoto_thumbnails a img, .pp_catphoto_thumbnails a:link img, .pp_catphoto_thumbnails a:visited img, .pp_catphoto_thumbnails a:active img { border: 1px solid #cad2d8; padding: 2px; margin-bottom: 2px; } 
	
.pp_catphoto_thumbnails a:hover img { border: 1px solid #9ebbdc; padding: 2px; margin-bottom: 2px;}

/* single photo page */
/* prev / next nav */
div#pp_nav {		
  text-align:right;
  font-size: 9px;
  margin:0px 0px 7px 40px;
  padding: 0;
  line-height: 13px;
	} 

/* prev / next navigation text color */
#pp_nav a, #pp_nav a:link, #pp_nav a:visited, #pp_nav a:active { color: #333; text-decoration: none; }
#pp_nav a:hover { color: #333; text-decoration: underline; }	

/* photo title */
.pp_single_heading {
	color: #37518c;
	padding-top: 3px;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	line-height: 13px;
}	

.pp_desc {text-align: center;	}
	
/* post with this image link style */
.pp_postdata {
	margin: 0;
	padding: 5px 3px 5px 3px;
  line-height: 1.4;
  text-align: right;
  font-size: 9px;
  border-top: 1px solid #e4e7e9;
	}

.pp_postdata a, .pp_postdata a:link, .pp_postdata a:visited, .pp_postdata a:active { color: #333; text-decoration: none; }
.pp_postdata a:hover { color: #333; text-decoration: underline; }	



