/*--------------------- 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:#622300 url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/bg-body.jpg") top repeat-x;
	text-align:center; 
	font:12px/16px  Arial, Helvetica, sans-serif; 
	color:#fff;
	}

blockquote { margin-left:10px; margin-right:10px; }

h1	{ font-size:1.2em; color:#ffffff; }
h2	{ font-size:1.1em; color:#fae8d0; }
h3	{ font-size:1.0em; color:#efc389; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#fae8d0; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#ffffff; text-decoration:underline; outline:none; }

#video-height {
	background: url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/video-bg-inside.jpg") no-repeat;
	height:216px; 
	position:relative;
	}
#video-height a, #video-height-inside a {
	width:357px;
	height:210px;
	position:absolute;
	top:0;
	left:0;
	}
#video-height a span, #video-height-inside a span {
	display:none;
	}
#video-height a img, #video-height-inside a img {
	height:210px;
	width:357px;
	}


#video-height-inside {
	height:216px; 
	background: url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/video-bg-inside.jpg") no-repeat;
	position:relative;
	}
#noflash p {padding-top:55px; }
#noflash {
	background: url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/images/video-bg-inside.jpg") no-repeat;
}
p.header-flash {margin:175px 0 0 315px; }

#noflashvideo p {padding-top:55px; }
#noflashvideo {background: url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/video-bg-index.jpg") no-repeat;}

body#home #video-height { background: url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/video-bg-index.jpg") no-repeat;}
body#home #noflash {background:none}

ins {margin:245px 0 0 100px;}

/* ------------------------ classes ------------------------ */
.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:25px;
	background: url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/bullet-back-to-top.jpg") right no-repeat;
	height: 20px;
	}
p.more-info {
	background: url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/btn-learn-more.jpg") no-repeat right;
	text-align:right;
	display:block;
	}
img.img-left {
	    border: 3px solid #D19E6F;
	    float: left;
	    margin: 3px 12px 5px 0;
	    padding: 0;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 0px 0px; 
	}
	
p span.procedures {color:#FBF2D5; font-weight:bold; }

span.launch {display:none;}

/* ------------------------ 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:#310d00 !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #c8b289;
	color:#f3e4ce;
	width:165px; /* 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:1.0em;
	}

select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:58px; 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:20px;} /* 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; 
	}

input.submit-contact-main { margin:95px 0 0 243px; } /* defines placement of contact-main submit button */

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/btn-submit.jpg");
	width:75px;
	height:21px;
	border:none;
	cursor:pointer;
	}


	input.submit { /* REMOVE IF NOT USED */
		width:75px;
		height:21px;
		border:1px solid #c8b289;
		cursor:pointer;
		margin:95px 0 0 243px;
		}

/* ------------------------------- CONTENT FRAMEWORK ------------------------------- */

/* ------------------------ main framework ------------------------ */
#wrap {
	background:url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/bg-wrap.jpg") repeat-y;
	width:1092px;
	margin:0 auto;
	text-align:left;
	}
/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/masthead.jpg");
	height:90px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:10px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:357px;
	float:left;
	}

	#column-left p, #column-left h1, #column-left h2, #column-left h3, #column-left ul, #column-left dl {
		margin:0px 25px 10px 120px;
		}

	#column-left form { padding-left:120px; } /* set form margin here */

	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/bullet.gif") 0px 1px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px; /* pushes text to the right to display bg img */
			}

	#column-left ul.indent li{ padding-left:15px; margin-left:0px; 
	background:transparent url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/bullet.gif") 0px 3px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
}
		#column-left ul li.indent { 
			padding-left:15px;  /* pushes text to the right to display bg img */
			margin-bottom:-8px;
			}



/* ------------------------ column-right framework ------------------------ */
body#home #column-right {
	width:735px;
	float:left;
	background: url("http://d3awqoa5e5qx7u.cloudfront.net/d/drglat.com/images/column-right-bg-index3.jpg") no-repeat;
	}
	
#column-right {
	width:735px;
	float:left;
	background: url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/column-right-bg.jpg") no-repeat;
	}
