@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: 'Trebuchet MS',  Arial, Sans-Serif;
	font-size: 12px;
	color: #e4e7e9;
	background-color: #808080;
	line-height: 16px;	
	}
	
h1 {font-size: 14px; font-weight: normal; }
h2 {font-size: 13px; font-weight: normal; }
h3 {font-size: 12px; font-weight: bold;	}
p { margin: 1em 0 1em 10px; }

a, a:link, a:visited, a:active { color: #FFF; text-decoration: none; }
a:hover { color: #FFF; text-decoration: underline; }

input, textarea, option, select, radio { color: #404040; font-size: 12px; padding: 3px; border:1px solid #FFFFFF; }
	
option, select { color: #e4e7e9; font-size: 12px; padding: 1px; border:1px solid #FFFFFF; }	

.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;
	background-color: #808080;
        width: 1000px;
	}
	
/* blog header */	
div#header {
	background-color: #808080;
	padding: 10px 50px 0px 50px; 
	margin: 0 auto;
	border: none; 
        text-align: left;
	color: #e4e7e9;
        width: 70%;
	}

/* blog title */
div#blogtitle {
        display: inline;
        width: 50%;
        margin-left: 0px;
        float: left;
}

/* blog title text color */	
#header a, #header a:link, #header a:visited, #header a:active { color: #e4e7e9; text-decoration: none; }
#header a:hover { color: #FFF; text-decoration: none; }

/* site navigation */
div#mainNav {
	text-align: right;
	font-size: 12px;
	margin: 0;
	padding: 0;
	}

/* site navigation text color */
#mainNav a, #mainNav a:link, #mainNav a:visited, #mainNav a:active { color: #e4e7e9; text-decoration: none; }
#mainNav a:hover { color: #FFF; text-decoration: none; }	

.menu ul li, #social ul li {	display: inline; margin-left: 8px; margin-bottom: 0px; }


/* content area */
div#content {
	background-color: #808080;
	margin: 0;
	padding: 0;
	border: none; /* do not delete this line */
        width: 100%;
	}


/* entry navigation */
div#nav {		
  float: left;
  text-align:left;
  font-size: 20px;
  padding: 0;
  margin-left: 100px;
  width: 10%;
	} 

div#prev, div#next {display: inline;}

/* entry navigation text color */
#nav a, #nav a:link, #nav a:visited, #nav a:active { color: #e4e7e9; text-decoration: none; }
#nav a:hover { color: #e4e7e9; text-decoration: underline; }	

/* title + photo + text area */
div#entry {
	margin:0px 50px;
	padding: 0;
	text-align: left;
	}

#entry p { font-size: 10px; margin-left: 0;}
#entry img, #page_entry img { display: block; margin-left: auto; margin-right: auto; border:1px solid #FFFFFF; }

/* post title */
.title { display: inline; font-size: inherit; }

/* post meta data *//* comment link */
.postdata, .sh_comment { line-height: 1.4; text-align: right; font-size: 10px; padding: 0; width: 700px; margin: auto; }
	

