/**
 * Client Information
 *
 * Dallas Associated Dermatologists
 * http://www.paddallas.com
 * designed by Switch Creative Group
 * http://www.groupswitch.com
*/


/**
 * HTML5 ✰ Boilerplate
 *
 * style.css contains a reset, font normalization and some base styles.
 *
 * Credit is left where credit is due.
 * Much inspiration was taken from these projects:
 * - yui.yahooapis.com/2.8.1/build/base/base.css
 * - camendesign.com/design/
 * - praegnanz.de/weblog/htmlcssjs-kickstart
 */


/**
 * html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
 * v1.6.1 2010-09-17 | Authors: Eric Meyer & Richard Clark
 * html5doctor.com/html-5-reset-stylesheet/
 */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }

ins { background-color: #ff9; color: #000; text-decoration: none; }

mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }

table { border-collapse: collapse; border-spacing: 0; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

input, select { vertical-align: middle; }



/* ! ---- Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/ ---- */
/* -------------------------------------------------------------------------------------------- */

body { font:13px/1.231 sans-serif; *font-size:small; } /* Hack retained to preserve specificity */
select, input, textarea, button { font:99% sans-serif; }

/* Normalize monospace sizing:
   en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome */
pre, code, kbd, samp { font-family: monospace, sans-serif; }



/* ! ---- Minimal base styles. ---- */
/* -------------------------------------------------------------------------------------------- */

/* Always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }

/* Remove margins for navigation lists */
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td { vertical-align: top; }

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre {
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; white-space: pre-wrap; word-wrap: break-word;
  padding: 15px;
}

textarea { overflow: auto; } /* www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } 

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* Hand cursor on clickable input elements */
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea { margin: 0; }

/* Colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid {
   border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


/* These selection declarations have to be separate
   No text-shadow: twitter.com/miketaylr/status/12228805301
   Also: hot pink! */
::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; }

/* j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; }

/* Make buttons play nice in IE:
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }

/* Bicubic resizing for non-native sized IMG:
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/**
 * You might tweak these..
 */

body, select, input, textarea {
  /* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */
  color: #444;
  /* Set your base font here, to apply evenly */
  /* font-family: Georgia, serif;  */
}

/* Headers (h1, h2, etc) have no default font-size or margin; define those yourself */
h1, h2, h3, h4, h5, h6 { font-weight: bold; }

a, a:active, a:visited { color: #607890; }
a:hover { color: #036; }


/* ie6 warning */
#_l { z-index: 100; }
#_d { z-index: 101; }
#_ul { margin: 0 !important; padding: 0 !important; }
#_ul li {	float: left;}



/* -------------------------------------------------------------------------------------------- */
/* ! ---- Switch Styles ---- */
/* -------------------------------------------------------------------------------------------- */

/* TypeKit "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2" */
/* TypeKit "nimbus-sans-1,nimbus-sans-2" */

/* ! ---- Structure ---- */
/* -------------------------------------------------------------------------------------------- */
	
	body { background: url(http://dallasassocderm.com/_img/main_background.jpg) repeat; }
	
	#container {
		position: relative; 
		z-index: 1;
 		}
 
	#header_hldr {
 		background: url(http://dallasassocderm.com/_img/header_hldr_background.jpg) repeat-x;
 		border-bottom: 1px solid #000;
 		height: 165px;
 		position: relative;
 		width: 100%;
 		z-index: 10;
 		}
 	
 	#header {
 		background: url(http://dallasassocderm.com/_img/header_background.jpg) 0 0 no-repeat;
 		height: 165px;
 		padding-left: 130px;
 		position: relative;
 		width: 1070px;
 		}
	
	#main_hldr { 
		background: url(http://dallasassocderm.com/_img/main_home_back.gif) 0 -90px repeat-x; 
		position: relative;
		width: 100%; 
		z-index: 1;
		}
		
	#main_hldr.home { background: url(http://dallasassocderm.com/_img/main_home_back.gif) 0 0 repeat-x; }
	
	#main { width: 1200px; }
	
	#footer_hldr {
		background: url(http://dallasassocderm.com/_img/footer_hldr_background.jpg) repeat;
		border-top: 1px solid #b7d5c5;
		width: 100%;
		}
	
	#footer {
		background: url(http://dallasassocderm.com/_img/footer_background.jpg) 0 0 no-repeat;
		height: 73px;
		padding-left: 130px;
		width: 1070px;
		}



/* ! ---- Header ---- */
/* -------------------------------------------------------------------------------------------- */
	
	#header h1 {
		float: left;
		}
	
	#header h1 a {
		background: url(http://dallasassocderm.com/_img/header_logo.png) 0 0 no-repeat;
		height: 165px;
		width: 200px;
		}
	
	#current_patients {
		background: #185e7c url(http://dallasassocderm.com/_img/current_patients_arrow.png) 105px 7px no-repeat;
		-webkit-border-bottom-left-radius: 20px;
		-moz-border-radius-bottomleft: 20px;
		border-bottom-left-radius: 20px;
		-moz-box-shadow:		0 0 5px rgba(0,0,0,.5);
		-webkit-box-shadow:	0 0 5px rgba(0,0,0,.5);
		box-shadow:					0 0 5px rgba(0,0,0,.5);
		font: 11px Georgia, serif;
		padding: 5px 15px 10px;
		position: fixed;
			top: 0;
			right: 0;
		width: 110px;
		}
	
	#current_patients a {
		color: #fff;
		text-decoration: none;
		}
	
	#current_patients a:hover { color: #97c9dc; }
	

