/*
Theme Name: Dr. Julia
Theme URI: http://www.technologytherapy.com
Description: Custom WordPress theme built by The Technology Therapy Group
Version: 1.0
Author: The Technology Therapy Group
*/
@font-face {
	font-family: 'QuicksandBook';
	src: url('fonts/quicksand_book-webfont.eot');
	src: url('fonts/quicksand_book-webfont.eot?#iefix') format('embedded-opentype'),  
	url('fonts/quicksand_book-webfont.woff') format('woff'),  
	url('fonts/quicksand_book-webfont.ttf') format('truetype'),  
	url('fonts/quicksand_book-webfont.svg#QuicksandBook') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
    font-family: 'BergamoStdBold';
    src: url('fonts/bergamostd-bold-webfont.eot');
    src: url('fonts/bergamostd-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bergamostd-bold-webfont.woff') format('woff'),
         url('fonts/bergamostd-bold-webfont.ttf') format('truetype'),
         url('fonts/bergamostd-bold-webfont.svg#BergamoStdBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'QuicksandBold';
    src: url('fonts/quicksand_bold-webfont.eot');
    src: url('fonts/quicksand_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/quicksand_bold-webfont.woff') format('woff'),
         url('fonts/quicksand_bold-webfont.ttf') format('truetype'),
         url('fonts/quicksand_bold-webfont.svg#QuicksandBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BergamoStdRegular';
    src: url('fonts/bergamostd-regular-webfont.eot');
    src: url('fonts/bergamostd-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bergamostd-regular-webfont.woff') format('woff'),
         url('fonts/bergamostd-regular-webfont.ttf') format('truetype'),
         url('fonts/bergamostd-regular-webfont.svg#BergamoStdRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: "Social";
  src:url("fonts/julia-sabetta.eot");
  src:url("fonts/julia-sabetta.eot?#iefix") format("embedded-opentype"),
    url("fonts/julia-sabetta.woff") format("woff"),
    url("fonts/julia-sabetta.ttf") format("truetype"),
    url("fonts/julia-sabetta.svg#julia-sabetta") format("svg");
  font-weight: normal;
  font-style: normal;
}
.icon {
    font-family: 'Social' !important;
    font-weight: normal !important;
}

html, body {
	height: 100%;
}
p strong {
	font-family: 'QuicksandBold', Helvetica, sans-serif;
	font-weight: normal;
}

/*Opera Fix for Sticky Footer*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

/* Reset */
* {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
a {
	outline: 0;
}
/* Utility Styles */

.clear {
	clear: both;
}
.clear-after:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	visibility: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}
.center {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
.aligntop {
	vertical-align: top;
}
.alignmiddle {
	vertical-align: middle;
}
.alignbottom {
	vertical-align: bottom;
}
img.alignleft {
	float: left;
	margin-right: 15px;
	margin-bottom: 8px;
}
img.aligncenter {
	display: block;
	margin: auto auto 8px;
}
img.alignright {
	float: right;
	margin-left: 15px;
	margin-bottom: 8px;
}
img.icon {
	margin: 0 2px;
}
.half {
	float: left;
	width: 50%;
}
/* Global Typography & Colors */

body {
	color: #000000;
	margin: 0px;
	padding: 0px;
}
a.contrast {
	color: #0000aa;
}
.emph {
	color: #0000aa;
}
.sub {
	font-size: .9em;
}
h1 {
	font-size: 20px;
	line-height: 24px;
}
h2 {
	font-size: 16px;
	line-height: 20px;
}
h3 {
	font-size: 14px;
}
h4, h5 {
	font-size: 12px;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.alt {
	border-top: 1px solid #ddd;
}
.print {
	display: none;
}
.button, button {
	display: inline-block;
	padding: 7px 15px;
	background-color: #000000;
	font-size: 12px;
	color: #ffffff;
	text-decoration: none;
}
.button:hover, button:hover {
	background-color: #aaaaaa;
	color: #000000;
}
.more {
	color: #aa0000;
}
/* Content & Post/Page Styles */


#content ul {
	list-style: square;
}
#content li {
	margin-bottom: 5px;
}
#content .list-plain {
	list-style:none;
	margin-left: 0;
}
#content .list-plain ul, #content .list-plain ol {
	list-style: none;
}
#content .list-plain li li {
	margin-bottom: 0;
}
.post, .page {
	padding: 0px;
	clear: both;
}
.post:after, .page:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	visibility: hidden;
	margin-bottom: 10px;
}
.postmetadata {
	padding-top: 10px;
	clear: both;
	font-size: 0.9em;
	border-top: 1px solid #888888;
}
.nocomments {
	display: none;
}
.smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.attachment {
	text-align: center;
	margin: 5px 0px;
}
.post p img, .widget p img {
	max-width: 100%;
}
/* Comments Styles */

