/*--------------------- Last Modified  2008.07.04 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright John McGarrah 2008. Used with Permission.                             
/*-------------------------------------------------------------------------------------*/
/* 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:'';}
textarea {resize: none;}


/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
html { 
	background:#202020 url("../images/bg-html.jpg") top repeat-x;
	}

body {
	background:transparent url("../images/bg-bodys.jpg") top center no-repeat;
	text-align:center; 
	font:11px/16px Verdana, Arial, Helvetica, sans-serif; 
	color:#d1d1d1;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#f8b70a;}
h2	{ font-size:1.1em; color:#f8b70a;}
h3	{ font-size:1.0em; color:#000;}

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#2f86af; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#58bdec; text-decoration:underline; outline:none; }

/* ------------------------ classes ------------------------ */
.clear	{ 
	clear:both;
	}

div.clear	{ 
	height:.01em; 
	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;*/
	}

img.img-left { 
	float:left; 
	margin:2px 10px 5px 20px;
	}

img.img-right { 
	float:right; 
	margin:5px 0px 10px 10px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:173px;
	padding:10px 35px 15px 21px; /* set margin left and right below */
	height:200px;
	}
	form.main {
	width:173px;
	padding:5px 35px 15px 90px; /* set margin left and right below */
	height:350px;
	}

form label	{ font-size:.95em; } 

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

fieldset { position:relative;
height:173px;
}

#contact_greeting {
	background:transparent url(../images/input-field.jpg) no-repeat;
	position:absolute;
	left:0px;
	top:18px;
	width:173px;
	height:22px;
	}
	#contact_email {
	background:transparent url(../images/input-field.jpg) no-repeat;
	position:absolute;
	left:0px;
	top:44px;
	width:173px;
	height:22px;
	}
	#contact_home_phone {
	background:transparent url(../images/input-field.jpg) no-repeat;
	position:absolute;
	left:0px;
	top:70px;
	width:173px;
	height:22px;
	}
	#contact_comment {
	background:transparent url(../images/input-comment.jpg) no-repeat;
	position:absolute;
	left:0px;
	top:95px;
	width:173px;
	height:77px;
	}
#contact_last_name, #contact_first_name  {
	background:transparent url(../images/input-field.jpg) no-repeat;
	width:173px;
	height:22px;
	}

input, textarea, select { 
	background-color:#171717 !important; /* to prevent highlighting by Google Toolbar */
	border:0px;
	color:#000;
	width:173px; /* 5 pixles smaller than form width !important */
	height:22px;
	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:"Trebuchet MS", Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}

select { width:173px; padding:0; } /* same width as form - !important */

textarea { height:77px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ------------------------ portfolio form ------------------------ */

form.portfolio {
	width:215px;
	margin:0px 0 15px 0; /* set margin left and right below */
	}

form.portfolio label	{ font-size:.95em; } 
form.portfolio fieldset { width:475px;}

form.portfolio br { line-height:0; height:0; } /* defaults vertical spacing between fields */

form.portfolio input, form.portfolio textarea, form.portfolio select {
	background-color:#141414 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #252525;
	color:#f8b70a;
	width:210px; /* 5 pixles smaller than form width !important */
	height:19px;
	
	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:1em;
	padding-left:14px;
	}

#contact-form-index form.portfolio textarea {
	height:97px;
	width: 220px;
	overflow:auto;
	float: left;
}
#contact-form-index {width:500px; height:150px; float:left;padding-left:10px;}
#contact-form-index-text {float:left; width:330px; margin-left:20px; margin-top:5px;}

#contact-form-index form.portfolio {width:400px;}
#contact-form-index form.portfolio label.portfolio { color: #FFFFFF; font-size: .95em;}
#contact-form-index form.portfolio #input-contain { width: 225px; height: 100px; float: left;}
#contact-form-index form.portfolio #input-comment { width: 240px; height: 100px; float: right;}


#contact-form-index select.portfolio { width:150px; padding:0; } /* same width as form - !important */
#contact-form-index textarea.portfolio { height:69px; overflow:auto; }
#contact-form-index form.portfolio input#submit {width: 52px; margin-top: 4px;}

#contact_business.portfolio { display: none; } /* do not remove */ 


input.submit-portfolio { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0px !important; 
	}


/* ------------------------ main contact form ------------------------ */