/* ! ---- Main Navigation ---- */
/* -------------------------------------------------------------------------------------------- */
	
	#main_nav {
		float: left;
		margin-left: 200px;
		padding-top: 30px;
		}
	
	#main_nav ul {
		float: left;
   	width: 170px;
		}
	
	#main_nav li {
		font: 400 13px nimbus-sans-1, nimbus-sans-2, sans-serif;
		margin-bottom: 11px;
		}
	
	#main_nav a {
		border-top: 1px solid transparent;
		border-bottom: 1px solid transparent;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		color: #fff;
		padding: 4px 11px 4px 10px;
		text-decoration: none;
			 -moz-transition: all 0.3s ease-out;  /* FF4+ */
	       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
	  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
	      -ms-transition: all 0.3s ease-out;  /* IE10? */
	          transition: all 0.3s ease-out;  
		}
	
	#main_nav a:hover, 
	#main_nav a.active {
		background: #000;
		background: rgba(0,0,0,.3);
		border-top: 1px solid #0c465e;
		border-bottom: 1px solid #66aec7;
		-moz-box-shadow:		inset 0 0 3px rgba(0,0,0,.3);
		-webkit-box-shadow:	inset 0 0 3px rgba(0,0,0,.3);
		box-shadow:					inset 0 0 3px rgba(0,0,0,.3);
		}
	


