/*
Theme Name: Diary/Notebook 
Author: Site5.com
Author URI: http://gk.site5.com/t/312
Description: Check <a href="http://wordpress.site5.net/diary/doc/">Diary/Notebook Documentation</a> in case you need directions or get support from <a href="http://forums.site5.com/forumdisplay.php?f=104">Forum</a>.
*/

/* 	HTML5 Boilerplate
	html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
	v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}
nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
ins { background-color:#ff9; color:#000; text-decoration:none; }
mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }
input, select { vertical-align:middle; }

/* End of Reset CSS */


/* GENERAL STYLES
-------------------------*/

body {
	background:url(images/bk_body.png);
	font-size:13px;
	font-family:'メイリオ',Meiryo, Georgia,"Times New Roman", Times, sans-serif;
	line-height:20px;
	color:#333;
}

p {
	 padding: 0 0 1.3em;
}

h1, h2 , h3, h4, h5, h6 {
	display:block;
	color:#13382A;
	line-height:100%;
	font-family:'メイリオ',Meiryo, Droid Serif, Georgia, sans-serif;
	text-shadow:1px 1px #fff;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration:none;
}

h1 {
	letter-spacing:-2px;
}

h2 {
	font-size:10px;
	margin:10px 0 15px;
	font-weight:bold;
}

a {
	color:#333;
    border-bottom: 1px dotted #bbb;
	text-decoration:none;
}

a:hover {
	color:#A3A30E;
	border-bottom: 1px dotted #A3A30E;
}


/* LAYOUT STRUCTURE */

#wrapper {
	width:922px; 
	margin:10px auto 0;
}

header#page-header{
	background:url(images/bk_header.png) no-repeat;
	height:110px;
	padding:24px 50px 0 75px;
	position:relative;
}

#content-wrapper {
	background:url(images/bk_content_wrap.png) 0 10px repeat-y;
	overflow:hidden;
}

#content-inner-wrapper {
	background:url(images/bk_content.png) no-repeat;
	min-height:200px;
	overflow:hidden;
}

#main-content {
	float:left;
	width:480px;
	padding:20px 60px 20px 80px
}

aside#sidebar {
	float:left;
	width:230px;
	background:url(images/shadow_social.png) 0 28px no-repeat;
	min-height:200px;
	padding-left:20px;
	font-size:12px;
}

footer#page-footer {
	background:url(images/bk_footer.png) no-repeat;
	min-height:140px;
}

/* HEADER ELEMENTS 
----------------------------*/

#logo{
	position:absolute;
	top:30px;
}


#logo h1#title {
	font-family:Droid Serif, Georgia, sans-serif;
	font-weight:bold;
	font-size:40px;
	color:#0C211A;
	text-shadow:1px 1px #fff;
	letter-spacing:-2px;
	padding:0;
	line-height:40px;
	}

#logo h1#title a {
	border:none;
}

#logo h1#title a:hover{
	color:#333;
}

#logo span {
	font-size:11px;
	color:#666;
	text-transform:uppercase;
	font-family:'メイリオ',Helvetica, Arial, sans-serif;
}

#topSearch {
	position:absolute;
	right:50px;
	top:50px;
}

/* CONTENT ELEMENTS 
----------------------------*/

#archive-title {
	color:#666;
	padding-bottom:15px;
	font-style:italic;
}

.alignleft {
	float:left;
	margin:5px 15px 5px 0;
}

.alignright {
	float:right;
	margin:5px 0 5px 15px;
}

.errormsg, .successmsg{
	background:#FEF4F1;
	border:1px dashed #F7A68A;
	color:#DA4310;
	padding:7px 10px;
	-moz-border-radius:4px;
   -webkit-border-radius:4px;
   margin-bottom:15px;
}

.successmsg {
	background:#F5FAF1;
	border:1px dashed #C2E1AA;
	color:#8FA943;
	-moz-border-radius:4px;
   -webkit-border-radius:4px;
}

.post, .page{
	position:relative;
	background:url(images/bk_post_header.png) 78px 0 no-repeat;
}	

