/*
Theme Name: DT Salon
Theme URI: http://jamessloane.com/
Description: The theme for <a href="http://www.distinctivetouchsalon.com/">Disitinctive Touch Salon</a>.
Version: 0.1
Author: James Sloane
Author URI: http://jamessloane.com/
Tags: beautiful, custom header, fixed width, two columns, widgets

	DT Salon v0.1
	 http://jamessloane.com/themes/

	This theme was designed and built by James Sloane,
	whose blog you will find at http://www.jamessloane.com/

Template: hybrid
Version: 0.1
*/

/* Get Parent CSS */
@import url('../hybrid/style.css') ;


/* Begin Typography & Colors */
body {
	background-color: #CCC;
	background-image: url(images/bg-body.gif);
	background-repeat: repeat-x;
}
#body-container {
	padding: 0px;
	width: 900px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header-container {
	padding: 0px;
	height: 70px;
	width: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: relative;
}
#header {
	padding: 0px;
	margin: 0px;
	height: 70px;
	width: 900px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #808080;
}
#site-title a  {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	padding: 0px;
	height: 60px;
	width: 424px;
	display: block;
	margin: 0px;
	position: absolute;
	left: 0px;
	bottom: 5px;
	z-index: 100;
}
#site-description {
	position: absolute;
	right: 0px;
	top: 20px;
	color: #808080;
	z-index: 10;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
}
#navigation {
	margin: 0px;
	padding: 0px;
}
#page-nav li a {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	color:#FFF;
	background-attachment: scroll;
	background-color: #808080;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	border: none;
	height: 24px;
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 15px;
}
#page-nav li a:hover, #page-nav li a:active, #page-nav .current_page_item a {
	color: #000;
	background-color: #CCC;
	text-decoration: none;
}
#page-nav li ul {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:#FFFFFF none repeat scroll 0 0;
border-top:1px solid #CCCCCC;
}
#page-nav ul ul li a {
	color: #FFF;
	background-color: #808080;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
#page-nav ul ul li a:hover, #page-nav ul ul li a:active {
	color: #000;
	background-color: #CCC;
	text-decoration: none;

}
/* structure */
#container {
	width: 896px;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
	border-right-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-right-color: #808080;
	border-left-color: #808080;
}
#splash-image {
	height: 300px;
	width: 900px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
/* headlines */
h2 {
	font-weight: normal;
	font-size: 18px;
}
h3 {
	font-weight: normal;
}
.page-title, .entry-title {
	color:#808080;
	font-size:24px;
	line-height:24px;
	font-style: normal;
	font-weight: normal;
}
.entry-title a {
color:#808080;
}
/* Main Content Section */
.content {
	background-color: #FFF;
	padding: 20px;
	width: 540px;
	position: relative;
}
.breadcrumb {
	display: none;
}

/* Sidebar Section */
#primary {
	width: 304px;
}
.widget {
	margin-bottom: 11px;
	background-color: #FFF;
}
.widget-title {
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	color: #FFF;
	background-color: #808080;
	margin: 0px;
}
.widget_text {
	border: none;
	background-color: transparent;
}
/* Footer */
#footer-container {
	color: #FFF;
	background-color: #808080;
	margin: 0px;
	padding: 0px;
}
#footer  {
	color: #FFF;
	margin: 0px;
	padding: 10px;
}
#footer  p {
	margin: 0px;
	padding: 0px;
}
#footer-container a:link, #footer-container a:visited {
	color: #FF0;
}