#comments {
	padding-top: 5px;
}
#comments h3 {
	font-size: 18px;
	line-height: 22px;
	color: #666;
	padding: 25px 0 0;
	border-top: 1px solid #e0e0e0;
	font-family: 'BergamoStdBold', 'Times New Roman', Times, serif;
	text-transform: uppercase;
	font-weight: normal;
}
#respond h3#repy-title {
	margin-bottom: 0px;
}
#comments h3 em {
	color: #333;
}
.commentlist li ul li {
	font-size: 1em;
	margin-right: -5px;
	margin-left: 10px;
}
p.logged-in-as {
	font-size: 12px;
	color: #999;
	margin: 0px;
	padding: 0px;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentmetadata {
	font-weight: normal;
	margin: 0 0 5px;
	display: block;
	font-size: 12px;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.children {
	padding: 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
/* Form Styles */

input[type=text], input[type=email], input[type=password], textarea {
	border: 1px solid #e0e0e0;
	color: #666666;
	padding: 4px 0 3px;
	font-size: 14px;
	font-family: sans-serif;
	width: 150px;
}
textarea {
	width: 400px;
}
input[type=submit], button {
	cursor: pointer;
}
#searchform p {
	margin-bottom: 6px;
}
#searchform #search-label {
	font-size: 16px;
}
button#searchsubmit {
	border: none;
	height: 26px;
	padding: 0 4px;
	display: inline-block;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
	margin: 0 0 0 3px;
	background-color: #004990;
	line-height: 18px;
}
select {
	width: 130px;
}
#commentform label {
	clear:both;
}
#commentform input {
	width: 170px;
	margin: 5px 0 0 10px;
}
#commentform .required {
	color: #ed1c24;
	display: inline-block;
}
#commentform {
	margin: 0px 10px 0 0;
}
#commentform textarea {
	width: 100%;
}
#commentform .form-allowed-tags {
	font-size: .85em;
	line-height: 14px;
}
#commentform .form-allowed-tags code {
	color: #666666;
}
textarea#comment {
	background: #f7f7f7;
	border: 0px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* Custom Text Style */
