/* CSS Document */
/*ECHO Hair Salon*/

/*designed by CarricDesign www.carricdesign.com*/

html {margin: 0; padding: 0;}

body {
	font: 76% Verdana, Arial, Helvetica, sans-serif;
}

h1 {
	display: none;
}

img {
	border: none;
}

img.print {
	display: none;
}

p {
	line-height: 1.7em;
	font-size: 0.95em;
}


/*#wrap
===========================================================================*/
#wrap {
	margin: 20px auto;
	width: 1024px;
}


/*#sidebar
===========================================================================*/
#sidebar {
	float: left;
	clear: none;
	z-index: 1;
}

#sidebar img {
	float: left;
	clear: left;
}


/*#nav
============================================================================*/
#nav {
	float: right;
	width: 750px;
	height: 35px;
	/*color: #728994;*/
	color: #453325;
	letter-spacing: 0.2em;

}

#nav a {
	text-decoration: none;
	/*color: #728994;*/
	color: #453325;
}

#nav a:hover {
	text-decoration: none;
	padding-bottom: 2px;
	/*border-bottom: 5px solid #728994;*/
	border-bottom: 5px solid #453325;
}

#nav ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

#nav li {
	display: inline;
	margin-right: 10px;
}

#nav span {
	/*border-bottom: 5px solid #728994;*/
	border-bottom: 5px solid #453325;
	padding-bottom: 2px;
}


/*#right
===========================================================================*/
#right {
	float: right;
	clear: right;
	margin-top: 8px;
	margin-left: 10px;
	width: 750px;
}

#right a {
	color: #728994;
	text-decoration: none;
}

#right a:hover {
	text-decoration: underline;
}

#right a.blog-button {
	display: block;
	margin: 0;
	margin: 20px 0 0 200px;
	padding: 0;
	width: 207px;
	height: 199px;
	overflow: hidden;
	background: url(../images/button-blog.jpg) top left no-repeat;
	text-indent: -3000px;
}

#right a.blog-button:hover {
	background: url(../images/button-blog.jpg) top right no-repeat;
}

#right a.fb-button {
	/*float: right;
	margin-top: -185px;
	margin-right: 210px;*/
}

#right address {
	font-style: normal;
	margin-top: 50px;
	margin-bottom: 20px;
	line-height: 1.5em;
	/*color: #728994; blue*/
	color: #453325;
}

#right p {
	width: 753px;
	margin: 18px 0 0 0;
}

#right p.last {
	width: 753px;
	margin: 18px 0 20px 0;
}

#right span.caps {
	font-variant: small-caps;
	font-weight: bold;
}

#right table {
	color: #728994;
	color: #453325;
	margin-top: 15px;
	font-size: 1em;
}

#right caption {
	text-align: left;
	font-variant: small-caps;
	font-weight: bold;
	margin-top: 25px;
	/*color: #728994; blue*/
	color: #453325;
}

#right td.day {
	width: 200px;
}


.copy {font-size: 0.8em;}
