  @charset "UTF-8";
  /* CSS Document */
  
  body {
	   -webkit-text-size-adjust: none;
  border-top: 6px solid #0E4B9D;	
  margin: 0px;
  width: 320px;
  }
  
  .logo {
	  margin-top: 10px;
	  margin-bottom: 10px;
	  margin-left: auto;
	  margin-right: auto;
	  width: 300px;
	  background-image: url(../images/main/logo.jpg);
	  display: block;
	  
  }
  #regularsite{
	float: right;
	margin-top: -40px;
	display: block;
	color: #000;  
	display: block;
	border: 1px solid #0E4B9D;
	border-radius: 5px 5px;
	height: 27px;
	padding-right: 7px;
	padding-left: 7px;
	font-size: 15px;
	background-image: linear-gradient(bottom, rgb(255,255,255) 32%, rgb(230,230,230) 66%);
	background-image: -o-linear-gradient(bottom, rgb(255,255,255) 32%, rgb(230,230,230) 66%);
	background-image: -moz-linear-gradient(bottom, rgb(255,255,255) 32%, rgb(230,230,230) 66%);
	background-image: -webkit-linear-gradient(bottom, rgb(255,255,255) 32%, rgb(230,230,230) 66%);
	background-image: -ms-linear-gradient(bottom, rgb(255,255,255) 32%, rgb(230,230,230) 66%);
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.32, rgb(255,255,255)),
		color-stop(0.66, rgb(230,230,230))
);
  }
  #regularsitetext{
	margin-top: 5px; 
	font-family: Geneva, Arial, Helvetica, sans-serif;
  }
  #regularsitetext a:link{
	text-decoration: none;  
	color: #000;
  }
  
  .button{
	padding-top: 3px;
	width: 25px;
  }
  .button2 {
	padding-top: 3px;
	padding-left: 6%;  
	width: 25px;
	
  }

  .navigation {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 10px;
  font-size: 16px;
  border: 1px solid #0E4B9D;
  height: 30px;
  }
  .nav{
	
	  width: 60%;
	
  }
  .banner{
  width: 100%;
  height: 30px;	
  }
  .topstories{background: #92C75E;}
  .smallanimal {background: #E0C76E;}
  .equine {background: #61C1C8;}
  .farms{background: #C5C965;}
  .industry{background: #887BC5;}
  .practicemanagement {background: #C17EB4;}
  .vetnursing {background: #5EA282;}
  .wildlife{ background: #B3A977;}
  .exotics { background: #C25455;}
  .quirky{background: #F79263;}
  
  .titletext{
	padding-top: 5px;
	width: 50%;  
  	float:left;
	display:block;
  }
    .titletext a:link{
	color: #FFF;
	text-decoration: none;  
  }
   .titletext a:visited{
	color: #FFF;
	text-decoration: none;  
  }
  
  .headingtext {
  color: #FFF;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  margin-left: 10px;
  margin-top: -2px;	
  width: 100%;
  }
  .newsbox{
  background: #000;
  height: 210px;	
  width: 320px;
  }
  .newsimage {
  border: #999 solid 1px;
  margin-top: 5px;
  margin-left: 9px;
  width: 80px;
  }
.newstory{
background: #FFF;	
font-family: Arial, Helvetica, sans-serif;
padding: 8px;
}
#story-title-box {
font-size: 18px;
font-weight: bold;	
padding-top: 10px;
padding-bottom: 10px;
}
#story-insert-pic {
float: right;
display: block;	
margin-left: 4px;
margin-bottom: 4px;
width: 190px;
height: 190px;
border: solid #666 1px;
}

.main-news-story-body {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.dateposted {
font-size: 12px;
font-style: italic;
padding-top: 3px;
}
   .polaroid{
  float: left;
  background-color: #FFF;
  height: 180px;
  padding-left: 5px;
  width: 100px;
  }
   .newsstory {
  text-size: 11px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  margin-top: 1px;
  width: 85px;
  }
  .newsstory a:link {font-size: 12px; text-decoration: none; color: #000;}
  .newsstory a:visited {font-size: 12px; text-decoration: none; color: #000;}
  .newsstory a:active {font-size: 12px; text-decoration: none; color: #000;}
  .newsstory a:hover {font-size: 12px; text-decoration: none; color: #0E4B9D;}
  
  .newsstory2 {
  font-size: 11px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  margin-top: 1px;
  margin-left: 9px;
  }
	 .fade {
	 opacity: 1;
	 transition: opacity .25s ease-in-out;
	 -moz-transition: opacity .25s ease-in-out;
	 -webkit-transition: opacity .25s ease-in-out;
	 }
	 .fade:hover {opacity: 0.7;}
	 
	 
	 .socialmedia {
		background: white;
background: -moz-linear-gradient(top, white 0%, #F6F6F6 47%, #EDEDED 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,white), color-stop(47%,#F6F6F6), color-stop(100%,#EDEDED));
background: -webkit-linear-gradient(top, white 0%,#F6F6F6 47%,#EDEDED 100%);
background: -o-linear-gradient(top, white 0%,#F6F6F6 47%,#EDEDED 100%);
background: -ms-linear-gradient(top, white 0%,#F6F6F6 47%,#EDEDED 100%);
background: linear-gradient(top, white 0%,#F6F6F6 47%,#EDEDED 100%);
filter: progid:DXImageTransform.Microsoft.gradien
		border-bottom: 1px solid #333; 
		height: 35px;
	 }
	 .socialtext {
	  color: #000;
	  font-size: 12px;
  font-family: Geneva, Arial, Helvetica, sans-serif;
  margin-left: 10px;
  padding-top: 10px;	
	 }
	 .socialtext a:link {
		text-decoration: none; 
	 }
	 .socialmedia a:link {
		 text-decoration: none; 
	 }
	 .socialimg{
		 padding-left:  6px; 
		 padding-right: 8px; 
		 padding-top:   8px;
		 float: left;
	 }
	 .mrcvs {
		background-color: #0E4B9D; 
	 }
	 
	 
	 .story-pic {
float: left;
display: block;
margin-right: 4px;
margin-bottom: 4px;
border: solid #CAA228 1px;
}
.newstorybox{
height: 100px;
width: 100%;	
color: #000;
margin-bottom:10px;
font-size: 12px;
}
	 
	 /* Form style */

#contact {font-family: Geneva, Arial, Helvetica, sans-serif; padding: 10px; }
#contact label { display: inline-block; float: left; height: 100%; line-height: 26px; width: 90%; font-size: 14px; -moz-border-radius:5px; -webkit-border-radius:5px; font-size: 14px; padding-right: 20px;}
#contact input, textarea{ width: 90%; margin: 0; padding: 5px; color: #666; background: #f5f5f5; border: 1px solid #ccc; margin: 5px 0; -moz-border-radius:5px; -webkit-border-radius:5px; font-size: 13px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #222; background:#333; color:#fff; }
#contact input.submit:hover { background:#444; }
#contact input[type="submit"][disabled] { background:#888; cursor: default; }
#contact fieldset { padding:0px; border:none;}
#contact legend { padding:7px 10px; font-weight:bold; color:#000;  margin-bottom:0 !important; margin-bottom:20px; }
#contact textarea {width: 80%;}
#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 20px 0; padding: 0; font-family: Geneva, Arial, Helvetica, sans-serif; }

.error_message { display: block; line-height: 22px; background: #FBE3E4 url('../assets/error.gif') no-repeat 10px 6px; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius:5px; -webkit-border-radius:5px; font-family:Arial, Helvetica, sans-serif; font-size: 13px;}

ul.error_messages { margin: 0 0 0 15px; padding: 0; }
ul.error_messages li { height: 22px; line-height: 22px; color:#333; }

.loader { padding: 0 10px; }

#contact #success_page h1 { background: url('../assets/success.gif') left no-repeat; padding-left:22px; }

acronym { border-bottom:1px dotted #ccc; }

	 @media screen and (-webkit-device-pixel-ratio: 2) {
	 .logo {background-image: url(../images/hires/logox2.jpg);}
  }