/* ------------------------------------------------------

Theme Name: HiTech Salon & Span
Theme URI: http://hitechsalonandspa.com/
Description: The HiTech Salon & Span WordPress theme.
Version: 1.0
Author: Dan Wilt, dan@enhancedinnovations.com
Author URI: http://enhancedinnovations.com.com/
Tags: spa

------------------------------------------------------ */

/* ------------------------------------------------------

HiTech Salon & Span
Dan Wilt, dan@enhancedinnovations.com

-------------------------------------------------------*/

/* Eric's Reset */
@import url(css/reset.css);

/* Pull in Myriad Pro 
@font-face { 
	font-family: "Myriad Pro"; 
	src: url('http://hitechsalonandspa.com/wp-content/themes/HiTech/fonts/MyriadPro-Light.otf') format('opentype'); 
} */

/* clears the last element of many things */
div#container .last, div#footer .last {
	border-right: none;
	padding-right: 0;
	margin-right: 0;
}

div#container .last {
	border-bottom: none;
}
	
/* ------------------------------------------------------
Common Elements
-------------------------------------------------------*/

body {
	background: url(images/bg.png) repeat-x;
	font: 15px "Myriad Pro", Tahoma;
	color: white;
}

div#container {
	width: 960px;
	margin: 0 auto;
}

h1 {
	display: none;
}

h2, h3, h4 {
	font-weight: normal;
	font-family: "Myriad Pro", Tahoma;
	padding-bottom: 5px;
	line-height: 1.2;
}

h2 {
	font-size: 20px;
	color: white;
	background: url(images/h2-arrow.png) no-repeat left 4px;
	min-height: 27px;
	padding-left: 15px;
}

h3, label {
	font-size: 16px;
	color: #b97333;
}

h4 {
	font-size: 12px;
	font-weight: bold;
}

p, ul, ol {
	font-size: 14px;
	padding-bottom: 15px;
	line-height: 1.4;
}

ul, ol {
	list-style-type: disc;
	margin-left: 25px;
}

li {
	padding-bottom: 15px;
}

a:link, a:visited {
	color: #1490c8;
	text-decoration: none;
}

address {
	font-style: normal;
}

/* ------------------------------------------------------
Banner & Navigation
-------------------------------------------------------*/

div#banner {
	height: 278px;
	width: 960px;
}

ul#main-nav {
	height: 30px;
	margin: 20px;
	padding-left: 40px;
	font-family: "Myriad Pro", Tahoma;
	padding-bottom: 0;
	list-style-type: none;
}

ul#main-nav li {
	display: block;
	float: left;
	height: 20px;
	padding: 5px 0;
	padding-right: 34px;
	border-right: 1px solid #404040;
	margin-right: 34px;
}

ul#main-nav li a {
	float: left;
	height: 30px;
	font-size: 13px;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
}


ul#main-nav li a:hover {
	color: #1490c8;
} 

/* ------------------------------------------------------
Main Sections
-------------------------------------------------------*/ 

div#content {
	padding-top: 20px;
	margin-left: 10px;
	overflow: auto;
	background: url(images/main-bg.png) no-repeat;
}
div#post {/*kr*/
	padding-top: 20px;
	margin-left: 10px;
	overflow: auto;
	background: url(images/main-bg.png) no-repeat;
}

div.third-section {
	width: 300px;
	margin-right: 20px;
	float: left;
	overflow: hidden;
}
/*kr*/
div.third-section h3 a{
	color: #b97333;
}
/*end kr*/
img.image {
	padding: 3px;
	border: 1px solid #404040;
	margin: 10px 0;
}

/* ------------------------------------------------------
Home
-------------------------------------------------------*/
div#banner.home {
	height: 396px;
}

div#content.home {
	background: none;
}

ul#main-contact-info {
	padding-top:  10px;
	list-style-type: none;
	margin-left: 5px;
}

ul#main-contact-info li {
	float: left;
	padding: 3px 0 3px 10px;
	margin: 0;
	border-left: 1px solid #404040;
	width: 120px;
}

/* ------------------------------------------------------
Sidebar Nav
-------------------------------------------------------*/

div#side, div#main {
	overflow: hidden;
	margin-left: 10px;
	float: left;
}

div#side {
	width: 330px;
}

div#side ul {
	list-style-type: none;
}

div#side li {
	padding-bottom: 0;
}

ul#side-nav {
	margin-left: 0;
}

ul#side-nav h2:hover, ul#side-nav h3:hover {
	cursor: pointer;
	opacity: .8;
}

ul#side-nav h3 {
	background: none;
	padding-left: 0;
}

ul#side-nav h4 {
	font-weight: normal;
	padding: 0;
}

ul.collapsed {
	display: none;
}

/* Expanded/Collapsed Headers */

ul#side-nav h3.collapsed, ul#side-nav h3.expanded {
	padding-left: 10px;
	background-position: 6px left;
	
}

ul#side-nav h2 {
	background-repeat: no-repeat;
	background-position: top left;
	height: 25px;
	padding: 5px 0 0 10px;
	margin-bottom: 5px;
}

/*kr*/


ul#side-nav .cat-item a {
	font-size: 16px;
	color: #b97333;
}

 /*end kr */