p {
	font-size: 14px;
	line-height: 24px;
	color: #414141;
	font-family: 'QuicksandBook', Helvetica, sans-serif;
}
p span.right {
	text-align: right;
}
#sidebar h2, #sidebar h3 {
	font-size: 18px;
	color: #00a8ff;
	text-shadow: 1px 1px 1px #fff;
	line-height: 21px;
	text-transform: uppercase;
	font-family: 'BergamoStdBold', 'Times New Roman', Times, serif;
	display: block;
	font-weight: normal;
	margin: 16px 0 4px 0;
}
hr {
	display: block;
	position: relative;
	padding: 0;
	margin: 0px;
	width: 100%;
	clear: both;
	border: none;
	border-top: 1px solid #fdfdfd;
	border-bottom: 1px solid #d7d7d7;
	font-size: 1px;
	line-height: 0;
	overflow: visible;
}
#homepage #content-main .home-blog-post h1 a, #homepage #content-main .home-blog-post h1 {
	font-size: 22px;
	color: #00a8ff;
	text-transform: uppercase;
	font-family: 'BergamoStdBold', 'Times New Roman', Times, serif;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	text-decoration: none;
}
#homepage #content-main .home-blog-post h1 a:hover {
	color: #0089d0;
}
#homepage #content-main .home-blog-post img {
	float: left;
	margin: 0 15px 5px 0;
}
p.post-info {
	font-size: 12px;
	text-transform: uppercase;
	font-family: 'BergamoStdBold', 'Times New Roman', Times, serif;
	margin: 0 0 10px;
	padding: 0px;
	line-height: 12px;	
}
.page h1 {
	font-family: 'BergamoStdBold', 'Times New Roman', Times, serif;
	font-size: 21px;
	color: #00a8ff;
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: normal;
}
p a {
	color: #00a8ff;
}
.entry p a {
	font-weight: bold;
}
p a:hover {
	text-decoration: none;
}
/* Custom Template Styles */
body {
	font-family: 'QuicksandBook', Helvetica, sans-serif;
	background: #fff url(images/bg-inside.png) repeat-x top;
}
body#homepage {
	background: #efefef url(images/bg.png) repeat-x top;
}
#container {
	width: 960px;
	margin: 0 auto;
	position: relative;
	min-height: 100%;
}
#topper {
	font-size: 14px;
	font-family: 'BergamoStdBold', 'Times New Roman', Times, serif;
	color: #454545;
	text-shadow: 1px 1px 1px #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: normal;
	margin: 5px 0 0 0;
}
#topper span {
	padding: 0px 15px;
}
#topper a {
	color: #454545;
	text-decoration: underline;
}
#topper a:hover {
	color: #006CA3;
}
#topper a#logo {
	display: block;
	width: 960px;
	height: 26px;
	background: url(images/logo-topper.png) no-repeat top center;
	margin: 18px 0 0;
	padding: 0px;
	border: none;
}
.clr{clear:both;}
#topper .nosocial{ float:left; margin-left:65px;}
#topper .social{ width:135px; height:18px; float:left;}
#topper .social a.fb{ background:url(images/i-fb.png) top no-repeat; width:17px; height:18px; text-indent:-9999px; display:block; float:left; margin:0 5px;}
#topper .social a.lin{ background:url(images/i-lin.png) top no-repeat; width:17px; height:18px; text-indent:-9999px; display:block; float:left; margin:0 5px;}
#topper .social a.twit{ background:url(images/i-twit.png) top no-repeat; width:17px; height:18px; text-indent:-9999px; display:block; float:left; margin:0 5px;}
#topper .social a.gp{ background:url(images/i-gp.png) top no-repeat; width:17px; height:18px; text-indent:-9999px; display:block; float:left; margin:0 5px;}
#topper .social a.yt{ background:url(images/i-yt.png) top no-repeat; width:17px; height:18px; text-indent:-9999px; display:block; float:left; margin:0 5px;}
#topper .social a.fb:hover, #topper .social a.lin:hover, #topper .social a.twit:hover, #topper .social a.gp:hover, #topper .social a.yt:hover{background-position:bottom left;}
/* 	Navigation Styles  */
ul.dropdown {
	position: relative;
	list-style: none;
	margin: 13px 19px 0;	
	height: 36px;
	padding: 0px;
	background: url(images/nav-right-end.png) no-repeat top right;
	z-index: 900;
}
ul.dropdown li {
	float: left;
	zoom: 1;
	display: block;
	margin: 0px;
	padding: 0 0 0 2px;
	background:url(images/nav-left.png) no-repeat top left;
	font-family: 'BergamoStdBold', 'Times New Roman', Times, serif;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #0071ac;
	color: #fff;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
}
ul.dropdown a:hover {
	background: url(images/nav-left.png) repeat top left;
	background-position: 0px -37px;
}
ul.dropdown li a {
	display: block;
	padding: 4px 3px 0 20px;
	color: #fff;
	text-decoration: none;
	height: 32px;
	text-align: left;
	
}
ul.dropdown li#id14 a { width: 121px; }
ul.dropdown li#id16 a { width: 150px; }
ul.dropdown li#id18 a { width: 156px; }
ul.dropdown li#id20 a { width: 120px; }
ul.dropdown li#id22 a { width: 107px; }
ul.dropdown li#id25 a { width: 115px; }
ul.dropdown li:last-child a {
	border-right: none;
} 
/* Doesn't work in IE */
ul.dropdown li.hover, ul.dropdown li:hover {
	color: black;
	position: relative;
}
ul.dropdown li.hover a {
	color: black;
}
/* 	 Child Navigation Items  */
ul.dropdown ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	background: #0094e9 url(images/drop-down-ul-bg.gif) repeat-x top;
	left: 1px;
	z-index: 900;
}
ul.dropdown ul li {
	font-weight: normal;
	color: #fff;
	border-bottom: 1px solid #007dd7;
	border-top: 1px solid #20a2e7;
	float: none;
	margin: 0px;
	padding: 0px;
	background-image: none;
}
ul.dropdown ul li:first-child {
	border-top: none;
}
ul.dropdown ul li a {
	color: #3b7da8;
	font-family: 'QuicksandBold', Helvetica, sans-serif;
	font-siz: 14px;
	font-weight: bold;
	text-shadow: none; /*1px 1px 1px #00729c;*/
	margin: 0px;
	padding: 8px 10px 8px;
	width: 223px;
	display: block;
	height: auto;
	text-transform:none;
}
ul.dropdown li#id14 ul li a {width: 127px;}
ul.dropdown li#id16 ul li a {width: 195px;}
ul.dropdown li#id18 ul li a {width: 235px;}
ul.dropdown li#id20 ul li a {width: 215px;}
ul.dropdown li#id22 ul li a {width: 156px;}
ul.dropdown li#id25 ul li a {width: 122px;}
ul.dropdown ul li a:hover { 
	background-image: none;
	background-color: #0081cb;
	color:#ffffff;
}
/* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a {
	border-right: none;
	width: 100%;
	display: inline-block;
}
/* 	Grand Children  */
ul.dropdown ul ul {
	left: 100%;
	top: 0;
}
ul.dropdown li:hover > ul {
	visibility: visible;
	display: block;
	position: absolute;
	z-index: 900;
}
/* End Navigation Styles */
#homeheader {
	width: 960px;
	height: 434px;
	display: block;
	background: url(images/julia-home-header.jpg) no-repeat top left;
	margin: 1px 0 0;
}
#slider-wrapper {
	width: 592px;
	height: 338px;
	padding: 8px;
	float: right;
	position: relative;
	margin: 15px 0 0 0;
	background: url(images/slider-border.png) no-repeat top center;
	clear: both;
}
.nivo-caption {
	width: 572px;
	height: 318px;
	position: absolute;
	z-index: 50;
	float: right;
	padding: 10px;
	top: 8px;
	left: 8px;
}
.nivo-caption h2 {
	margin: 0px;
	padding: 0px;
	line-height: 28px;
	font-size: 28px;
	color: #00a8ff;
	text-transform: uppercase;
	font-family: 'BergamoStdBold', 'Times New Roman', Times, serif;
	font-weight: normal;
}
.nivo-caption img {
	float: left;
	max-height: 72px;
	max-width: 220px;
	border: 0px;
	float: left;
	clear: both;
	margin: -10px 0 5px;
	position: static !important;
}
.nivo-caption p {
	clear: both;
	color: 414141;
	line-height: 22px;
	font-size: 16px;
	font-family: 'QuicksandBook', Helvetica, sans-serif;
	width: 246px;
	margin: 5px 0px;
}
a.rounded, .navigation a {
	background-color: #00a8ff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	font-size: 12px;
	font-family: 'BergamoStdBold', 'Times New Roman', Times, serif;
	color: #fff;
	text-shadow: 1px 1px 1px #00729c;
	text-transform: uppercase;
	padding: 5px 15px;
	text-decoration: none;
	font-weight: normal;
	clear: both;
	float: right;
	line-height: 12px;
}
.navigation .previous a {
	float: left;
}
a.rounded:hover, .navigation a:hover {
	background-color: #1D7EB0;
}
.nivo-caption a.rounded {
	float: left;
	margin-top: 5px;
}
#sidebar a.rounded {
	margin-bottom: 8px;
}
#content {
	width: 960px;	
	overflow:auto;
	padding-bottom: 80px;
	margin-top: 15px;
}
.template-default #content {	
	background: url("images/sidebar-border.png") repeat-y scroll 355px 0 transparent;
}
#sidebar {
	width: 342px;
	float: left;
	padding: 0 15px 20px 0;
	background: url(images/sidebar-border.png) repeat-y right;
}
/* Sidebar Widget Styles */
#call-today {
	background-color: #00a8ff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	display: block;	
	font-family: 'BergamoStdBold', 'Times New Roman', Times, serif;
	font-size: 19px;
	text-transform: uppercase;
	color: #fff;
	text-shadow: 1px 1px 1px #00729c;
	line-height: 24px;
	text-align: center;
	padding: 10px;
	margin: 8px 0;
}
#call-today span {
	font-size: 13px;
	font-style: italic;
	color: #013e5e;
	text-transform: none;
	text-shadow: none;
}
#call-today span em {
	font-style: normal;
	padding-left: 5px;
}
/* Main Content Area Styles */
#content-main {
	width: 590px;
	float: right;
	padding-bottom: 25px;
}
/* Footer Styles */
#footer {
	height: 60px;
	background: #dfdfdf url(images/divider.jpg) repeat-x top;
	padding: 20px 0 0;
	position: relative;
	margin-top: -80px; /* negative value of footer height */
	clear:both;
	width: 100%;
	display: block;
}
#contain {
	width: 960px;	
	margin: 0 auto;
}
#footer #contain p {	
	font-family: 'BergamoStdRegular', 'Times New Roman', Times, serif;
	line-height: 21px;
	text-align: center;
	color: #676767;
	margin: 0px;
	padding: 0px;
	font-weight: lighter;
	font-size: 13px;
}
#footer #contain p a {
	color: #414141;
	text-decoration: none;
}
#footer #contain p a:hover {
	color: #777;
}
/* Julia Sidebar Widget for Inside Pages */
#snippet-widget-4 .widget-container {
	background: url(images/julia-sidebar.jpg) no-repeat bottom left;
	min-height: 250px;
	display: block;
	clear:both;
	position: relative;
}
#snippet-widget-4 .widget-container hr {
	position: absolute;
	bottom: -1px;
}
#snippet-widget-4 .widget-container p {
	width: 195px;
	float: right;
	line-height: 19px;
	margin: 10px 0 0;
}
/* Featuring Sidebar Widget */
#snippet-widget-5 {
	display: block;
	padding: 8px;
	border: 1px solid #00a8ff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	margin: 8px 0 0;
	height: 130px;
	background: #efefef url(images/sidebar-ulthera.jpg) no-repeat bottom left;
	background-position: 7px 30px;
	position: relative;
}
#snippet-widget-5 h2 { margin: 0px 0 0 4px; text-shadow: 1px 1px 1px #fff; }
#snippet-widget-5 hr {
	position: relative;
	top: 3px;
	left: -8px;
	width: 342px;
}
#snippet-widget-5 .widget-container p {
	width: 185px;
	float: right;
	line-height: 19px;
	margin: 10px 0 8px;
}

