@import url(https://fonts.googleapis.com/css?family=Work+Sans:400,200,300,600);

body {
	font-family:'Work Sans', Meiryo, sans-serif;
  color: #777777;
	font-weight:300;
	font-size:16px;
	line-height:1.4em;
}

/* Common Elements */
a,
#component_buddyblogs_showall,
#component_buddies_showall,
.pagination > li > a{
    color: #0a927d;
    text-decoration:none;
}
a:hover,
#component_buddyblogs_showall:hover,
#component_buddies_showall:hover,
.pagination > li > a:hover{
	color: #0a927d;
  text-decoration:underline;
}
#component_buddyblogs_showall:hover,
#component_buddies_showall:hover {
	text-decoration:none;
}
a:focus { text-decoration: none; }

.post-header h2 {
	padding: 5px 0 0 0;
	margin-top:0;
	border-top:#d3dad9 1px solid;
	font-weight:200;
}
.post-header h2 a {
	color:#3a5f59;
}
.post-header h2 a:hover {
	color:#a9a9a9;
	text-decoration:none;
}
.progress-bar {
  background-color: #cdd1d1;
	box-shadow:none;
}
.component_poll_result_count {
	color:#fff;
}

.notices li, #component_introduction_buddy_status span {
	border-radius:5px;
	background-color:#7ec0b6;
	color:#fff;
	padding:8px 10px;
}

.notices li {
	border-radius:0;
	font-weight:600;
}

div#component_comment_reply .notices li {
	margin:0;
	width:100%;
}

#component_introduction_buddy_status span {
	border-radius:5px;
	background-color:#ddebe9;
	color:#999;
	padding:8px 10px;
}

.sidebar-container h3 {
	margin-bottom:15px;
	color: #3a5f59;
	font-size: 1.5em;
	text-transform: uppercase;
	padding: 10px 0;
	text-align:center;
	font-weight:300;
	border-top:#d3dad9 1px solid;
}

.component_buddies_buddy {
	font-size:0.8em;
}


#component_introduction_statement {
	font-size:1em;
	line-height:1.2em;
}

.btn, .btn-default {
	display:block;
	color:#0a927d;
	padding:5px 20px;
	background:transparent;
	margin-top:10px;
	border:0;
	border-radius:5px;
	border:#0a927d 1px solid;
}

.btn:hover, .btn:focus, .btn:active,
.btn-default:hover, .btn-default:focus, .btn-default:active {
	color:#0a927d;
	background:url(images/bt_hover.png) top left repeat-x;
	border:#0a927d 1px solid;
}

.post_poll {
	margin-left:0;
	padding:5px 0 10px 10px;
	border-left:#b5dbd5 5px solid;
}
.poll-label, .component_poll_result_answer	{
}

.calendar_button, 
.calendar_button:hover {
	color:#0a927d;
}
#component_calendar_container a {
	font-weight:normal;
}

#component_calendar th {
	color:#333333;
}

#component_calendar td a {
	text-decoration:underline;
}
#component_calendar td a:hover {
	text-decoration:none;
	color:#a7b8b5;
}
.component_calendar_today {
	color:#333333;
	font-weight:600;
}

#component_calendar_container table tr {
	border-top:1px solid #ddd;
	background:#f9f9f9;
}

#component_calendar_container table tr:nth-child(even) {
	background:#ffffff;
}

#component_search_data .btn {
	margin:0 auto;
}
.component_categories_category, .component_history_item {
	border-bottom: none;
}

#component_categories a, 
#component_history a {
}

#component_categories a:hover,
#component_history a:hover {
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
	background:transparent;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	border:0;
}
.component_poll_question {
	font-size:1.3em;
	color:#0a5792;
}
.component_latestcomments_comment {
	text-align:left;
	border:0;
}
.component_latestcomments_comment .author a {
	text-decoration:none;
}
.component_latestcomments_comment .author a:hover {
	text-decoration:underline;
}

.component_latestcomments_comment .content {
	background:transparent;
	font-weight:400;
}

.component_latestcomments_comment {
	border-top:1px dotted #d3dad9;
	padding:10px 0 0 0;
}
.component_latestcomments_comment:first-child {
	border:0;
	padding-top:0;
}

#menu > div {
    margin: 0px 0px 2.5em;
}

.component_latestcomments_comment .author, .component_latestcomments_comment .date {
	font-size:0.8em;
	line-height:1.4em;
}

#comments .comment_info {
	font-size:.85em;
	line-height:1.3;
	color:#777777;
}
#comments .comment_info a {
	text-decoration:underline;
	font-weight:bold;
}
#comments .comment_info a:hover {
	text-decoration:none;
	color:#999999;
}

