	@charset "UTF-8";

/* CONTENT						##################################### */

div#primary {
	float: left;
	margin-top: 42px;
	width: 715px;
}
	div#primary div#content-inner {
	}
		div#primary div#content-inner .post {
			position: relative;
			margin-bottom: 5px;
			padding: 30px;
			background: #000000;
			/* radius */
			border-radius: 5px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
		}
			div#primary div#content-inner .post header.entry-header {
				position: absolute;
				top: 30px; left: 295px;
				width: 390px;
			}
				div#primary div#content-inner article header.entry-header h2.entry-title {
				}
					div#primary div#content-inner article header.entry-header h2.entry-title a {
						font-size: 123.1%;
						color: #b8d31b;
						/* transition */
						-webkit-transition: all 0.3s ease;
						-moz-transition: all 0.3s ease;
					}
					div#primary div#content-inner article header.entry-header h2.entry-title a:hover {
						color: #f0fcad;
					}
				div#primary div#content-inner article header.entry-meta div.entry-meta {		
				}
					div#primary div#content-inner article header.entry-header div.entry-meta a,
					div#primary div#content-inner article header.entry-header div.entry-meta span {
						font-size: 93%;
					}	
			div#primary div#content-inner article div.entry-summary {
				height: 160px;
				overflow: hidden;
			}
				div#primary div#content-inner article div.entry-summary a {
					display: block;
					float: left;
					width: 240px; height: 160px;
					overflow: hidden;
					/* transition */
					-webkit-transition: all 0.3s ease;
					-moz-transition: all 0.3s ease;
				}
				div#primary div#content-inner article div.entry-summary a:hover {
					/* opacity */
					opacity: 0.7;
					filter: alpha(opacity=70);
					-moz-opacity: 0.7;
					-ms-filter: "alpha(opacity=70)";
				}
				div#primary div#content-inner article div.entry-summary p {
					float: right;
					padding-top: 90px;
					width: 390px; height: 70px;
					font-size: 93%;
				}
					div#primary div#content-inner article div.entry-summary p a {
						display: inline;		
						float: none;
						width: 0; height: 0;
					}
		body.single div#primary div#content-inner nav#nav-single {
			font-size: 93%;
			text-align: center;
		}
			body.single div#primary div#content-inner nav#nav-single a {
				color: #b8d31b;
			}
		body.single div#primary div#content-inner article {
			margin-top: 30px;
			margin-bottom: 0;
			padding: 0;
			background: none;
			/* radius */
			border-radius: 0;
			-webkit-border-radius: 0;
			-moz-border-radius: 0;
		}
			body.single div#primary div#content-inner article header.entry-header {
				position: static;
				top: 0; left: 0;
				margin-bottom: 25px;
				width: auto;
			}
				body.single div#primary div#content-inner article header.entry-header h2.entry-title {
					font-size: 131%;
					color: #b8d31b;
				}
				body.single div#primary div#content-inner article header.entry-meta div.entry-meta {		
				}
					body.single div#primary div#content-inner article header.entry-header div.entry-meta a,
					body.single div#primary div#content-inner article header.entry-header div.entry-meta span {
					}	
			body.single div#primary div#content-inner article div.entry-summary {
				height: auto;
				overflow: visible;
			}
				body.single div#primary div#content-inner article div.entry-summary a {
					display: inline;
					float: none;
					width: auto; height: auto;
					overflow: visible;
				}
				body.single div#primary div#content-inner article div.entry-summary p {
					float: none;
					padding-top: 0;
					width: auto; height: auto;
					font-size: 100%;
				}
					body.single div#primary div#content-inner article div.entry-summary p a {
						display: inline;
						float: none;
						width: 0; height: 0;
					}
			body.single div#primary div#content-inner article div.entry-content {
				margin-bottom: 50px;
				width: 599px;
				overflow: hidden;
			}
				body.single div#primary div#content-inner article div.entry-content p,
				body.single div#primary div#content-inner article div.entry-content img,
				body.single div#primary div#content-inner article div.entry-content object {
					margin-bottom: 2em;
				}
				body.single div#primary div#content-inner article div.entry-content a {
					color: #b8d31b;
				}
		body.single div#primary div#content-inner h3.comment-header {
			margin-bottom: 15px;
			font-size: 116%;
			font-weight: bold;
		}
		body.single div#primary div#content-inner ol.comment-list {
		}
			body.single div#primary div#content-inner ol.comment-list li {
				margin-bottom: 20px;
				font-size: 93%;
			}
				body.single div#primary div#content-inner ol.comment-list li div.name-date {
					padding-left: 5px;
					border-left: 3px solid #ffffff;
				}
				body.single div#primary div#content-inner ol.comment-list li div.content {
					padding-left: 25px;
				}
			body.single div#primary div#content-inner form table tr td {
				padding: 5px 0;
			}
	body.single div#primary div#content-inner {
		margin-bottom: 5px;
		padding: 58px;
		background: #000000;
		/* radius */
		border-radius: 5px;
		-webkit-border-radius: 5px;	
		-moz-border-radius: 5px;
	}
		div#comments {
		}
		div#primary div#content-inner header.page-header {
			margin-bottom: 5px;
			padding: 20px;
			background: #000000;
			font-size: 138.5%;
			text-align: center;
			/* radius */
			border-radius: 5px;
			-webkit-border-radius: 5px;	
			-moz-border-radius: 5px;
		}
		div#primary div#content-inner nav#nav-below {
			margin-bottom: 5px;
			padding: 20px;
			background: #000000;
			font-size: 93%;
			text-align: center;
			/* radius */
			border-radius: 5px;
			-webkit-border-radius: 5px;	
			-moz-border-radius: 5px;
		}
			div#primary div#content-inner nav#nav-below a {
				color: #b8d31b;	
			}
