/* Salon Khouri Stylesheet
Last updated on 02-14-2007
by hawes.matt@gmail.com */

/* CSS Color Chart:
#000000 Black
#FFFFFF White
#e4d1a6 Sapling
#bc6428 Tuscany
#e48e12 Gamboge
#513013 Baker's Chocolate */

/*-------------------------------------------------------------------------------------------------------------- */
/* Reset Styles ------------------------------------------------------------------------------------------------ */

/* Resetting Again technique developed by Eric Meyer (http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	/* Just for DW? */ font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
}
body {
	line-height: 1;
	font-size: 62.5%; /* set the default font size to the equivalent of 10px - How to size text using ems technique developed by Richard Rutter (http://clagnut.com/blog/348/) */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-------------------------------------------------------------------------------------------------------------- */
/* Accessibility  ---------------------------------------------------------------------------------------------- */

#skipToMain a:link, /* skip to main content */
#skipToMain a:visited,
#skipToMain a:hover,
#skipToMain a:active {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
}

/*-------------------------------------------------------------------------------------------------------------- */
/* Structure and Layout ---------------------------------------------------------------------------------------- */

body {
	text-align: center; /* center the entire page for IE */
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	background-color: #e4d1a6;
	background-image: url(../images/bodyBackground.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#branding { /* the branding / banner */
	text-align: left; /* reset text alignment to left */
	width: 764px;
	margin-left: auto; /* auto margins center the wrapper in modern browsers */
	margin-right: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e48e12;
	border-left-color: #e48e12;
	background-color: #FFFFFF;
	line-height: 0px; /* this removes 1px whitespace under the banner in Firefox */
}

.clearFloats { /* non-semantic div for clearing floats */
	clear: both;
	height: 1px;
	line-height: 1px;
}

/*-------------------------------------------------------------------------------------------------------------- */
/* Main Navagation --------------------------------------------------------------------------------------------- */

#mainNav { /* main navigation */
	width: 100%;
	background-color: #513013;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #bc6428;
	background-image: url(../images/mainNavBackground.gif);
	background-repeat: repeat-x;
	line-height: 0px; /* this removes 1px whitespace under the banner in Firefox */
}

#mainNav div { /* prevents the main navigation from collapsing when the browser window gets too small */
	width: 770px;
	margin-left: auto; /* needed to center in Firefox */
	margin-right: auto;
}

/*-------------------------------------------------------------------------------------------------------------- */
/* Content Area ------------------------------------------------------------------------------------------------ */

#content { /* main content area */
	text-align: left; /* reset text alignment to left */
	width: 716px;
	margin-left: auto; /* auto margins center the wrapper in modern browsers */
	margin-right: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e48e12;
	border-left-color: #e48e12;
	background-color: #FFFFFF;
	padding-top: 24px;
	padding-left: 24px;
	padding-right: 24px;
	padding-bottom: 6px;
}

#content #contentColumn { /* holds the main content when a 2 column layout is used */
	float: left;
	width: 478px;
}

/*-------------------------------------------------------------------------------------------------------------- */
/* Sidebar ----------------------------------------------------------------------------------------------------- */

#content #sideBar { /* left sidebar */
	float: left;
	width: 214px;
	margin-right: 24px;
}

#content #sideBar img { /* buttons in left sidebar */
	margin-bottom: 24px;
}

#content #sideBar #mailingList {
	background-image: url(../images/mailingList.jpg);
	height: 74px;
	width: 184px;
	background-color: #e4d1a6;
	background-repeat: no-repeat;
	padding-top: 70px;
	padding-left: 30px;
}
#content #sideBar #mailingList form {

}

#content #sideBar #mailingList form label { /* accessable form label is hidden from view */
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	display: block;
}
#content #sideBar #mailingList input#ea {
	font-size: 12px;
	width: 100px;
}
#content #sideBar #mailingList input.submit {
	font-size: 12px;
	width: 40px;
	background-color: #bc6428;
	color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #513013;
	border-right-color: #513013;
	border-bottom-color: #513013;
	border-left-color: #513013;
}




#content #sideBar h1, /* sidebar headings */
#content #sideBar h2,
#content #sideBar h3 {
	margin-top: 0px;
}

/*-------------------------------------------------------------------------------------------------------------- */
/* Typography  ------------------------------------------------------------------------------------------------- */

#content h1 { /* page title heading */
	font-size:2.3em;
	margin-bottom: 6px;
	font-weight: normal;
}

#content h2 { /* heading */
	font-size:2.3em;
	margin-bottom: 6px;
	font-weight: normal;
	margin-top: 24px;
}

#content h3 { /* sub-heading */
	font-size:1.6em; /* displayed at 18px */
	font-weight: normal;
	color: #bc6428;
	margin-top: 18px;
}

#content p { /* content paragraph */
	font-size: 1.4em;
	line-height: 1.6em;
	margin-bottom: 18px;
}

#content ul { /* list styles */
	list-style-type: disc;
	font-size: 1.4em;
	line-height: 1.6em;
	margin-bottom: 18px;
	list-style-position: inside;
}

#content img.related { /* related image floated right */
	float: right;
	background-image: url(../images/imageRelatedDropshadow.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 3px;
	padding-top: 3px;
	margin-left: 24px;
	margin-bottom: 24px;
}

#content p a:link, /* content area link style */
#content p a:visited,
#content p a:hover,
#content p a:active {
	text-decoration: underline;
	color: #bc6428;
	font-weight: bold;
}

/*-------------------------------------------------------------------------------------------------------------- */
/* Footer ------------------------------------------------------------------------------------------------------ */

#footer {
	clear: both;
	width: 770px;
	height: 3em;
	margin-left: auto; /* needed to center in Firefox */
	margin-right: auto;
	color: #ffffff;
	font-size: 1.4em;
	line-height: 1.6em;
	background-color: #513013;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #bc6428;
	padding-top: 18px;
}

#footer div span { /* spacing around phone number */
	margin-right: 30px;
	margin-left: 30px;
}

#footer a,
#footer a:link,
#footer a:active,
#footer a:visited,
#footer a:hover {
	text-decoration: underline;
}

/*-------------------------------------------------------------------------------------------------------------- */