#component_reply_position, .component_reply_explain, #component_reply_image, #component_comment_marker {
	font-size:0.9em;
}
.component_reply_explain, #component_reply_image, #component_comment_marker {
	font-style:italic;
}

#tweet {
	padding-top:0;
}
#tweet a{
	top:-24px;
}

#history_button_older {
	text-indent:-9999px;
	width:40px;
	height:40px;
	background:url(images/old.png) center no-repeat;
	background-size: 25px 25px;
}
#history_button_newer {
	text-indent:-9999px;
	width:40px;
	height:40px;
	background:url(images/new.png) center no-repeat;
	background-size: 25px 25px;
}

#history_button_older:hover, #history_button_newer:hover {
	opacity:0.5;
	filter: alpha(opacity=50);
}

#history_nav a {
	font-size:1em;
}

.fb_like_button {
	line-height:1em;
}

/* Custom Styles */
#component_freespace_data {
	margin:1em 0;
}

.freespace {
    margin: 0 0 1.3em 0;
    background-color:#d7eae7;
}

div.freespace div.col-sm-12 {
	min-height:0;
}

ul.notices {
	padding:0 0 1em 0;
}
#buddyblogs {
	font-size:0.9em;
	margin-bottom:20px;
	border-top:#afcec9 1px dotted;
	background:#FFF;
}
#buddyblogs a { font-weight:400; }
#buddyblogs a:hover {
	text-decoration:underline;
}

#post_component_thread,
.component_comment {
  background: #fff;
  color:#777777;
	border-top:#d3dad9 3px solid;
	border-right:none;
	border-bottom:none;
}
#post_component_thread {
	margin-bottom:25px;
}

#buddyblogs h2, #post_component_thread h2 {
  color: #525252;
	font-weight:400;
	font-size:1.1em;
}
#post_component_thread li:before {
	content: '\f138';
	font-family: 'FontAwesome';
	color:#999999;
}

.blog-header {
	text-align:center;
  padding:2em 1em 2em 1em;
	margin:0 auto 2em auto;
	border-bottom:#d3dad9 3px double;
}
.blog-header h1 {
    font-size: 2.4em;
    padding: 0 0 0.1em;
}

.blog-header h1 a {
	color:#0a927d;
	font-weight:200;
}
	
.blog-header h1 a:hover {
	color:#999999;
	text-decoration:none;
}

.blog-header address {
	font-size:1.1em;
	color:#929292;
	font-weight:300;
}

.blog-header h1, .post-header h2 {
	line-height:1.2em;
}

.buddy-posts,
.blog-thread {
    background: #eff5fc;
    border-right: 1px solid #e5eef9;
    border-bottom: 1px solid #e5eef9;
}
.buddy-posts h4,
.blog-thread h4,
.sidebar h3 {
    color: #475d8f;
}
.sidebar-container .progress {
	background-color:#f5f5f5;
}
.posts article.comment {
    background: #eff5fc;
}
.posts .comment:nth-child(2n){
    background: #E8EFF7;
}
#comments hr {
	border:none;
	margin:5px 0;
}
.blog-footer, #component_paginator_pageIndex {
}

.blog-footer {
	margin-top:15px;
	padding:1.5em 0 2.5em 0;
	border-top:#d3dad9 3px double;
}

.pagination-footer {
    margin:1.5em auto;
}

#component_paginator_pageIndex {	
	padding:0;
	font-size:1em;
	font-weight:600;
}
.notifications .col-xs-12 {
    padding: 0;
}

#component_buddies_showall,
#component_introduction .btn, 
#component_introduction_buddy_status .btn {
	color:#0a927d;
	text-transform:capitalize;
	border:1px solid #0a927d;
	text-shadow:none;
	padding:8px 10px;
	margin-top:15px;
	border-radius:5px;
}

#component_buddies_showall:before,
#component_introduction .btn:before, #component_buddies_showall:before {
	font-family:'FontAwesome';
	content: "\f003";
	margin-right:8px;
	font-size:1.2em;
}
#component_introduction_buddy_status .btn:before {
	content: "\f118";
}

#component_buddies_showall:before {
	content: "\f055";
}

#component_buddies_showall:hover,
#component_introduction .btn:hover, 
#component_introduction_buddy_status .btn:hover {
	background:url(images/bt_hover.png) top left repeat-x;
}

.post-date-month, .post-date-day {
	font-weight:400;
	color:#333333;
}

.btn-primary:hover,
.open > .dropdown-toggle.btn-primary {
}

.contact-form .btn-primary:active {
	background:url(images/bt_hover.png) top left repeat-x;
	border:#0a927d 1px solid;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
  color: #0a927d;
  border:0;
}

