/*---------------------------------

Custom Styles - Started on 01/31/2013

---------------------------------*/

/*---------------------------------
Sidebar styles
----------------------------------*/
#sidebar .children li.current_page_item a{
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: none;	
}


/*---------------------------------
Sitemap
----------------------------------*/
#sitemap ul li ul{
	margin-top:7px;
}

/*---------------------------------
Archives
----------------------------------*/
.archives #content h2{
	margin:7px 0 30px;
	padding:0;
}

/*---------------------------------
Header Styles (with graphics)
----------------------------------*/
#inner-page .section-title {
	display:block;
	height:74px;
	top:28px;
	width:670px;
}
#category #inner-page .section-title {
	background:url('images/title-articles.png') no-repeat;
}
about-asg #inner-page .section-title {
	background:url('images/title-aboutus.png') no-repeat;
	display:block;
	height:74px;
	top:28px;
	width:486px;
}




/*---------------------------------
Form Styles for Find a Vet page
----------------------------------*/
#location .findvetformrequired{
	display: block;
	font-size: 11px;
	margin:5px 0 0;
	padding:0;
}
#location .wpcf7 input,
#location .wpcf7 textarea{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #cccccc;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #cccccc 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cccccc), color-stop(100%,#ffffff));
	background: -webkit-linear-gradient(top, #cccccc 0%,#ffffff 100%);
	background: -o-linear-gradient(top, #cccccc 0%,#ffffff 100%);
	background: -ms-linear-gradient(top, #cccccc 0%,#ffffff 100%);
	background: linear-gradient(to bottom, #cccccc 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=0 );
	border-radius: 3px;
	padding: 7px 15px 7px 8px;
	width: 100%;
	margin: 0 0 10px 0;
	border: 1px solid #999;
}

#location .wpcf7 input.wpcf7-submit{
	border:none;
	font-weight: normal;
	float: right;
	width: 40%;
	background: #000;
	color: #fff;
	cursor:pointer;
	text-align: center;
	text-transform: uppercase;
}

#map-locator .findvetnumber{
	font-size:40px;
	font-weight:bold;
}



/*---------------------------------
Articles styles
----------------------------------*/
.article-post-date{
	display: block;
	font-size:11px;
	font-style: italic;
	margin:10px 0 0;
}





/*---------------------------------
Survey Page
----------------------------------*/

.sidebarbtn a {
display: block;
width: 196px;
height: 28px;
background: url(images/blue-acc.png) no-repeat;
color: white;
font-style: bold;
padding: 8px 7px 0px;
font-size: 14px;
margin: 4px 0;
font-family: 'MyriadPro-semibold', 'Helvetica-light', arial, sans-serif;
}



/*---------------------------------
Category Page Styles
----------------------------------*/
#category .main-side h2{
	font-size:17px;
	line-height:100%;
}


/*---------------------------------
Locations Styles
----------------------------------*/
.locationfeatured{
	margin:0 0 20px;
}
.locationfeatured img{
	-moz-box-shadow: 0 0 5px 1px #ccc;
	-webkit-box-shadow: 0 0 5px 1px #ccc;
	box-shadow: 0 0 5px 1px #ccc;
	border:5px solid #fff;
	float:right;
	margin:10px 0 15px 25px;
	padding:0;
}
.single-location  #locations-map-1{

}

.countylist .widget ul li{
	float:left;
	padding:5px 0 5px;
	width:30%;
}
#locations #st-single .st-title{
	font-size:21px;
}
#location .main-side address{
	font-size: 15px;
	font-style: normal;
}
.st-map-sidebar .widget h3{
	font-size: 25px;
	font-weight: normal;
	color: #0060a1;
	line-height: 34px;
	letter-spacing: -0.04em;
	margin-bottom: 10px;
	margin-top: 25px;
	font-family: 'MyriadPro-light', 'Helvetica-light', helvetica, arial, sans-serif;
}
.st-map-sidebar .widget ul li {
	font-size: 12px;
	font-weight: normal;
	color: #0060a1;
	line-height: 24px;
	letter-spacing: -0.04em;
	font-family: Helvetica-light, helvetica, arial, sans-serif;
	list-style-type:disc;
	list-style-position: inside;

}
.btn_locationreadmore{
	display: inline-block;
	background: url('images/arrow_right.png') 100px 8px no-repeat #107BC0;
	color: #fff;
	padding: 6px 35px 6px 25px;
	border-radius: 15px;
	box-shadow: inset 0px 0px 10px #666;
	text-decoration: none;
	position: relative;
	float: right;
	margin: 0 0 5px 0;
}
.btndirections{
	background: url('images/icon_googlemaps.png') 0px 0px no-repeat;
	padding:2px 0 2px 28px;
}