.postdata a, .postdata a:link, .postdata a:visited, .postdata a:active { color: #e4e7e9; text-decoration: none; }
.postdata a:hover { color: #e4e7e9; text-decoration: underline; }	
	
/* show/hide comment link */
.sh_comment {padding: 3px 0px 5px 0px; border-bottom: 1px solid #FFFFFF; } 

.sh_comment a, .sh_comment a:link, .sh_comment a:visited, .sh_comment a:active,  { color: #e4e7e9; text-decoration: none; }
.sh_comment a:hover { color: #e4e7e9; text-decoration: underline; }	
  
/*========== footer ==========*/
#footer {
	margin:0px 0px 0px 0px;
	padding:20px 0px 0px 0px;
	font-family: 'Lucida Grande', 'Trebuchet MS', verdana, geneva, tahoma, sans-serif;
	font-size: 9px;
	text-align: center;
	color: #A4A7B3;
	background-color: #808080;
	clear:both;
	}

#footer a, #footer a:link, #footer a:visited, #footer a:active { color: #A4A7B3; text-decoration: none; }
#footer a:hover { color: #A4A7B3; text-decoration: underline; }


/*========== thumbnails ==========*/
#th_container {	padding:10px 10px 10px 47px; margin: auto; width: 85%;}

.thumbnails, .current-thumbnail { /* defined in pb-function.php */
        float: left;
        padding-right:4px; /* adjust this when you change the thumbnail size */
	padding-left:4px;
        border: 0px;
        display: inline;
        color: #FFF;
        font-size: 16px;
        font-weight: normal;
	}
    

	
.thumbnails a img, .thumbnails a:link img, .thumbnails a:visited img, 
.current-thumbnail a img, .current-thumbnail a:link img, .current-thumbnail a:visited img { border: 1px solid #FFFFFF; padding: 1px;} 

.thumbnails a:hover img, .current-thumbnail a:hover img, .current-thumbnail a:active img, .thumbnails a:active img { border: 2px solid #FFF; padding: 0px;}



#arcth_container { /* archive page */
        width: 750px;
	padding:5px 0px 5px 140px;
	margin: 0;
	min-height: 450px;
	/* IE Hack */
	height:auto !important;
        height:450px;
  }
 
#arcth_container .thumbnails {
        padding: 13px;
        float: left;
        width: 180;
  }

/*========== 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 #FFFFFF;
	}	

.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 #FFFFFF;}

.reply {font-size: 10px; padding:0px 0px 5px 0px; margin: 0;}

.depth-1 { margin: 10px 0px 10px 0px; border-top: 1px solid #e4e7e9; border-left: 1px solid #FFFFFF; }

.commentmetadata { font-size: 10px; }

#respond {padding-top: 10px; }
#respond textarea { width: 90%; }

#commentform p {font-size: 10px;	}

#commentform #author, #commentform #email ,#commentform #url, #commentform #comment { padding:3px; border:1px solid #FFFFFF; font-size:10px; font-family: 'Lucida Grande', Helvetica, Verdana, Arial, Sans-Serif;}	

#commentlist {list-style: none; }
	
.comment_meta {margin-top: 0px;	font-size: 10px; }

.nor {border-bottom: 1px dotted #e4e7e9; border-top: 1px dotted #FFFFFF; }

/*========== 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 #FFFFFF;
	padding: 3px;
	margin-right: 7px;
	float:left;
	}

#commentspopup  h2  { 
	margin-top: 5px; 
	padding-top: 2px;
	border-top: 1px solid #FFFFFF;
	}
	
.post_info a, .post_info a:link, .post_info a:visited, .post_info a:active { color: #e4e7e9; text-decoration: none; }
.post_info a:hover { color: #e4e7e9; text-decoration: none; }	

#trackback {
	text-align: center; 
	border: 1px solid #FFF; 
	font-size: 10px; 
	color: #FFF; 
	width:100%; 
	margin-top: 7px; 
	margin-bottom: 4px;
	}	

/*========== Pages ==========*/

#page_entry {
	height: 350px;
        margin: auto;
        width: 72%;
        padding: 20px 50px;
	min-height: 450px;
	/* IE Hack */
	height:auto !important;
  height:450px;
  text-align: left;
	}

#page_entry img {float: left; margin-right: 10px; }

.page_title { color: #FFF; font-weight: bold; margin: 0 0 7px 10px; }

#page_entry ul li { margin-left: 10px; }

#arc_entry { /* archive page */
        width: 750;
	padding:20px 40px 20px 140px;
  text-align: left;
	}
	
.arc_dropdown { text-align: right; }


/* four column page style */
div.category_column {
	float: left;
	width: 25%;
	margin: 0;
	padding: 0;
        border-right: none;
	}

div.category_column h2 {
        padding-left: 10px;
}

div#columnD {
        border-right: none;
	}

div.category_post_list {
        margin: 20px 13px;
}

div.category_post_list img {
        margin: 8px 0;
}

.category_column a, .category_column a:link, .category_column a:visited, .category_column a:active { color: #e4e7e9; text-decoration: none; }
.category_column a:hover { color: #FFF; text-decoration: underline; }	

.category_post_list a img, .category_post_list a:link img, .category_post_list a:visited img, .category_post_list a:active img { border: 1px solid #FFFFFF; padding: 1px; } 

#page_entry .category_post_list a:hover img { border: 2px solid #FFF; padding: 0px; }


/* ========== 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: #e4e7e9; text-decoration: none; }
.widget ul li a:hover { color: #e4e7e9; text-decoration: underline; }

.linkcat ul li a, .linkcat ul li a:link, .linkcat ul li a:visited, .linkcat ul li a:active { color: #e4e7e9; text-decoration: none; }
.linkcat ul li a:hover { color: #e4e7e9; 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: #e4e7e9; text-decoration: none; }
#tag_cloud a:hover { color: #FFF; text-decoration: none; }
