/* structural styles */

html, body {
	height: 100%;
}
body {
	background: #000000;
	margin: 0;
	padding: 0;
	font: 1em Verdana, Arial, sans-serif;
	color: #efefef;
}
#frame {
	width: 950px;
	margin: 0 auto;
	background: #242424;
	padding-bottom: 10px;
}
#inner-frame {
	width: 930px;
	margin: 0 auto;
	background: transparent;
}
#content-block {
	
}
.navigation {
	width: 705px;
	height: 36px;
	padding: 10px 0 0 0;
}
.main {
	width: 705px;
	margin: 0;
}
#main-inner {
	background: #333333;
	padding: 0 15px;
}
.content {
	padding: 10px 0;
}
.content-inner {
	font-size: 0.8em;
	clear: left;
}
.content-inner.rightsidebar {
	width: 450px;
}
.sidebar {
	width: 225px;
	margin: 0px;
	font-size: .85em;
}
#left-sidebar {
	height: 100%;
	min-height: 740px;
	background: #000000;
}
#left-sidebar.services {
	background: url(../images/sidebar-photo-location.gif) no-repeat bottom;
}
#left-sidebar.salon {
	background: url(../images/sidebar-photo-main.gif) no-repeat bottom;
}
#left-sidebar.location {
	background: url(../images/sidebar-photo-main.gif) no-repeat bottom;
}
.content-left-sidebar {
	margin: 5px;
}
#right-sidebar {

}
.sidebar-content {
	padding: 10px;
}
.photo {
	display: block;
	float: left;
	margin: 0 15px 15px 0;
}
.block {
	display: block;
	margin: 0 0 15px 0;
}
.page-copy {
	line-height: 2em;
}
.block.photo-left {
	width: 405px;
	float: left;
}

/* universal styles */
a, a:hover {
	color: #689bb0;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:visited {
	color: #587e8d;
}

.clear {
	clear: both;	
}

p { margin: 0 0 .5em 0; }

h1, .stylist-name, .content-title {
  font-family: "myriad-pro-1","myriad-pro-2",sans-serif;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
}
.clear-divider {
	clear: both;
	height: 0px;
}
.logo {
	width: 215px;
	height: 79px;
	background: url(../images/logo.gif);
}
.logo.page-title {
	height: 38px;
	margin-top: 8px;
}
.page-title {
	width: 215px;
	height: 38px;
}
.content-title {
	font-size: 2.25em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	padding: 0;
	overflow: hidden;
	margin: 0 5px 0 0;
	color: #666;
	font-weight: lighter;
	line-height: 1em;
	letter-spacing: 3px;
}
.titling {
	padding: 3px 0 0 0;
	height: 35px;
}

ul li {
	list-style-type: none;
}
.blurb {
}
.pad {
	margin: 10px;
}
.pad.first {
	margin-left: 0px;
}
.pad.last {
	margin-right: 0px;
}

/* navigation styles */

.navigation ul {
	text-align: right;
	margin: 0;
	font-weight: lighter;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
.navigation ul li {
	display: inline;
	list-style-type: none;
	text-transform: lowercase;
	margin: 0;
	height: 17px;
	font-size: 1em;
}
.navigation ul li a {
	color: #eeeeee;
	padding: 10px 10px;
	text-decoration: none;
}

.nav-active {
	background: #000000;
}

/* left sidebar */
#left-sidebar {
	
}
.active {
	padding-right: 20px;
	background: url(../images/arrow-right.gif) no-repeat right;
}
.active a {
	color: #92bacb;
}

/*stylist specific styles*/
.staff {
	background: url(../images/title-page-staff.gif);
}
.stylist-name {
	float: left;
	font-size: 2.25em;
	padding: 0;
	margin: 0 5px 0 0;
	color: #666;
	line-height: 1em;
	letter-spacing: 3px;
}
.stylist-title {
	font-size: 1.25em;
	padding: 0;
	float: left;
	margin: 10px 0 0 20px;
	color: #666;
	letter-spacing: 3px;
	line-height: 1em;
	margin-bottom: .5em;
}

.stylist-list li {
	text-align: right;
	margin: 6px 0;
}
.portfolio {
	background: url(../images/instruction-portfolio.gif) no-repeat top left;
	border: 1px solid #666666;
	padding: 10px;
}
.mini-row {
	clear: left;
}
.mini-row.stylists {

}
.portfolio-mini {
	margin: 0 0 0 200px;
	width: 455px;
	min-height: 90px;
}