/* ! ---- Main Content ---- */
/* -------------------------------------------------------------------------------------------- */	
	
	
	
	/* ! Home */
	/* ------------------------------------------------------------------------------------------ */
		
		#home_gallery { 
			background-color: #bfd7ca;
			/* display: none; */
			height: 375px;
			position: relative;
			width: 1200px;
			visibility: hidden;
			z-index: 1;
			}
		
		#home_slider {  }
		
		#home_slider ul { margin: 0; }
		
		#home_slider .slide {
			display: block;
			height: 375px;
			position: relative;
			width: 1200px;
			}
		
		#home_slider .slide img {
			position: absolute;
				top: 0;
				left: 0;
			}
		
		#home_slider .slide_copy {
			color: #619002;
			font: 300 32px/1.3em nimbus-sans-1, nimbus-sans-2, sans-serif;
			-webkit-font-smoothing: antialiased;
			position: absolute;
				top: 20px;
				left: 550px;
			width: 520px;
			}


		
		#home_services_nav {
			height: 205px;
			margin-top: -140px;
			position: relative;
			width: 1200px;
			z-index: 10;
			}
		
		#home_services_nav_bar {
			background: url(http://dallasassocderm.com/_img/home_ribbon.png) 0 0 no-repeat;
			height: 56px;
			padding-top: 15px;
			position: absolute;
				top: 25px;
				left: 0;
			width: 1116px;
			z-index: 1;
			}
		
		#home_services_nav_bar p {
			background: url(http://dallasassocderm.com/_img/home_ribbon_arrow.png) 0 3px no-repeat;
			color: #87999f;
			font: 14px Georgia, serif;
			margin-left: 725px;
			padding-left: 15px;
			}
		
		#hsn_list {
			list-style: none;
			margin: 0;
			position: absolute;
				top: 0;
				left: 117px;
			z-index: 5;
			}
		
		#hsn_list li {
			float: left;
			}
		
		#hsn_list a {
			background: url(http://dallasassocderm.com/_img/home_cta.png) 0 0 no-repeat;
			color: #2b4500;
			display: block;
			font: 27px Georgia, serif;
			height: 140px;
			padding-top: 65px;
			text-align: center;
			text-decoration: none;
			text-indent: 0;
			text-shadow: -1px 1px 1px #eaffb6;
			width: 195px;
				 -moz-transition: all 0.3s ease-out;  /* FF4+ */
		       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
		  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
		      -ms-transition: all 0.3s ease-out;  /* IE10? */
		          transition: all 0.3s ease-out;
			}
		
		#hsn_list a span {
			display: block;
			font: 16px nimbus-sans-1, nimbus-sans-2, sans-serif;
			text-transform: uppercase;
			}
		
		#hsn_list a:hover {
			color: #fff;
			text-shadow: -1px 1px 1px #63940f;
			}
		
		
		
		#home_info_nav {
			margin: 20px 0 40px 130px;
			}
		
		#hin_list {
			list-style: none;
			margin: 0;
			}
		
		#hin_list li {
			float: left;
			margin-left: 10px;
			}
		
		#hin_list li:first-child { margin-left: 0; }
		
		#hin_list .img {
			background: url(http://dallasassocderm.com/_img/home_info_background.jpg) 0 0 repeat-y;
			border: 1px solid #dbdbdb;
					-moz-border-radius: 5px; /* FF1-3.6 */
		  -webkit-border-radius: 	5px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
		          border-radius: 	5px;
				 -moz-box-shadow: 0px 1px 4px #cdcdcd; /* FF3.5+ */
		  -webkit-box-shadow: 0px 1px 4px #cdcdcd; /* Saf3.0+, Chrome */
		          box-shadow: 0px 1px 4px #cdcdcd;
			padding: 10px 10px 8px;
			}
		
		#hin_list .button {
			margin: 40px auto;
			text-align: center;
			}
		
		a.dk_button {
			background-color: #373737;
		  background-image: -webkit-gradient(linear, left top, left bottom, from(#5a5a5a), to(#373737)); /* Saf4+, Chrome */
		  background-image: -webkit-linear-gradient(top, #5a5a5a, #373737); /* Chrome 10+, Saf5.1+ */
		  background-image:    -moz-linear-gradient(top, #5a5a5a, #373737); /* FF3.6 */
		  background-image:     -ms-linear-gradient(top, #5a5a5a, #373737); /* IE10 */
		  background-image:      -o-linear-gradient(top, #5a5a5a, #373737); /* Opera 11.10+ */
		  background-image:         linear-gradient(top, #5a5a5a, #373737);
		            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5a5a5a', EndColorStr='#373737'); /* IE6–IE9 */
			border: 1px solid #373737;
			border-top: 1px solid #4d4d4d;
				 -moz-box-shadow: 0px 1px 4px #cdcdcd; /* FF3.5+ */
		  -webkit-box-shadow: 0px 1px 4px #cdcdcd; /* Saf3.0+, Chrome */
		          box-shadow: 0px 1px 4px #cdcdcd;
			color: #fff;
				 -moz-border-radius:20px;	/* FF1-3.6 */
		  -webkit-border-radius:20px;	/* Saf3-4, iOS 1-3.2, Android <1.6 */
		          border-radius:20px;	/* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
		  font: 700 16px nimbus-sans-1, nimbus-sans-2, sans-serif;
		  -webkit-font-smoothing: antialiased;
		  padding: 10px 40px 10px 20px;
		  position: relative;
		  text-decoration: none;
		  width: 200px;
			}
		
		a.dk_button span {
			background: url(http://dallasassocderm.com/_img/dk_button_arrow.png) 0 0 no-repeat;
			height: 22px;
			position: absolute;
				top: 8px;
				right: 10px;
			text-indent: -9999px;
			width: 24px;
							 -moz-transition: all 0.3s ease-out;  /* FF4+ */
		       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
		  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
		      -ms-transition: all 0.3s ease-out;  /* IE10? */
		          transition: all 0.3s ease-out;
			}
		
		a.dk_button:hover {
			background-color: #373737;
			background-image: none;
			}

		a.dk_button:hover span {
				top: 8px;
				right: 0;
			}



	/* ! Sub Pages */
	/* ------------------------------------------------------------------------------------------ */
		
		.entry {}
		
		.entry_header {
			height: 285px;
			position: relative;
			visibility: hidden;
			width: 1200px;
			}
		
		.enrty_header img {
			position: absolute;
				top: 0;
				left: 0;
			}
		
		.entry_content {
			float: right;
			margin: 50px 120px 50px 0;
			width: 620px;
			}
		
		.entry_content h2,
		.entry_content .title {
			color: #619002;
			font: 34px/1.6em "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", sans-serif;
			margin-bottom: 0;
			}
		
		.entry_content h3 {
			color: #619002;
			font: 24px/1.2em "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", sans-serif;
			margin-bottom: 8px;
			}
		
		.entry_content h4 {
			font: 700 14px/1.6em "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", sans-serif;
			-webkit-font-smoothing: antialiased;
			margin-bottom: 8px;
			width: 500px;
			}
		
		.entry_content p,
		.entry_content ul {
			color: #555;
			font: 15px/1.6em nimbus-sans-1, nimbus-sans-2, sans-serif;
			margin-bottom: 25px;
			}
		
		.entry_content strong { font-weight: 700; -webkit-font-smoothing: antialiased; }
		
		.entry_content a {
			color: #15749d;
			text-decoration: none;
			}
		
		.entry_content a:hover { color: #555; }
		
		.entry_content ul { margin: 0 0 25px 17px; }
		
		.entry_content blockquote {
			background: rgba(0,0,0,.05);
			margin-bottom: 25px;
			padding: 25px 25px 5px;
			}
		
		.entry_aside {
			float: left;
			padding: 50px 0 50px 130px;
			width: 300px;
			}
		
		.entry_aside p {
			color: #619002;
			font: 300 22px/1.4em nimbus-sans-1, nimbus-sans-2, sans-serif;
			-webkit-font-smoothing: antialiased;
			}
		
		.entry_aside p a {
			color: #005188;
			text-decoration: none;
			}
		
		.entry_aside h2 a {
			color: #15749d;
			display: block;
			font: 14px/1.4em "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", sans-serif;
			padding: 10px 0;
			text-decoration: none;
			text-transform: uppercase;
			}
		
		#sub_nav {
			border-top: 1px solid #d2d2d2;
			list-style: none;
			font: 14px nimbus-sans-1, nimbus-sans-2, sans-serif;
			margin: 0 0 45px;
			}
		
		#sub_nav li .title {
			border-bottom: 1px solid #d2d2d2;
			color: #6e6e6e;
			display: block;
			font-weight: 700;
			-webkit-font-smoothing: antialiased;
			padding: 10px 0;
			}
		
		#sub_nav li a {
			border-bottom: 1px solid #d2d2d2;
			color: #6e6e6e;
			display: block;
			font-weight: 700;
			-webkit-font-smoothing: antialiased;
			padding: 10px 0;
			text-decoration: none;
			-moz-transition: all 0.3s ease-out;  /* FF4+ */
		       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
		  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
		      -ms-transition: all 0.3s ease-out;  /* IE10? */
		          transition: all 0.3s ease-out;
			}
		
		#sub_nav li a:hover,
		#sub_nav li a.active {
			background-color: rgb(210,210,210);
			background-color: rgba(0,0,0,.03);
			padding-left: 10px;
			}
		
		#sub_nav li ul {
			list-style: none;
			margin-left: 0;
			}
		
		#sub_nav li ul li a {
			font-weight: normal;
			padding-left: 10px;
			-moz-transition: all 0.3s ease-out;  /* FF4+ */
		       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
		  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
		      -ms-transition: all 0.3s ease-out;  /* IE10? */
		          transition: all 0.3s ease-out;
			}
		
		#sub_nav li ul li a:hover,
		#sub_nav li ul li a.active { padding-left: 20px; }


#construction, #op{
background: white;
float: left;
width: 600px;
padding: 20px;
}	
	#construction h2, #op h2{
font: normal 22px/28px "Helvetica", sans-serif;
color: #0e84aa;
}
#construction p, #op p{
clear: both;
float: left;
margin: 10px 0;
font: normal 13px/20px "Georgia", serif;
}
	
	/* ! Medical Staff */	
	/* ------------------------------------------------------------------------------------------ */	
		
		.staff_listing { 
			clear: both;
			margin-bottom: 20px; 
			}
		
		.staff_listing h1 {
			color: #619002;
			font: 24px/1.2em "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", sans-serif;
			margin-bottom: 15px;
			}
		
		.staff_listing .dr {
			float: left;
			margin: 0 0 15px 35px;
			}
		
		.staff_listing .dr h1 {
			font: 11px nimbus-sans-1, nimbus-sans-2, sans-serif;
			margin-top: 10px;
			text-align: center;
			}
		
		.staff_listing .dr h1 a {
			color: #464646;
			text-decoration: none;
			}
		
		.staff_listing .dr h1 a:hover { color: #619002; }
		
		.staff_listing .dr_img {
			background: url(http://dallasassocderm.com/_img/home_info_background.jpg) 0 0 repeat-y;
			border: 1px solid #dbdbdb;
					-moz-border-radius: 5px; /* FF1-3.6 */
		  -webkit-border-radius: 	5px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
		          border-radius: 	5px;
				 -moz-box-shadow: 0px 1px 4px #cdcdcd; /* FF3.5+ */
		  -webkit-box-shadow: 0px 1px 4px #cdcdcd; /* Saf3.0+, Chrome */
		          box-shadow: 0px 1px 4px #cdcdcd;
			padding: 10px 10px 8px;
			-moz-transition: all 0.3s ease-out;  /* FF4+ */
		       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
		  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
		      -ms-transition: all 0.3s ease-out;  /* IE10? */
		          transition: all 0.3s ease-out;
			}
		
		.staff_listing .dr_img:hover {
			background-position: -150px 0;
			}
		
		.staff_listing .no_margin { margin-left: 0; }
		
		
		
		
		.staff {}
		
		.staff .portrait {
			background: url(http://dallasassocderm.com/_img/home_info_background.jpg) 0 0 repeat-y;
			border: 1px solid #dbdbdb;
					-moz-border-radius: 5px; /* FF1-3.6 */
		  -webkit-border-radius: 	5px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
		          border-radius: 	5px;
				 -moz-box-shadow: 0px 1px 4px #cdcdcd; /* FF3.5+ */
		  -webkit-box-shadow: 0px 1px 4px #cdcdcd; /* Saf3.0+, Chrome */
		          box-shadow: 0px 1px 4px #cdcdcd;
			float: right;
			margin-top: 10px;
			padding: 10px 10px 8px;
			width: 175px;
			}
		
		.staff .main_content {
			float: left;
			margin: 0; 
			width: 400px; 
			}
		
		#ms_logos {
			border-top: 1px solid #d2d2d2;
			padding-top: 5px;
			}


	/* ! News */	
	/* ------------------------------------------------------------------------------------------ */	
		
		#posts {
			float: right;
			margin: 20px 120px 50px 0;
			width: 620px;
			}
		
		.post { 
			border-top: 1px solid #d2d2d2; 
			padding: 30px 0 20px;
			}
		
		.post:first-child { border-top: none; }
		
		.post h2,
		.post h2 a {
			color: #619002;
			font: 36px/1.2em "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", sans-serif;
			margin-bottom: 0;
			text-decoration: none;
			}
		
		.post h3 {
			color: #619002;
			font: 24px/1.2em "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", sans-serif;
			margin-bottom: 8px;
			}
		
		.post p,
		.post ul {
			color: #555;
			font: 15px/1.6em nimbus-sans-1, nimbus-sans-2, sans-serif;
			margin-bottom: 25px;
			}
		
		.post ul { margin: -15px 0 25px 17px; }
		
		.post strong { font-weight: 700; -webkit-font-smoothing: antialiased; }

.post em {
font-style: italic;
}		

		.post a {
			color: #619002;
			text-decoration: none;
			}
		
		.post a:hover { color: #6e6e6e; }
		
		
		#sidebar {
			float: left;
			padding: 74px 0 50px 130px;
			width: 300px;
			}
				
		#sidebar h2 a {
			color: #15749d;
			display: block;
			font: 14px/1.4em "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", sans-serif;
			padding: 10px 0;
			text-decoration: none;
			text-transform: uppercase;
			}
		
		
		#pages a {
			color: #619002;
			text-decoration: none;
			}



	/* ! Locations */	
	/* ------------------------------------------------------------------------------------------ */	
		
		.location {
			clear: both;
			margin-bottom: 45px;
			}
		
		.location_img {
			background: url(http://dallasassocderm.com/_img/home_info_background.jpg) 0 0 repeat;
			border: 1px solid #dbdbdb;
					-moz-border-radius: 5px; /* FF1-3.6 */
		  -webkit-border-radius: 	5px; /* Saf3-4, iOS 1-3.2, Android <1.6 */
		          border-radius: 	5px;
				 -moz-box-shadow: 0px 1px 4px #cdcdcd; /* FF3.5+ */
		  -webkit-box-shadow: 0px 1px 4px #cdcdcd; /* Saf3.0+, Chrome */
		          box-shadow: 0px 1px 4px #cdcdcd;
			padding: 10px 10px 8px;
			-moz-transition: all 0.3s ease-out;  /* FF4+ */
		       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
		  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
		      -ms-transition: all 0.3s ease-out;  /* IE10? */
		          transition: all 0.3s ease-out;
		  float: left;
		  width: 300px;
			}
		
		.location_img:hover {
			background-position: -150px 0;
			}
		
		.location_info {
			float: right;
			width: 280px;
			}
		
		.location h1 {
			color: #619002;
			font: 28px/1.4em "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", sans-serif;
			margin-bottom: 15px;
			}
		
		.location_info .map { margin-top: -25px; }
	
		.location_info .numbers {
			list-style: none;
			margin: 0;
			}


	/* ! ---- Forms ---- */
	/* -------------------------------------------------------------------------------------------- */
		
		.form {
			margin-bottom: 25px;
			}
		
		.form table { margin-bottom: 0; }
		
		.form td {
			padding-bottom: 15px;
			vertical-align: middle;
			}
		
		.form td.no_padding { padding-bottom: 0; }
		
		.form .label	{ font-weight: 700;  width: 175px; }
		.form .input { width: 445px; }
		
		.form.radio_textarea .label { width: 260px; }
		.form.radio_textarea .input { width: 360px; }
		.form.radio_textarea textarea { width: 360px; }
		
		.form .two_table .label { width: 100px; }
		.form .two_table .input { width: 210px; }
		
		.form .three_table .label { width: 50px; }
		.form .three_table .label.big { width: 100px; }
		.form .three_table .input { width: 156px; }
		.form .three_table .input.small { width: 76px; }
		
		.form input[type=text],
		.form textarea {
			background-color: #fff;
			border: 1px solid #ddd;
			padding: 5px;
			width: 435px;
			}
		
		.form textarea[name=current_medications] { width: 620px; }
		
		.form input[type=text]:hover,
		.form input[type=text]:focus,
		.form textarea:hover,
		.form textarea:focus { border: 1px solid #474747; }
		
		.form .two_table input[type=text] { width: 190px; }
		.form .two_table input[name=work_phone] { width: 200px; }
		
		.form .three_table input[type=text] { width: 130px; }
		.form .three_table input[name=zip] { width: 146px; }
		.form .three_table .small input[type=text] { width: 50px; }
		.form .three_table select { width: 130px; }
		
		.form .checkbox {
			float: left;
			padding-bottom: 5px;
			width: 206px;
			}
		
		.form .two_columns .checkbox { width: 250px; }
		
		.form p { margin-bottom: 0; }
		
		.form .normal { font-weight: normal; }
		
		#submit {
			position: relative;
			}
		
		#submit .dk_button {
			background-color: #373737;
		  background-image: -webkit-gradient(linear, left top, left bottom, from(#5a5a5a), to(#373737)); /* Saf4+, Chrome */
		  background-image: -webkit-linear-gradient(top, #5a5a5a, #373737); /* Chrome 10+, Saf5.1+ */
		  background-image:    -moz-linear-gradient(top, #5a5a5a, #373737); /* FF3.6 */
		  background-image:     -ms-linear-gradient(top, #5a5a5a, #373737); /* IE10 */
		  background-image:      -o-linear-gradient(top, #5a5a5a, #373737); /* Opera 11.10+ */
		  background-image:         linear-gradient(top, #5a5a5a, #373737);
		            filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#5a5a5a', EndColorStr='#373737'); /* IE6–IE9 */
			border: 1px solid #373737;
			border-top: 1px solid #4d4d4d;
				 -moz-box-shadow: 0px 1px 4px #cdcdcd; /* FF3.5+ */
		  -webkit-box-shadow: 0px 1px 4px #cdcdcd; /* Saf3.0+, Chrome */
		          box-shadow: 0px 1px 4px #cdcdcd;
			color: #fff;
				 -moz-border-radius:20px;	/* FF1-3.6 */
		  -webkit-border-radius:20px;	/* Saf3-4, iOS 1-3.2, Android <1.6 */
		          border-radius:20px;	/* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
		  font: 700 16px sans-serif;
		  -webkit-font-smoothing: antialiased;
		  padding: 10px 40px 10px 20px;
		  position: relative;
		  text-decoration: none;
		  width: 150px;
			}
		
		#submit #submit_arrow {
			background: url(http://dallasassocderm.com/_img/dk_button_arrow.png) 0 0 no-repeat;
			height: 22px;
			position: absolute;
				top: 8px;
				left: 110px;
			text-indent: -9999px;
			width: 24px;
							 -moz-transition: all 0.3s ease-out;  /* FF4+ */
		       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
		  -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
		      -ms-transition: all 0.3s ease-out;  /* IE10? */
		          transition: all 0.3s ease-out;
			}
		
		#submit .dk_button:hover {
			background-color: #373737;
			background-image: none;
			}
		
		#submit:hover #submit_arrow {
				top: 8px;
				right: 0;
			}
		
		

/* ! ---- Footer ---- */
/* -------------------------------------------------------------------------------------------- */	
	
	#footer p {
		color: #648171;
		font: 11px nimbus-sans-1, nimbus-sans-2, sans-serif;
		}
	
	#footer a { color: #648171; }
	#footer a:hover { color: #474747; }
	
	#footer_left {
		float: left;
		padding-top: 32px;
		}
	
	#footer_right {
		float: right;
		padding-top: 16px;
		}
	
	#footer_right .input_back {
		background-color: #fff;
		border: 5px solid #a2c6b2;
			 -moz-border-radius:20px;	/* FF1-3.6 */
		-webkit-border-radius:20px;	/* Saf3-4, iOS 1-3.2, Android <1.6 */
		      	border-radius:20px;	/* Opera 10.5, IE9, Saf5, Chrome, FF4, iOS 4, Android 2.1+ */
		float: left;
		padding: 8px 12px;
		}
	
	#footer_right input[type=text] {
		background-color: transparent;
		border: none;
		color: #959491;
		font: 11px nimbus-sans-1, nimbus-sans-2, sans-serif;
		}
	
	#footer_right input[type=submit] {
		background: url(http://dallasassocderm.com/_img/footer_form_submit.png) 0 0 no-repeat;
		border: none;
		float: right;
		height: 22px;
		margin-top: 10px;
		width: 24px;
		}
	



