/*
Theme Name: LA-School blue
Theme URI: http://thomasklaiber.com/archives/tag/laschool/
Description: Stylish blue/white Wordpress theme. Comes with everything you need and without the things you don't need.
Version: 1.1
Author: Thomas Klaiber
Author URI: http://thomasklaiber.com/
Tags: blue, white, fixed-width, two-columns, threaded-comments, right-sidebar
*/

* {
	padding: 0;
	margin: 0;
}
body {
	padding: 0;
	margin: 0;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',arial,helvetica,sans-serif;
	font-size: 0.8em;
}
a {
	color: #06a;
}
a:hover {
	color: #333;
}
label {
	display: block;
}
hr {
	display: none;
}
ul { 
	list-style: circle;
	margin: 14px 0;
}
li {
	margin: 0 0 8px 14px;
}

/* Header Section */
#header {
	width: 100%;
	background: #5EA4D7;
	border-top: 9px solid #02243C;
	border-bottom: 3px solid #528EBB;
}

/* --------------------------------------- */
/* If you have a logo,
 * remove this comment and
 * comment out the two classes below.

#header h1 a { 
	width: 380px;
	height: 58px;
	display: block; 
	background: url(images/logo.gif); 
	text-indent: -9999px; 
        margin-bottom: 3px;
}

#header .description { display: none; }*/

#header h1 a {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	font-size: 36px;
	letter-spacing: 2px;
}
#header .description {
	color: #2978ae;
	font-weight: bold;
	margin-top: 3px;
}

/* --------------------------------------- */
#header .fixed-width {
	width: 100%;
	max-width: 950px;
	padding: 25px 15px;
	margin: 0 auto;
	box-sizing: border-box;
}

/* Wrapper */
#wrapper {
	width: 100%;
	max-width: 950px;
	padding: 10px 15px 0;
	margin: 0 auto;
	box-sizing: border-box;
}

/* Content */
.content {
	width: 58%; /* IE8以下とAndroid4.3以下用フォールバック */
	width: -webkit-calc(100% - 300px);
	width: calc(100% - 300px);
	box-sizing: border-box;
	padding-right: 20px;
	float: left;
	display: block;
	border-right: 1px dashed #ccc;
	overflow: hidden;
}
.pagetitle {
	border-bottom: 1px solid #ddd;
	margin-top: 20px;
	padding-bottom: 10px;
}
.content img { 
	width: auto;
	max-width: 600px;
	max-height: 240px;
	margin: 0 20px 5px 0;
}
h2 {
	font-weight: normal;
	color: #02243C;
	font-size: 28px;
	margin-top:12px;
	margin-bottom: 20px;
}
h2 a {
	text-decoration: none;
	color: #02243C;
}
h2 small { 
	font-size: 10px;
	color: #FF7100;
	white-space: nowrap;
}
.content h4 {
	font-size: 18px;
	color: #02243C;
}
.content h4 small {
	font-size: 10px;
}
h4 {
	font-size: 17px;
	font-weight: bold;
	border-left: 10px solid #06C;
	padding-left: 10px;
	margin-top: 25px;
	margin-bottom: 25px;
	letter-spacing: 2px;
}
.content p {
	margin: 10px 0 10px 0;
	line-height: 1.5;
	font-size: 15px;

}
p small {
	color: #999;
}
blockquote {
	color: #999;
	margin: 5px 0 5px 10px;
}
code {
	font-family: "Courier New", Courier, monospace;
}
pre { 
	padding: 5px;
	background: #f8f8f8;
	font-size: 12px;
	line-height: 1em;
	overflow: scroll;
}

/* Fieldsets */
fieldset {
	padding: 15px;
	margin-bottom: 35px;
	border: 0;
	border-bottom: 1px solid #ccc;
	background: #f8f8f8;
}
legend {
	display: none;
}

