/*--------------------- Last Modified  2006.11.10 ---------------------*/
/*-------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------
  Copyright Einstein Industries 2009. 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 ------------------------ */

html {
	background: #130801 url("../images/bg.jpg") top repeat-x;
}

body { 
	background: url("../images/bg-body.jpg") top center no-repeat;
	text-align:center; 
	font:12px/16px Arial, Helvetica, sans-serif; 
	color:#f0dd93;
	}

blockquote { margin-left:10px; margin-right:10px; }

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

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

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

/* ------------------------ 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: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 5px 0px 0px;
	}

img.img-right { 
	float:right; 
	margin:0px 0px 2px 7px; 
	}
.address-copyright {font-size: .95em; float:left; padding-right:15px; padding-bottom:10px;}

.phone-copyright {font-size: .95em;}
/* ------------------------ 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:#ffffff !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #f2921f;
	color:#000;
	width:250px; /* 5 pixles smaller than form width !important */
	height:18px;
	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: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; } /* 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 */


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

/* ------------------------ main framework ------------------------ */
#wrap {
	background:#130801;
	width:847px;
	margin:0 auto;
	text-align:left;
	}

#wrap-img {
	background:url("../images/bottom-img.jpg") bottom no-repeat;
	width:847px;
	margin:0 auto;
	text-align:left;
	}

/* ------------------------ masthead framework ------------------------ */
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:90px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:0px;
		width:0px;
		top:0px;
		height:0px; 
		}
	#masthead a span {
		display:none;
		}

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:555px;
	float:left;
	}

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

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

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

	/* 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 for 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-right framework ------------------------ */
#column-right {
	width:292px;
	float:left;
	padding-bottom: 325px;
	}

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

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

	/* 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 */
			}


/* ------------------------ header framework ------------------------ */
#header-flash { height:400px; } /* 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: #FFFFFFf0dd93;}
	#header-flash a:hover, #header-flash a:active {color: #FFFFFF;  text-decoration: none;}

#header-graphic { height:400px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg") top no-repeat; }
	body#about #header-graphic { background:url("../images/header-flash-01.jpg") top no-repeat; }
	body#dr-perkins #header-graphic { background:url("../images/header-flash-02.jpg") top no-repeat;}
	body#breast-aug #header-graphic { background:url("../images/header-flash-01.jpg") top no-repeat; }
	body#breast #header-graphic { background:url("../images/header-flash-01.jpg") top no-repeat; }
	body#breast-implants #header-graphic { background:url("../images/header-flash-01.jpg") top no-repeat; }
	body#breast-faqs #header-graphic { background:url("../images/header-flash-01.jpg") top no-repeat; }
	body#breast-reduction #header-graphic { background:url("../images/header-flash-01.jpg") top no-repeat; }
	body#breast-uplift #header-graphic { background:url("../images/header-flash-01.jpg") top no-repeat; }
	body#breast-recon #header-graphic { background:url("../images/header-flash-01.jpg") top no-repeat; }
	body#breast-recon-types #header-graphic { background:url("../images/header-flash-01.jpg") top no-repeat; }
	body#male-breast #header-graphic { background:url("../images/header-flash-03.jpg") top no-repeat; }
	body#blepharoplasty #header-graphic { background:url("../images/header-flash-04.jpg") top no-repeat; }
	body#facelift #header-graphic { background:url("../images/header-flash-04.jpg") top no-repeat; }
	body#facelift-faq #header-graphic { background:url("../images/header-flash-04.jpg") top no-repeat; }
	body#browlift #header-graphic { background:url("../images/header-flash-04.jpg") top no-repeat; }
	body#injectables #header-graphic { background:url("../images/header-flash-04.jpg") top no-repeat; }
	body#facial-implants #header-graphic { background:url("../images/header-flash-04.jpg") top no-repeat; }
	body#otoplasty #header-graphic { background:url("../images/header-flash-04.jpg") top no-repeat; }
	body#lipo-face #header-graphic { background:url("../images/header-flash-04.jpg") top no-repeat; }
	body#rhinoplasty #header-graphic { background:url("../images/header-flash-04.jpg") top no-repeat; }
	body#rhinoplasty-faq #header-graphic { background:url("../images/header-flash-04.jpg") top no-repeat; }
	body#lipo-body #header-graphic { background:url("../images/header-flash-01.jpg") top no-repeat; }
	body#lipo-faq #header-graphic { background:url("../images/header-flash-01.jpg") top no-repeat; }
	body#bodylift #header-graphic { background:url("../images/header-flash-01.jpg") top no-repeat; }
	body#abdominoplasty #header-graphic { background:url("../images/header-flash-01.jpg") top no-repeat; }
	body#abdominoplasty-faq #header-graphic { background:url("../images/header-flash-01.jpg") top no-repeat; }
	body#arm-lift #header-graphic { background:url("../images/header-flash-01.jpg") top no-repeat; }
	body#skin-procedures #header-graphic { background:url("../images/header-flash-02.jpg") top no-repeat; }
	body#scar-management #header-graphic { background:url("../images/header-flash-03.jpg") top no-repeat; }
	body#visit #header-graphic{ background:url("../images/header-flash-03.jpg") top no-repeat;}
	body#blog #header-graphic { background:url("../images/header-flash-04.jpg") top no-repeat; }
	body#contact #header-graphic { background:url("../images/header-flash-01.jpg") top no-repeat; }
	body#thankyou #header-graphic { background:url("../images/header-flash-02.jpg") top no-repeat; }
	body#sitemap #header-graphic { background:url("../images/header-flash-03.jpg") top no-repeat;}


