/*
Theme Name: almondlab.
Theme URI: http://www.almondlab.jp/
Description: almondlab. theme.
Version: 1.0
Author: almondlab.
Tags: two columns
*/



/* -------------------- text -------------------- */

* {
	margin: 0px;
	padding: 0px;
}
html,
body {
	height: 100%;
}
body {
	text-align: left;
	font-family: "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 30px;
	color: #666666;
	background-color: #f8f8f8;
}
a {
	color: #ac4343;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
h1 {
	font-size: 22px;
	margin-bottom: 10px;
}
h2 {
	font-size: 18px;
	margin-bottom: 10px;
}
h3 {
	font-size: 16px;
	margin-bottom: 5px;
}
span.caption {
	color: #b3b3b3;
}
span.link {
	padding-left: 17px;
	background: url(images/point.png) no-repeat left center;
}
span.prev {
	padding-left: 10px;
	background: url(images/prev.png) no-repeat left center;
}
span.next {
	padding-right: 10px;
	background: url(images/next.png) no-repeat right center;
}
*.attention {
	color: #ac4343;
}



/* -------------------- table -------------------- */

table {
	border-collapse: collapse;
}
table.data {
	border: 1px solid #e6e6e6;
}
table.data td,
table.data th {
	border: 1px solid #e6e6e6;
}
table.data th {
	font-weight: normal;
}
table.data thead th {
	background: #f8f8f8;
}
table.data tbody td,
table.data tbody th {
	padding: 10px;
}
table.data tbody th {
	background: #f8f8f8;
}
table.center thead th,
table.center tbody td {
	text-align: center;
}




/* -------------------- form -------------------- */

input,
textarea {
	font-size: 13px;
	color: #666666;
}



/* -------------------- other -------------------- */

ul li {
	list-style: none;
	padding-left: 15px;
	background: url(images/bullet.png) no-repeat 5px 10px;
}
ol {
	padding-left: 25px;
}
dl dt {
	padding-left: 15px;
	background: url(images/bullet.png) no-repeat 5px 12px;
}
dl dd {
	margin-bottom: 15px;
	padding-left: 15px;
}
img {
	max-width: 100%;
	height: auto;
	border: none;
}
img.frame {
	border: 1px solid #e6e6e6;
	padding: 4px;
}
img.border {
	border: 1px solid #e6e6e6;
}
img.space {
	margin: 30px 0px;
}
img.left {
	float: left;
	margin-right: 30px;
}
img.right {
	float: right;
	margin-left: 30px;
}
div.separate {
	height: 0px;
	font-size: 0px;
	line-height: 0px;
	border-bottom: 1px solid #e6e6e6;
	margin: 15px 0px;
	padding-top: 5px;
}
div.space {
	clear: right;
	height: 30px;
}
div.space-wide {
	clear: right;
	height: 60px;
}
div.clear {
	clear: both;
	height: 0px;
	font-size: 0px;
	line-height: 0px;
}



/* -------------------- general -------------------- */

div#container {
	padding: 15px;
	background: transparent;
}



/* -------------------- header -------------------- */

div#header {
	min-width: 900px;
	height: 170px;
	font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
}
div#header div.headline {
	float: left;
	height: 128px;
}
div#header div.headline h1 {
	margin: 0px;
}
div#header div.headline h1 a {
	color: #999999;
}
div#header div.headline h2 {
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	margin: 0px;
	color: #b3b3b3;
}
div#header div.navi {
	min-width: 600px;
}
div#header div.navi a {
	display: block;
	float: left;
	width: 120px;
	height: 24px;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	border-bottom: 3px solid #e6e6e6;
	margin-right: 5px;
}
div#header div.navi a.current {
	border-bottom: 3px solid #ac4343;
}
div#header div.links {
	float: right;
}
div#header div.links a {
	float: left;
	line-height: 15px;
	margin-left: 15px;
	padding-left: 10px;
	background: url(images/arrow.png) no-repeat 0px 5px;
}
div.background-home {
	background: url(images/title-home.png) no-repeat right bottom;
}
div.background-notes {
	background: url(images/title-notes.png) no-repeat right bottom;
}
div.background-labs {
	background: url(images/title-labs.png) no-repeat right bottom;
}
div.background-profile {
	background: url(images/title-profile.png) no-repeat right bottom;
}
div.background-contact {
	background: url(images/title-contact.png) no-repeat right bottom;
}



