/*  
Theme Name: Le Chateau Bow-Wow
Theme URI: 
Description: Custom WordPress Theme for Le Chateau Bow-Wow
Version: 1
Author: Peer Pressure Creative
Author URI: http://www.peerpressurecreative.com 

@charset "UTF-8";

/* Main ////////////////////////////////////////////////////////// */

/* Sets all Defaults to 0 */

html {
	height: 100%;
	background: url(images/background.jpg) repeat-x;
}

body  {
	font-family: Helvetica, sans-serif;
	font-size: 13px;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	line-height: 20px;
	background: url(images/container.jpg) no-repeat center top;
}

#container {
	width: 900px;
	min-height: 100%;
	margin: 0px auto -576px auto;
	position: relative;
}

.clearboth {
	clear: both;
}

a {
  	outline: none;
}

/* Typography ////////////////////////////////////////////////////////// */

a:link, a:active, a:visited { 
	text-decoration: none; 
	color: #5A0B0B; 
}

a:hover, a:focus { 
	text-decoration: underline; 
	color: #333333; 
}

.dark_red {
	font-size: 20px;
	color: #5A0B0B;
}

/* Header ////////////////////////////////////////////////////////// */

#header {
	width: 900px;
	height: 120px;
	padding: 0px;
}

#header h1 {
	margin: 0;
	padding: 0;
	background: url(images/header.jpg) no-repeat top left;
	width: 900px;
	height: 120px;
}

#header a {
	width: 900px;
	height: 120px;
	display: block;
	text-indent: -99999px;	
}

/* Navigation //////////////////////////////////////////////////////////////// */

#nav {
	width: 900px;
	height: 26px;
	margin-bottom: 176px;
	display: inline;
	float: left;
}

#nav ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: 0;
	top: 0px;
	left: 0px;
	width:  900px;
	height: 26px;
	float: left;
}

#nav ul li {
	padding: 0;
	margin: 0;
	display: block;
	float: left;
	text-indent: -9999px;	
}

#nav li a {
	border: 0;
	display: block;
	height: 26px;
	background: url(images/nav1.jpg) no-repeat;
}

#nav li a:hover {
	border: 0;
	display: block;
	background-image: url(images/nav2.jpg);
}

#nav li a.current {
	background-image: url(images/nav3.jpg);
	color: white;
}

#nav li a:hover.current {
	background-color: transparent;
	color: white;
}

#nav li#home a {
	width: 276px;
}
 
#nav li#home a:link,
#nav li#home a:visited,
#nav li#home a:hover {
	background-position: 0px 0px;
}

#nav li#about a {
	width: 64px;
}

#nav li#about a:link,
#nav li#about a:visited,
#nav li#about a:hover {
	background-position: -276px 0px;
}

#nav li#goods a {
	width: 99px;
}

#nav li#goods a:link,
#nav li#goods a:visited,
#nav li#goods a:hover {
	background-position: -340px 0px;
}

#nav li#bark a {
	width: 101px;
}

#nav li#bark a:link,
#nav li#bark a:visited,
#nav li#bark a:hover {
	background-position: -439px 0px;
}

#nav li#memory a {
	width: 97px;
}

#nav li#memory a:link,
#nav li#memory a:visited,
#nav li#memory a:hover {
	background-position: -540px 0px;
}

#nav li#visit a {
	width: 263px;
}

#nav li#visit a:link,
#nav li#visit a:visited,
#nav li#visit a:hover {
	background-position: -637px 0px;
}

/* Main ////////////////////////////////////////////////////////// */

#main {
	width: 900px;
	background: url(images/body.jpg) repeat-y;
	min-height: 400px;
	position: relative;
}

#left {
	width: 232px;
	min-height: 475px;
	display: inline;
	float: left;
	position: relative;
}

#chat {
	width: 232px;
	position: absolute;
	top: -30px;
}

#chat h2 {
	background: url(images/chat_logo.jpg) no-repeat;
	width: 232px;
	height: 268px;
	margin: 0px;
	padding: 0px;
}