li.indent_level_1,
li.indent_level_2,
li.indent_level_3,
li.indent_level_4,
li.indent_level_5,
li.indent_level_6,
li.indent_level_7 {
	width:100%;
}

div.indent_level_1,
div.indent_level_2,
div.indent_level_3,
div.indent_level_4,
div.indent_level_5,
div.indent_level_6,
div.indent_level_7 {
	margin-top:-1em;
	width:100%;
	border:none;
}

.indent_level_1 .component_comment_userInfo,
.indent_level_2 .component_comment_userInfo, 
.indent_level_3 .component_comment_userInfo, 
.indent_level_4 .component_comment_userInfo, 
.indent_level_5 .component_comment_userInfo, 
.indent_level_6 .component_comment_userInfo, 
.indent_level_7 .component_comment_userInfo  {
	border-top:1px solid #d3dad9;
	padding-top:15px;
}
.indent_level_0 {
    padding-left: 0;
}
.indent_level_1 {
    padding-left: 5%;
}

.indent_level_2 {
    padding-left: 10%;
}

.indent_level_3 {
    padding-left: 15%;
}

.indent_level_4 {
    padding-left: 20%;
}

.indent_level_5, .indent_level_6, .indent_level_7 {
	width:100%;
	padding-left:25%;
}

.form-control {
	background:#eef7f6;
	border:#d3dad9 1px solid;
	box-shadow:none;
	color:#777777;
}
.form-control:focus {
	background:#ffffff;
	border:#d3dad9 1px solid;
	box-shadow:none;
}

#component_comment_reply {
  border-left: 5px solid #b5dbd5;
	padding-bottom:10px;
	margin-top:0;
	margin-bottom:25px;
}

.component_comment_userInfo img {
	margin-bottom:10px;
	clear:both;
}

.component_comment_content pre {
	color:#777777;
	margin-top:-10px;
	font-size:0.95em;
}

.pagination > li > a {
	border:0;
	background:transparent;
	font-family:Arial, Meiryo, sans-serif;
}
.pagination > .active > a, .pagination > .active > span, 
.pagination > .active > a:hover, .pagination > .active > span:hover, 
.pagination > .active > a:focus, .pagination > .active > span:focus,
.pagination > li > a:hover, .pagination > li > a:active, .pagination > li > a:focus {
	background:transparent;
	color:#0a927d;
	font-weight:700;
}
.pagination > .disabled > span, 
.pagination > .disabled > span:hover, 
.pagination > .disabled > span:focus, 
.pagination > .disabled > a, 
.pagination > .disabled > a:hover, 
.pagination > .disabled > a:focus {
	background:none;
}
.post_footer, .post-header li {
	border:0;
}
.post_footer li {
	margin:0 5px 0 0;
	font-size:0.8em;
	font-weight:400;
}

.post-text {
	font-size:0.9em!important;
}

#component_comment_delete {
	border: #0a927d 1px solid;
	padding:1em;
	margin-bottom:2em;
}

#component_comment_delete blockquote {
	border-left:0;
	color:#323232;
	background:#d3dad9;
}

#component_comment_delete .btn {
	display:inline-block;
}

div.post_options a:hover {
	text-decoration:none;
}

main.posts:after {
	content: "";
	display:block;
	clear:both;
}

.comment_disabled {
	background-color:#7EC0B6;
	color:#FFF;
	font-weight:600;
	padding-top:10px!important;
}

.component_comment .wow_buttons {
	line-height:1em;
	margin-top:10px;
}

@media only screen and (max-width:992px) {
	.notices li {
	margin:0 auto 0 15px;
	width:98%;
	}
}

@media only screen and (max-width:375px) {
	.post-header h2 {
    background:none;
    padding: 14px 0px 0px 0px;
	}
}

@media only screen and (max-width:767px) {
	.table-responsive {
    border:0;
	}
	.blog-header {
		margin:0 auto 0.5em auto;
	}
	.freespace {
    margin: 1.2em auto;
	}
	.notices li {
	margin:0;
	width:100%;
	}
}
@media only screen and (max-width:543px) {
	#component_buddies_data .component_buddies_row {
	width:100%;
	}
}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) {
	.blog-header h1 { font-size: 2.5em; }
	.post-header h2 { font-size: 2em; }
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) { 
	.blog-header h1 { font-size: 2.5em; }
	.post-header h2 { font-size: 2em; }
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
	.blog-header h1 { font-size: 2.5em; }
	.post-header h2 { font-size: 2em; }
	}

@media screen and (-webkit-min-device-pixel-ratio:0)
{ 
	/* Chrome hack - chrome can't display font-weight less than 300 */
	.post-header h2 { font-weight:300; }
	.blog-header h1 a { font-weight:300; }
}