body#thank_you #column-right {
	padding-bottom:900px;
}	
#column-right #content-wrap {
	margin:0 130px 0px 45px;
}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0px 0 10px 45px;
		}

	#column-right form { margin-left:45px; }

	/* single column list */
	#column-right ul { padding-left:5px; }
		#column-right ul li { 
			background:transparent url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/bullet.gif") 0px 3px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px;  /* pushes text to the right to display bg img */
			line-height:18px;
			}
	#column-right ul.indent { padding-left:5px; margin-left:5px;}
		#column-right ul li.indent { 
			background:transparent url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/bullet.gif") 0px 3px no-repeat; /* 0px = horizontal position for left, 6px = vertical position from top */
			padding-left:15px;  /* pushes text to the right to display bg img */
			margin-bottom:-8px;
			}
	
	
	
	
	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right ul.multi li { 
			background:transparent url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/bullet.gif") 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:150px;
			line-height:20px; 
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#99CC00;
			}
		#column-right dl dd {
			background:transparent url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/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;
			}

/* ------------------------ header framework ------------------------ */
#header-flash { height:371px; background: url("") top no-repeat; } /* sets height for the flash header - REMOVE IF NOT USED */
	/* --------------- no flash text styles ----------------------*/
	#header-flash p, #header-flash noscript { padding: 5px 0 0 30px; color: #FFFFFF;}
	#header-flash a:link, #header-flash a:visited {color: #FFFFFF;}
	#header-flash a:hover, #header-flash a:active {color: #FFFF00;  text-decoration: none;}

#header-graphic { height:320px; background:url("http://d3awqoa5e5qx7u.cloudfront.net/d/drglat.com/images/header-about1.jpg"); position: relative;} /* sets height for all non-flash headers */
	#header-graphic a {height:75px;left:110px;position:absolute;top:13px;width:444px;}	
	.phone{font-family: georgia; font-size: 1.15em; left: 119px; position: absolute; top: 89px;}


	body#about-the-practice #header-graphic, body#meet-dr-glat #header-graphic { background:url("http://d3awqoa5e5qx7u.cloudfront.net/d/drglat.com/images/header-about1.jpg"); }
	body#face #header-graphic, body#facelift #header-graphic, body#rhinoplasty #header-graphic, body#eyelid-surgery #header-graphic, 
	body#other-face-procedures #header-graphic { background:url("http://d3awqoa5e5qx7u.cloudfront.net/d/drglat.com/images/header-face1.jpg"); }
	body#body #header-graphic, body#liposuction #header-graphic, body#other-body-procedures #header-graphic, 
	body#tummy-tuck #header-graphic { background:url("http://d3awqoa5e5qx7u.cloudfront.net/d/drglat.com/images/header-body1.jpg"); }	
	body#breast #header-graphic, body#breast-augmentation #header-graphic, body#other-breast-procedures #header-graphic { background:url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/header-breast1.jpg"); }	
	body#skin #header-graphic { background:url("http://d3awqoa5e5qx7u.cloudfront.net/d/drglat.com/images/header-skin1.jpg"); }
	body#specialty-procedures #header-graphic, body#cosmetic-surgery-for-men #header-graphic { }  /*background:url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/header-specialty1.jpg"); */
	body#blog-pg #header-graphic { background:url("http://d3awqoa5e5qx7u.cloudfront.net/d/drglat.com/images/header-blog1.jpg"); }
	body#contact-us #header-graphic, body#mommy-makeovers #header-graphic { } /*background:url("http://d3awqoa5e5qx7u.cloudfront.net/d/drglat.com/images/header-contact.jpg"); */
	body#thank-you #header-graphic { background:url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/header-thankyou1.jpg"); }
	body#sitemap #header-graphic { background:url("http://d3awqoa5e5qx7u.cloudfront.net/d/drglat.com/images/header-sitemap1.jpg"); }




/* ------------------------ subhead framework ------------------------ */
#subhead { height:50px; } /* sets height for all subheads */
	
	
/* ------------------------ subhead framework with varying heights ------------------------ */
body#home #subhead {
	height:55px;
	background:url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/subhead-index.jpg") ;
	}
	
body#thankyou #column-right {height:500px;}

/* ------------------------ title framework with varying heights ------------------------- */
body#home #title-contact {
	height:80px;
	background:url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/title-contact-index.jpg") ;
	padding: 0px;
	}
#title-contact {
	padding-top:80px;
	background:url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/title-contact-index.jpg") top no-repeat;
	}
	
