/*--------------------- 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:'';}
/* ------------------------ IE PNG Display ------------------------ */
* html img,
* html .png {
position:relative;
behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "http://grahammickle.com/wp-content/themes/grahammickle/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
);
}
/* ------------------------ GLOBAL ELEMENTS ------------------------ */

/* ------------------------ type selectors ------------------------ */
html { 
	background:#533b27 url("../images/bg-html.jpg") top repeat-x;
	}
body { 
	background: url("../images/bg-body.jpg") top center no-repeat;
	text-align:center; 
	font:14px/18px "Trebuchet MS", Arial, Helvetica, sans-serif; 
	color:#ddbb8b;
	padding-top: 45px;
	}

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

h1	{ font-size:1.30em; color:#d5a00f; }
h2	{ font-size:1.25em; color:#d16f1a; }
h3	{ font-size:1.15em; color:#fff; }
h4	{ font-size:1.5em; color:#ddbb8b; font-style:italic; }

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

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

#column-left ul.socialIcon {
	padding: 0;
}

#column-left ul.socialIcon li {
	display: inline;
	margin: 0 4px;
	padding: 0;
	list-style: none;
	background: none;
}

#column-left ul.socialIcon li.first {
	margin: 0 4px 0 0;
}


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

img.img-right { 
	float:right; 
	margin:0px 0px 10px 10px; 
	}

/* ------------------------ form elements ------------------------ */
form {
	width:175px;
	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:#84593a !important; /* to prevent highlighting by Google Toolbar */
	border: 0px;
	color:#ddbb8b;
	width:170px; /* 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 */ 

input.radio-check {
	width: 12px;
	background-color: none !important;
	border: none;
}

/* ------------------------ 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 249px; } /* defines placement of contact-main submit button */
input.submit-image { margin-left: 40px; }

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("/images/btn-submit.jpg");
	width:88px;
	height:17px;
	border:none;
	cursor:pointer;
	}

/* ------------------------ video website framework ------------------------ */
#video-website {
	margin:30px 0px;
}
a#btn-video-website {
	background:url("../images/btn-vw-launcher.jpg") 0px 0px no-repeat;
	height:114px;
	display:block;
}
#video-website p {
	padding-top:10px;
}
#vms-lightwindow-link{display:none;}

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

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

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

/* ------------------------ column-left framework ------------------------ */
#column-left {
	width:175px;
	float:left;
	_display: inline;
	margin: 0px 21px 0px 39px;
	}

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

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

	#column-left ol { padding-left:25px; }
		#column-left ol li { 
			list-style: decimal outside;
			margin-bottom: 3px;
			}

	/* definition list */
	#column-left dl { padding-left:5px; }
		#column-left dl dt {
			font-weight:bold;
			color:#d5a00f;
			}
		#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:715px;
	float:right;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl, .meta, .feedback, #column-right form#commentform {
		margin:0px 42px 10px 54px;
		}
	#column-right h4 {
		margin:0px 42px 0px 54px;
		}
	body#meet #column-right h3 {margin-bottom: 2px;}
	#column-right form { margin-left:30px; }

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

	/* multi column list */
	#column-right ul.multi { padding-left:5px; } 
		#column-right 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;
			line-height:20px; 
			}
			
	#column-right ol { padding-left:25px; }
		#column-right ol li { 
			list-style: decimal outside;
			margin-bottom: 3px;
			}

	/* definition list */
	#column-right dl { padding-left:5px; }
		#column-right dl dt {
			font-weight:bold;
			color:#d5a00f;
			}
		#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;
			}
/* ------------------- DOWNLOADS -----------------------*/
body#downloads {
	background: none;
	padding-top: 20px;
	}
#downloads #wrap {
	background: url("../images/wrap-downloads.jpg") repeat-y;
	width:480px;
	margin:0 auto;
	text-align:left;
	padding: 20px;
	}
#downloads h1 {
	margin: 0px 20px 20px 20px;
	}
#downloads ul {
	margin: 0px 20px 0px 20px;
	}
	#downloads ul li {
		background: transparent url("../images/pdf-bullet.jpg") 0px 0px no-repeat;
		padding-left: 25px;
		line-height: 24px;
		margin-bottom: 2px;
		}
/* ------------------------ header framework ------------------------ */
#header-flash { height:385px;  background:url("../images/header-graphic.jpg"); } /* sets height for the flash header - REMOVE IF NOT USED */
	/* --------------- no flash text styles ----------------------*/
	#header-flash p, #header-flash ins { 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:360px; 
	padding: 25px 0px 0px 20px;
	background:url("../images/header-graphic.jpg"); 
	} 
	#header-graphic a {
		width: 250px;
		height: 180px;
		display: block;
		}
