/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/

/* The below is custom text to stop collapse-o-matic plugin from expanding before collapsing upon loading */

.collapseomatic_content {
	display: none;
}

/* The below is custom text to alter the colour of the search button, in both the header 
 * and widgets. The orange colour is based on the colour used for the header title and hyperlinks */

a.button.custom_orange,
#respond input.button.custom_orange,
input#searchsubmit {
	background-color: #dd9933;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#dd9933), to(#dd9933));
	background-image: -moz-linear-gradient(top, #dd9933, #dd9933);
	background-image: -ms-linear-gradient(top, #dd9933, #dd9933);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dd9933), color-stop(100%, #dd9933));
	background-image: -webkit-linear-gradient(top, #dd9933, #dd9933);
	background-image: -o-linear-gradient(top, #dd9933, #dd9933);
	background-image: linear-gradient(top, #dd9933, #dd9933);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dd9933', endColorstr='#dd9933', GradientType=0);
	border-color: #dd9933 #dd9933 #dd9933;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	text-shadow: #dd9933 1px 1px 0;
}