#media-bg {
	position:relative;
	background: url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/media-bg.jpg");
	height: 118px;
	}
	#media-bg a {
	position:absolute;
	top: 0px;
	left: 79px;
	width: 200px;
	height: 77px;
		}
#blog {
	height:70px;
	background:url("http://d3awqoa5e5qx7u.cloudfront.net/d/drglat.com/images/blog1.jpg") no-repeat -3px 0;
	position: relative;
	}
	#blog a {
	position: absolute;
	top: 16px;
	left: 81px;
	width: 248px;
	height: 48px;
		}
#slimlipo {
	height:70px;
	background:url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/slimlipo.jpg") no-repeat ;
	position: relative;
	}
	#slimlipo a#now-offering {
	position: absolute;
	top: 10px;
	left: 46px;
	width: 180px;
	height: 54px;
	}
	#slimlipo a#press {
	position: absolute;
	top: 10px;
	left: 226px;
	width: 125px;
	height: 54px;
		}
		
#neograft-banner a{
	background:url("http://d17wjfdlnx0h97.cloudfront.net/d/drglat.com/images/neograft.jpg") ;
	display:block;
	height:70px;
	position: relative;
	width:357px;
	}
		
/* ------------------------ Start Index Section Framework ------------------------- */

#face-breast-body {
	background: url("http://d3awqoa5e5qx7u.cloudfront.net/d/drglat.com/images/face-breast-body2.jpg") no-repeat 28px -25px;
	padding: 104px 0 0 0px;
	margin-left:-45px;
	}

	
#sections { position:relative; height:350px; width:600px; padding-bottom:20px; }

#column-right #sections ul, #column-right #sections p{margin:0 0 10px 0px;}
#sections-skin { position:relative; height:240px; width:600px; }

#column-right #sections-skin ul, #column-right #sections-skin p{margin:0 0 10px 0px;}


#column-right #sections p.face{margin-bottom:40px;}
#column-right #sections p.breast{margin-bottom:38px;}

#column-right #sections h2.procedure-title, #column-right #sections-skin h2.procedure-title{font-weight:bold; color:#F3E4CE; margin:0 0 10px 0;}

#sections #face-section {
	position:absolute;
	margin-left:55px;
	width:165px;
	left: -6px;
	top: -4px;
		 }
#sections #body-section {
	position:absolute;
	margin-left:243px;
	width:165px;
		 }
#sections #breast-section {
		 position:absolute;
		margin-left:440px;
		width:165px; 
		 }
 
 
 #sections-skin #face-section-skin {
	position:absolute;
	margin-left:10px;
		 width:165px; 
		 }
#sections-skin #body-section-skin {
	position:absolute;
	margin-left:200px;
	width:175px;
		 }
 

#skin-specialties {
	padding-top: 97px;
	background: url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/skin-specialties1.jpg") top no-repeat;
	margin-right:-90px;
	}
/* ------------------------ Start face-breast-body list Section Framework ------------------------- */


			
/* ------------------------ End Index Section Framework ------------------------- */

#visit-map {
	height: 256px;
	position: relative;
	background: url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/visit-map.jpg");
	}
#title-visit {
	height: 256px;
	position: relative;
	background: url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/visit-map.jpg");
	}
	
	#column-left #visit-map p, #column-left #title-visit p {
	color:#310D00;
	font-size:0.9em;
	height:70px;
	left:160px;
	line-height:17px;
	margin:0;
	position:absolute;
	top:106px;
	width:165px;
	}
		
	#column-left #visit-map h3.title {
	color:#310D00;
	height:70px;
	left:41px;
	padding-bottom:41px;
	position:absolute;
	top:90px;
	width:150px;
	}
		
#column-left #visit-map p a:link, #column-left #visit-map p a:visited,
#column-left #title-visit p a:link, #column-left #title-visit p a:visited { color: #310d00; font-weight: bold;} 
#column-left #visit-map p a:hover, #column-left #visit-map p a:active,
#column-left #title-visit p a:hover, #column-left #title-visit p a:active { color: #310d00; font-weight: bold; text-decoration: none;} 

 #video-website {
	background: url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/video-website.gif") ;
	width: 357px;
	height: 192px;
	top: 364px;
	left: 0px;
	}
	
