/*=Quotes*/
#ipboard_body .quotetop {
	font-size: 12px;
	padding: 8px 10px !important;
	border-left: 2px solid #989898;
	background: #f6f6f6;
	background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5));
	background: -o-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	background: linear-gradient(to bottom, #f6f6f6 0%, #e5e5e5 100%);
	border-top: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	font-weight: bold;
	overflow-x: auto;
}
#ipboard_body .quotetop:after {
	content: "Old quote";
	float: right;
	color: #aaa;
}
#ipboard_body .quotetop .bbc_url {
	font-size: 0;
}
#ipboard_body .quotetop .bbc_url:after {
	content: "Original post";
	font-size: 12px;
}
#ipboard_body .quotetop + .quotemain {
	border-top: none;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

#ipboard_body .quotemain {
	padding: 10px !important;
	background: #f7f7f7;
	border: 2px solid #e5e5e5;
	border-left: 2px solid #989898;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/*=Spoilers and Cuts*/
#ipboard_body .post.entry-content .spoiler {
	padding: 2px 5px 2px 5px !important;
}
#ipboard_body .post.entry-content .spoiler .bbc_url {
	text-decoration: none !important;
	padding-bottom: 2px;
	display: inline-block;
	min-width: 20px;
	min-height: 12px;
}
#ipboard_body .post.entry-content .spoiler .bbc_url .bbc_img {
	display: none;
}
#ipboard_body .post.entry-content .spoiler .bbc_url:hover + div {
	display: block !important;
	margin-top: -2px !important;
	padding: 5px !important;
}
#ipboard_body .post.entry-content .spoiler .bbc_url + div:hover {
	display: block !important;
	margin-top: -2px !important;
	padding: 5px !important;
}

/*=============== MISC ===============*/

/*=Cut, Cut toggle button*/
#ipboard_body div.bbc_spoiler_wrapper {
	border: 1px solid #aaa !important;
	box-shadow: 0 0 9px rgba(0,0,0,0.1);
	border-radius: 3px;
	margin-top: 10px !important;
}

#ipboard_body .spoiler_title {
	vertical-align: middle;
}
#ipboard_body input.bbc_spoiler_show {
	min-width: 115px;
	/*-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;*/
	height: 22px;
	line-height: 22px;
	padding: 0 12px;
	color: #1d3652;
	text-decoration: none;
	display: inline-block;
	margin-left: 4px;
	border: 1px solid #dbdbdb;
	background: #f6f6f6;
	/*background: -moz-linear-gradient(top, #f6f6f6 0%, #e5e5e5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f6f6f6), color-stop(100%,#e5e5e5));
	background: linear-gradient(to bottom, #f6f6f6 0%, #e5e5e5 100%);*/
	/*-moz-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 0px rgba(255,255,255,1) inset, 0px 1px 0px rgba(0,0,0,0.3);*/
	border-radius: 3px;
	font-size: 12px !important;
	margin: 0 5px !important;
}
#ipboard_body input.bbc_spoiler_show:hover {
	border-color: #9a9a9a;
	color: #3d70a3;
}

/*=Width (by Serious)*/
/*Uncomment to use*/
/*#content, .main_width {
    width: auto !important;
}

#branding {
    padding: 0 20px !important;
}

#primary_nav {
    padding: 4px 20px 0 !important;
}

#user_navigation .ipsList_inline li:nth-child(4) {
    margin-right: 20px !important;
}

#board_statistics {
    margin: 20px !important;
}

.breadcrumb.bottom {
    margin-left: 1% !important;
    width: 98% !important;
}

#footer_utilities {
    padding: 10px 20px !important;
}*/