/* Skin Care Tips Widget */
#snippet-widget-6 {
	display: block;
	padding: 9px 0 0;
}
.page-blog #snippet-widget-6 {
	padding-top: 0px;
}
/* Featured Image for Pages Style */
#featured-image {
	width: 588px;
	height: 283px;
	position: relative;
	display: block;
	margin-bottom: 17px;
}
#featured-image img {
	width: 588px;
	height: 283px;
	margin-top: 2px;
}
#featured-image-border {
	width: 592px;
	height: 287px;
	background: url(images/featured-image-border.png) no-repeat top center;
	position: absolute;
	top: 0px;
	left: -2px;
}

/* Social Media Share Buttons */
.addthis_default_style {
	margin: 0px;
	height: 20px;
	float: right;
	clear: both;
}
.addthis_button_google_plusone {
	width: 64px;
	overflow: hidden;
}
.addthis_button_tweet {
	width: 84px;
	overflow: hidden;
}
.addthis_button_facebook_like {
	width: 78px;
	overflow: hidden;
}
#homepage .addthis_default_style {
	clear: none;
	margin-top: 18px;
}


/* Blockquote Containing Problem and Recovery Time */
blockquote.problem {
	width: 202px;
	background:url(images/problem-bg.png) left top repeat-x;
	float: right;
	display: block;
	border:1px solid #d08a00;
	margin: 0 0 10px 20px;
	padding-top:8px;
	-moz-box-shadow: inset 0 0 1px rgba(255,255,255, 1);
	-webkit-box-shadow: inset 0 0 1px rgba(255,255,255, 1);
	-o-box-shadow:inset 0 0 1px rgba(255,255,255, 1);
	box-shadow:inset 0 0 1px rgba(255,255,255, 1);
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}
#content .entry blockquote.problem p {
	font-size: 12px;
	padding: 0 8px 8px;
	margin:0;
	line-height: 18px;
}
blockquote.problem strong{
	text-transform:uppercase;
}
strong.org{
	color:#d08a00;
}
blockquote.problem a {
	width: 202px;
	background: #eda517;
	padding: 10px 0px 11px;
	text-align: center;
	display: block;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	border-top:1px solid #d08a00;
	text-shadow: 1px 1px #d08a00;
	font-size: 12px;
	margin: 2px 0 0;
	-webkit-border-bottom-right-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-o-border-bottom-right-radius: 20px;
	-o-border-bottom-left-radius: 20px;
	-moz-border-radius-bottomright: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
blockquote.problem a:hover { 
	background-color: #edba17;
}
/* Search Form Styles */
#search-3 input[type=text] {
	width: 270px;
	background-color: #efefef;
	border: 1px solid #c4c2c2;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	padding-right: 10px;
	padding-left: 10px;
}
#search-3 button {
	text-indent: -9999px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	border-radius: 15px;
	background: #00a8ff url(images/go.gif) no-repeat top center;
	width: 45px;
	background-position: 8px 5px;
}
#search-3 {
	padding-bottom: 8px;
	border-bottom: 1px solid #d7d7d7;
}
/* Hours Widget */
#hours-widget-2 p {
	display: inline;
	float: left;
	width: 150px;
	clear: left;
	font-family: 'QuicksandBold', Helvetica, sans-serif;
}
#hours-widget-2 span.right {
	font-size: 13px;
	padding: 4px 0px;
}
/* Feed Link for Blog */
a#feed {
	display: block;
	font-size: 14px;
	color: #414141;
	text-decoration: none;
	padding: 13px 0 10px 35px;
	background: url(images/rss.jpg) no-repeat top left;
	background-position: 0px 10px;
	font-family: 'BergamoStdBold', 'Times New Roman', Times, serif;
	text-transform: uppercase;
	border-bottom: 1px solid #d7d7d7;
}
a#feed:hover {
	color: #00a8ff;
}
/* Categories Sidebar List */
#categories-3 h3 {
	display: block;
	background-color: #00a8ff;
	font-size: 18px;
	color: #fff;
	text-shadow: 1px 1px 1px #00729c;
	padding: 8px 10px;
	margin: 15px 0 0;
}
#categories-3 ul {
	margin-bottom: 5px;
}
#categories-3 ul li {
	display: block;
	background: #ededed url(images/arrow-cat.png) no-repeat;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #fbfbfb;
	background-position: 327px 10px;
	margin: 0px;
}
#categories-3 ul li a {
	font-size: 12px;
	color: #414141;
	text-decoration: none;
	display: block;
	padding: 7px 10px;
}
#categories-3 ul li a:hover {
	background: #f7f7f7 url(images/arrow-cat.png) no-repeat;
	background-position: 327px 10px;
}
/* Previous Posts Sidebar Widget */
#recent-posts-3 ul li {
	display: list-item;
	margin-bottom: 0px;
}
#recent-posts-3 ul li a {
	text-decoration: none;
	color: #414141;
	font-size: 14px;
	background: url(images/arrow-cat.png) no-repeat top right;	
	background-position: right 5px;
	padding-right: 10px;
	line-height: 30px;
}
#recent-posts-3 ul li a:hover {
	border-bottom: 1px dotted #00a8ff;
}
#recent-posts-3 {
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 15px;
}
/* Blog Roll Images */
img.roll-image {
	float: left;
	margin: 0 15px 5px 0px;
}
.post h2, #search h2 {
	font-family: 'BergamoStdBold', 'Times New Roman', Times, serif;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 5px;
	padding: 0px;
	font-weight: normal;
}
.post h2 a, #search h2 a {
	color: #00a8ff;
	text-decoration: none;
}
.post h2 a:hover, #search h2 a:hover {
	color: #00679c;
}
#blog h1, .template-posts h1, .template-default h1 {
	color: #000;
	text-transform: uppercase;
	font-family: 'BergamoStdBold', 'Times New Roman', Times, serif;
	font-size: 22px;
	margin-bottom: 20px;
	font-weight: normal;
}
.template-posts h1 em {
	color: #888;
}
#blog p.post-info, p.postmetadata {
	font-family: 'QuicksandBook', Helvetica, sans-serif;
	font-size: 12px;
	color: #414141;	
}
p.posted-under, .template-posts p.posted-under {
	font-family: 'QuicksandBook', Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	display: block;
	padding: 3px 10px 20px 0;
	color: #414141;	
	width: 320px;
	float: left;
}
p.alignright {
	font-weight: bold;
	margin: 0 0 8px;
	padding-bottom: 10px;
	border-bottom: 1px solid #d7d7d7;
}
#blog .addthis_toolbox, .template-posts .addthis_toolbox {
	clear: none;
	float: left;
}
p.postmetadata {
	line-height: 16px;
	color: #666;
	border-top: 1px solid #d7d7d7;
	padding: 5px 0 0;
	margin: 25px 0 0;
}
.comment-form-comment label {
	color: #666;
}
.post img.alignleft {
	margin-top: 10px;
}
/* Additional COmment Styles */
.comment a {
	color: #00a8ff;
}
.comment a:hover {
	text-decoration: none;
}
/* Content Styles */