/* ------------------------ subhead framework ------------------------ */
#subhead { padding-top:64px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg") top no-repeat; }
	body#dr-perkins #subhead { background:url("../images/subhead-dr-perkins.jpg") top no-repeat; }
	body#about #subhead { background:url("../images/subhead-about.jpg") top no-repeat; }
	body#visit #subhead { background:url("../images/subhead-visit.jpg") top no-repeat; }
	body#breast-aug #subhead { background:url("../images/subhead-breast-aug.jpg") top no-repeat; }
	body#breast-implants #subhead { background:url("../images/subhead-breast-type.jpg") top no-repeat; }
	body#breast-faqs #subhead { background:url("../images/subhead-breast-faq.jpg") top no-repeat; }
	body#breast-reduction #subhead { background:url("../images/subhead-reduction.jpg") top no-repeat; }
	body#breast-uplift #subhead { background:url("../images/subhead-uplift.jpg") top no-repeat; }
	body#breast-recon #subhead { background:url("../images/subhead-breast-recon.jpg") top no-repeat; }
	body#breast-recon-types #subhead { background:url("../images/subhead-breast-recon-types.jpg") top no-repeat; }
	body#male-breast #subhead { background:url("../images/subhead-male-breast.jpg") top no-repeat; }
	body#facelift #subhead { background:url("../images/subhead-facelift.jpg") top no-repeat; }
	body#facelift-faq #subhead { background:url("../images/subhead-facelift-faq.jpg") top no-repeat; }
	body#browlift #subhead { background:url("../images/subhead-browlift.jpg") top no-repeat; }
	body#blepharoplasty #subhead { background:url("../images/subhead-bleph.jpg") top no-repeat; }
	body#injectables #subhead { background:url("../images/subhead-injectables.jpg") top no-repeat; }
	body#facial-implants #subhead { background:url("../images/subhead-facial-implants.jpg") top no-repeat; }
	body#otoplasty #subhead { background:url("../images/subhead-otoplasty.jpg") top no-repeat; }
	body#lipo-face #subhead { background:url("../images/subhead-lipo-face.jpg") top no-repeat; }
	body#rhinoplasty #subhead { background:url("../images/subhead-rhino.jpg") top no-repeat; }
	body#rhinoplasty-faq #subhead { background:url("../images/subhead-rhino-faq.jpg") top no-repeat; }
	body#lipo-body #subhead { background:url("../images/subhead-lipo-body.jpg") top no-repeat; }
	body#lipo-faq #subhead { background:url("../images/subhead-lipo-faq.jpg") top no-repeat; }
	body#bodylift #subhead { background:url("../images/subhead-body-lift.jpg") top no-repeat; }
	body#abdominoplasty #subhead { background:url("../images/subhead-abdomino.jpg") top no-repeat; }
	body#abdominoplasty-faq #subhead { background:url("../images/subhead-abdomino-faq.jpg") top no-repeat; }
	body#arm-lift #subhead { background:url("../images/subhead-arm-lift.jpg") top no-repeat; }
	body#skin-procedures #subhead { background:url("../images/subhead-skin.jpg") top no-repeat; }
	body#scar-management #subhead { background:url("../images/subhead-scar.jpg") top no-repeat; }
	body#faqs #subhead { background:url("../images/subhead-faqs.jpg") top no-repeat; }
	body#blog #subhead { background:url("../images/subhead-blog.jpg") top no-repeat; }
	body#contact #subhead { background:url("../images/subhead-contact.jpg") top no-repeat; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg") top no-repeat; height: 400px;}
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg") top no-repeat; }