/* Comment Form */
.input {
	padding: 4px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 8px;
	width: 240px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.textarea {
	padding: 4px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 500px;
	height: 150px;
}
.submit {
	padding: 2px;
}
.content label {
	margin-bottom: 3px;
}

/* Comments */
.comments {
	margin: 0 0 35px 0;
	list-style: none;
}
.comments .children {
	list-style: none;
}
.comments .avatar {
	padding: 4px;
	margin: 2px 10px 0 0;
	border: 1px solid #ccc;
	float: left;
	background: #fff;
	width: 32px;
	height: 32px;
}
.comments .comment-author cite {
	font-style: normal;
	line-height: 1.8em;
}
.comments .comment-author .says {
	display: none;
}
.comments .comment-meta {
	font-size: 0.8em;
	margin-top: 6px;
}
.comments .comment-meta a {
	color: #999;
	text-decoration: none;
}
.comments .data {
	margin: 0;
}
*+html .comments .data { /* IE7 love */
	display: inline;
	margin: 0;
}
*html .comments .data { /* IE6 love */
	display: inline;
	margin: 0;
}
.comments li {
	padding: 10px;
	margin: 0;
	background: #f8f8f8;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.comments li.alt {
	background: #fff;
}
.comments small.approve {
	color: #960000;
} /* doesn't work now :( */
.comments .reply {
	position: absolute;
	top: 1px;
	right: 0;
	z-index: 99;
}
.comments .reply a {
	background: url(images/reply.gif) left top no-repeat;
	width: 10px;
	height: 10px;
	padding: 10px;
	display: block;
	text-indent: -9999px;
	outline: none; /* remove bad outline */
}
.comments .reply a:hover {
	background: url(images/reply.gif) right top no-repeat;
}

/* Cancel Reply Link */
.cancel-comment-reply {
	margin: 8px 0;
}
.cancel-comment-reply a {
	padding-left: 11px;
	text-decoration: none;
	background: url(images/cancel.gif) 0 2px no-repeat;
	font-weight: bold;
}
.cancel-comment-reply a:hover {
	color: #960000;
	background: url(images/cancel.gif) 0 -10px no-repeat;
}

/* Post */
.post {
	position: relative;
}
.postdata {
	padding: 5px 10px;
	margin-bottom: 35px;
	margin-top: 10px;
	color: #333;
	font-size: 10px;
	background: #f8f8f8;
	border-bottom: 1px solid #ccc;
}
.postdata a {
	text-decoration: none;
}
.comments-nr {
	color: #e6e6e6;
	font-size: 36px;
	position: absolute;
	bottom: 0px;
	right: 2px;
}
*+html .comments-nr {
	bottom: 35px;
} /* IE7 love */
*html .comments-nr {
	bottom: 35px;
} /* IE6 love */
.comments-nr a {
	color: #e6e6e6;
	text-decoration: none;
}
.comments-nr span {
	display: none;
}

/* Sidebar */
.sidebar {
	width: 300px;
	padding-left: 20px;
	box-sizing: border-box;
	float: right;
}
.sidebar h2 {
	padding: 9px 0 0;
	margin: 26px 0 16px;
	border-top: 1px dashed #ccc;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
.sidebar h2:first-child {
	border: none;
	margin-top: 12px;
}
.sidebar p {
	margin-bottom: 7px;
}
.sidebar ul {
	list-style: circle;
}
.sidebar li {
	margin: 0 0 8px 14px;
	padding: 0;
}
.input_search {
	padding: 4px 4px 4px 22px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 172px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999;
	background: url(images/search-16.png) 3px 3px no-repeat;
}

/* Recent Comments [Plugin] */
.sidebar .recent-comments {
	list-style: none;
}
.sidebar .recent-comments li {
	margin: 0 0 8px 0;
}

/* flickrRSS Photostream [Plugin] */
.photostream { 
	list-style: none;
	line-height: 26px;
}
.photostream li {
	margin: 0 10px 0 0;
	display: inline;
}
.photostream img {
	border: 0;
}

/* Breadcrumb Navigation [Plugin] */
.breadcrumb {
	margin-bottom: 8px;
	color: #999;
}
.breadcrumb a {
	text-decoration: none;
}

/* Archives */
.tag_cloud a {
	text-decoration: none;
}
.archives span {
	color: #999;
	margin-right: 5px;
}
.archives { 
	list-style: none;
	margin: 14px 0;
}
.archives li {
	margin: 0 0 0 0;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
}

/* dd & dt */
dt {
	margin: 0 5px 0 0;
	width: 100px;
	float: left; 
	font-weight: bold;
	color: #666;
}
dd { 
	margin: 0 0 5px 105px;
	display: block;
}

/* Navigation */
.navigation a {
	text-decoration: none;
}
.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;
}

/* Edit Post */
.edit a {
	padding-left: 12px;
	background: url(images/edit.gif) 0 4px no-repeat;
	color: #ccc;
	text-decoration: none;
}
.edit a:hover {
	color: #333;
	background: url(images/edit.gif) 0 -8px no-repeat;
}

/* Footer Section */
#footer {
	width: 100%;
	margin: 10px auto 10px;
	font-size: 0.85em;
	clear: both;
}
#footer .border {
	height: 6px;
	border-top: 3px solid #528EBB;
	background: #5EA4D7;
}
#footer p {
	margin: 10px 0;
	color: #999;
	text-align: center;
}
#footer a {
	text-decoration: none;
}

/* Hide wpstats [Plugin] */
img#wpstats { 
	width: 0px;
	height: 0px;
	overflow: hidden;
}

/* WP.org wants all this crap: */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

@media all and (max-width: 767px) {
	html {
		-webkit-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
	}
	#header .fixed-width {
		padding: 15px;
	}
	#header h1 a {
		font-size: 28px;
	}
	#header .description {
		font-size: 12px;
		margin-top: 0;
	}
	.content {
		border-right: none;
		padding-right: 0;
		width: 100%;
	}
	.pagetitle {
		margin-top: 10px;
	}
	.content p {
		font-size: 14px;
	}
	.content img {
		max-width: 45%;
		max-height: 180px;
	}
	h2 {
		font-size: 22px;
	}
	.sidebar {
		border-top: 1px dashed #ccc;
		margin-top: 30px;
		padding-left: 0;
		width: 100%;
	}
	#twitter-widget-0 {
		height: 350px !important;
	}
}
