/*
Theme Name: MWD Theme
Description: The default WordPress theme for Midwest Dental.
Author: Billups Design
Author URI: http://billupsdesign.com/
Version: 1.7.2
*/
/***********************************
RESETS
***********************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th { margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: top; background: transparent;}
body { line-height: 1;}
ol, ul { list-style: none;}
blockquote, q { quotes: none;}
:focus { outline: 0}
ins { text-decoration: none;}
del { text-decoration: line-through;}
table { border-collapse: collapse; border-spacing: 0;}
/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }
/***********************************
MAIN LAYOUT
***********************************/
body{
	background:#000 url(images/bg.png) repeat-x;
	font:11px "CenturyGothic-web", Arial, sans-serif;
}
#container{
	width:990px;
	margin:0 auto;
	background:url(images/BGContainer.png) repeat-y;
	padding:0 4px;
	overflow:auto;
}
#header{
	background:url(images/BGHeader.jpg);
	height:146px;
}
#header h1{
	float:left;
	display:inline;
	margin:8px 0 0 20px;
}
#header h1 a{
	display:block;
	width:472px;
	height:124px;
	background:url(images/logo.png);
	text-indent:-9999px;
	overflow:hidden;
}
#address{
	float:right;
	background:url(images/BGAddress.png);
	width:233px;
	height:79px;
	display:inline;
	margin:20px;
	padding:13px;
}
#address h2{
	font-size:14px;
	line-height:15px;
	padding:5px 0;
	border-bottom:1px solid #d6d4c0;
}
address{
	padding:5px 0;
	border-top:1px solid #edede2;
	font:normal 12px/16px "CenturyGothic-web", Arial, sans-serif;
	color:#584e3e;
}
address a{
	color:#584e3e;
	text-decoration:none;
}
address strong{
	color:#766b58;
}
#sidebar{
	background:url(images/BGSidebar.png) no-repeat;
	width:201px;
	min-height:574px;
	padding:5px;
	float:left;
}
#main{
	float:left;
	width:755px;
	padding:10px;
}
#breadcrumbs{
	border-bottom:1px solid #d4d4d4;
	width:100%;
	padding-bottom:10px;
	font:bold 10px "CenturyGothic-web", Arial, sans-serif;
	text-transform:uppercase;
}
#breadcrumbs span{
	font-weight:normal;
	color:#666;
	padding:0 3px;
}
#breadcrumbs a{
	font-weight:normal;
	color:#51370f;
}
#footer{
	clear:both;
	background:#ecece0;
	border-top:1px solid #e4e4d3;
	text-align:center;
	padding:20px 0;
	position: relative;
	color:#8d7959;
	line-height:20px;
}
#footer a{
	color:#462b00;
}
#footerLinks li{
	display:inline;
	padding:0 8px;
}
/***********************************
NAVIGATION
***********************************/
#nav{
	height:30px;
	background:url(images/BGNav.png) repeat-x;
	border-top:1px solid #3e3e3e;
	border-bottom:1px solid #3e3e3e;
	padding:2px 0 0 10px;
}
#nav li{
	float:left;
	height:29px;
	padding-right:0px;
	margin:0 13px 0 0;
}
#nav li.hover{
	background:url(images/BGNavItems.png) bottom right no-repeat;
}