div#secondary {
	float: right;
	margin-top: 42px;
	padding: 38px;
	width: 204px;
	background: #000000;
	/* radius */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
	div#secondary aside.widget {
		margin-bottom: 60px;
	}
		div#secondary aside.widget h3 {
			margin-bottom: 25px;
			height: 12px;
			font-weight: bold;
			color: #b8d31b;
			text-indent: -9999px;
			background-repeat: no-repeat;
			background-position: 0 0;
		}
	aside#text-2 {
	}
	aside#calendar-2 {
	}
		aside#calendar-2 caption {
			text-align: center;
		}
		aside#calendar-2 td#next {
			text-align: right;
		}
		aside#calendar-2 thead th,
		aside#calendar-2 tbody td {
			text-align: center;
		}
		aside#calendar-2 tbody td a {
			color: #b8d31b;
		}
		aside#calendar-2 tfoot td {
			padding-top: 10px;
		}
	aside#search-2 {
	}
		aside#search-2 label {
			display: none;
		}
	aside#categories-2 {
	}
		aside#categories-2 li {
			padding-left: 10px;
			background: url(/blog/ryothesky/wp-content/themes/twentyeleven/images/icon_01.gif) left 10px no-repeat;
			font-size: 123.1%;
		}
	aside#ctc-3 {
	}
	aside#text-3 {
		text-align: center;
	}
	aside#recent-posts-2 {
	}
		aside#recent-posts-2 li {
			margin-bottom: 1em;
			padding-left: 10px;
			background: url(/blog/ryothesky/wp-content/themes/twentyeleven/images/icon_01.gif) left 8px no-repeat;
			font-size: 93%;
		}
	aside#text-4 {
	}
		aside#calendar-2 h3.widget-title {
			background: url(/blog/ryothesky/wp-content/themes/twentyeleven/images/h3_widget_calendar.gif);
		}
		aside#search-2 h3.widget-title {
			background: url(/blog/ryothesky/wp-content/themes/twentyeleven/images/h3_widget_search.gif);
		}
		aside#categories-2 h3.widget-title {
			background: url(/blog/ryothesky/wp-content/themes/twentyeleven/images/h3_widget_category.gif);
		}
		aside#ctc-3 h3.widget-title {
			background: url(/blog/ryothesky/wp-content/themes/twentyeleven/images/h3_widget_tag.gif);
		}
		aside#text-3 h3.widget-title {
			background: url(/blog/ryothesky/wp-content/themes/twentyeleven/images/h3_widget_qr.gif);
		}
		aside#recent-posts-2 h3.widget-title {
			background: url(/blog/ryothesky/wp-content/themes/twentyeleven/images/h3_widget_recent.gif);
		}


