/* MD Indigo-pink Colour Scheme */

/* backgrounds */
#header, 
.header_menu_res ul li.current-menu-parent a, 
.header_menu_res ul li.current-menu-item a, 
.header_menu_res a.menu-toggle,
input[type=submit],  
button, 
.job-misc a.job-edit-link, 
form.main_form .submit,
form.account_form .submit,
p.button a, 
.button.subscribe-resumes, 
.comment-reply-link, 
ul.display_section li a, 
#footer  {
	background-color:#3F51B5;
}

input[type=submit]:hover, 
button:hover, 
form.main_form .submit:hover,
form.account_form .submit:hover,
p.button a:hover, 
.job-misc a.job-edit-link:hover, 
.button.subscribe-resumes:hover, 
.comment-reply-link:hover{
	background-color:#ff2770;
}

.header_menu {
	background-color:#303F9F;
}

/* text and links */
a,
#topNav ul.menu ul.sub-menu li a:hover, 
.header_menu_res .adv_categories .catcol ul li.maincat > a  {
	color:#3F51B5;
}

.custom-field-label, 
.custom-field-sep, 
#listing-files strong {
	color:#303F9F;
}

/* borders */
ul.display_section, 
#footer-top{
	border-color:#3F51B5;
}

/* paging */
.paging span.current {
	background:#3F51B5;
	-moz-box-shadow: 0 2px 0 -1px #39E5C3;
	-webkit-box-shadow: 0 2px 0 -1px #39E5C3;
	-khtml-box-shadow 0 2px 0 -1px #39E5C3;
	box-shadow: 0 2px 0 -1px #39E5C3;
    border: 1px solid #39E5C3;
}

/* reverse colours */


/* responsive */	
@media screen and (max-width: 800px) {

	.header_menu_res ul.menu li a{
		background-color:#3F51B5;
	}
	
}

/* tony add, button color -- accent for indigo-pink  */	

ul.widgets li.widget-submit div a.button {
	padding:12px 0 12px 0px;
	border:0;
	display:block;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	text-transform: uppercase;
	margin:0 0 10px;
	overflow:hidden;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:none;
	background: #FF4081;
	color:#FFF;
}
ul.widgets li.widget-submit div a.button:hover {
	 background: #C2185B; 
}