#nav li a{
	font-size:13px;
	line-height:29px;
	color:#fff;
	padding:0 0 0 20px;
	text-decoration:none;
	text-shadow:1px 1px 1px #222;
	display:block;
	background:url(images/BGNavItems.png) top left no-repeat;
	left:-10px;
	position:relative;
	opacity:.9999;
}
#nav li.hover a{
	background-position: 0 -29px;
    text-decoration:underline;
}
#nav li.page-item-347.hover a{
	text-decoration:none;
}
#nav li.page-item-347.hover ul a{
	text-decoration:underline;
}
#nav #home.hover,
#nav #contact.hover{
	background:none;
}
#nav #home a,
#nav #contact a{
	background:none;
}
#nav #home a:hover,
#nav #contact a:hover{
	color:#ddd;
}
#nav li ul{
	position:absolute;
	width:236px;
	padding:0 0 13px 0;
	background:url(images/BGDrop.png) bottom center no-repeat;
	display:none;
	margin-left:-15px;
	z-index:1000000;
}
#nav li ul li{
	background:url(images/BGDropList.png);
	width:206px;
	padding:0 15px;
	margin:0;
	float:none;
	height:auto;
}
#nav li ul li a{
	background:url(images/dropDot.png) left center no-repeat;
	padding:10px;
	color:#7d4d00;
	text-shadow:none;
	display:block;
	border-bottom:1px solid #d7d5b9;
	border-top:1px solid #fbfaf8;
	line-height:13px;
	left:0;
	position:static;
	height:auto;
	opacity:1;
}
#nav li.hover ul li{
	background:url(images/BGDropList.png);
}
#nav li.hover ul li a{
	background-position:left center;
}
#nav li ul li a:hover{
	text-decoration:underline;
}
#nav li ul li ul{
	position:static;
	display:block;
	background:none;
	padding:0;
	margin:0 0 0 0px;
	width:195px;
}
#nav li.hover ul li ul li{
	background:none;
	width:190px;
}
/***********************************
SIDEBAR
***********************************/
#sidebar h3{
	background:url(images/sideNavTop.png);
	width:201px;
	height:35px;
	font:normal 13px/36px "CenturyGothic-web", Arial, sans-serif;
	color:#807d52;
	text-shadow:-1px -1px 1px #fff;
	text-indent:10px;
}
#sideNav{
	background:url(images/BGSideNav.png);
	width:201px;
	padding:5px 0;
	overflow:auto;
}
#sideNav a img {
	border: none;
	outline: none;
}
#sideNavBottom{
	width:201px;
	height:13px;
	background:url(images/sideNavBottom.png) bottom no-repeat;
}
#sideNav li{
	margin:4px 15px 0 8px;
	display:block;
}

#sideNav a{
	font-size:11px;
	line-height:26px;
	color:#4d3103;
	text-decoration:none;
	display:block;
	position:relative;
	left:5px;
	line-height:140%;
}
#sideNav a:hover{
	background:url(images/BGSideNavLinkHover.jpg) top right;
}
#sideNav li.current_page_item a,
#sideNav li.current_page_item a:hover{

	position:relative;
	background:url(images/BGSideNavLink.jpg) 0 -10px;
	color:#fff;
}
.sideNavIcon{
	display:none;
}
.page_item a:hover .tl,
.page_item a:hover .tr,
.page_item a:hover .bl,
.page_item a:hover .br{
	background-image:url(images/BGSideNavLinkHover.jpg);
}
.current_page_item .tl,
.current_page_item a:hover .tl,
.current_page_item .tr,
.current_page_item a:hover .tr,
.current_page_item .bl,
.current_page_item a:hover .bl,
.current_page_item .br,
.current_page_item a:hover .br{
	background-image:url(images/BGSideNavLink.jpg);
}