.post .sidebadge, .page .sidebadge {
	position:absolute;
	width:42px;
	height:33px;
	background:url(images/post_badge.png) no-repeat;
	top:25px;
	left:-52px;
}

.post header, .page header {
	background:url(images/bk_header_separator.png) 50% 100% no-repeat;
	padding-top:30px;
	margin-bottom:20px;
	padding-bottom:0;
	overflow:hidden;
}

.page header  {
	padding-top:5px;
}

.post header .date {
	font-family:'メイリオ',Helvetica, Arial, sans-serif;
	font-size:17px;
	/*color:#EC9D00;*/
	color:#666;
	text-shadow:1px 1px #fff;
}

.post header .date span {
	font-size:12px;
	font-style:italic;
	font-family:'メイリオ',Georgia, "Times New Roman", Times, sans-serif;
	
}

.post header .date span a {
	text-decoration:none;
}

.post header .date span img {
	vertical-align:middle;
	margin-right:4px;
}

.post header h2, .page header h2 {
	font-size:18px;
	font-family: 'メイリオ',Helvetica, Arial, Droid Serif, Georgia, sans-serif;
	font-weight:bold;
	padding:15px 0 5px;
	text-shadow:1px 1px #fff;
}

.post header h2 a {
	color:#13382A;
	border:none;
}

.post header h2 a:hover {
	color:#B6BE10;
	border-bottom:1px dotted #B6BE10;
}

.post section.postText, .page section.postText {
	background:url(images/bk_header_separator.png) 50% 100% no-repeat;
	padding-bottom:10px;
	margin-bottom:20px;
}

.page section.postText {
	background:none;
}

.post section.postText img, .page section.postText img {
	padding:10px;
	background:#F8F7F1;
	border:1px solid #FFF;
	-moz-box-shadow:0 0 5px 2px #ddd;
	-webkit-box-shadow:0 0 5px 2px #ddd;
	box-shadow:0 0 5px 2px #ddd;
}

.post section.postText a:hover img, .page section.postText a:hover img {
	background:#FDFDFB;
	border:1px solid #8DDCEF;
	-moz-box-shadow:0 0 10px 2px #B9E9F7;
	-webkit-box-shadow:0 0 10px 4px #B9E9F7;
	box-shadow:0 0 10px 4px #B9E9F7;
}

.post section .more-link {
	font-family:Kristi;
	color:#B6BE10;
	font-size:26px;
	text-decoration:none;
	border:none;
}

.post section .more-link:hover {
	color:#333;
	text-shadow:1px 1px #fff;

}

/* PAGINATION */

.emm-paginate {
	overflow:hidden;
	text-align:center;; 
	font-size:16px; 
	float:left; 
	padding-right:2px;
}
.emm-paginate a, .emm-paginate .emm-current { 
	display:block; 
	width:26px; 
	height:20px; 
	text-align:center; 
	text-decoration:none; 
	float:left;
	padding-bottom:10px; 
	border:none;

}
.emm-paginate .emm-title {
	float:left;
	font-size:13px;
	color:#555; 	  
	padding-top:3px;
}
.emm-paginate .emm-gap {
	color:#999; 
	margin-left:10px;
}
.emm-paginate .emm-current {
	background:url(images/bk_pagination.png) 50% 100% no-repeat;
}
.emm-paginate .emm-page {

}
.emm-paginate .emm-prev, .emm-paginate .emm-next {

}


/* SIDEBAR
----------------------------*/

#sidebar section {
	margin:10px 0 20px;
	/*font-style:italic;*/
}

#sidebar h3 {
	font-size:13px;
	letter-spacing:-1px;
	margin-bottom:15px;
	font-style:normal;
	font-weight:normal;
	color:#000;
	/*background:url(images/bk_header_separator.png) 0 100% no-repeat;*/
	padding-bottom:10px;
	border-bottom:1px dashed #B9B9B5;
}