/* ! ---- Non-semantic helper classes: please define your styles before this section. ---- */
/* -------------------------------------------------------------------------------------------- */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }



/* ! ---- Media Styles ---- */
/* -------------------------------------------------------------------------------------------- */

/**
 * Media queries for responsive design.
 *
 * These follow after primary styles so they will successfully override.
 */

@media all and (orientation:portrait) {
  /* Style adjustments for portrait mode goes here */

}

@media all and (orientation:landscape) {
  /* Style adjustments for landscape mode goes here */

}

/* Grade-A Mobile Browsers (Opera Mobile, Mobile Safari, Android Chrome)
   consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {


  /* Uncomment if you don't want iOS and WinMobile to mobile-optimize the text for you: j.mp/textsizeadjust */
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


/* ! ---- Print Styles ---- */
/* -------------------------------------------------------------------------------------------- */
/* Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/ 		  */
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
  
  
  /* ! Switch Print Styles */
	/* ..................... */
	#header h1 a {
		content: url(http://dallasassocderm.com/_img/header_logo_print.png);
		height: 165px;
		text-indent: 0em;
		width: 230px;
		}
	
	.entry_header { display: none; }
	
	#main_nav a:after, 
	#sidebar a:after, 
	#footer a:after, 
	.post_meta a:after, 
	.entry_aside a:after,
	.dr a:after,
	.location a:after { 
		content: ""; 
		}
  
}