/* -------------------- middle -------------------- */

table#middle {
	width: 100%;
	border: 1px solid #e6e6e6;
	background: #ffffff;
}



/* -------------------- sidebar -------------------- */

table#middle td#sidebar {
	width: 300px;
	vertical-align: top;
	border-right: 1px solid #e6e6e6;
}
table#middle td#sidebar div.inner {
	width: 280px;
	margin: 10px;
}
table#middle td#sidebar div.inner h3 {
	font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 13px;
	color: #999999;
	margin-bottom: 10px;
	padding: 5px;
	background: #e6e6e6;
}
table#middle td#sidebar div.inner ul li {
	line-height: 20px;
	margin-bottom: 5px;
	background: url(images/arrow.png) no-repeat 5px 5px;
}
table#middle td#sidebar div.inner ul.wp-tag-cloud li,
table#middle td#sidebar ul.meta li {
	float: left;
	width: 125px;
}
table#middle td#sidebar div.inner ul.archives li {
	color: #b3b3b3;
}



/* -------------------- main -------------------- */

table#middle td#main {
	vertical-align: top;
}
table#middle td#main div.inner {
	margin: 30px;
}
table#middle td#main div.inner div.headline {
	line-height: 20px;
	border-left: 5px solid #e6e6e6;
	margin-bottom: 15px;
	padding: 5px 0px 0px 10px;
}
table#middle td#main div.inner div.headline h2 {
	line-height: 22px;
}
table#middle td#main div.inner div.headline h2 a {
}
table#middle td#main div.inner div.headline span.caption {
	margin-right: 10px;
}
table#middle td#main div.inner div.headline span.tag a {
	font-size: 12px;
	color: #ffffff;
	padding: 2px 5px 0px 5px;
	background: #999999;
	border-radius: 3px;
}
table#middle td#main div.inner div.thumb {
	float: right;
	margin-left: 30px;
}
table#middle td#main div.inner div.thumb img {
	border: 1px solid #e6e6e6;
	padding: 4px;
}



/* -------------------- search -------------------- */

input.text-field {
	border: 1px solid #e6e6e6;
	padding: 3px;
}
input#s {
	width: 150px;
	margin-right: 5px;
}



/* -------------------- footer -------------------- */

div#footer {
	height: 100px;
	margin: 15px;
}
div#footer address {
	font-style: normal;
	line-height: 13px;
	color: #b3b3b3;
}



/* -------------------- contact -------------------- */

span.wpcf7-form-control-wrap input {
	width: 250px;
	border: 1px solid #e6e6e6;
	padding: 3px;
}
span.wpcf7-form-control-wrap textarea {
	width: 400px;
	border: 1px solid #e6e6e6;
	margin-bottom: 10px;
	padding: 3px;
}



/* -------------------- comments -------------------- */

h2#postcomment {
	font-size: 13px;
	line-height: 13px;
	font-weight: normal;
	color: #999999;
	padding: 5px;
	background: #e6e6e6;
}
input#author,
input#email,
input#url {
	width: 250px;
	border: 1px solid #e6e6e6;
	padding: 3px;
}
textarea#comment {
	width: 400px;
	border: 1px solid #e6e6e6;
	margin: 2px 0px 10px 0px;
	padding: 3px;
}



/* -------------------- attached files -------------------- */

div.wam_wrap {
	border: 1px solid #e6e6e6;
	margin-top: 30px;
}
h4.wam {
	font-family: Helvetica, Arial, "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 12px;
	color: #999999;
	border-bottom: 1px solid #e6e6e6;
	padding: 3px;
	background: #f8f8f8;
}
div.wam_wrap ul.wam_ul {
	padding: 5px;
}
div.wam_wrap ul.wam_ul li {
	padding: 5px;
	background: none;
}



/* -------------------- syntax -------------------- */

td#main div.wp_syntax {
	background-color: #ffffff;
	border: 1px solid #e6e6e6;
	margin: 15px 0px;
}
td#main div.wp_syntax td.line_numbers {
	width: 35px;
	background-color: #f8f8f8;
	color: #999999;
}
td#main div.wp_syntax table tbody td.line_numbers pre {
	border-right: 1px solid #e6e6e6;
	background-color: #f8f8f8 !important;
}
td#main div.wp_syntax td.code {
	max-width: 500px;
	background-color: transparent;
}



/* -------------------- wpp -------------------- */

span.wpp-views {
	display: none;
}