#content .entry ul {
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0 15px 35px;
	list-style: circle;
}
#content .entry p {
	margin-bottom: 15px;
}
.entry ul li {
	margin-bottom: 10px;
}
#content .entry h3, #content .entry h2, #content .entry h4, #content .entry h5 {
	font-family: 'BergamoStdBold','Times New Roman',Times,serif;
	font-size: 18px;
	color: #333;
	margin: 25px 0 15px;
	font-weight: normal;
}
#content .entry h2 { font-size: 20px; }
#content .entry h4 { font-size: 16px; }
#content .entry h5 { font-size: 14px; }
#content .entry h2, #content .entry h3, #content .entry h4, #content .entry h5, #content .entry h6 {
	color: #00a8ff;
	margin-bottom: 5px;
}

/* Contact Form Styles */
#contact-form {
	width: 100%;
	border: none;
	border-collapse: collapse;
}
#contact-form input[type=text], #contact-form input[type=email] {
	width: 250px;
	padding: 5px 10px;
	border: 1px solid #eee;
	border-radius: 4px;
	margin: 5px 5px 5px 0;
	color: #333;
}
#contact-form textarea {
	width: 550px;
	padding: 5px 10px;
	border: 1px solid #eee;
	border-radius: 4px;
	font-size: 14px;
	font-family: 'QuicksandBook',Helvetica,sans-serif;
	color: #333;
}
#contact-form input[type=text].watermark, #contact-form input[type=email].watermark {	
	font-style: italic;
	color: #999;
}
#content #contact-form p:first-child {
	margin: 15px 0 5px;
}
#contact-form input[type=submit] {
	padding: 5px 10px;
	background-color: #00A8FF;
	border-radius: 15px;
	color: #fff;
	border: 0px;    
	font-family: 'BergamoStdBold','Times New Roman',Times,serif;
    font-size: 19px;
    text-align: center;
    text-shadow: 1px 1px 1px #00729C;
	float: right;
	text-transform: uppercase;
	margin: 0 15px 0 0;
}
#contact-form input[type=submit]:hover {
	background-color: #00729C;
	cursor: pointer;
}

