/*
Theme: Cronor Systems SandBox Skin
Theme URI: http://cronor-systems.com/
Description: 自サイト用Sandbox Skin
Author: cronor
Author URI: http://cronor-systems.com/
Version: 0.2
Template: sandbox
*/

@import url('../sandbox/examples/2c-r.css');

div#container.full-width {
	margin: 0;
}
div#container.full-width div#content {
	margin: 0;
}

/* Just some example content */
div.skip-link {
	display: none;
}

.entry-title,  .entry-meta {
	clear:both;
}

div#container,  div#primary {
	margin-top:2em;
}

form#commentform .form-label {
	margin:1em 0 0;
}

form#commentform span.required {
	background:#fff;
	color:#c30;
}

form#commentform,  form#commentform p {
	padding:0;
}

input#author,  input#email,  input#url,  textarea#comment {
	padding:0.2em;
}

div.comments ol li {
	margin:0 0 3.5em;
}

textarea#comment {
	height:13em;
	margin:0 0 0.5em;
	overflow:auto;
	width:66%;
}

.alignright,  img.alignright{
	float:right;
	margin:1em 0 0 1em;
}

.alignleft,  img.alignleft{
	float:left;
	margin:1em 1em 0 0;
}

.aligncenter,  img.aligncenter{
	display:block;
	margin:1em auto;
	text-align:center;
}

div.gallery {
	clear:both;
	height:180px;
	margin:1em 0;
	width:100%;
}

p.wp-caption-text{
	font-style:italic;
}

div.gallery dl{
	margin:1em auto;
	overflow:hidden;
	text-align:center;
}

div.gallery dl.gallery-columns-1 {
	width:100%;
}

div.gallery dl.gallery-columns-2 {
	width:49%;
}

div.gallery dl.gallery-columns-3 {
	width:33%;
}

div.gallery dl.gallery-columns-4 {
	width:24%;
}

div.gallery dl.gallery-columns-5 {
	width:19%;
}

div#nav-above {
	margin-bottom:1em;
	display: none;
}

div#nav-below {
	margin-top:1em;
	display: none;
}

div#nav-images {
	height:150px;
	margin:1em 0;
}

div.navigation {
	height:1.25em;
}

div.navigation div.nav-next {
	float:right;
	text-align:right;
}

div.sidebar h3 {
	font-size:1.2em;
}

div.sidebar input#s {
	width:7em;
}

div.sidebar li {
	list-style:none;
	margin:0 0 2em;
}

div.sidebar li form {
	margin:0.2em 0 0;
	padding:0;
}

div.sidebar ul ul {
	margin:0 0 0 1em;
}

div.sidebar ul ul li {
	list-style:disc;
	margin:0;
}

div.sidebar ul ul ul {
	margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
	list-style:circle;
}

div.gallery dl,  div.navigation div.nav-previous {
	float:left;
}

div#header {
	text-align: center;
}
div#footer {
	text-align:right;
	font-size: 70%;
	color: #666;
}

input#author,  input#email,  input#url,  div.navigation div {
	width:50%;
}

div.gallery *, div.sidebar div, div.sidebar h3, div.sidebar ul {
	margin:0;
	padding:0;
}

/* HEADER DECORATIONS */
div#header {
	background: url(banner.jpg) no-repeat scroll 50% 0;
	overflow: hidden;
	height: 200px;
	/*
	width: 780px;
	*/
}
div#header h1#blog-title a {
	color: #33f;
	text-decoration: none;
}
div#header h1#blog-title a:hover {
	text-decoration: underline;
}

/* PAGE NAVIGATION MENU DECORATIONS */
div#menu {
	height:1.5em;
	margin:1em 0 0 0;
	width:100%;
}

div#breadcrumbs {
	font-size: 70%;
	padding: 0px 5px 3px 5px;
	border-bottom: 1px solid #666;
	color: #666;
	background-color: #eee;
}

div.sidebar {
	font-size: 80%;
}

div.sidebar ul ul li {
	border-bottom: 1px dotted black;
}

div.sidebar ul ul li a {
	display: block;
	text-decoration: none;
}

a:hover {
	color: #000;
	background-color: #9cf;
}

div.hentry {
	overflow: hidden;
	padding: 0;
}
div.entry-content {
	padding: 10px;
}

div.hentry pre {
	overflow: scroll;
	background-color: #eee;
	margin: 1em auto;
	padding: 3px;
	border: 1px solid black;
}

body {
	font-family: Verdana, Arial, sans-serif;
}

div.post {
	margin: 5px 0 30px 5px;
	border: 2px solid #6ab0fd;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
}

div.hentry h1,
div.hentry h2,
div.hentry h3,
div.hentry h4,
div.hentry h5,
div.hentry h6{
	color: #930;
	border-left: 10px solid #36f;
	border-bottom: 1px solid #36f;
	padding-left: 5px;
}
div.hentry h2.entry-title {
	color: #360;
	margin: 0 10px;
	border: 0;	/* erase border */
}

div.hentry div.entry-date {
	color: #666;
	font-size: 80%;
	margin: 3px 10px 2em 10px;
}

div.post div.entry-meta {
	color: #666;
	font-size: 70%;
	margin: 10px 0 0 0;
	padding: 5px 20px;
	background-color: #ebf7ff;
	border-top: 1px solid #8cd1fd;

	/* bottom radius */
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
}

div.hentry p {
	text-indent: 1em;
}

div.hentry blockquote {
	border: 2px solid gray;
	border-left: 5px solid gray;
	text-indent: 0;
	padding: 3px;
	background-color: #ff9;
	margin: 1em auto;
}
div.hentry blockquote p {
	text-indent: 0;
}
div.hentry blockquote blockquote {
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	margin: 0;
}

div.hentry div.relation-navi {
	margin: 2em auto;
	border-top: 1px solid #333;
	font-size: 80%;
}
div.hentry div.relation-navi span {
	color: #666;
	margin-left: 10px;
}