#top-plastic-surgeon {
	height: 197px;
	background: url("http://d3awqoa5e5qx7u.cloudfront.net/d/drglat.com/images/top-plastic-surgeon1.jpg") no-repeat -3px 0;
	}
/* ------------------------------------- Buttons ---------------------------------------- */
#click-to-call {
		height:99px;
		display:block;
		background:url("http://d17wjfdlnx0h97.cloudfront.net/d/drglat.com/images/click-to-call-filler.jpg") no-repeat;	
		position: relative;
		}
		#click-to-call a {
			position: absolute;
			top: 10px;
			left: 82px;
			width: 262px;
			height: 70px;
			}
		#click-to-call span { display:none; }
		
		
body#home #click-to-call {
		height:92px;
		display:block;
		background:url("http://d17wjfdlnx0h97.cloudfront.net/d/drglat.com/images/click-to-call-filler.jpg") no-repeat -3px 0;	
		position: relative;
		}


#photo-gallery {
		height:170px;
		display:block;
		background:url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/btn-gallery.jpg") no-repeat;	
		position: relative;
		}
		#photo-gallery a {
	position: absolute;
	top: 78px;
	left: 110px;
	width: 175px;
	height: 70px;
			}
			
#photo-gallery-sub {
		height:170px;
		display:block;
		background:url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/btn-gallery-sub.jpg") no-repeat;	
		position: relative;
		}
		#photo-gallery-sub a {
	position: absolute;
	top: 78px;
	left: 110px;
	width: 175px;
	height: 70px;
			}


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	background:url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/bottom-wrap.jpg");
	width:100%; /* fix for Safar */
	height:20px;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer {
	background: url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/footer-top.jpg") top no-repeat;
	padding:5px 165px 10px;
	}
#footer-wrap {
	background: url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/footer-wrap.jpg") repeat-y;
	width:1092px;
	margin:0 auto;
	text-align:center;
	}

#footer p {
	color:#ffffff;
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#ffffff; }
#footer a:hover, #footer a:active { color:#c8b289; }

#footer ul {margin:16px 0;}
	#footer li {
		padding-left:7px;
		line-height:23px;
		margin-left:4px;
		display: inline;
		}
		
	
		
	#footer li.home { border: none; }
	
	#footer ul li ul {
		display:inline;
		}


		/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

		/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */

		#nav-wrapper {background:url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/nav1.jpg") no-repeat; height:60px; width:1092px; padding-top:14px;}


		#nav { 	margin-left:100px; 
					margin-bottom:0; 
					_display:inline; 
					text-transform:uppercase; 
					font-size:13px;
					}


		body#home #nav-wrapper  { 
			background: url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/nav-index.jpg") no-repeat;			
			}

		ul#nav {
		font-size:12px;
		margin-bottom:0;
		margin-left:270px;
		text-transform:uppercase;
		}

		ul.sf-menu li.sfHover ul {
		top: 33px; /* match top ul list item height */
		}

		ul.sf-menu li ul li { text-transform:none;}	

		ul.sf-menu { margin-bottom:0;}

		ul.sf-menu li {
		background:none;
		}

		ul.sf-menu li a {
		border:none;
		padding:8px 7px;
		}

		ul.sf-menu li ul li a {
		border:none;
		padding:7px 8px;
		}

		ul.sf-menu li li {
		background:	#6e2103;
		}

		ul.sf-menu li li li {
		background:#6e2103;
		}


		ul.sf-menu ul {
		width:185px; /* left offset of submenus need to match (see below) */
		}
		#nav-wrapper ul.sf-menu li li.sfHover ul {
		left:185px; /* match ul width */
		}


		ul.sf-menu a, ul.sf-menu a:visited {
		color:#FFFFFF;
		}

		ul.sf-menu li ul a, ul.sf-menu li ul a:visited {
		color:#FFFFFF;
		}

		ul.sf-menu li:hover, ul.sf-menu li.sfHover,
		ul.sf-menu a:focus, ul.sf-menu a:hover, ul.sf-menu a:active {
		background:	#6e2103;
		text-decoration:none;
		}


		ul.sf-menu li ul li:hover,
		ul.sf-menu li ul li a:hover {
		background:	#b9773a;
		text-decoration:none;
		}


		#nav li ul  {
		border-top:1px solid #b9773a;
		}

		#nav li a.dropdown  {
		border-bottom:1px solid #b9773a;
		border-left:1px solid #b9773a;
		border-right:1px solid #b9773a;
		}

		