#sidebar section#socialIcons {
	margin-top:-10px;
	margin-bottom:40px;
	text-align:center;
	height:80px;
}

#socialIcons ul {
	margin-bottom:8px;
	overflow:hidden;
	text-align:center;
}

#socialIcons ul li {
	display:inline;
}

#socialIcons ul li a {
	display:block;
	width:67px;
	height:46px;
	text-indent:-9999px;
	border:none;
	float:left;
}

#socialIcons ul li a.twitter {
	background:url(images/ico_social_twitter.png) 0 0 no-repeat;
}

#socialIcons ul li a.facebook {
	background:url(images/ico_social_facebook.png) 0 0 no-repeat;
}

#socialIcons ul li a.rss {
	background:url(images/ico_social_rss.png) 0 0 no-repeat;
}

#socialIcons ul li a:hover {
	background-position:0 -46px;
}

#socialIcons #butContact {
	display:block;
	background:url(images/ico_contact.png) 50% 0 no-repeat;
	text-indent:-9999px;
	border:none;
	height:29px;
}

/*#socialIcons #butContact:hover {
	background:url(images/ico_contact.png) 50% -29px no-repeat;
}*/

.sideBox {
	padding-left:10px;
}

.sideBox ul {
	list-style-type:none;
}

.sideBox ul li {
	padding:4px 0;
	background:url(images/bullet_star_pink.png) 0 9px no-repeat;
	padding-left:20px;
}

.sideBox ul li a {
	text-decoration:none;
}

/* Recent Comments Widget */
.sideBox ul#recentcomments li{
	background:url(images/ico_comment_sidebar.png) 0 8px no-repeat;
}

/* Latest Tweets*/

.sideBox #twitter {
	padding:0;
	margin:0;
}

.sideBox h3.twitter {
	background:url(images/ico_bird.png) 100% 0 no-repeat;
}

.sideBox .tweet_list li {
	background:none;
	padding-left:0;
	font-size:11px;
	color:#666;
	border-bottom:1px dotted #B9B9B5;
	padding-bottom:10px;
	margin:5px 0;
	font-style:italic;
}
.sideBox .tweet_list li a {
}	

.sideBox .tweet_list li img {
	float:left;
	padding:2px;
	background:#F8F7F1;
	border:1px solid #FFF;
	-moz-box-shadow:0 0 3px 2px #ddd;
	-webkit-box-shadow:0 0 3px 2px #ddd;
	box-shadow:0 0 3px 2px #ddd;
	margin:0 10px 10px 0;
}

.sideBox .tweet_list li .tweet_time {
	font-size:10px;
}

.sideBox .followTwitter {
	font-weight:bold;
	color:#5599BB;
}

.sideBox .followTwitter:hover{
	border-bottom:1px dotted #5599BB;
}

/* FOOTER
-----------------------------------*/

#site5bottom {
	float:right; 
	margin-left:60px;
	line-height:130%;
	width:150px;
	text-align:right;
}

#page-footer {
	color:#333;
	padding:70px 30px 0 50px;
	text-shadow:1px 1px #fff;
	font-size:10px;
}

#page-footer #html5 {
	float:right;
	margin-top:-5px;
	/*margin-right:100px;*/
	font-size:11px;
	float:right;
	text-align:center;
}


#page-footer #html5 a{
	border:none;
}

#page-footer #html5 img {
	vertical-align:middle;
}


/* COMMENTS
-----------------------------------*/

h2.h2comments {
	display:block;
	background:url(images/ico_comments.png) 0 50% no-repeat;
	padding:10px 0 10px 45px;
	margin:20px 0 0 0;
}

h2.h2comments a.addComment {
	display:block;
	text-transform:uppercase;
	float:right;
	font-size:12px;
	margin-top:-3px;
	padding-top:8px;
	margin-right:10px;
	font-weight:bold;
}

h2.h2comments a.addComment:hover {
	text-decoration:none;
}

h2#commentsForm {
	margin:15px 0;
	padding-top:15px;
}