/*
	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 { height:75px; } /* sets height for all subheads */
	body#index #subhead { background:url("../images/subhead-index.jpg"); height:95px; }
	body#meet #subhead { background:url("../images/subhead-meet.jpg"); }
	body#blog #subhead { background:url("../images/subhead-blog.jpg"); }
	body#center #subhead { background:url("../images/subhead-center.jpg"); }
	body#facelifts #subhead { background:url("../images/subhead-facelifts.jpg"); }
	body#nose #subhead { background:url("../images/subhead-nose.jpg"); }
	body#brow #subhead { background:url("../images/subhead-brow.jpg"); }
	body#eye #subhead { background:url("../images/subhead-eye.jpg"); }
	body#breast #subhead { background:url("../images/subhead-breast.jpg"); }
	body#lift #subhead { background:url("../images/subhead-lift.jpg"); }
	body#lipo #subhead { background:url("../images/subhead-lipo.jpg"); }
	body#tummy #subhead { background:url("../images/subhead-tummy.jpg"); }	
	body#laser #subhead { background:url("../images/subhead-laser.jpg"); }
	body#skin-tight #subhead { background:url("../images/subhead-skin-tight.jpg"); }
	body#medspa #subhead { background:url("../images/subhead-medspa.jpg"); }
	body#fillers #subhead { background:url("../images/subhead-fillers.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	body#perma #subhead { background:url("../images/subhead-perma.jpg"); }

/* ------------------------ subhead framework with varying heights ------------------------ */
#out-of-town {
	height:271px;
	width:660px;
	margin-left:19px;
	background:url("../images/out-of-town.jpg") top no-repeat;
	}
	#out-of-town p {
		margin:0px;
		width:375px;
		padding: 63px 25px 50px 260px;
		}
/* ------------------------ title framework with varying heights ------------------------- */
#title-contact {
	height:33px;
	background:url("../images/title-contact.png") ;
	margin-top: 25px;
	}
	#title-follow {
		height:33px;
		background:url("http://d2agh9ata29wb8.cloudfront.net/d/drsuzanneyee.com/title-follow.png") ;
		margin-top: 25px;
		}

body#contact #title-contact,
body#thankyou #title-contact {
	height:33px;
	background:url("../images/title-locate.jpg") ;
	margin-top: 25px;
	}

/* ------------------------------------- Buttons ---------------------------------------- */
a#btn-blog {
		height:37px;
		display:block;
		background:url("../images/btn-blog.jpg") no-repeat;	
		margin-top: 33px;
		}
		a#btn-blog:hover {
				background:url("../images/btn-blog.jpg") 0px -37px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		a#btn-blog span { display:none; }
a#btn-gallery-index {
		height:37px;
		display:block;
		background:url("../images/btn-gallery-index.jpg") no-repeat;	
		margin-top: 33px;
		}
		a#btn-gallery-index:hover {
				background:url("../images/btn-gallery-hover-index.jpg") 0px 0px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		a#btn-gallery-index span { display:none; }
a#btn-office {
		height:37px;
		display:block;
		background:url("../images/btn-office.jpg") no-repeat;	
		margin-top: 33px;
		}
		a#btn-office:hover {
				background:url("../images/btn-office-hover.jpg") 0px 0px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		a#btn-office span { display:none; }
a#btn-gallery-face {
		height:107px;
		width:145px;
		display:block;
		background:url("../images/btn-gallery-face.png") no-repeat;	
		float:right;
		margin:0 0 10px 10px;
		}
		a#btn-gallery-face:hover {
				background:url("../images/btn-gallery-face-hover.png") 0px 0px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		a#btn-gallery-face span { display:none; }
a#btn-gallery-breast {
		height:107px;
		width:145px;
		display:block;
		background:url("../images/btn-gallery-breast.png") no-repeat;	
		float:right;
		margin:0 0 10px 10px;
		}
		a#btn-gallery-breast:hover {
				background:url("../images/btn-gallery-breast-hover.png") 0px 0px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		a#btn-gallery-breast span { display:none; }
a#btn-gallery-body {
		height:107px;
		width:145px;
		display:block;
		background:url("../images/btn-gallery-body.png") no-repeat;	
		float:right;
		margin:0 0 10px 10px;
		}
		a#btn-gallery-body:hover {
				background:url("../images/btn-gallery-body-hover.png") 0px 0px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		a#btn-gallery-body span { display:none; }
a#btn-gallery-skin {
		height:107px;
		width:145px;
		display:block;
		background:url("../images/btn-gallery-skin.png") no-repeat;	
		float:right;
		margin:0 0 10px 10px;
		}
		a#btn-gallery-skin:hover {
				background:url("../images/btn-gallery-skin-hover.png") 0px 0px no-repeat; /* -100px = horizontal img shift, 0px = vertical shift from top */
				}
		a#btn-gallery-skin span { display:none; }



#column-right #btn-procedures { 
	background:url("../images/btn-procedures.jpg") no-repeat; 
	width:632px; 
	height:131px; 
	margin:0px 0px 0px 47px;
	padding:0; 
	}

