@import url('https://fonts.googleapis.com/css?family=Architects+Daughter|Lato:400,700');

body {
	font-family:'Lato', Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
  background: url('images/bg.jpg') top left repeat #fbede7;
  color: #3a2d1c;
	font-size: 14px;
}

.col-md-3 {
  background-color:#fff7f3;
  padding: 0 1em;
	width: 278px;
}

.posts {
  background-color:#fff7f3;
  padding: 0.2em 1em;
}


/* Common Elements */
a,
#component_buddyblogs_showall,
#component_buddies_showall,
.pagination > li > a{
	color: #764ba3;
	text-decoration:none;
	transition: color ease-in-out .15s, text-decoration ease-in-out .15s;
}
a:hover, a:focus,
#component_buddyblogs_showall:hover,
#component_buddies_showall:hover,
.pagination > li > a:hover{
	color: #d28e72;
  text-decoration:underline;
}
#component_buddyblogs_showall:hover,
#component_buddies_showall:hover {
	text-decoration:none;
}

.progress {
	background-color:#ffffff;
	box-shadow:none;
}
.progress-bar {
  background-color: #e8bfcd;
	box-shadow:none;
}
.component_poll_result_count {
	color:#fff;
}

.notices li, #component_introduction_buddy_status span {
	background-color:#9aac62;
	color:#fff;
	padding:8px 10px;
}

.notices li {
	margin:0 auto 1em auto;
	border-radius:0;
}

div#component_comment_reply .notices li {
	margin:0;
	width:100%;
}

#component_introduction_buddy_status span {
	border-radius:50px;
	background-color:#b5a08d;
	color:#fff;
	padding:8px 10px;
}

.sidebar-container h3 {
	font-family:'Architects Daughter', Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
	margin-bottom:15px;
	color: #3a2d1c;
	font-size:1.7em;
	padding: 10px 0 0 40px;
	background:url('images/sidebar_title.png') no-repeat top left;
	text-align:left;
	min-height: 37px;
}

#component_buddies_buddy {
	font-size:.95em;
}

#component_introduction_statement {
	line-height:1.4;
}

.btn, .btn-default {
	display:block;
	color:#764ba3;
	padding:5px 20px;
	margin-top:10px;
	border-radius:50px;
	background-color:transparent;
	border: #764ba3 1px solid;
	font-weight: 700;
	transition: background ease-in-out .1s;
}

.btn:hover, .btn:focus, .btn:active,
.btn-default:hover, .btn-default:focus, .btn-default:active {
	color:#fff;
	background: #764ba3;
	border: #764ba3 1px solid;
}

.post_poll {
	margin-left:0;
	padding-left:10px;
	border-left:#f9e9e3 5px solid;
}

.calendar_button {
	color:#764ba3;
	transition: color ease-in-out .15s, text-decoration ease-in-out .15s;
}
.calendar_button:hover {
	color: #d28e72;
  text-decoration:underline;
}
#component_calendar_container a {
	font-weight:normal;
}

#component_calendar th {
	color:#593314;
}

#component_calendar td a {
	text-decoration:underline;
}
#component_calendar td a:hover {
	text-decoration:none;
	color:#d28e72;
}
.component_calendar_today {
	color:#56417f;
	font-weight:700;
}

#component_calendar_container table tr {
	background:#f2e7e3;
}

#component_calendar_container table tr:nth-child(even) {
	background:#fdf8f1;
}

#component_search_data .btn {
	margin:0 auto;
}
.component_categories_category, .component_history_item {
	border-bottom: 1px dotted #cec8ae;
}


.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-family:'Architects Daughter', Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
	font-size:1.4em;
	color:#8d5407;
}
.component_latestcomments_comment {
	text-align:left;
	border:0;
}
.component_latestcomments_comment .author a {
	text-decoration:underline;
}
.component_latestcomments_comment .content {
	background:transparent;
	font-weight:bold;
}

.component_latestcomments_comment {
	border-top:1px dotted #cec8ae;
	padding:10px 0 0 0;
}
.component_latestcomments_comment:first-child {
	border:0;
	padding-top:0;
}

#menu > div {
    margin: 0px 0px 3em;
}

.component_latestcomments_comment .author, .component_latestcomments_comment .date {
	font-size:0.85em;
}

#comments .comment_info {
	font-size:.85em;
	line-height:1.3;
	color:#593314;
}
#comments .comment_info a {
	text-decoration:underline;
	font-weight:bold;
	
}

#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;
}

/* Custom Styles */
#component_freespace_data {
	background-color:#d7a894;
	padding:0.9em;
	border-radius: 0 0 1em 1em;
}

.freespace {
	font-size:1.1em;
	background:transparent;
	margin-top: 0;
	margin-bottom: 1em;
	color: #fff;
}
.freespace a {
	color: #f6e8b5;;
}
.freespace a:hover {
	color:#fff;
}

div.freespace div.col-sm-12 {
	min-height:0;
}

ul.notices {
}
#buddyblogs {
  background: url(images/bg_buddyblog.jpg) top left #f8f1e7;
	margin-bottom:20px;
	font-size:0.9em;
}
#buddyblogs img {
	vertical-align:inherit;
}
#buddyblogs a:hover {
	text-decoration:underline;
}

#post_component_thread,
.component_comment {
  background: #f9e9e3;
  color:#593314;
	border:none;
}
#post_component_thread {
	margin-bottom:25px;
}