.tl{
	display:block;
	height:10px;
}
.tr{
	background-position:100% 0;
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	top:0;
	right:0;
}
.middle{
	display:block;
	padding:0 15px 0 8px;
	margin:-6px 0;
}
.bl{
	background-position: 0 100%;
	display:block;
	height:10px;
}
.br{
	background-position:100% 100%;
	display:block;
	width:10px;
	height:10px;
	position:absolute;
	bottom:0;
	right:0;
}
.sideNavIcon{
	position:absolute;
	right:3px;
	top:50%;
	z-index:2;
	margin-top:-4px;
}
#testimonial{
	font:bold 15px "CenturyGothic-web", Arial, sans-serif;
	color:#111;
	margin:20px 6px;
}
#testimonial span{
	font:bold 30px "CenturyGothic-web", Arial, sans-serif;
	color:#cdb97f;
}
#testimonial blockquote{
	font:normal 12px/16px "CenturyGothic-web", Arial, sans-serif;
	margin:10px 0;
	padding-left:18px;
	position:relative;
	top:-40px;
}
#testimonial blockquote span{
	line-height:2px;
	position:relative;
	top:11px;
}
cite{
	font:italic 11px/16px "CenturyGothic-web", Arial, sans-serif;
	padding-left:35px;
	position:relative;
	top:-45px;
}
.reviews cite {
	top:0;
	padding:0;
}
h5{
	font:bold 14px "CenturyGothic-web", arial, sans-serif;
	margin:6px 0;
}
#sidebarTestimonial{
	clear:both;
	margin:20px 10px;
	line-height:130%;
}
#sidebarTestimonial cite{
	position:static;
	color:#666;
	display:block;
	padding-top:5px;
}
/***********************************
HOMEPAGE
***********************************/
.homeMainBody{
	float:left;
	width:321px;
	position:relative;
	z-index:20;
	line-height:14px;
}
.homeMainBody h3{
	background: #4a320a url(images/BGMainHeaders.png);
	color:#fff;
	height:33px;
	font:normal 15px/33px "CenturyGothic-web", Arial, sans-serif;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #3c2500;
	color:#f3e4bf;
	padding:0 0 0 15px;
	margin:0 0 15px 0;
	border-right:1px solid #040300;
	border-left:1px solid #4f3100;
}
.homeMainBody strong{
	color:#462b00;
	font-size:13px;
}
.homeMainBody a{
	color:#462b00;
}
.homeMainBody p{
	padding:10px 0;
}
.homeMainBodyContent{
	padding:10px;
}
#homepractice{
	color:#462b00;
	font-size:13px;
	margin-left:0px;
}
#homeSidebar{
	float:right;
	width:348px;
	min-height:300px;
	padding:0 0 20px 0;
	background:#fdfdfc url(images/BGHomeSidebar.png) no-repeat;
	line-height:14px;
}
#homeSidebar h3{
	background:#000000 url(images/homeSidebarHeader.png) repeat-x;
	color:#fff;
	height:33px;
	font:normal 15px/30px "CenturyGothic-web", Arial, sans-serif;
	text-transform:uppercase;
	padding:0 0 0 15px;
	text-shadow:1px 1px 1px #222;
	margin:0 0 15px 0;
}
#homeSidebar h4{
	padding:0 20px 0 15px;
	font-size:13px;
	color:#000;
	display:block;
}
#homeSidebar h4 a{
	color:#000;
}
#homeSidebar strong{
	font-size:13px;
	color:#462b00;
}

#homeSidebar a{
	color:#462b00;
}

#homeSidebar p{
	padding:10px 15px;
}
#homeSidebar ul{
	font-style:italic;
	margin:5px 0 0 15px;
	color:#444;
}
#homeSidebar ul strong{
	padding:0;
    display:inline;
	color:#000;
	font-weight:bold;
	font-size:11px;
}
.homeMainBody{
	z-index:99999;
}
#slideshow{
	position:relative;
	float:left;
	visibility:hidden;
}
.slideshowNavigation{
	position:absolute;
	bottom:0;
	width:100%;
	height:52px;
	z-index:10;
	opacity: 0 ;
	-moz-opacity: 0;
	filter:alpha(opacity=0);
	background:url(images/slideshowSprite.png);
}
.slideshowNavigationBackground{
	width:100%;
	height:52px;
}
.nextNav,
.prevNav{
	background:url(images/slideshowSprite.png) 0 -52px;
	width:33px;
	height:32px;
	text-indent:-9999px;
	overflow:hidden;
	margin-left:7px;
	opacity: 0.65;
	-moz-opacity: 0.65;
	-webkit-transition:.3s linear opacity;
	-moz-transition:.3s linear opacity;
	position:absolute;
	top:23%;
	z-index:99;
	cursor:pointer;
}
.prevNav{
	left:0;
}
.nextNav{
	background-position:-65px -52px;
	margin-right:7px;
	right:0px;
}
.nextNav:hover,
.prevNav:hover{
	opacity: 1;
	-moz-opacity: 1;
}
.nextNav.active,
.prevNav.active{
	background-position:-32px -52px;
}
.nextNav.active{
	background-position:-99px -52px;
}

.controlNav{
	position:absolute;
	top:23px;
	left:50%;
	width:300px;
	margin-left:-150px;
	text-align:center;
	z-index:99999;
	zoom:1;
}