#chat a {
	width: 232px;
	height: 268px;
	display: block;
	text-indent: -999999px;
}

#chat h3 {
	background: url(images/store-hours.jpg) no-repeat;
	width: 232px;
	height: 35px;
	text-indent: -999999px;
}

#chat ul {
	width: 150px;
	list-style: none;
}

span.strong {
	font-weight: bold;
}

#middle {
	float: left;
	width: 436px;
}

#right {
	width: 232px;
	float: right;
	position: relative;
}

#thegoods {
	width: 232px;
	height: 86px;
	position: absolute;
	top: -30px;
}

#thegoods h2 {
	background: url(images/thegoods.jpg) no-repeat;
	width: 232px;
	height: 86px;
	margin: 0px;
	padding: 0px;
}

#thegoods a {
	width: 232px;
	height: 86px;
	display: block;
	text-indent: -999999px;
}

#royalbark {
	width: 232px;
	height: 86px;
	position: absolute;
	top: 56px;
}

#royalbark h2 {
	background: url(images/royalbark.jpg) no-repeat;
	width: 232px;
	height: 86px;
	margin: 0px;
	padding: 0px;
}

#royalbark a {
	width: 232px;
	height: 86px;
	display: block;
	text-indent: -999999px;
}

#twitter {
	width: 232px;
	height: 28px;
	position: absolute;
	top: 148px;
}

#twitter h2 {
	background: url(images/twitter.jpg) no-repeat;
	width: 232px;
	height: 28px;
	margin: 0px;
	padding: 0px;
}

#twitter a {
	width: 232px;
	height: 28px;
	display: block;
	text-indent: -999999px;
}

#signup {
	width: 232px;
	height: 28px;
	position: absolute;
	top: 182px;
}

#signup p{
	margin-left: 45px; 
}

/* Blog //////////////////////////////////////////////////////////////// */

.blog_split {
	width: 430px;
	height: 41px;
	background: url('images/blog_split.jpg') no-repeat top left;
	margin: 0;
	padding: 0;
	text-indent: -99999px;
}

.forms {
	width: 200px;
}

.formsfour {
	width: 430px;
	height: 80px;
}

.title {
	font-weight: bold;
	width: 60px;
	display: inline;
	float: left;
}

.red {
	color: red;
	font-style: italic;
	font-size: 10px;
}

.comment_left {
	display: inline;
	float: left;
	width: 200px;
}

.comment_right {
	float: right;
	width: 200px;
	text-align: right;
}

#leavea {
	width: 430px;
	background-color: #5E0003;
	padding: 3px;
	color: #ffffff;
	margin: 10px 0px 10px 0px;
}

.comments {
	list-style: none;
	width: 430px;
	border-bottom: dashed thin;
	border-bottom-color: #5E0003;
	margin-bottom: 10px;
}

#comments {
	margin-bottom: 10px;
}

/* Footer ////////////////////////////////////////////////////////// */

.clearfooter {
	height: 576px;
	clear: both;
}

#footer {
	height: 576px;
	width: 100%;
	background: url(images/footer_back.jpg) repeat-x top center;
	font-size: 13px;
	padding: 0px;
	color: #000;
	line-height: normal;
}

#footer a {
	color: #000;
	text-decoration: none;
}

#footer a:hover {
	color: #000;
	text-decoration: underline;
}

#footer_container {
	width: 900px;
	min-height: 90px;
	background: transparent url(images/footer.jpg) no-repeat top;
	margin-left: auto;
	margin-right: auto;
	padding: 486px 0px 0px 0px;
	position: relative;
}

#footer_left {
	padding: 0px;
	margin-right: 35px;
	line-height: 18px;
	display: inline;
	float: left;
}

#footer_right {
	padding: 0px;
	line-height: 18px;
	float: right;
	text-align: right;
}

span#ppc {
	color: #CC5722;
}

.newerbarks {
	font-size: 16px;
	float: left;
}

.olderbarks {
	font-size: 16px;
	float: right;
}
