@charset "utf-8";

/*-------------------------------------------------------------------------------------*/
#main {
	width: 640px;
	float: left;
	}
	
#sidebar {
	width: 240px;
	float: left;
	}
	
	
/*-------------------------------------------------------------------------------------*/	
.article {
	margin-left: 18px;
	margin-right: 10px;
	}
	
.article .article-date {
	background-image:url(/wp-content/themes/hokohoko/images/note_article_header_bg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 25px 12px;
	height: 50px;
	}
	
.article .article-date p {
	color: #666633;
	width: 75px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 150%;
	}
	
.article .article-content {
	background-image:url(/wp-content/themes/hokohoko/images/note_article_body_bg.jpg);
	background-position: 0;
	background-repeat: repeat-y;
	padding: 10px 30px;
	}
	
.article .article-meta {
	background-image:url(/wp-content/themes/hokohoko/images/note_article_footer_bg.jpg);
	background-position: 0 100%;
	background-repeat: no-repeat;
	padding-bottom: 30px;
	}
	
.article-content .article-title {
	color: #336600;
	font-weight: bold;
	font-size: 150%;
	text-align: left;
	border-bottom: solid 2px #666633;
	padding-bottom: 2px;
	margin-bottom: 10px;
	}
	
.article-content .article-title a {
	text-decoration: none;
	}

.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
	color: #336600;
	font-weight: bold;
	border-bottom: solid 1px #E5E6D3;
	padding-bottom: 1px;	
	margin-top: 2em;
	margin-bottom: 0.5em;
	}

.article-content h3 {
	font-size: 140%;
	padding-bottom: 2px;
	border-width: 2px;
	border-left: solid 20px #E5E6D3; 
	padding-left: 10px;
	}
	
.article-content h4 {
	font-size: 130%;
	border-width: 2px;
	border-left: solid 10px #E5E6D3; 
	padding-left: 5px;
	}
	
.article-content h5 {
	border-width: 2px;
	font-size: 120%;
	}
	
.article-content h6 {
	font-size: 110%;
	}
	
.article-content ul,
.article-content ol,
.article-content p,
.article-content pre
.article-content blockquote,
.article-content table {
	margin: 1em 0;
	}
	
.article-content ul li {
	list-style-type: circle;
	margin-left: 1em;
	}
	
.article-content ol li {
	list-style-type: decimal;
	margin-left: 2em;
	}

/*
.article-content .code,
.article-content code {
	background-color: #EEEEEE;
	padding: 2px 4px;
	border-left: solid 10px #DDDDDD;
	margin: 0.5em 0;
	}
*/

.article-content .references {
	color: #336600;
	background-color: #EDEDE8;
	border-top: solid 10px #E5E6D3;
	margin: 40px 0 0;
	padding: 5px 10px;
	}
	
.article-content .more {
	padding-top: 20px;
	text-align: right;
	}
	
.article-content .more a {
	color: #669933;
	font-weight: bold;
	}
	

.article-meta {
	padding-top: 20px;
	font-size: 90%;
	text-align: right;
	margin-bottom: 20px;
	}

.article-meta li {
	color:#61523A;
	margin: 5px 30px;
	font-weight: bold;
	}
	
.article-meta li a {
	color: #837552;
	font-weight: normal;
	}
		
	
/*-------------------------------------------------------------------------------------*/

.module {
	margin-top: 50px;
	padding-left: 10px;
	}
	
.module dt {
	background-image: url(/wp-content/themes/hokohoko/images/note_sidebar_bg.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	padding: 3px;
	padding-left: 10px;
	}
	
.module dd * {
	margin: 0:
	padding: 0;
	}
	
.module dd {
	margin: 0;
	margin-top: 1em;
	padding-left: 20px;
	}
	
.module li {
	list-style-type: circle;
	margin-left: 5px;
	}
	
.module li .date {
	margin-left: 2px;
	font-size: 90%;
	color: #666666;
	}

	
/*-------------------------------------------------------------------------------------*/
#entry-list {
	margin: 50px 10px 20px 28px;
	}
	
#entry-list dl dt {
	background-image: url(/wp-content/themes/hokohoko/images/entry_title_middle_bg.jpg);
	}
	
	
/*-------------------------------------------------------------------------------------*/	
#single #discussion-comment,	
#single #discussion-truckback,
#single #show-discussion,
#single #hide-discussion {
	background-image:url(/wp-content/themes/hokohoko/images/note_article_body_bg.jpg);
	background-position: 0;
	background-repeat: repeat-y;
	padding: 40px 30px 20px;
	margin: 0;
	}
	
	
/*-------------------------------------------------------------------------------------*/
/* code decoration */

.article-content .code,
.article-content code {
	border: 1px solid #EEEEEE;
	border-left: 10px solid #EEEEEE;
	margin: 5px;
	padding: 6px;
	font-family: monospace;
	}

.article-content code{
	padding: 0 6px;
	}

div.syntax_hilite {
	border: 1px solid #EEEEEE;
	border-left: 10px solid #EEEEEE;
	margin: 5px;
	padding: 6px;
	overflow:auto;
    white-space:nowrap;
	}
	
div.syntax_hilite .code {
	border: none;
	margin: 0;
	padding: 0;
	}

div.syntax_hilite * {
	font-family: monospace;
	}

div.syntax_hilite .langName {
	color: #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	display: block;
	}