#contact-main select { 
background-color:#d8d8d8 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #252525;
	color:#000;
	width:205px; /* 5 pixles smaller than form width !important */
	height:19px;
	line-height:18px;
	vertical-align: middle;
	margin-top:1px; /* sets vertical spacing between fields */
	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:1em;
	padding-left:14px;
	
	}

#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; } /* fixes display issue - 5px larger than input field */

#contact-main label textarea {
	height:79px;
	overflow:auto;
}

/* ------------------------ submit button form elements ------------------------ */


input.submit-image { /* REMOVE IF NOT USED */
	background:transparent url("../images/btn-submit.jpg");
	width:63px;
	height:19px;
	border:none;
	cursor:pointer;
	margin:161px 0px 0px 0px;
	}
	input.submit-contact-main { /* REMOVE IF NOT USED */
	background:transparent url("../images/btn-submit.jpg");
	width:63px;
	height:19px;
	border:none;
	cursor:pointer;
	margin:73px 0px 0px 242px;
	}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	/*background:url("../images/bg-wrap.jpg") repeat-y;*/
	width:887px;
	margin:0 auto;
	text-align:left;
	}
	


/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:48px;
	width:245px;
	float:left;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:235px;
		top:0px;
		height:47px; 
		}
	#masthead a span {
		display:none;
		}
		
#nav-container {
   width:642px;
   height:48px;
   float:right; }
/* ------------------------ column-left framework ------------------------ */
#column-left { background:url("../images/left-column-wrap.jpg") repeat-y;
	width:229px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 35px 10px 21px;
		}

	#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 { padding-left:13px; } 
		#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:3px;  /* pushes text to the right to display bg img */
			float:left;
			width:150px; /* sets the width of each column */
			line-height:20px; 
			list-style:disc;
			margin-top:1px;
			}

	/* 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;
			}
			
	#left-column-cap { background:url("../images/left-column-cap.jpg");
	height:82px;
	}
	
		#left-column-cap-blog { background:url("../images/left-column-cap-blog.jpg");
	height:82px;
	}

#left-column-boxes { background:url("../images/left-column-boxes.jpg");
width:229px;
height:183px;
position:relative;
}

#left-column-boxes p {position:absolute;
top:167px;
left:0px;
font-weight:bold;
color:#f8b70a;
}

p.yellow-text {
color:#f8b70a;
font-weight:bold;
margin:17px 0px 0px 0px;
}
/* ------------------------ column-right framework ------------------------ */

#column-right { background:url("../images/right-column-wrap.jpg") repeat-y;
	width:658px;
	float:left;
	}

	
	#column-portfolio {
	width:887px;
	}

	#column-right h1, #column-right h2, #column-right h3, #column-right dl, #column-portfolio h1, #column-portfolio h2, #column-portfolio h3, #column-portfolio dl {
		margin:0px 12px 10px 28px;
		}
		 p.index-right, p.portfolio-right {
		 margin:0px 12px 10px 28px;
		 }

	#column-right form { margin-left:0px; }

	/* 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 */
			float:left;
			width:100px;
			}

	/* multi column list */
	#column-right ul.multi { padding-left:13px; height:90px;} 
		#column-right ul.multi li { 
			background:transparent url("../images/bullet.gif") 0px 4px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:1px;  /* pushes text to the right to display bg img */
			float:left;
			width:88px;
			line-height:20px; 
			list-style:square;
			}
			#column-right ul.multi li.first {
						margin-right:25px;
						}
			
				/* multi column list index images*/
	#column-right ul.index-images { padding-left:0px; } 
		#column-right ul.index-images li { 
			/* background:transparent url("../images/bullet.gif") 0px 4px no-repeat; 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px;  /* pushes text to the right to display bg img */
			float:left;
			width:189px;
			line-height:20px; 
			padding-left:27px;
			margin-top:20px;
			}
			
	#column-right ul.inline-text { padding-left:0px; } 
		#column-right ul.inline-text li { 
			/* background:transparent url("../images/bullet.gif") 0px 4px no-repeat; 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:70px;  /* pushes text to the right to display bg img */
			float:left;
			width:140px;
			line-height:20px; 
			margin-top:5px;
			}
			#column-right ul.inline-text li.bottom { 
			margin-bottom:20px;
			}
			
				/* multi column list portfolio images*/
	 ul.portfolio-images { padding-left:0px; } 
		 ul.portfolio-images li { 
			/* background:transparent url("../images/bullet.gif") 0px 4px no-repeat; 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px;  /* pushes text to the right to display bg img */
			float:left;
			width:189px;
			line-height:20px; 
			padding-left:26px;
			margin-top:20px;
			}
			
			/* index page link within #masthead */		
	#ul.index-images li a.featured {	
		margin-bottom:15px;
		}
			

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right 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;
			}
			
		#subhead-skillsets { background:url("../images/subhead-skillsets.jpg");
	height:101px;
	}
	
		#subhead-featured-work { background:url("../images/subhead-featured-work.jpg");
	height:97px;
	}
	
		#subhead-website-design { background:url("../images/subhead-website-design.jpg");
	height:97px;
	}
	
			#subhead-flash-development { background:url("../images/subhead-flash-development.jpg");
	height:97px;
	}
	
				#subhead-seo { background:url("../images/subhead-seo.jpg");
	height:97px;
	}
	
					#subhead-print-media { background:url("../images/subhead-print-media.jpg");
	height:97px;
	}
	
						#subhead-what { background:url("../images/subhead-what.jpg");
	height:97px;
	}
	
							#subhead-where { background:url("../images/subhead-where.jpg");
	height:97px;
	}
	
								#subhead-when { background:url("../images/subhead-when.jpg");
	height:97px;
	}
	
					#post-bottom { background:url("../images/post-bottom.jpg");
	height:26px;
	}
	
	#skillsets-flash {

	width:429px;
	height:225px;
	float:left;
	}
	
	#skillsets {
	width:223px;
	float:left;
	}
	
	#skillsets p.yellow-list {