.controlNav a{
	display:inline-block;
	overflow:hidden;
	background:url(images/slideshowSprite.png) -133px -52px;
	width:12px;
	height:12px;
	margin-right:5px;
	cursor:pointer;
	text-indent:-9999px;
}
.controlNav a.activeSlide{
	background:url(images/slideshowSprite.png) -145px -52px;
}
#slideshowRibbon{
	background:url(images/slideshowRibbon.png);
	width:328px;
	height:48px;
	position:absolute;
	right:-4px;
	top:35%;
	z-index:9999;
	padding:10px 0 0 20px;
}
#slideshowRibbon em{
	display:block;
	font-size:16px;
	color:#603d36;
	display:none;
}
#slideshowRibbon strong{
	display:block;
	color:#393939;
	font-size:16px;
	display:none;
}
#homeBannerRight{
	float:right;
	background:#cdcab5 url(images/homeBannerRight-blank.jpg);
	width:348px;
	height:256px;
	text-align:center;
}
#homeBannerRight #seminar_cta h3 {
	color: #077582;
	font: normal normal 18px/1 'times new roman', times, serif;
	letter-spacing: 1px;
	margin: 8px 0 3px;
	text-transform: uppercase;
}
#homeBannerRight #seminar_cta h4 {
	border-bottom: 1px solid #D5CFC3;
	color: #000;
	font: normal normal 10px/1.2 'times new roman', times, serif;
	letter-spacing: 1px;
	margin: 0 0 8px;
	padding-bottom: 8px;
	text-transform: uppercase;
}
.seminarPDF{
	display:inline-block;
	text-align:center;
	margin:0 6px 0 6px ;
	color:#1d0f01;
	font-weight:bold;
	text-decoration:none;
	font-size:14px;
	zoom:1;
}
.seminarPDF:hover{
	color:#68431f;
}
.seminarPDF img{
	background:#fff;
	/*width:101px;*/
	-moz-box-shadow: 0 0px 10px #999;
	-webkit-box-shadow: 0 0 10px #999;
    box-shadow: 0 5px 10px #999;
	margin-bottom:10px;
    filter:
          progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=0,strength=3)
          progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=45,strength=1)
          progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=90,strength=2)
          progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=135,strength=3)
          progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=180,strength=3)
          progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=225,strength=3)
          progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=270,strength=2)
          progid:DXImageTransform.Microsoft.Shadow(color=#999999,direction=315,strength=1);
}
.seminarPDF span{
	color:#077582;
}

/*******************
IE7
*******************/
.ie7 .controlNav{
	top:18px;
}
.ie7 .controlNav a{
	text-indent:0;
	zoom: 1;
	font-size:0;
	line-height:0;
}
.ie7 .slideshowNavigation,
.ie8 .slideshowNavigation{
	background-image:none;

}
.ie7 .slideshowNavigationBackground,
.ie8 .slideshowNavigationBackground{
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55FFFFFF, endColorstr=#55FFFFFF);
	-ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55FFFFFF, endColorstr=#55FFFFFF);
}
.ie7 .nextNav,
.ie7 .prevNav{
	top:15%;
}
.ie7 #slideshowRibbon{
	padding-top:8px;
	width:330px;
}
.ie7 #slideshowRibbon strong{
	font-size:15px;
}
.ie7 .seminarPDF img{
	margin-bottom:0;
}