#btn-procedures span { display: none; }

#btn-procedures li, #btn-procedures a { height:131px; display:block; } /* change height here also */

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

#btn-procedures-01 { width: 158px;}
#btn-procedures-02 { width: 158px;}
#btn-procedures-03 { width: 158px;}
#btn-procedures-04 { width: 158px;}

/*-------------- (-79px) X position of button / (-131px) height of image from above ------------- */
#btn-procedures-01 a:hover { background:url("../images/btn-procedures.jpg")  -0px -131px no-repeat; }
#btn-procedures-02 a:hover { background:url("../images/btn-procedures.jpg") -158px -131px no-repeat; }
#btn-procedures-03 a:hover { background:url("../images/btn-procedures.jpg") -316px -131px no-repeat; }
#btn-procedures-04 a:hover { background:url("../images/btn-procedures.jpg") -474px -131px no-repeat; }

/*-----------------------------------------------*/
#column-left #btn-procedures { 
	background:url("../images/btn-left-procedures.jpg") no-repeat; 
	width:150px; 
	height:456px; 
	margin:40px 0px 20px 0px;
	padding:0; 
	}

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

#column-left #btn-procedures li, 
#column-left #btn-procedures a { width:150px; height: 112px; display:block; background: transparent;} /* change height here also */

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

#column-left #btn-procedures-01,
#column-left #btn-procedures-02,
#column-left #btn-procedures-03,
#column-left #btn-procedures-04 { height: 112px;}

/*-------------- (-79px) X position of button / (-131px) height of image from above ------------- */
#column-left #btn-procedures-01 a:hover { background:url("../images/btn-left-procedures.jpg") -150px -0px no-repeat; }
#column-left #btn-procedures-02 a:hover { background:url("../images/btn-left-procedures.jpg") -150px -112px no-repeat; }
#column-left #btn-procedures-03 a:hover { background:url("../images/btn-left-procedures.jpg") -150px -224px no-repeat; }
#column-left #btn-procedures-04 a:hover { background:url("../images/btn-left-procedures.jpg") -150px -336px no-repeat; }

/* ------------------------footer framework ------------------------ */
#footer {
	width:950px;
	margin:0 auto;
	text-align:center;
	padding: 20px;
	font-size:12px;
	}

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

#footer a:link, #footer a:visited { color:#fff; }
#footer a:hover, #footer a:active { color:#d5a00f; }

#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 ------------------------ */
/* ------------------------ horizontal sprite nav ------------------------ */
#nav { 	
	background:url("../images/nav.jpg") no-repeat; 
	width:950px; 
	height:30px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

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

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

#nav-01 { width: 75px; margin-left: 21px;}
#nav-02 { width: 123px;}
#nav-03 { width: 158px;}
#nav-04 { width: 165px;}
#nav-05 { width: 70px;}
#nav-06 { width: 77px;}
#nav-07 { width: 69px;}
#nav-08 { width: 62px;}
#nav-09 { width: 110px;}

/*-------------- (-79px) X position of button / (-30px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -21px -30px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")  -96px -30px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -219px -30px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -377px -30px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -542px -30px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -612px -30px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -689px -30px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -758px -30px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -820px -30px no-repeat; }

/*-------------- OPTIONAL - Keeps the hover state on each page based on body id ------------- */
body#index #nav-01 { background:url("../images/nav.jpg")  -21px -30px no-repeat; }
body#meet #nav-02 { background:url("../images/nav.jpg")  -96px -30px no-repeat; }
body#blog #nav-03 { background:url("../images/nav.jpg") -219px -30px no-repeat; }
body#center #nav-04 { background:url("../images/nav.jpg") -377px -30px no-repeat; }
body.face #nav-05 { background:url("../images/nav.jpg") -542px -30px no-repeat; }
body.breast #nav-06 { background:url("../images/nav.jpg") -612px -30px no-repeat; }
body.body #nav-07 { background:url("../images/nav.jpg") -689px -30px no-repeat; }
body.skin #nav-08 { background:url("../images/nav.jpg") -758px -30px no-repeat; }
body#contact #nav-09 { background:url("../images/nav.jpg") -820px -30px 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:#1a1007;	/* Background color of drop down nav - add more styles (i.e. background image) if you want */
	font-size: .95em;
	}

#nav li ul li { 
	height:20px; /* Height of each drop down nav item */
	border:0px;
	}	

#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:#FFFFFF;
	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 { 
	background-image:none;
	background-color:#84593a;
	color:#FFFFFF;
	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:180px; }		
#nav-06 ul, #nav-06 li { width:190px; }
#nav-07 ul, #nav-07 li { width:180px; }		
#nav-08 ul, #nav-08 li { width:245px; }

#blog #column-right {
	padding-top:30px;
	}
	
#column-right #perma {
	padding-left: 25px;
}
