/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.
  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari
  CSS Document - layout.css
/*-------------------------------------------------------------------------------------*/
/* undo some default styling of common (X)HTML browsers
/*------------------------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,html,label,table,tr,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img,a img,:link img,:visited img {border:0;}
address,caption,cite,code,dfn,th,var {font-style:normal;font-weight:normal;}
ol,ul {list-style:none;}
caption,th {text-align:left;}
h1,h2,h3,h4,h5,h6 {font-size:100%;}
q:before,q:after {content:'';}

/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
body { 
	background:#b88a58 url("../images/body-top.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px  Arial, Helvetica, sans-serif; 
	color:#372a26;
	}
#bottom-gradient { 
	background:url("../images/bottom-gradient.jpg") bottom repeat-x;
	width: auto;
	}
blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#fff; }
h2	{ font-size:1.1em; color:#fff; }
h3	{ font-size:1.0em; color:#fff; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#fff; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#fff; text-decoration:none; outline:none; }

/* ------------------------ classes ------------------------ */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
	
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
	

.clear {clear: both;}

div.clear	{ 
	height:.01em; 
	clear:both;
	overflow:hidden; 
	}
div.clear-h2	{ 
	height:10px; 
	clear:both;
	overflow:hidden; 
	}
p.back-to-top {
	text-align:right;
	display:block;
	padding-right:15px;
	background:url("../images/bullet-back-to-top.jpg") right no-repeat;
	}
p.more-info {
	text-align:right;
	display:block;
	}
img.img-left { 
	float:left; 
	margin:0px 0px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}
#column-left p.map-location {
	margin: 0px 10px 20px 60px;
	color: #fff;
}

#column-right p.contact-text {font-size: 12px;}

div.inset-paragraph {
	float: right;
	display: inline;
	margin: 0px 20px 5px 10px;
	width: 190px;
	border: 2px dashed #FFFFFF;
	padding: 5px;
	}
#column-left div.inset-paragraph p {margin: 0px 0px 5px 0px;}

p#anchor1, p#anchor2, p#anchor3 { font-size: .9em;}
/* ------------------------ form elements ------------------------ */
form {
	width:150px;
	margin:10px 0 15px 0; /* set margin left and right below */
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#fff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #fff;
	color:#414141;
	width:238px; /* 5 pixles smaller than form width !important */
	height:16px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family:Arial, Helvetica, sans-serif; 
	font-size:.95em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:66px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ SPECIFIC ELEMENTS ------------------------ */

/* ------------------------ main contact form ------------------------ */
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}

#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}

#contact-main label select { width:175px; height:18px; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea { height:100px; overflow:auto; }

/* ------------------------ submit button form elements ------------------------ */

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	color: #000;
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */


/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:825px;
	margin:0 auto;
	text-align:left;
	}
#wrap-bottom {
	background:url("../images/bottom-wrap.jpg") bottom no-repeat;
	width:825px;
	padding-bottom: 210px;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead-store.jpg");
	height:88px;
	}
	/* index page link within #masthead */		
	#masthead a{
	position:absolute;
	left:29px;
	width:283px;
	top:14px;
	height:71px;
		}
	#masthead a span {
		display:none;
		}
	#masthead a.store-link {
	position:absolute;
	left:652px;
	width:167px;
	top:30px;
	height:29px;
		}
   #masthead a.blog-link {
	position:absolute;
	left:652px;
	width:166px;
	top:61px;
	height:27px;
		}		

	
/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:529px;
	float:left;
	background: url("../images/col-left-top.jpg") top no-repeat;
	padding-left: 8px;
	}
	
	#column-left img {
	margin:0 5px 20px 22px;
}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 15px 10px 22px;
		}

	#column-left form { margin-left:0px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px; /* pushes text to the right to display bg img */
			}

	/* multi column list */
	#column-left ul.multi { padding-left:5px; } 
		#column-left ul.multi li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position f or left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-left dl dd {
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			margin-left:5px;
			}
			
	#column-left #roseville-map { margin-bottom:20px; }

/* ------------------------ column-right framework ------------------------ */
#column-right {
	width:281px;
	float:left;
	color: #372a26;
	background: url("../images/col-right-top.jpg")  top no-repeat;
	padding: 81px 7px 0 0;
	font-size: .95em;
	}
	

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 24px 10px 16px;
		}

	#column-right form { padding-left:17px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:10px;  /* pushes text to the right to display bg img */
			}
			
	#column-right a:link, #column-right a:visited { color:#2f86af; }
	#column-right a:hover, #column-right a:focus { color:#2f86af; }


