/*
Theme Name: World Vets (new)
Theme URI: https://worldvets.org
Description: World Vets Theme.
Author: Say This Say That
Author URI: http://saythissaythat.com/
Version: 0.1.0
*/

@import url(css/base.css);
@import url(css/skeleton.css);
@import url(css/screen.css);
@import url(css/continents-map-850px.css) only screen and (min-width: 960px);
@import url(css/continents-map-650px.css) only screen and (min-width: 770px) and (max-width: 959px);
@import url(css/continents-map-320px.css) only screen and (min-width: 0px) and (max-width: 769px);

a.sf-with-ul {
	cursor: default;
}


a.button:hover {
	color: #000;
	text-decoration: none;
}

/*---------------- JASON'S ADDITIONS ----------------*/

img.imgborder {
	margin-right:5px;
   	border: 4px solid #fff;
   	-webkit-box-shadow: 2px 2px 5px 1px #cccccc;
   	-moz-box-shadow: 2px 2px 5px 1px #cccccc;
   	box-shadow: 2px 2px 5px 1px #cccccc;
}

.blue a {
	background: #bd3632;
}
.blue a:hover {
	background: #000;	
}

.but_action a {
	background: #bd3632;
	display: block; 
	line-height: 45px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	text-align:center;
	font-weight: bold;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

.but_action a:hover {
	background: #000;	
}