/* ! ---- Anything Slider ---- */
/* -------------------------------------------------------------------------------------------- */
/*
	AnythingSlider v1.5.10+ Default (base) theme
	By Chris Coyier: http://css-tricks.com
	with major improvements by Doug Neiner: http://pixelgraphics.us/
	based on work by Remy Sharp: http://jqueryfordesigners.com/
*/

/******* SET DEFAULT DIMENSIONS HERE ********/
div.anythingSlider {
	display: block;
	width: 1200px;
	height: 375px;
	/* margin: 0 auto; */
	overflow: hidden; /* needed for Opera and Safari */
}

/****** SET COLORS HERE *******/
/* Default State */
div.anythingSlider .thumbNav a.cur, div.anythingSlider .thumbNav a {
	background: #777;
	color: #000;
}
div.anythingSlider .anythingWindow {
}
div.anythingSlider .start-stop {
	display: none;
	background-color: #040;
	color: #fff;
}
div.anythingSlider .start-stop.playing {
	background-color: #800;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #ddd;
}

/* Active State */
div.anythingSlider.activeSlider .anythingWindow {
	border-color: #7C9127;
}
div.anythingSlider.activeSlider .thumbNav a.cur, div.anythingSlider.activeSlider .thumbNav a {
	background-color: #7C9127;
}
div.anythingSlider .start-stop {
	background-color: #080;
	color: #fff;
}
div.anythingSlider .start-stop.playing {
	background-color: #d00;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover {
	color: #fff;
}