/* ------------------------ FEATURED CASES - BNA THUMBS ------------------------ */
#bna-featured-case-01 {
	position: relative;
	height:178px;
	background:url("../images/bna-thumb-featured-01.jpg") ;
	}
	#bna-featured-case-01 a {
	position: absolute;
	top: 10px;
	left: 18px;
	width: 250px;
	height: 150px;
		}
#bna-featured-case-02 {
	position: relative;
	height:178px;
	background:url("../images/bna-thumb-featured-01.jpg") ;
	}
	#bna-featured-case-02 a {
		position: absolute;
		top: 10px;
		left: 20px;
		width: 250px;
		height: 150px;
		}

/* ------------------------ FEATURED PROCEDURES - INDEX ---------------------------------- */
#featured-procedures {
	width:847px;
	background:url("../images/featured-procedures-wrap.jpg") repeat-y;
}
#featured-procedures-bg {
	background: url("../images/featured-procedures-bg.jpg") top no-repeat;
	padding-top: 48px;
	width: 847px;
	float: left;
	}
  #featured-procedures p {
  	width: 238px;
	float: left;
	display: inline;
	margin: 0px 135px 10px 38px;
	}
#featured-procedures-bottom {
	height: 52px;
	background: url("../images/featured-procedures-bottom.jpg");
	clear:both;
	position:relative;
	}
#featured-procedures-bottom a.body-1 {
	position: absolute;
	top: 18px;
	left: 38px;
	height: 20px;
	width: 102px;
	}
#featured-procedures-bottom a.breast-2 {
	position: absolute;
	top: 18px;
	left: 456px;
	height: 20px;
	width: 101px;
	}
	

/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	padding-top: 64px;
	background: url("../images/title-contact.jpg") top no-repeat;
	}
	
#title-view-procedures {
	padding-top: 64px;
	background: url("../images/btn-view-procedures.jpg") top no-repeat;
	}

#title-blog{
	padding-top: 64px;
	background: url("../images/title-blog.jpg") top no-repeat;
}

body#index #title-contact {
	padding-top: 64px;
	background: url("../images/title-contact-index.jpg") top no-repeat;
	}
body#contact #title-contact, body#thankyou #title-contact {
	padding-top: 64px;
	background: url("../images/title-call-locate.jpg") top no-repeat;
	}

#title-featured-cases {
	height: 53px;
	background: url("../images/title-featured-cases.jpg");
	}
	
#title-meet {
	height:52px;
	background:url("../images/title-meet.jpg") ;
	}
	
#title-breast-aug-index {
	height:53px;
	background:url("../images/title-breast-aug-index.jpg") ;
	}
	
	
/* -------------------IFRAME STYLING --------------------------*/
iframe {
width: 240px;
margin: 20px 20px 5px 24px;
height: 200px;
opacity:.60;filter: alpha(opacity=60); -moz-opacity: 0.60;
}