/* ------------------------ header framework ------------------------ */
#header-graphic { 
	height:293px; 
	width: 628px; 
	float: left; 
	background:url("../images/header-graphic.jpg");
	} 
	
	/*body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }

*/
/* ------------------------ subhead framework ------------------------ */
#subhead { margin-top: 41px; height:62px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); }
	body#practice #subhead { background:url("../images/subhead-practice.jpg"); }
	body#dr-hendricks #subhead { background:url("../images/subhead-dr-hendricks.jpg"); }
	body#protein-food #subhead { background:url("../images/subhead-protein-food.jpg"); }
	body#nutritional-supp #subhead { background:url("../images/subhead-nutritional-supp.jpg"); }
	body#did-you-know #subhead { background:url("../images/subhead-did-you-know.jpg"); }
	body#very-low-carb #subhead { background:url("../images/subhead-very-low-carb.jpg"); }
	body#low-carb #subhead { background:url("../images/subhead-low-carb.jpg"); }
	body#maintenance-diet #subhead { background:url("../images/subhead-maintenance-diet.jpg"); }
	body#appetite #subhead { background:url("../images/subhead-appetite.jpg"); }
	body#long-term #subhead { background:url("../images/subhead-long-term.jpg"); }
	body#consultations #subhead { background:url("../images/subhead-consultations.jpg"); }
	body#fats #subhead { background:url("../images/subhead-fats.jpg"); }
	body#hot-topics #subhead { background:url("../images/subhead-hot-topics.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#blog #subhead { background:url("../images/subhead-blog.jpg"); }
	#subhead-shop { background:url("../images/subhead-shopping.jpg"); margin-top: 41px; height:62px;  }
/* ------------------------ subhead framework with varying heights ------------------------ */
#media-player {
	height:194px;
	background:url("../images/media-player-launch.jpg") ;
	position:relative;
	}
#media-player a{
	position:absolute;
	top: 34px;
	left: 45px;
	width: 188px;
	height: 128px;
	}
	#media-player a:hover { background: url("../images/media-player-launch-over.jpg") -45px -34px no-repeat; }
#btn-gallery {
	height:80px;
	background:url("../images/btn-gallery.jpg") ;
	position:relative;
	margin: 10px 0px 20px 0px;
	}
	#btn-gallery a {
	position: absolute;
	left: 11px;
	width: 248px;
	height: 80px;
		}
#btn-products {
	height:80px;
	background:url("../images/btn-products.jpg") ;
	position:relative;
	margin: 10px 0px 20px 0px;
	}
	#btn-products a {
	position: absolute;
	left: 11px;
	width: 248px;
	height: 80px;
		}
#btn-blog {
	height:82px;
	background:url("../images/btn-blog.jpg") no-repeat ;
	position:relative;
	margin: 10px 0px 20px 0px;
	}	
	#btn-blog a{
	height:82px;
	background:url("../images/btn-blog.jpg") no-repeat;
	position:absolute;
	width: 264px;
	left: 0px;
	}		
	#btn-blog span{
	display:none;
	}
	
/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:80px;
	background:url("../images/title-contact.jpg") ;
	}
#title-media {
	height:73px;
	background:url("../images/title-media.jpg") ;
	}
	
#title-patient-forms {
	height:73px;
	background:url("../images/title-patient-forms.jpg") ;
	margin-top: 10px;
	}
#title-client-forms {
	height:73px;
	background:url("../images/title-client-forms.jpg") ;
	margin-top: 10px;
	}
#title-meet-doctor {
	height:69px;
	background:url("../images/title-meet-doctor.jpg") ;
	}
#title-our-locations {
	padding-top:70px;
	background:url("../images/title-our-locations.jpg") top no-repeat;
	}
#column-right div#success-stories {
	background:url("../images/title-success-stories.jpg") top no-repeat;
	width: 248px;
	margin: 0 0px 5px 16px;
	
	}
#column-right div.magazine {
	background:url("../images/tile-mag-1.jpg") top no-repeat;
	width: 248px;
	margin: 0 0px 5px 16px;
	}
	#column-right div#success-stories p.mag-top, #column-right div.magazine  p.mag-top { padding-top: 26px;}
#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg") ;
	}
/* ------------------------------------- Buttons ---------------------------------------- */
#click-to-call {
		height:186px;
		display:block;
		background:url("../images/click-to-call.jpg") no-repeat;	
		position: relative;
		}
		#click-to-call a {
			position: absolute;
			top: px;
			left: px;
			width: px;
			height: px;
			}
		#click-to-call a:hover {
				background:url("../images/click-to-call.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#click-to-call span { display:none; }



/* ------------------------footer framework ------------------------ */
#footer {
	width:auto;
	margin:0 auto;
	text-align:center;
	background: #653717 url("../images/footer-bg.jpg") top repeat-x;
	padding: 10px;
	font-size: .95em;
	}

#footer p {
	color:#fff;
	margin:0 180px 10px 180px;
	}

#footer a:link, #footer a:visited { color:#fff; text-decoration: none; }
#footer a:hover, #footer a:active { color:#fff; text-decoration: underline; }

#footer ul {margin-bottom:10px;}
	#footer li { /* if your li's float, you can adjust border height w/ line-height */
		padding:0 5px 0 7px; /* adjusts the spacing between each li display and border-left */
		display: inline;
		border-left: 1px solid #fff;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ vertical sprite nav ------------------------ */
#nav {
	background:url("../images/nav.jpg") top left no-repeat;					
	width:197px;	/* Width of buttons, not entite image (or half of entire image) */
	height:293px;	 /* Height of entire image */
	margin:0;
	padding:0;
	float: left;
	}