/* Form Error Styles */
#content .wpcf7-response-output {		
	padding: 15px 25px;
	border-radius: 15px;
	color: #444;
	border: 0px;    
	font-family: 'BergamoStdBold','Times New Roman',Times,serif;
    font-size: 14px;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	float: right;
	text-transform: uppercase;
	margin: 15px 0;
}

#content .wpcf7-validation-errors {
	background-color: #F9E8EE;
	color: #874343;
	border: 1px solid #EAD3DB;
}
#content .wpcf7-mail-sent-ok {
}
#content span.wpcf7-not-valid-tip {
	display: block;
	padding: 3px 5px;
	width: 70px;
	border-radius: 4px;
	color: #444;
	border: 0px;    
	font-family: 'QuicksandBook',Helvetica,sans-serif;
    font-size: 10px;
    text-align: center;
    text-shadow: 1px 1px 1px #fff;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
	top: -8px;
	left: 180px;
}
#content #comments span.wpcf7-not-valid-tip {
	left: 596px;
}
img.wpcf7-form-control {
	position: relative;
	top: 3px;
}


#new-sidebar .widget {
    display: block;
    padding: 4px 0;
}
#new-sidebar .widget:first-child {
    border-top: 0;
    padding-top: 0;
}
#new-sidebar .grey {
    background-color: #efefef;
    border: 1px solid #00a8ff;
    border-radius: 10px;
    padding: 10px;
}
#new-sidebar .blue {
    background-color: #00a8ff;
    border-radius: 10px;
    padding: 10px;
    color: #fff;
}
#new-sidebar .grey:after, #new-sidebar .blue:after  {
    content: ' ';
    display: table;
    clear: both;
}
#new-sidebar .blue-circle {
    float: right;
    display: block;
    background-color: #00a8ff;
    color: #fff;
    font-size: 12px;
    font-family: 'BergamoStdBold', 'Times New Roman', Times, serif;
    text-transform: uppercase;
    padding: 5px 15px;
    border-radius: 15px;
    text-decoration: none;
    margin-top: 15px;
}
#new-sidebar .blue-circle:hover {
    background-color: #006599;
}
#new-sidebar h2 {
    margin: 0 0 10px;
    font-size: 20px;
    color: #000;
}
#new-sidebar h3 {
    font-size: 20px;
    text-transform: none;
    font-style: italic;
    margin-bottom: 5px;
    margin-top: 0;
}
#new-sidebar p {
    font-size: 13px;
    line-height: 18px;
}
#new-sidebar a.border {
    float: left;
    margin: 0 15px 0 0;
}
#new-sidebar a.border img {
    display: block;
    border: 3px solid #fff;
    -moz-box-shadow:    0 0 5px 1px #aaa;
    -webkit-box-shadow: 0 0 5px 1px #aaa;
    box-shadow:         0 0 5px 1px #aaa;
    width: 120px;
}
#new-sidebar .phones h2 {
    color: #fff;
    text-shadow: 1px 1px 1px #006599;
    display: block;
    text-align: center;
}
#new-sidebar .phones h3 {
    color: #fff;
    font-size: 32px;
    line-height: 30px;
    text-shadow: 1px 1px #000;
    font-style: normal;
    text-align: right;
}
#new-sidebar .phones h3 em {
    font-size: 18px;
    display: inline-block;
    font-weight: normal;
    opacity: .9;
}
#new-sidebar .phones h2 + h3 {
    width: 100%;
    margin-left: -20px;
    background-color: #006599;
    display: block;
    text-align: left;
    padding: 10px 15px;
}
#new-sidebar .featuring h2,
#new-sidebar .featuring h3,
#new-sidebar .specials h2,
#new-sidebar .specials h3 {
    display: inline-block !important;
}
#new-sidebar .join-specials form input[type=text],#new-sidebar .join-specials form input[type=email] {
    width: 120px;
    border: 1px solid #bbb;
    border-radius: 4px;
    padding: 5px 10px;
    margin-top: 5px;
}
#new-sidebar .join-specials form input[type=submit] {
    border: 0;
    background-color: #00a8ff;
    color: #fff;
    border-radius: 15px;
    font-family: 'BergamoStdBold', 'Times New Roman', Times, serif;
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px 15px;
    float: right;
    margin-top: 7px;
}
#new-sidebar .join-specials form input[type=submit]:hover {
    background-color: #006599;
    cursor: pointer;
}
#new-sidebar .blue.schedule {
    padding: 0;
    font-family: 'BergamoStdBold', 'Times New Roman', Times, serif;
}
#new-sidebar .blue.schedule img {
    float: left;
    padding: 20px;
    background-color: #006599;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
