@charset "utf-8";
/* General Colors:
	BasicBrown: #6c4221;
	DarkSage: #325136;
	MediumSage: #869e89;
	LightSage: #9aac9c;
	VeryLightSage: #d7e6d9;
	Copper: #b1775b;
	LightCopper: #e58d5b;
 */


/* =General: Basic page layout
   ---------------------------------------------------------------------- */

body {
	padding: 0;
	margin: 0;
	background: White url(../img/sage/pinstripe-page-bg.png) repeat center top;
	color: Black;
	font-size: 100%;
	line-height: 1.125em;
	font-family: "Lucida Grande", Lucida, Arial, Helvetica, sans-serif;
}



/* =Links: General link setup
   ---------------------------------------------------------------------- */
a, a:link {
	color: #b1775b;
	text-decoration: underline;
}
a:visited {
	color: #b1775b;
	text-decoration: underline;
}
a:hover {
	color: #e58d5b;
	text-decoration: underline;
}
a:active {
	color: #e58d5b;
	text-decoration: underline;
}

a img {
	border: none;
}
   

/* =Header: Title section
   ---------------------------------------------------------------------- */

div#section-title {
	margin: 0;
	padding: 0;
	height: 105px;
	background: transparent url(../img/sage/pinstripe-header-bg.png) repeat-x center top;
}
/* This section centers the header in an 800-pixel-wide block. */
div#section-nav {
	position: relative;
	width: 800px;
	height: 105px;
	margin: 0 auto;
	background: transparent url(../img/sage/pinstripe-header-detail.png) no-repeat center top;
}
/* Display the title graphic */
div#section-title h1 {
	display: block;
	position: absolute;
	top: 0;
	left: 47px;
	padding: 0;
	margin: 0;
	width: 182px;
	height: 105px;
}
div#section-title h1 a {
	display: block;
	padding: 0;
	margin: 0;
	height: 105px;
	width: 182px;
	text-indent: -2000px;
	background: transparent url(../img/sage/pinstripe-header.png) no-repeat left top;
}

/* Handle the other navigation elements */
div#section-nav ul {
	display: block;
	position: absolute;
	top: 83px;
	left: 226px;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
}
div#section-nav ul li {
	display: block;
	list-style: none;
	float: left;
	padding: 0 14px 0 9px;
	background: transparent url(../img/sage/brown-dot.png) no-repeat right center;
}
div#section-nav ul li.last {
	background-image: none;
}
div#section-nav ul li a:link {
	color: #325136;
	text-decoration: none;
}
div#section-nav ul li a:visited {
	color: #325136;
	text-decoration: none;
}
div#section-nav ul li a:hover {
	color: #b1775b;
	text-decoration: underline;
}
div#section-nav ul li a:active {
	color: #b1775b;
	text-decoration: none;
}

/* =Content: General content sections
   ---------------------------------------------------------------------- */

p {
	margin: 0 0 1.125em 0;
	padding: 0;
}

div#content-section {
	height: 1%;
	clear: both;
	display: block;
	width: 800px;
	margin: 6px auto 0 auto;
	padding: 0;
}

div.box {
	height: 1%;
	padding: 0;
	background: White url(../img/sage/section-1.png) no-repeat top left;
	border: 1px solid #6c4221;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
}
div.box h2 {
	margin: 0 !important;
	padding: 20px 6px 12px 6px;
	height: 37px;
	border-top: 2px solid White;
	border-left: 2px solid White;
	border-right: 2px solid White;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	font-family: Vivaldi, "Edwardian Script ITC", "Monotype Corsiva", "Lucida", sans;
	font-size: 2em;
	font-weight: normal;
	color: #325136;
	text-shadow: White 0 0 4px;
}
div.box div.content {
	padding: 0 1.5em 0 1.5em;
	border-left: 2px solid White;
	border-right: 2px solid White;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}



/* =Contact: Contact Information
   ---------------------------------------------------------------------- */

div#section-contact {
	display: block;
	width: 800px;
	margin: 0 auto 0 auto;
	padding: 1em 0 .5em 0;
	clear: both;
	text-align: center;
}

div#section-contact div {
	display: inline;
	margin-right: 2em;
}
div#section-contact div#contact-email-row {
	margin-right: 0;
}

div#section-contact span.label {
	color: #325136;
}
div#section-contact span.value {
	color: #b1775b;
}


/* =copyright: Copyright section
   ---------------------------------------------------------------------- */
div#copyright {
	text-align: center;
	color: #999999;
	font-size: .75em;
}

a#site-designed-by,
a#site-designed-by:visited,
a#site-designed-by:active {
	color: #999999;
	text-decoration: none;
	margin-left: 1em;
}
a#site-designed-by:hover {
	text-decoration: underline;
}
a#site-designed-by img {
	border: none;
	vertical-align: middle;
	behavior: url(css/iepngfix.htc);
}



/* =Welcome: Home Page
   ---------------------------------------------------------------------- */
div#section-welcome {
	background-image: url(../img/sage/section-4.png);
}
div#section-welcome p.image-holder {
	text-align: center;
}
div#section-welcome img#front-image {
	border: 3px solid #6c4221;
	margin: 0.5em;
}

/* =Counter: Hit Counter
   ---------------------------------------------------------------------- */
   
div#section-counter {
	display: block;
	width: 800px;
	margin: 0 auto;
	padding: 0 0 1em 0;
	clear: both;
	text-align: center;
	font-size: 0.7em;
}


/* =Scarf: Scarf Information Page
   ---------------------------------------------------------------------- */
div#section-scarves p.image-holder {
	text-align: center;
}
div#section-scarves img#scarf-preview {
	border: 3px solid #6c4221;
	margin: 0.5em;
}


/* =About: About Us section
   ---------------------------------------------------------------------- */
div#section-letter {
	margin: 0 220px 0 0;
	background-image: url(../img/sage/section-1.png);
}
div#section-letter div#letter-bottom {
	padding:  1.125em 1.5em 1em 1.5em;
	margin: 0;
	font-size: 1.1em;
}
div#section-letter div#letter-body img {
	float: right;
	margin: 0 0 0.5em 0.5em;
	border: 3px solid #6c4221;
}
div#section-letter span#letter-closing,
div#section-letter span#letter-signature {
	font-family: Vivaldi, "Edwardian Script ITC", "Monotype Corsiva", "Lucida", sans;
	line-height: 1.4;
	display: block;
	padding-left: 200px;
	color: #b1775b;
}
div#section-letter span#letter-closing { font-size: 1.2em; }
div#section-letter span#letter-signature { font-size: 1.4em; }

/* =Progress: Progress Meter / Thermometer
   ---------------------------------------------------------------------- */

div#section-progress {
	background-image: url(../img/sage/section-3.png);
	display: block;
	float: right;
	margin: 0;
	width: 204px;
}
div#section-progress div#thermometer {
	padding: 0;
	margin: 0;
	display: block;
	position: relative;
	width: 200px;
	height: 343px;
	float: right;
}
div#thermometer img#therm1,
div#thermometer img#therm2 {
	position: absolute;
	top: 0;
	left: 0;
}