#nav li span { display: none; }

#nav li { float:left; list-style:none; position:relative; }

#nav li, #nav a { 
	height:20px;	/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav should begin */
#nav-01 { margin-top:7px; width:197px; }

/* margin-top if there is a spacing between each nav button */
#nav-02, #nav-03, #nav-04, #nav-05, #nav-06, #nav-07, #nav-08,
#nav-09, #nav-10, #nav-11, #nav-12, #nav-13, #nav-14 { margin-top:0; width:197px; }

#nav-01 a:hover { background:url("../images/nav.jpg") -197px  -7px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -197px  -27px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -197px  -47px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -197px  -67px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -197px  -87px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -197px -107px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -197px -127px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -197px -147px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -197px -167px no-repeat; }
#nav-10 a:hover { background:url("../images/nav.jpg") -197px -187px no-repeat; }
#nav-11 a:hover { background:url("../images/nav.jpg") -197px -207px no-repeat; }
#nav-12 a:hover { background:url("../images/nav.jpg") -197px -227px no-repeat; }
#nav-13 a:hover { background:url("../images/nav.jpg") -197px -247px no-repeat; }
#nav-14 a:hover { background:url("../images/nav.jpg") -197px -267px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- 
body#index #nav-01 { background:url("../images/nav.jpg") -197px -7px no-repeat; }
body#practice #nav-02 { background:url("../images/nav.jpg") -197px -27px no-repeat; }
body#dr-hendricks #nav-02 { background:url("../images/nav.jpg") -197px -27px no-repeat; }
body#protein-food #nav-03 { background:url("../images/nav.jpg") -197px -47px no-repeat; }
body#nutritional-supp #nav-03 { background:url("../images/nav.jpg") -197px -47px no-repeat; }
body#did-you-know #nav-04 { background:url("../images/nav.jpg") -197px -67px no-repeat; }
body#very-low-carb #nav-05 { background:url("../images/nav.jpg") -197px -87px no-repeat; }
body#low-carb #nav-06 { background:url("../images/nav.jpg") -197px -107px no-repeat; }
body#maintenance-diet #nav-07 { background:url("../images/nav.jpg") -197px -127px no-repeat; }
body#appetite #nav-08 { background:url("../images/nav.jpg") -197px -147px no-repeat; }
body#long-term #nav-09 { background:url("../images/nav.jpg") -197px -167px no-repeat; }
body#consultations #nav-10 { background:url("../images/nav.jpg") -197px -187px no-repeat; }
body#fats #nav-11 { background:url("../images/nav.jpg") -197px -207px no-repeat; }
body#hot-topics #nav-12 { background:url("../images/nav.jpg") -197px -227px no-repeat; }
body#SPECIFY #nav-13 { background:url("../images/nav.jpg") -197px -247px no-repeat; }
body#contact #nav-14 { background:url("../images/nav.jpg") -197px -267px no-repeat; }
*/

/* ------------------------ son of suckerfish: vertical sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	background-color:#fff;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	margin-left:170px; /* Set to same width as in #nav */
	margin-top:-18px; /* Set to each button height, same as used above */
	}

#nav li ul li {
	height:16px; /* Height of each drop down nav item */
	border:1px solid #443927;
	font-size: .95em;
	}

#nav li ul li a {
	width:100%;
	height:16px; /* Height of each drop down nav item, should match above */
	line-height:16px;	 /* Height of each drop down nav item again, should match above */
	}

#nav li ul li a span {
	display:block;
	padding-left:5px;
	}

/* Drop down link styles */
#nav a:link, #nav a:visited, #nav a:hover, #nav a:active {
	font-size:1.0em;
	color:#443927;
	text-decoration:none;
	}

#nav li:hover ul, #nav li.sfHover ul	{ left: auto; }

/* Hover styles for drop down items */
#nav-02 ul a:hover, #nav-03 ul a:hover { 
	background-image:none;
	background-color:#b88a58;
	color:#372a26;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-02 ul, #nav-02 li { width:130px; }		
#nav-03 ul, #nav-03 li { width:230px; }

/* ------------------------ blog ------------------------ */

.wp_post{
width:492px;
}
.wp_post li{
list-style:disc;
list-style-type:disc;
}

.blogsearch{
width:120px;
}
#wp_searchsubmit{
width:75px;
height:20px;
font:Arial, Helvetica, sans-serif;
font-size:11px;
}

body#blog #content #content-right #rss ul li{
list-style-type:none;
padding-left:0px;
}
 a.rs{
 background:url("../images/rss-icon.gif") no-repeat;
list-style-type:none;
padding-left:15px;
}
.blogsearch-txt{
font:11px Arial, Helvetica, sans-serif;
color:#000000;
margin-left:0px;
}
ol.wp_commentlist{
margin-left:20px;
padding-bottom:5px;
}
.cite-txt{
margin-left:0px;
padding-bottom:5px;
}
 body#blog #column-left #wp_commentform{
padding-left:20px;
margin-left:20px;
}
 body#blog #column-left #wp_submit{
width:95px;
height:20px;
font:Arial, Helvetica, sans-serif;
font-size:11px;
}