/* ------------------------ BTN PROCEDURES ------------------------------- */
/* ------------------------ horizontal sprite nav ------------------------ */
#column-left #btns-procedures { 
	background:url("../images/btns-procedures.jpg") no-repeat; 
	width:555px; 
	height:156px; 
	margin:0;
	padding:0; 
	}

#column-left #btns-procedures span { display: none; }

#column-left #btns-procedures li, #column-left #btns-procedures a { height:156px; display:block; } /* change height here also */

#column-left #btns-procedures li { float:left; list-style:none; _display:inline; position:relative; padding: 0px;}

#column-left #btns-procedures-01 { width: 132px; margin-left: 15px;}
#column-left #btns-procedures-02 { width: 132px;}
#column-left #btns-procedures-03 { width: 132px;}
#column-left #btns-procedures-04 { width: 132px;}

/*-------------- (-79px) X position of button / (-56px) height of image from above ------------- */
#column-left #btns-procedures-01 a:hover { background:url("../images/btns-procedures.jpg")  -15px -156px no-repeat; }
#column-left #btns-procedures-02 a:hover { background:url("../images/btns-procedures.jpg") -147px -156px no-repeat; }
#column-left #btns-procedures-03 a:hover { background:url("../images/btns-procedures.jpg") -279px -156px no-repeat; }
#column-left #btns-procedures-04 a:hover { background:url("../images/btns-procedures.jpg") -411px -156px no-repeat; }


/* ------------------------ bottom-wrap framework ------------------------ */
/* ------------ must have below column-left and column-right to clear the float ------------ */
#bottom-wrap {
	width:100%; /* fix for Safar */
	height:.01em;
	clear:both; /* important - do not remove */
	}

/* ------------------------footer framework ------------------------ */
#footer-bg {
	background: #261002;
	width: auto;
	}

#footer {
	background: url("../images/footer.jpg") top repeat-x;
	width:847;
	margin:0 auto;
	text-align:center;
	padding:10px 150px 10px 150px;
	}

#footer p {
	color:#f0dd93;
	margin-bottom:10px;
	}

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

#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 #f0dd93;
		}
	#footer li.first { border: none; }

/* ------------------------ MAIN NAVIGATION FRAMEWORK ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 
	background:url("../images/nav-new.jpg") no-repeat; 
	width:847px; 
	height:56px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:56px; display:block; } /* change height here also */

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

#nav-01 { width: 63px; margin-left: 0px;}
#nav-02 { width: 130px;}
#nav-03 { width: 75px;}
#nav-04 { width: 105px;}
#nav-05 { width: 58px;}
#nav-06 { width: 49px;}
#nav-07 { width: 50px;}
#nav-08 { width: 47px;}
#nav-09 { width: 52px;}
#nav-10 { width: 142px;}
#nav-11 { width: 72px;}