/* ------------------------ blog ------------------------ */


.storycontent p em { font-style:italic;} 


div.storycontent{
	margin:0 0 0 0;

	}
div.menu{
	margin:0 150px 0 45px;

	}
	

					
		
#menu ul { margin:0 0 0 104px;

			}



#menu ul li ul li {

			font-weight:bold;
			
			padding-right:0px;
			padding-left:0px;

			}	
			
#categories ul, #archives ul, #meta ul  { margin:0 0 0 60px;
		
			}

#categories ul li, #archives ul li, #meta ul li  { 
	margin-left:15px;
	padding-left:30px;
		background:transparent url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/bullet.gif") 0px 0px no-repeat !important;

			}
#meta ul li a.rss{
	padding-left:18px;
	background:url("http://d2agh9ata29wb8.cloudfront.net/d/drglat.com/images/rss-icon.gif") left no-repeat;
}
#blog blockquote p{ background-color:#F1F7FB;

					margin:0 20px 0 38px;

					}

					

#blog ol { list-style-type:decimal !important;

		   margin:0 0 0 65px !important;

		} 

			

#blog ol li p {margin:0 0 10px 0;}

#blog ol li p cite { font-size:.9em;}

input.commentform-submit#submit{
	height:25px;
	margin-top:5px;
	cursor:pointer;
	
}

form#commentform p{
	width:300px;
}
.blogbutton {margin-left:10px;}



.blogbutton-inside {margin-left:-10px;}


/* SMK Icons */
.blogbutton {margin-left:10px;}
.blogbutton-inside {margin-left:-10px;}
#smk {margin:20px 0 0 115px;}
.smk {display:block;float:left;height:56px;margin:20px 0 0 13px;width:56px;}
#smk .twitter {background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/24026/smk-icons.png") no-repeat scroll -15px 0 transparent;}
#smk .facebook {background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/24026/smk-icons.png") no-repeat scroll -83px 0 transparent;}
#smk .linkedin {background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/24026/smk-icons.png") no-repeat scroll -151px 0 transparent;}
#smk .youtube {background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/24026/smk-icons.png") no-repeat scroll -219px 0 transparent;margin-left:48px;}
#smk .blog {background:url("http://s3.amazonaws.com/webgen_einsteinwebsites/public/assets/24026/smk-icons.png") no-repeat scroll -287px 0 transparent;}

/* The following styles are for the slider */

.images {
	background:none;
	border:0px solid none;
	position:relative;	
	height:371px;
	margin:0;
	width:1092px;
	float:left;	
	cursor:pointer;
}

/* single slide */
.images div {
	display:none;
	position:absolute;
	top:0;
	left:0;		
	margin:0px;
	height:371px;
	font-size:12px;
}

/* tabs (those little circles below slides) */
.slidetabs {
	clear:both;
	margin-left:520px;
	position:relative;
	top:-20px;
	background:gray;
}

/* single tab */
.slidetabs a, .slidetabs a:visited {
    -moz-border-radius: 10px 10px 10px 10px;
    background: none repeat scroll 0 0 #F2A44B;
    border: 2px solid #FFFFFF;
    cursor: pointer;
    display: block;
    float: left;
    height: 10px;
    margin: 0 6px 0 0;
    width: 10px;
}

/* mouseover state */

.slidetabs a:hover, .slidetabs a.active, .slidetabs a.current  {
	background:#A54E1A;
}

/* active state (current page state) */
.slidetabs a.current {
	background-position:0 -16px;     
} 	


/* prev and next buttons */
.forward, .backward {
	float:left;
	margin-top:140px;
	background:#fff url(hori_large.png) no-repeat;
	display:block;
	width:30px;
	height:30px;
	cursor:pointer;
	font-size:1px;
	text-indent:-9999em;	
}

/* next */
.forward 				{ background-position: 0 -30px; clear:right; }
.forward:hover 		{ background-position:-30px -30px; }
.forward:active 	 	{ background-position:-60px -30px; } 


/* prev */
.backward:hover  		{ background-position:-30px 0; }
.backward:active  	{ background-position:-60px 0; }

/* disabled navigational button. is not needed when tabs are configured with rotate: true */
.disabled {
	visibility:hidden !important;		
}

