/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
.options{
	border: 1px solid #cecece;
	position: absolute;
	right: 0px;
	top:-80px;
	padding: 5px 10px;
}
body.basic .options{
	border: 1px solid #000;
}

.resizer { 
	list-style: none;
	margin-left:0;
}

.resizer li { float: left; line-height: 26px; margin-right: 5px; }
.resizer .small { font-size: 12px; line-height: 26px; }
.resizer .large { margin-right: 0; }
.resizer .small a, .medium .resizer .medium a, .large .resizer .large a { color: #EBEBEB; text-decoration: none; }
.resizer .small a.basic, .medium .resizer .medium a.basic, .large .resizer .large a.basic { color: #000; text-decoration: none; }
.medium .resizer .small a, .large .resizer .small a { color: #f58220; text-decoration: underline; }
.medium, .medium.basic { font-size: 16px; line-height: 22px; }
.large, .large.basic{ font-size: 20px; line-height: 26px; }
.header{
	width:100%;
	margin-top:95px;
	margin-bottom:30px;
	padding: 25px 0 20px;
	background-color:#4d4d4f;
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
}
.header.basic{
	width:100%;
	margin-top:95px;
	margin-bottom:30px;
	padding: 25px 0 20px;
	background-color:#fff;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
a.logo{
	display:block;
	margin-left: 35px;
	background:url('../images/logo.png') no-repeat left top;
	width:300px;
	height:69px;
	text-indent:-999em;
}
body.basic a.logo{
	display:block;
	margin-left: 35px;
	background:url('../images/Vista-Day-Surgery_pos_RGB.jpg') no-repeat left top;
	width:300px;
	height:68px;
	text-indent:-999em;
}
#slider {
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
}
body.basic #slider {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  font-weight: normal;
  text-decoration: none;
  line-height: 1;
  font-family: 'allerregular', sans-serif;
  font-size: 20px;
  position: relative;
}
#cssmenu a {
  line-height: 1.3;
}
#cssmenu {
  width: 100% !important;
  min-height:300px;
}
#cssmenu > ul > li > a {
  padding-right: 40px;
  font-size: 20px;
  display: block;
  color: #EBEBEB;
  border-bottom: 1px solid #888;
}
#cssmenu.basic > ul > li > a {
  padding-right: 40px;
  font-size: 20px;
  display: block;
  color: #000;
  border-bottom: 1px solid #888;
}
#cssmenu > ul > li > a > span {
  padding: 10px;
  display: block;
  font-size: 20px;
  font-weight: 300;
}
#cssmenu > ul > li > a:hover {
  text-decoration: none;
  color: #f58220;
}
#cssmenu > ul > li.active {
  border-bottom: none;
}
#cssmenu > ul > li.active > a,
#cssmenu ul ul a.active {
  color: #f58220;
}
#cssmenu > ul > li.active > a span {
}
#cssmenu span.cnt {
  position: absolute;
  top: 8px;
  right: 15px;
  padding: 0;
  margin: 0;
  background: none;
}
/* Sub menu */
#cssmenu ul ul {
	display: none;
}
#cssmenu ul ul li {
}
#cssmenu ul ul a {
	padding: 5px 0px 5px 30px;
	display: block;
	color: #EBEBEB;
	font-size: 16px;
}
#cssmenu.basic ul ul a {
	padding: 5px 0px 5px 30px;
	display: block;
	color: #000;
	font-size: 16px;
}
#cssmenu ul ul a:hover {
	color: #f58220;
}
#cssmenu ul ul li.odd {
}
#cssmenu ul ul li.even {
}

.container .four.columns.border-left{
	background:url(../images/white-pixel.gif) repeat-y top left;
	margin-left:0px;
	padding-left:20px;
	width:210px;
}
.footer{
	width:100%;
	margin-top:30px;
	height:160px;
	padding:30px 0;
	background:#D54928;
	-moz-box-shadow: 0 0 5px #333;
	-webkit-box-shadow: 0 0 5px #333;
	box-shadow: 0 0 5px #333;
}
.footer.basic{
	width:100%;
	margin-top:30px;
	height:160px;
	padding:30px 0;
	background:#FFF;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.footer h3, .footer a, .footer a:hover, .footer a:focus {
	color:#EBEBEB !important;
	font-weight:normal;
}
.footer.basic h3, .footer.basic a, .footer.basic a:hover, .footer.basic a:focus {
	color:#000 !important;
	font-weight:normal;
}

.locmap {
    display: block;
    margin: 0 0 20px 0;
}

#map_canvas{
	height: 200px;
    width: 100%;
}
.envy{
	float: right;
	padding: 10px 0;
	font-size: 12px;
}

/* #Page Styles
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) {
		
	}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {
		.container .four.columns.border-left{
			width:162px;
		}
	}

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {
		.container .four.columns.border-left{
			background:none;
			padding-left:0px;
			width:auto;
		}
		#cssmenu {
			min-height:0;
			margin-bottom:20px;
		}

	}

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) {}
	
	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {
		a.logo {
			margin-left: 0px;
		}
		img {
			max-width: 100%;
			height: auto; 
		}
		#map_canvas{
			height: 200px;
			width: 100%;
		}
	}


/* #Font-Face
================================================== */
@font-face {
    font-family: 'allerregular';
    src: url('../fonts/aller_rg-webfont.eot');
    src: url('../fonts/aller_rg-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/aller_rg-webfont.woff') format('woff'),
         url('../fonts/aller_rg-webfont.ttf') format('truetype'),
         url('../fonts/aller_rg-webfont.svg#allerregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.galleryItem{
	width: 200px;
}

.staffimg{
	float:left;margin-right:20px;margin-bottom:10px;
}