color:#f8b70a;
font-weight:bold;
margin:5px 0px 10px 0px;
}

#printer-friendly {
	font:9px/13px Verdana, Arial, Helvetica, sans-serif;
	position:absolute;
	left:1px;
	width:89px;
	top:-16px;
	height:10px;
}

	p.yellow-featured {
color:#f8b70a;
font-weight:bold;
margin:0px 0px 0px 0px;
}
img.img-featured {
border:2px solid #999999;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
behavior: url(PIE.htc);
}
a:hover img.img-featured {
border:2px solid #f8b70a;
}

#resume {
position:relative;
width:186px;
height:23px;
margin-left:0px;
margin-top:24px;
}
#index-list {
height:170px;
}

#left-column-bottom { background:transparent url("../images/left-column-bottom.jpg");
height:30px;
}

#subhead-contact { background:transparent url("../images/subhead-contact.jpg");
width:658px;
height:107px;
/*  margin-top:26px;  */
}

#view-all {
width:186px;
margin-left:465px;
margin-top:26px;
height:23px;
clear:both;
}

/* ------------------------ column-portfolio framework ------------------------ */

		#portfolio-subhead-flash { background:url("../images/images/portfolio-subhead-flash.jpg");
	height:82px;
	}

		#portfolio-subhead-design { background:url("../images/images/portfolio-subhead-design.jpg");
	height:102px;
	}
	
		#portfolio-subhead-development { background:url("../images/images/portfolio-subhead-development.jpg");
	height:102px;
	}
	
		#portfolio-subhead-contact { background:url("../images/images/portfolio-subhead-contact.jpg");
	height:102px;
	}
	
	#portfolio-dark { background:url("../images/images/portfolio-dark-wrap.jpg") repeat-y;
	}
body#portfolio #header-graphic p {
padding-left:720px;
padding-top:190px;
}

#filler {height:700px;}
#filler-contact {height:214px;}

/* ------------------------ header framework ------------------------ */
#header-flash { height:0px;  clear:both;} /* sets height for the flash header - REMOVE IF NOT USED */
#header-graphic { height:246px; clear:both; } /* sets height for all non-flash headers */

/*	body#index #header-graphic { background:url("../images/images/header-services.jpg"); }
	body#portfolio #header-graphic { background:url("../images/images/header-services.jpg"); }
	body#services #header-graphic { background:url("../images/images/header-services.jpg"); }
	body#about #header-graphic { background:url("../images/images/header-services.jpg"); }
	body#contact #header-graphic { background:url("../images/images/header-services.jpg"); }
	body#thankyou #header-graphic { background:url("../images/images/header-services.jpg"); }
	body#sitemap #header-graphic { background:url("../images/images/header-services.jpg"); }
	body#blog #header-graphic { background:url("../images/images/header-services.jpg"); }      */


