/*
* Created by: Angie Jantz // March 28, 2006
* Modified by: 

*
* Copyright (c) 2006 condit.west.creative LLC
* 414 S. Mill Avenue, Tempe, Arizona. 85281, U.S.A.
* All rights reserved.
*
* This software is the confidential and proprietary information of
* condit.west.creative LLC. You shall not disclose such confidential
* information and shall use it only in accordance with the terms of
* the license agreement you entered into with condit.west.creative LLC
*/

/*Note the order of the <a> psudo-class selectors is important*/
/*since subsequent appearing links override previous ones*/


/***********************************************/
/* HTML TAG STYLES                             */
/***********************************************/
body {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	background-color: #000000;
}

input { /*sets text for form textfields*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 9px;
	color: #666666;
}

hr {
	border: 0;
	color: #CAB8A3;
	background-color: #CAB8A3;
	height: 1px;
	width: 100%;
}

/***********************************************/
/* MAIN LAYOUT DIVS                            */
/***********************************************/
.siteWidth { /*sets the width for the content and footer areas*/
	width: 760px;
}
.siteWidthheader { /*sets the width for the header areas - avoids wrap*/
	width: 800px;
}

/************* header area styles  **************/
#headerContainer { /*sets 100% white bg*/
	background-color:#FFFFFF;
	padding: 8px 8px 8px 0px;
	height:80px;
}

.headerLogo { /*sets area padding and height for logo within header*/
	padding: 0px 8px 0px 8px;
	height:77px;
	float: left;
}

.headerNav { /*sets area for nav within header with left border*/
	padding: 0px 8px 0px 8px;
	border-left: 1px solid #CAB8A3;
	height:77px;
	width:343px;
	float: left;
}

.headerEmail { /*sets area for email signup within header with left border*/
	padding: 8px 8px 0px 8px;
	border: 1px solid #CAB8A3;
	background-color:#F7F4F1;
	height:63px;
	float: left;
}

/************* content area styles  **************/
#contentContainer { /*sets 100% white bg*/
	background-color:#FFFFFF;
	padding: 8px 8px 0px 0px;
	margin:0px;
	height: 100%;
}

.content { /*sets area for global content on site*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color:#333333;
	padding: 8px 8px 8px 12px;
	margin:0px;
	float:left;
	width:527px;
}
.content a:link, .content a:visited {color: #7A4C17; text-decoration:underline;}
.content a:hover {color: #7A4C17; text-decoration:none;}

.contentindextext { /*sets content text for index only*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color:#333333;
}
.contentindextext a:link, .contentindextext a:visited {color: #666666; text-decoration:underline;}
.contentindextext a:hover {color: #666666; text-decoration:none;}

.contenthdr, .contentlefttexthdr { /*sets header text*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color:#333333;
}

.contentlefttext { /*sets text style and padding for left ad text*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 9px;
	line-height: 12px;
	color:#666666;
	padding: 8px 8px 8px 25px;
}
.contentlefttext a:link, .contentlefttext a:visited {color: #666666; text-decoration:underline;}
.contentlefttext a:hover {color: #666666; text-decoration:none;}

.contenthdrimages { /*creates some space between page hdr images and content*/
	padding: 0px 0px 10px 0px;
}

.contentbgshade { /*sets light background color for repeating rows, profile highlight, contact form*/
	background-color:#F7F4F1;
}

.breadcrumb { /*sets text and bottom border for any page with breadcrumb trails*/
	border-bottom: 1px solid #CAB8A3;
	padding: 2px;
	margin: 0px 0px 10px 0px;
	height: 17px;
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight:bold;
}

/************* footer area styles  **************/
#footerindexContainer {  /*creates larg brown band with darker borders for ads on index*/
	background-color:#CAB8A3;
	border-bottom: 1px solid #7A4C17;
	border-top: 1px solid #7A4C17;
	padding: 8px 8px 8px 0px;
	margin:0px;
	height: 62px;
}
#footersitewideContainer {  /*creates small brown band with darker borders*/
	background-color:#CAB8A3;
	border-bottom: 1px solid #7A4C17;
	border-top: 1px solid #7A4C17;
	height: 15px;
}
#footerspacer {  /*separates content area from footer*/
	background-color:#FFFFFF;
	height: 5px;
}
.footer {  /* controls copyright info, footer nav*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color:#BABABA;
	padding: 8px 5px 8px 5px;
	height: 60px;
}
.footer a:link, .footer a:visited {color: #BABABA; text-decoration:underline;}
.footer a:hover {color: #CCCCCC; text-decoration:none;}

.footercwc {  /* controls text for cwc tag*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 9px;
	line-height: 16px;
	color:#BABABA;
}

.footeradsindiv { /*sets border for left side on footer ads*/
	float: left;
	padding: 0px 12px 0px 12px;
	border-left: 1px solid #7A4C17;
}

.footeradstart { /*no border for first ad in footer */
	float: left;
	padding: 0px 12px 0px 12px;
}


/***********************************************/
/* PAGE DIVS AND STYLES                        */
/***********************************************/

/************* index page styles  **************/
#indexContent {
	position:absolute;
	left:316px;
	top:130px;
	width:403px;
	height:154px;
	z-index:1;
}

/************* locations page styles  **************/
.zipsearchbg { /*sets bg color and text for zip search on locations page*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 9px;
	line-height: 13px;
	color:#666666;
	padding: 9px;
	margin-bottom: 10px;
	background-color:#F7F4F1;
	border: 1px solid #CAB8A3;
}
.zipsearchbghdr { /*sets text for zip search hdr on locations page*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight:bold;
	line-height: 14px;
	color:#333333;
}
.specialsbg { /*sets bg color and text for specials  on salon specifics page*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color:#666666;
	padding: 10px;
	margin: 10px 10px 0px 0px;
	background-color:#F7F4F1;
}
.specialsbg a:link, .smallgray a:visited {color: #666666; text-decoration:underline;}
.specialsbg a:hover {color: #666666; text-decoration:none;}

.specialshdr { /*sets text for specials hdr on salon specifics page*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight:bold;
	line-height: 15px;
	color:#666666;
}

.hours { /*sets text for hours module on salon specifics page*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 13px;
	color:#666666;
	padding: 2px 0px 2px 10px;
}

.saloncontent, .commcontent { /*sets padding for content areas on salon specific page and communications page*/
	padding: 10px;
}

/************* story page styles  **************/
.profilebgon { /*sets area for area with background*/
	padding: 10px;
	margin: 10px 10px 0px 0px;
	background-color:#F7F4F1;
}
.profilebgoff { /*sets area for profiles without bg*/
	padding: 10px;
	margin: 10px 10px 0px 0px;
}

.profilehdr { /*sets text style for profile headers*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#666666;
}
.profilecontent { /*sets text style for profile content*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color:#666666;
}

/************* services page styles  **************/
.servicescontent { /*sets text style for content on services page*/
	padding-right: 10px;
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color:#333333;
}

/************* form styles  **************/
.form { /*sets text for form objects, aside from text fields*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 16px;
	color:#999999;
}
.required { /*sets asterik style to notate required fields*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#7A4C17;
}

/************* misc global styles  **************/
.smallgray { /*sets text used for disclaimer info, any other small text*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color:#666666;
}
.smallgray a:link, .smallgray a:visited {color: #666666; text-decoration:none; font-weight:bold;}
.smallgray a:hover {color: #999999; text-decoration:underline; font-weight:bold;}

.smallgraybold { /*sets text used for communications hdrs, any other small text*/
	font-family: Geneva, Arial, Verdana, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color:#666666;
	font-weight:bold;
}

/* THE END, horay! */