ul#side-nav h2, ul#side-nav h2.collapsed {
	background-image: url(images/side-nav-h2-expand_bg.png);
}

ul#side-nav h2.active, ul#side-nav h2.expanded {
	background-image: url(images/side-nav-h2-collapse_bg.png);
}

ul#side-nav h3.collapsed {
	background-image: url(images/side-nav-h3-expand.png);
}

ul#side-nav h3.expanded {
	background-image: url(images/side-nav-h3-collapse.png);
}

/* Linked Headers */

ul#side-nav h2 a {
	color: white;
}

ul#side-nav h3 a {
	font-size: 16px;
	color: #b97333;
}

ul#side-nav h4 a {
	display: block;
	color: white;
	text-indent: 10px;
	margin: 1px 0;
	padding: 5px 0;
}

ul#side-nav h4 a:hover {
	background-color: #222;
}

ul.level-2, ul.level-3 {
	margin-left: 15px;
}

ul.level-3 li {
	border-bottom: 1px dotted #222;
}

/* ------------------------------------------------------
Main Content
-------------------------------------------------------*/

div#main {
	width: 530px;
	float: left;
	min-height: 303px;
}

div#main h2 a:link, div#main h2 a:visited {
	color: white;
}

div#main-content h3 {
	padding-left: 0;
}

ul.employee-list {
	list-style-type: none;
	padding-bottom: 0;
	margin-left: 0;
	margin-top: 10px;
}

ul.employee-list li {
	border-bottom: 1px solid #404040;
	margin-bottom: 25px;
	padding-bottom: 10px;
}

div.page-entry ul.price-list {
	list-style-type: none;
	margin-left: 0;
	overflow: auto;
}

div.page-entry ul.price-list li {
	border-bottom: 1px dotted #404040;
	margin-bottom: 0;
	width: 400px;
	padding: 10px;
}

div.page-entry ul.price-list li:hover {
	background-color: #222;
}

p.service, p.cost {
	padding: 0;
	margin: 0;
}

p.service {
	float: left;
}

p.cost {
	float: right;
}

div#main div.page-entry ul.price-list li.last {
	padding-right: 10px;
}

/*kr*/
div.page-entry ul.employee-list img {
	float: left;
	padding: 3px;
	border: 1px solid #404040;
	margin: 10px 15px 10px 0px;
}

/* ------------------------------------------------------
Beauty Tip of the Month
-------------------------------------------------------*/

div.entry-meta {
	border-top: 1px dotted #404040;
	color: #888;
	font-size: 11px;
	padding-top: 5px;
}
span.date {
	display: block;
}

/*kr*/
/* ------------------------------------------------------
Page styling
-------------------------------------------------------*/
div.entry{
	margin-top: 20px;
	
}
div.post {
	margin-top: 20px;
}
div.page-entry{
	margin-top: 10px;
	margin-left: 15px;
	
}

div.page-entry img {
	padding: 3px;
	border: 1px solid #404040;
	margin: 10px 0;
}

div.page-entry img.alignleft {
	float: left;
	margin: 10px 15px 10px 0px;
	clear:right;
}

/* div.page-entry ul {
	list-style-type: none;
	padding-bottom: 0;
	margin-left: 0;
	margin-top: 10px;
} */

div.page-entry ul li {
	border-bottom: 1px solid #404040;
	margin-bottom: 25px;
	padding-bottom: 10px;
	float: left;
	width:515px;
}

div.page-entry h2 {
	font-size: 20px;
	color: #b97333;
	background: none;
	min-height: 27px;
	padding-left: 0px;
}
div.page-entry .clearout{
clear:both;}

div.navigation .alignright{
float: right;}
div.navigation .alignleft{
float: left;}

/* ------------------------------------------------------
Contact
-------------------------------------------------------*/

ul#contact-info, ul#form-inputs {
	list-style-type: none;
	margin-left: 0;
}

ul#contact-info span {
	display: block;
}

ul#contact-info span.locality, span.region, ul#contact-info span.postal-code {
	display: inline;
}

ul#form-inputs {
	width: 260px;
}

ul#form-inputs label {
	display: block;
}

div.field {
	border: 1px solid #444;
	padding: 2px;
}

div.field input, textarea {
	width: 250px;
	display: block;
	background-color: white;
	padding: 2px;
}

div.field input {
	height: 16px;
}

div#submit {
	text-align: center;
	width: 260px;
}

input#submit-button {
	text-align: center;
	color: white;
	border: 1px solid #444;
	height: 30px;
	width: 180px;
	background-color: #222;
}


textarea#comments-questions {
	height: 200px;
}

.error {
	color: red;
}

/* ------------------------------------------------------
Footer
-------------------------------------------------------*/

div#footer {
	overflow: auto;
	margin: 50px auto 10px auto;
	width: 960px;
	border-top: 3px solid #242424;
	background-color: black;
	padding: 20px 0;
}

div#footer img {
	float: left;
	margin-left: 30px;
	height: 25px;
}

ul#footer-list {
	float: left;
	margin-left: 40px;
	font-size: 12px;
}

ul#footer-list li {
	display: block;
	float: left;
	padding-top: 5px;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #404040;
}