/**** DO NOT CHANGE BELOW THIS LINE ****/
/* anythingSlider viewport window */
div.anythingSlider .anythingWindow {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}
/* wrapper: 45px right & left padding for the arrows, 28px @ bottom for navigation */
div.anythingSlider {
	position: relative;
}
/* anythingSlider base UL */
ul.anythingBase {
	background: transparent;
	list-style: none;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
ul.anythingBase li.panel {
	background: transparent;
	display: block;
	overflow: hidden;
	float: left;
	padding: 0;
	margin: 0;
}

/* Navigation Arrows */
div.anythingSlider .arrow {
	top: 50%;
	position: absolute;
	display: block;
	z-index: 100;
}
div.anythingSlider .arrow a {
	display: block;
	height: 120px;
	margin: -60px 0 0 0; /* half height of image */
	width: 60px;
	text-align: center;
	outline: 0;
	background: url(http://dallasassocderm.com/_img/arrows.png) no-repeat;
	z-index: 100;
}
div.anythingSlider .arrow a { display: block; text-indent: -9999px; }
div.anythingSlider .forward { right: 0; }
div.anythingSlider .back { left: 18px; }
div.anythingSlider .forward a { background-position: 0 -40px; }
div.anythingSlider .back a { background-position: -78px -40px; }
div.anythingSlider .forward a:hover, div.anythingSlider .forward a.hover { background-position: 0 -240px; }
div.anythingSlider .back a:hover, div.anythingSlider .back a.hover { background-position: -78px -240px; }
div.anythingSlider .forward.disabled { display: none; } /* disabled arrows, hide or reduce opacity: opacity: .5; filter: alpha(opacity=50); */
div.anythingSlider .back.disabled { display: none; }

/* Navigation Links */
div.anythingSlider .anythingControls { outline: 0; display: none; }
div.anythingSlider .thumbNav { margin: 0; padding: 0; }
div.anythingSlider .thumbNav li { display: inline; }
div.anythingSlider .thumbNav a {
	font: 11px/18px Georgia, Serif;
	display: inline-block;
	text-decoration: none;
	padding: 2px 8px;
	height: 18px;
	margin: 0 5px 0 0;
	/* background-image: url(../images/cellshade.png); */
	background-repeat: repeat-x;
	text-align: center;
	outline: 0;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
div.anythingSlider .thumbNav a:hover {
	background-image: none;
}

/* slider autoplay right-to-left, reverse order of nav links to look better */
div.anythingSlider.rtl .thumbNav a { float: right; } /* reverse order of nav links */
div.anythingSlider.rtl .thumbNav { float: left; }    /* move nav link group to left */
div.anythingSlider.rtl .anythingWindow {
	direction: ltr;
	unicode-bidi: bidi-override;
}
/* div.anythingSlider.rtl .start-stop { float: right; } */ /* move start/stop button - in case you want to switch sides */

/* Autoplay Start/Stop button */
div.anythingSlider .start-stop {
	/* background-image: url(../images/cellshade.png); */
	background-repeat: repeat-x;
	background-position: center top;
	padding: 2px 5px;
	width: 40px;
	text-align: center;
	text-decoration: none;
	float: right;
	z-index: 100;
	outline: 0;
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}
div.anythingSlider .start-stop:hover, div.anythingSlider .start-stop.hover { background-image: none; }

div.anythingSlider, div.anythingSlider .anythingWindow, div.anythingSlider .thumbNav a, div.anythingSlider .arrow a, div.anythingSlider .start-stop {
	transition-duration: 0;
	-o-transition-duration: 0;
	-moz-transition-duration: 0;
	-webkit-transition-duration: 0;
}