#buddyblogs h2,
#post_component_thread h2 {
	font-family:'Architects Daughter', Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
	color: #593314;
	font-weight:bold;
	font-size:1.4em;
}
.blog-header {
	background:url(images/header.png) bottom center no-repeat;
  min-height: 360px;
	text-align:center;
  padding:1.5em 1em 0 1em;
	margin-bottom: -15px;
}
.blog-header h1 {
	font-family:'Architects Daughter', Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
	font-size: 2.5em;
	margin-bottom: 0.3em;
}

.blog-header h1 a {
	color:#430e69;
	text-shadow: 1px 1px #fff;
}
	
.blog-header h1 a:hover {
	color:#cc7708;
	text-decoration:none;
}

.blog-header address {
	color:#725938;
	font-style: italic;
}

.blog-header h1, .post-header h2 {
	line-height:1.2em;
}

.post-header h2 {
	font-family:'Architects Daughter', Meiryo, 'Hiragino Kaku Gothic ProN', sans-serif;
	background:url('images/header_border.png') no-repeat top left;
	padding: 20px 0 0 75px;
	margin-top:0;
	line-height: 1.3em;
}
.post-header h2 a {
	color:#d16580;
	font-size:0.9em;
}
.post-header h2 a:hover {
	color:#ab81ab;
	text-decoration:none;
}

.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;
}
.posts article.comment {
    background: #eff5fc;
}
.posts .comment:nth-child(2n){
    background: #E8EFF7;
}
#comments hr {
	margin:5px 0;
}
.blog-footer, #component_paginator_pageIndex {
    color: #593314;
}

.blog-footer {
	padding:40px 10px;
}

.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:#764ba3;
	text-transform:capitalize;
	text-shadow:none;
	padding:8px 10px;
	margin-top:15px;
	border-radius:50px;
	background-color:transparent;
	transition: background ease-in-out .15s;
	border: #764ba3 1px solid;
	font-weight: 700;
}

#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 {
	color:#ffffff;
	background: #764ba3;
}

.post-date-month, .post-date-day {
	font-weight:600;
	color:#593314;
}

.btn-primary:active {
	color: #fff;
	background-color: #d8bf4a!important;
	border:none!important;
}

.pagination > li > a:hover,
.pagination > li > span:hover {
  color: #6c8a10;
  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%;
}

.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 dotted #a79378;
	padding-top:15px;
}
.indent_level_0 {
    padding-left: 2%;
}
.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:#fff;
	box-shadow:none;
	border:none;
}
.form-control:focus {
	background:#ffffff;
	border:none;
	box-shadow:0 0 5px #f0c4bb;
}

#component_comment_reply {
	border-left:#f9e9e3 5px solid;
	padding-bottom:10px;
	margin-top:0;
	margin-bottom:25px;
	padding-left:10px;
	padding-right:10px;
}

.component_comment_userInfo img {
	margin-bottom:10px;
	clear:both;
}

.component_comment_content pre {
	color:#593314;
	margin-top:-10px;
}

.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pagination > li > a {
	border:0;
	background:#fdf8f1;
	font-family:Arial, Meiryo, sans-serif;
	transition: background ease-in-out .15s, color ease-in-out .15s;
}
.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:#d79e86;
	color:#fff;
	text-decoration:none;
}
.pagination > .disabled > span, 
.pagination > .disabled > span:hover, 
.pagination > .disabled > span:focus, 
.pagination > .disabled > a, 
.pagination > .disabled > a:hover, 
.pagination > .disabled > a:focus {
	background:#fdf8f1;
	color:#e7e0d7;
	text-decoration:none;
}
.post_footer, .post-header li {
	border:0;
}
.post_footer li {
	margin:0 5px 0 0;
}

.post-text {
	font-size:0.9em!important;
}

#component_comment_delete {
	border: #9aac62 1px solid;
	padding:1em;
	margin-bottom:2em;
}

#component_comment_delete blockquote {
	border-left:0;
	color:#fff;
	background:#9aac62;
}

#component_comment_delete .btn {
	display:inline-block;
}

#component_comment_login {
	background:#9aac62;
	color:#fff;
}
#component_comment_login a {
	color: #f6e8b5;
}
#component_comment_login a:hover {
	color: #fff;
}

div.post_options a:hover {
	text-decoration:none;
}

main.posts:after {
	content: "";
	display:block;
	clear:both;
}

.comment_disabled {
	background-color:#9aac62;
	padding-top:10px!important;
	border-radius:0!important;
	color:#ffffff;
}

.wowed_detail a .wowed-username:hover, .wowed_detail a .wowed-blogname:hover {
	text-decoration:none!important;
}

#component_poll_data .poll-label {
	width:89%;
}

textarea.form-control {
	height:100px;
}

.lightbox .form-control {
	background-color: #FFF3F8;
}
.lightbox .form-control:focus {
	background-color: #fff;
}

@media only screen and (max-width:1200px) {
	.col-md-3 {
		width: 228px;
	}
}

@media only screen and (max-width:1199px) {
	.blog-header {
		background:url(images/header940.png) bottom center no-repeat;
	}
}

@media only screen and (max-width:992px) {
	.col-md-3 {
		width: 235px;
	}
}

@media only screen and (max-width:991px) {
	.blog-header {
		background:url(images/header720.png) bottom center no-repeat;
	}
}

@media only screen and (max-width:767px) {
	.table-responsive {
    border:0;
	}
	.col-md-3 {
		margin:0 auto;
		width:96%;
	}
	.notices li {
	width:100%;
	}
}

@media only screen and (max-width:345px) {
	.post-header {
		text-align: left;
	}
}

@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; }
	}