/*-------------- (-79px) X position of button / (-56px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav-new.jpg")  -0px -56px no-repeat; }
#nav-02 a:hover { background:url("../images/nav-new.jpg")  -62px -56px no-repeat; }
#nav-03 a:hover { background:url("../images/nav-new.jpg") -192px -56px no-repeat; }
#nav-04 a:hover { background:url("../images/nav-new.jpg") -268px -56px no-repeat; }
#nav-05 a:hover { background:url("../images/nav-new.jpg") -373px -56px no-repeat; }
#nav-06 a:hover { background:url("../images/nav-new.jpg") -432px -56px no-repeat; }
#nav-07 a:hover { background:url("../images/nav-new.jpg") -481px -56px no-repeat; }
#nav-08 a:hover { background:url("../images/nav-new.jpg") -532px -56px no-repeat; }
#nav-09 a:hover { background:url("../images/nav-new.jpg") -578px -56px no-repeat; }
#nav-10 a:hover { background:url("../images/nav-new.jpg") -629px -56px no-repeat; }
#nav-11 a:hover { background:url("../images/nav-new.jpg") -773px -56px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav-new.jpg")  -0px -56px no-repeat; }
body#dr-perkins #nav-02 { background:url("../images/nav-new.jpg")  -62px -56px no-repeat; }
body#about #nav-03 { background:url("../images/nav-new.jpg") -192px -56px no-repeat; }
body#visit #nav-04 { background:url("../images/nav-new.jpg") -268px -56px no-repeat; }
body#breast #nav-05 { background:url("../images/nav-new.jpg") -373px -56px no-repeat; }
body#face #nav-06 { background:url("../images/nav-new.jpg") -432px -56px no-repeat; }
body#body #nav-07 { background:url("../images/nav-new.jpg") -481px -56px no-repeat; }
body#skin #nav-08 { background:url("../images/nav-new.jpg") -532px -56px no-repeat; }
body#faqs #nav-09 { background:url("../images/nav-new.jpg") -578px -56px no-repeat; }
body#blog #nav-10 { background:url("../images/nav-new.jpg") -629px -56px no-repeat; }
body#contact #nav-11 { background:url("../images/nav-new.jpg") -773px -56px no-repeat; }


/* ------------------------ son of suckerfish: horizontal sprite nav ------------------------ */
#nav li ul {
	position:absolute;
	left:-9999px;
	padding-right:1px; /* Fixes one px spacing for border-right in FF */
	background-color:#812702;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	opacity:.85;filter: alpha(opacity=85); -moz-opacity: 0.85;
	margin-top: 0;
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:1px solid #f0dd93;
	border-top:none;
	}	

#nav li ul li a {
	width:100%;
	height:20px;	/* Height of each drop down nav item, should match above */
	line-height:20px;	 /* 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:#f0dd93;
	text-decoration:none;
	}

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

/* Hover styles for drop down items */
#nav-05 ul a:hover, #nav-06 ul a:hover, #nav-07 ul a:hover, #nav-08 ul a:hover, #nav-09 ul a:hover { 
	background-image:none;
	background-color:#c24704;
	color:#f0dd93;
	text-decoration:none;
	}

/* width of drop down nav - choose width that allows items to display on one line */
#nav-05 ul, #nav-05 li { width:200px; }		
#nav-06 ul, #nav-06 li { width:200px; }
#nav-07 ul, #nav-07 li { width:260px; }		
#nav-08 ul, #nav-08 li { width:140px; }
#nav-09 ul, #nav-09 li { width:200px; }

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

.storycontent p em { font-style:italic;} 

div.feedback { margin-left:45px; }
div.storycontent { margin:0px; }
div.menu { margin:0 150px 0 45px; }
	
div.meta {
		width:530px;
		padding-top:3px;
		padding-left:5px;
		font-size:.8em;
		color:#f2921f;
		margin:0 0px 10px 20px;
		height:20px;
		}
		
div.meta a { color:#FFFFFF; }
div.meta a:hover { color:#f0dd93;}

#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;}

.blogbutton {margin-left:10px;}
.blogbutton-inside {margin-left:-10px;}

/* ------------------------ blog list------------------------ */
body#blog #column-right p {margin-right:0px; padding-right:55px; }

#menu ul { margin:5px 20px 5px 15px; }

#menu ul li ul li {
	font-weight:bold;
	padding-right:10px;
	padding-left:20px;
	}

#categories ul, #meta ul, #archives ul { margin:0 0 0 40px; padding-bottom:20px; }

#categories ul a { 
	color:#FFFFFF; 
	text-decoration:underline;  
	}
			
#meta ul a { 
	color:#FFFFFF; 
	text-decoration:underline;
	}

#archives ul a { 
	color:#FFFFFF; 
	text-decoration:underline;
	}

#categories ul a:hover { 
	color:#f0dd93; 
	text-decoration:underline;  
	}

#meta ul  :hover { 
	color:#f0dd93; 
	text-decoration:underline;
	}

#archives ul :hover { 
	color:#f0dd93; 
	text-decoration:underline;
	}
input.commentform-submit {width: 120px;}


#logos{
background:url("../images/logos.jpg") no-repeat;
height:220px;
width:449px;

}