ul.commentlist {
	list-style:none;
	list-style-position:outside;
	display:block;
	padding-bottom:30px;
	overflow:hidden;
	background:url(images/bk_header_separator.png) 50% 100% no-repeat;
}

ul.commentlist ul {
	list-style-type:none;
	list-style-position:outside;
	margin:0;
}

ul.commentlist li {
	position:relative;
	margin:25px 0 0;
	background:none;
}

ul.commentlist li p{
	margin:5px 0;
	padding:5px 0;
}

ul.commentlist li .comment-meta, ul.commentlist li .text  {
	margin-left:60px;	
	font-style:italic;
}

ul.commentlist li .comment-meta span {
	font-size:11px;
	color:#999;
}

ul.commentlist li .avatar {
	background:#F8F7F1;
	border:1px solid #FFF;
	-moz-box-shadow:0 0 5px 2px #ddd;
	-webkit-box-shadow:0 0 5px 2px #ddd;
	box-shadow:0 0 5px 2px #ddd;
	padding:3px;
	position:absolute;
	left:0;
	top:0;
}

ul.commentlist .reply {
	font-size:10px;
	width:100%;
	background:url(images/bk_dotted.png) 0 100% repeat-x;
	padding-bottom:1px;
}

ul.commentlist .reply a {
	background:#F7F3C5;
	padding:3px;
	border:1px dotted #bbb;
	border-bottom:none;
}

ul.commentlist .reply a:hover {
	text-decoration:none;
}

ul.commentlist li .children {
	margin-left:40px;
}


/* COMMENTS F0RM */

#commentform p {
	margin:0;
	padding:0;
}

#commentform label, #contact label {
	display:block;
	padding:5px 0;
}

#commentform input, #commentform textarea, #contact input, #contact textarea {
	width:350px;
	padding:7px 10px 7px;
	font-style:italic;
	border:none;
	font-family:'メイリオ',Helvetica, Arial, Georgia, "Times New Roman", Times, sans-serif;
	font-size:12px;
	-moz-border-radius:12px; 
	-webkit-border-radius:12px;
	-moz-box-shadow: inset 1px 1px 2px #ccc;
	-webkit-box-shadow: inset 1px 1px 2px #ccc;
	box-shadow: inset 1px 1px 2px #ccc;
	color:#999;
	margin:0 0 10px;
}

#commentform textarea, #contact textarea {
	font-size:13px;
	width:460px;
}

#commentform input#submit, #contact input#submit{
	width:161px;
	height:32px;
	margin-top:10px;
	cursor:pointer;
	font-style:normal;
	background:#333;
	font-size:12px;
	text-shadow:-1px -1px #000;
	-moz-border-radius:8px; 
	-webkit-border-radius:8px;
	-moz-box-shadow:0 0 5px 2px #bbb;
	-webkit-box-shadow:0 0 5px 2px #bbb;
	box-shadow:0 0 5px 2px #ddd;
	color:#bbb;
}

#commentform input#submit:hover, #contact input#submit:hover {
	background:#444;
	color:#efefef;
}

#commentform small {
	font-size:11px;
	line-height:10px;
}

.alignleft {
	float:left;
	margin:5px 15px 5px 0;
}

.alignright {
	float:right;
	margin:5px 0 5px 15px;
}

/* FORMS
----------------------------*/

/* Top Search */

#topSearch input[type="text"] {
	width:220px;
	background:#fff url(images/ico_search.png) 94% 50% no-repeat;
	padding:7px 10px 7px;
	font-style:italic;
	border:none;
	font-family:'メイリオ',Helvetica, Arial, Georgia, "Times New Roman", Times, sans-serif;
	font-size:12px;
	-moz-border-radius:12px; 
	-webkit-border-radius:12px;
	-moz-box-shadow: inset 1px 1px 2px #bbb;
	-webkit-box-shadow: inset 1px 1px 2px #bbb;
	box-shadow: inset 1px 1px 2px #bbb;
	color:#999;
}

#topSearch input[type="text"]:focus {
	outline:none;
}

@import url('css/skin.php');