/***********************************
POSTS
***********************************/
.post{
	margin:20px 15px;
}
.post h2{
	font:bold 18px "CenturyGothic-web", Arial, sans-serif;
	color:#462b00;
}
.entry{
	margin-top:5px;
}
.post p{
	font:normal 12px/16px "CenturyGothic-web", Arial, sans-serif;
	color:#111;
	padding:8px 0;
}
.entry a{
	color:#00688f;
}
.entry ul{
	list-style:disc;
	margin-left:15px;
}
.entry li{
        font:normal 12px/16px "CenturyGothic-web", Arial, sans-serif;
	padding:3px 0;
}
.entry ol{
	list-style:decimal;
	margin:10px 0 0 15px;
}
.entry img{
	padding:5px;
	border:1px solid #d4d4d4;
}
.alignleft{
	float:left;
}
.alignright{
	float:right;
}
.entry h1{
	font:bold 18px "CenturyGothic-web", Arial, sans-serif;
	color:#462b00;
	display:block;
}
.entry h2{
	font:bold 18px "CenturyGothic-web", Arial, sans-serif;
	color:#462b00;
	display:block;
}
.entry h3{
	font:bold 18px/25px "CenturyGothic-web", Arial, sans-serif;
	color:#000;
	display:block;
	padding-bottom:3px;
}
.entry h4{
	font:bold 15px "CenturyGothic-web", Arial, sans-serif;
	color:#a9a781;
	display:block;
}
.entry hr{
	border-color: #e0e0e0;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;
}
#contactForm input{
	width:360px;
	padding:4px;
}
#contactForm textarea{
	width:400px;
	padding:4px;
	height:200px;
}
#contactForm input#sendMessage{
	width:auto;
}
.error{
	color:#f00;
}
.error,.success{
	font-size:14px;
}
.success{
	color:#23d627;
}
strong{
	font-family:"CenturyGothic-web", Arial, sans-serif;
	font-weight:bold;
}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('images/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('images/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('images/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('images/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('images/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('images/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('images/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('images/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('images/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('images/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('images/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('images/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('images/fancybox.png') -55px -90px no-repeat;
}

/* SLIDESHOW */
.slideshow-v3 {
	float: left;
	height: 259px;
	overflow: hidden;
	position: relative;
	width: 642px;
}
.slideshow-v3 .slides div {
	display: none;
}
.slideshow-v3 .slides div.first {
	display: block;
}
.slideshow-v3 .pager {
	bottom: 15px;
	left: 0;
	position: absolute;
	overflow: auto;
	text-align: center;
	width: 100%;
	z-index: 100;
}
.slideshow-v3 .pager a {
	background: url(/wp-content/themes/default/images/slideshow-nav-sprite.png) -4px -93px no-repeat;
	display: inline-block;
	height: 12px;
	margin-right: 5px;
	text-indent: -9999px;
	width: 13px;
}
.slideshow-v3 .pager a:last-child {
	margin-right: 0;
}
.slideshow-v3 .pager a.activeSlide {
	background-position: -4px -107px;
}
.slideshow-v3 .previous, .slideshow-v3 .next {
	background: url(/wp-content/themes/default/images/slideshow-nav-sprite.png) 0 0 no-repeat;
	display: block;
	height: 42px;
	position: absolute;
	text-indent: -9999px;
	top: 100px;
	width: 21px;
	z-index: 100;
}
.slideshow-v3 .previous:active, .slideshow-v3 .next:active {
	top: 102px;
}
.slideshow-v3 .previous {
	left: 0;
}
.slideshow-v3 .next {
	background-position: 0 -45px;
	right: 0;
}

/* SLIDESHOW */
.disabled {
	opacity: 0.3;
	-moz-opacity: 0.3;
	filter:alpha(opacity=3);
}
.slideshow-v2 {
	width: 640px;
}
.slideshow-v2 .bar {
	background: url(/wp-content/themes/default/images/bg-slideshow-bar.jpg) repeat-x;
	color: #2b1a00;
	font-size: 15px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	position: relative;
	text-align: center;
}
.slideshow-v2 .caption {
	display: block;
	height: 45px;
	line-height: 45px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 500px;
}
.slideshow-v2 .bar a {
	background: url(/wp-content/themes/default/images/btn-slideshow-nav.png) no-repeat;
	display: block;
	height: 32px;
	text-indent: -9999px;
	width: 32px;
	position: absolute;
	top: 7px;
	left: 5px;
}
.slideshow-v2 .bar a:active {
	top: 8px;
}
.slideshow-v2 .bar a.btn-next {
	background-position: 100% 0;
	left: auto;
	right: 5px;
}
.slideshow-v2 .photos {
	height: 414px;
	overflow: hidden;
}
.slideshow-v2 .photos img {
	border: none;
	padding: 0;
}

/*
#review-wrap {
	background: #008d9c;
	background-image: -webkit-linear-gradient(top, #008d9c, #00a5b4);
	background-image: -moz-linear-gradient(top, #008d9c, #00a5b4);
	background-image: -o-linear-gradient(top, #008d9c, #00a5b4);
	background-image: -ms-linear-gradient(top, #008d9c, #00a5b4);
	background-image:         linear-gradient(top, #008d9c, #00a5b4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #008D9C;
	box-shadow: inset 0 1px 0 0 rgba(255,255,255,.5);
	cursor: pointer;
	padding: 0 10px;
	width: 140px;
}
#review-wrap, #review-wrap a, #review-wrap a:hover {
	color: #fff;
	text-decoration: none;
}
#review-wrap div {
	height: 36px;
	line-height: 36px;
}
#review-wrap span {
	background: url(/wp-content/themes/default/images/review-stars.png) right center no-repeat;
	padding-right: 65px;
}
#review-wrap ul {
	display: none;
	list-style: none;
	margin: 0;
	padding: 0 0 10px;
}
#review-wrap:hover ul,#review-wrap.hover ul {
	display: block;
}
#review-wrap a {
	background: url(/wp-content/themes/default/images/review-logos.png) no-repeat;
	color: #d3e8e1;
	display:block;
	font-weight: bold;
	height: 26px;
	line-height: 26px;
	margin-bottom: 6px;
	padding-left: 35px;
}
#review-wrap a:hover {
	color: #fff;
}
#review-wrap .yelp {
	background-position: 0 -50px;
}
#review-wrap .yp {
	background-position: 0 -100px;
}
*/

#review-wrap {
	position: relative;
	top: 3px;
	left: 3px;
	padding: 5px 12px 0px;
	width: 171px;
	height: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #0099a7;
	-moz-box-shadow: 0 1px 5px 0 rgba(0,0,0,.45);
	-webkit-box-shadow: 0 1px 5px 0 rgba(0,0,0,.45);
	box-shadow: 0 1px 5px 0 rgba(0,0,0,.45);
}
#review-wrap p {
	color: #fff;
	font: normal 12px/16px "CenturyGothic-web", Arial, sans-serif;
}
#review-wrap p span {
	color: #e9e7d2;
	font: bold 16px/32px "CenturyGothic-web", Arial, sans-serif;
}
#review-wrap ul {
	display: block;
	list-style: none;
	margin: 0;
	padding: 10px 0 10px;
}
#review-wrap a {
	background: url(/wp-content/themes/default/images/review-logos.png) no-repeat;
	color: #d3e8e1;
	display:block;
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	margin-bottom: 6px;
	padding-left: 35px;
}
#review-wrap a:hover {
	color: #fff;
}
#review-wrap .healthgrades {
	background-position: 0 -148px;
}
#review-wrap .yelp {
	background-position: 0 -50px;
}
#review-wrap .yp {
	background-position: 0 -100px;
}
#homepage-review-widget #review-wrap {
	top: 0;
	padding: 0px 16px;
	width: 248px;
}
#homepage-review-widget #review-wrap p {
	font-size: 13px;
}
#homepage-review-widget #review-wrap p span {
	font-size: 20px;
}
#homepage-review-widget #review-wrap a {
	font-size: 13px;
}

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content-themes/default/images/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content-themes/default/images/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content-themes/default/images/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content-themes/default/images/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content-themes/default/images/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content-themes/default/images/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content-themes/default/images/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/wp-content-themes/default/images/fancy_shadow_nw.png', sizingMethod='scale'); }