#new-sidebar .blue.schedule a {
    text-decoration: none;
}
#new-sidebar .blue.schedule strong {
    padding: 15px 20px 0 108px;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    text-shadow: 1px 1px 1px #006599;
}
#new-sidebar .blue.schedule span {
    display: block;
    padding: 0 20px 0 108px;
    color: #fff;
    font-weight: normal;
    font-style: italic;
}
#new-sidebar .blue.schedule:hover {
    background-color: #006599;
}
#new-sidebar .blue.schedule:hover img {
    background-color: #175274;
}
#new-sidebar .dr-julia {
    background: #efefef url(images/julia-sidebar-new.jpg) no-repeat bottom left;
}
#new-sidebar .dr-julia p {
    padding-left: 130px;
    margin-bottom: 10px;
}
#new-sidebar .dr-julia .blue-circle {margin-top: 0}
#new-sidebar .featuring ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#new-sidebar .featuring img {
    float: left;
    margin: 5px 15px 25px 5px;
    width: 120px;
    border: 3px solid #fff;
    -moz-box-shadow: 0 0 5px 1px #aaa;
    -webkit-box-shadow: 0 0 5px 1px #aaa;
    box-shadow: 0 0 5px 1px #aaa;
    width: 120px;
}
#new-sidebar .featuring p {
    padding-left: 141px;
}
#new-sidebar .contact {padding: 0}
#new-sidebar .contact a {
    font-family: 'BergamoStdBold', 'Times New Roman', Times, serif;
    display: block;
    padding:  10px 20px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #006599;
    text-decoration: none;
    font-size: 20px;
}
#new-sidebar .contact:hover {
    background-color: #006599;
}
#new-sidebar .bx-controls {
    position: absolute;
    bottom: 0;
    left: 0;
}
#new-sidebar .bx-wrapper {
    position: relative;
}
#new-sidebar .bx-pager-item {
    display: inline-block;
}
#new-sidebar .bx-pager-item a {
    display: block;
    overflow: hidden;
    text-indent: -999px;
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border-radius: 15px;
    margin: 0 7px 0 3px;
}
#new-sidebar .bx-pager-item a.active {
    background-color: #00a8ff;
}
#new-sidebar .location {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
#new-sidebar h2+.location {
    border-top: 1px solid #ddd;    
}
#new-sidebar .location h3 {
    float: left;
    font-size: 16px;
    line-height: 15px;
    width: 120px;
    text-transform: uppercase;
    font-style: normal;
    margin: 0;
}
#new-sidebar .location p {
    float: right;
    margin: 7px 0 0;
}
#new-sidebar .location:after {
    content: ' ';
    display: table;
    clear: both;
}
#new-sidebar .hours p.center {
    margin-top: 15px;
}
#new-sidebar .social-side {
    padding-bottom: 0;
}
#new-sidebar .social-side h2 {
    display: inline-block;
    text-shadow: none;
    color: #fff;
    font-size: 15px;
    line-height: 30px;
    vertical-align: top;
}
#new-sidebar .social-side a {
    display: inline-block;
    color: #224253;
    text-decoration: none;
    font-size: 20px;
    line-height: 30px;
}
#new-sidebar .social-side a:hover {
    color: #fff;
}