/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* Custom format for a centred long list, eg on credits page. 2016-01-21 */
.vegHistLongList {
	text-align: center;
}

.vegHistLongList li {
	display: inline;
	white-space: nowrap;
	padding: 0 6px;
}

.vegHistLongList li + li:before {
	content: '•';
	position: relative;
	left: -8px;
}

/* The SoundCloud Player Widget takes up the full 220px of RHN */
/* 2016-01-22 */
#text-6 div {
	padding: 0;
/*Hopefully overriding the 10px pointless padding */
}

/* This needs a neater solution that only affects text-3.
div.col-right#sidebar {
	padding-top: 0;
}
*/
/* Ensure that the JetPack Subscription form displays.
	WooThemes Skeptical hid a class with the same name.
*/
input.required {
	display: inherit;
}

/* Make the form submit buttons adhere to the colour scheme */
/*
input[type=submit] {
		background: #155C06;
		color: white;
		padding-right: 7px;
}
*/
/* Hide the VegHist featured image: only need it for social. */
div.category-vegetarian-history.format-audio div .wp-post-image {
	display: none;
}

/* TEMP TEST */
div#post-960 div .wp-post-image {
	display: none;
}

/* TODO VEGHIST TIMELINE */
/* Hide the Header on the VegHist home page. */
.page-id-1485-DELETETHISBIT div#header-image {
	display: none;
}

/* Hide the Skeptical stuck posts box. */
#footer-secondary {
	display: none;
}

/* Apply button and search styings to the subscription form */
/* Copied from Green.css */
#subscribe-submit input[type="submit"] {
/*Background*/
	background: #3a506c;
/*Fallback*/
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2,#3e6136),color-stop(1,#1e3918));
	background: -moz-linear-gradient(center top,#3e6136 20%,#1e3918 100%);
	border: 1px solid #1e3918;
	border-bottom-color: #1e3918;
/* From Skeptical style.css */
	box-shadow: /*Top*/
/*Shine*/
/*Shadow*/
inset 0 1px 0 hsla(0,100%,100%,.3) , inset 0 0 2px hsla(0,100%,100%,.3) , 0 1px 2px hsla(0,0%,0%,.29);
	color: white !important;
	display: inline-block;
	font-weight: bold !important;
	margin: 5px;
	padding: 7px 13px;
	text-align: center;
	text-decoration: none;
	text-shadow: 0 -1px 0 hsla(0,0%,0%,.3);
/*    text-transform: uppercase; */
}

#subscribe-submit input[type="submit"]:hover {
/*Background*/
	background: #3d7830;
/*Fallback*/
	background: -webkit-gradient(linear,left top,left bottom,color-stop(.2,#3e6136),color-stop(1,#3d7830));
	background: -moz-linear-gradient(center top,#3e6136 20%,#3d7830 100%);
/* From Skeptical style.css */
	cursor: pointer;
	text-decoration: none !important;
}