@font-face {
    font-family: 'CenturyGothic-web';
    src: url('stylesheets/centurgb-webfont.eot');
    src: local('☺'), url('stylesheets/centurgb-webfont.woff') format('woff'), url('stylesheets/centurgb-webfont.ttf') format('truetype'), url('stylesheets/centurgb-webfont.svg#webfontwo7WQBrf') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'CenturyGothic-web';
    src: url('stylesheets/centugbi-webfont.eot');
    src: local('☺'), url('stylesheets/centugbi-webfont.woff') format('woff'), url('stylesheets/centugbi-webfont.ttf') format('truetype'), url('stylesheets/centugbi-webfont.svg#webfontmIObLhxu') format('svg');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'CenturyGothic-web';
    src: url('stylesheets/centurgi-webfont.eot');
    src: local('☺'), url('stylesheets/centurgi-webfont.woff') format('woff'), url('stylesheets/centurgi-webfont.ttf') format('truetype'), url('stylesheets/centurgi-webfont.svg#webfontRVlCJKxW') format('svg');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'CenturyGothic-web';
    src: url('stylesheets/centuryg-webfont.eot');
    src: local('☺'), url('stylesheets/centuryg-webfont.woff') format('woff'), url('stylesheets/centuryg-webfont.ttf') format('truetype'), url('stylesheets/centuryg-webfont.svg#webfontMbyiX5gD') format('svg');
    font-weight: normal;
    font-style: normal;
}