/* ------------------------ subhead framework ------------------------ */
#subhead { height:82px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-welcome.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#about #subhead { background:url("../images/subhead-who.jpg"); }
	body#services #subhead { background:url("../images/subhead-services.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact-me.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#blog #subhead { background:url("../images/subhead-blog.jpg"); }
	

/* ------------------------ subhead framework with varying heights ------------------------ */
#subhead-meet-doc {
	height:55px;
	background:url("../images/subhead-meet-doc.jpg") ;
	}

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:55px;
	background:url("../images/title-contact.jpg") ;
	}

#title-our-procedures {
	height:35px;
	background:url("../images/title-our-procedures.jpg") ;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
#btn-special-offer {
		height:186px;
		display:block;
		background:url("../images/dental-btn-special-offer.jpg") no-repeat;	
		}
		#btn-special-offer:hover {
				background:url("../images/dental-btn-special-offer.jpg") -100px 0 no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		#btn-special-offer span { display:none; }


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:48px;
	clear:both; /* important - do not remove */
	}
	
	#portfolio-bottom-wrap {
	background:url("../images/images/portfolio-bottom-wrap.jpg");
	height:50px;
	}
	
	#bottom-wrap-blog {
	background:url("../images/bottom-wrap-blog.jpg");
	width:100%; /* fix for Safar */
	height:48px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */

#footer {
background: transparent url(../images/footer.jpg) repeat-x;
width:100%; 
height:130px;
padding-top:20px;
}

#footer p {
	color:#d1d1d1;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#2f86af; }
#footer a:hover, #footer a:active { color:#58bdec; }

#footer ul {margin: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 #d1d1d1;
		margin-top:0px;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:642px; 
	height:48px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:48px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; position:relative; }

#nav-01 { width: 66px; margin-left: 240px;}
#nav-02 { width: 73px; margin-left: 0px;}
#nav-03 { width: 96px; margin-left: 0px;}
#nav-04 { width: 88px; margin-left: 0px;}
#nav-05 { width: 79px; margin-left: 0px;}



/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -240px -48px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -306px -48px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -379px -48px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -475px -48px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -563px -48px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -240px -48px no-repeat; }
body#blog #nav-02 { background:url("../images/nav.jpg") -306px -48px no-repeat; }
body#portfolio #nav-03 { background:url("../images/nav.jpg") -379px -48px no-repeat; }
body#services #nav-04 { background:url("../images/nav.jpg") -475px -48px no-repeat; }
body#contact #nav-05 { background:url("../images/nav.jpg") -563px -48px no-repeat; }



/*--------------   blog styles area  ------------- */

.storytitle {
padding-top:45px;
margin-left:0px;
}

.storycontent {
padding-left:30px;
}

.meta {
padding-left:30px;
}

.feedback {
padding-right:10px;
padding-bottom:10px;
margin-bottom:10px;
text-align:right;
}

#comment-1 p {
padding-left:60px;
}

 h2#comments {
padding-left:32px;
}

.rss {
padding-left:60px;
}

#commentform textarea, #commentform input {
background-color:#d8d8d8 !important; /* to prevent highlighting by Google Toolbar */
}

.commentform-submit {
	background:transparent url("../images/btn-submit.jpg");
	width:63px;
	height:19px;
	border:none;
	cursor:pointer;
	margin:15px 0px 0px 0px;
}

#commentform {
padding-left:30px;
height:130px;
}

#postcomment {
padding-top:30px;
}

#comment-2 p {
padding-left:75px;
}

#comment-3 p {
padding-left:85px;
}

#searchform input {
background-color:#d8d8d8 !important; /* to prevent highlighting by Google Toolbar */
}

#searchform #submit {
	background:transparent url("../images/btn-submit.jpg");
	width:63px;
	height:19px;
	border:none;
	cursor:pointer;
	margin:15px 0px 0px 0px;
}

.left-seatch-text {
padding-left:20px;
}

#searchform {
height:50px;
width:10px;
}

#categories {
padding-top:30px;
width:20px;
}
#categories li {
width:20px;
}

#archives {
width:20px;
}

#meta {
width:20px;
}

.no_comments {margin-left:60px;}

#commentlist {
margin-left:30px;
}
