/* Project: Hixon Interiors
URL: http://www.hixon-interiors.com/
Date: December 2008
Author: Red Kite Creative
Author URL: http://www.redkitecreative.com */

/**************************************
  Override default styling rules
**************************************/
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

:link, :visited { text-decoration: none; }
ul, ol { list-style: none; }
h1, h2, h3, h4, h5, h6, pre, code { font-size: 1em; }
ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
	margin: 0; padding:0; }
a img, :link img, :visited img { border: none; }
/* for footerstick */ 
html, body {
	height: 100%;
} 
/* normalize font-size for all headers */
h1, h2, h3, h4 {
	font-size: 100%;
}
img, fieldset {
	display: block;
	border: none;
}
/* Transparency method for IE6 - js/unitpngfix.js */
/************************************************
  Default rules
************************************************/
html { 
	min-height: 100%; 
	margin-bottom: 1px; 
}
h1, h2, h3 {
	color: #7C192E;
	background-color: transparent;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif
}
h1 {
	margin-bottom: 0.7em;
	font-size: 120%;
}
h2 {
	font-size: 130%; 
}
h3 {
	font-size: 115%;
}
p {
	margin-bottom: 1em;
	color: #3f0d17;
	background-color: transparent;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
}
a {
	color: #4B5713;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bolder;
	font-family: Arial, Helvetica, sans-serif;
}
a:link, a:visited {
	color: #4B5713;
	background-color: transparent;
	text-decoration: underline;
}
a:hover {
	color: #79704D;
	background-color: transparent;
	text-decoration: none;
}
a:active {
	text-decoration: underline;
}
ul li {
	margin-bottom: 0.1em;
}
/************************************************
  Document and header rules
************************************************/
body {
	position: relative;
	padding-bottom: 0;   /* Height of the footer */
	font: 76%/110% Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #161F26;
	background-image: url(../images/body_bg_text.gif);
	background-repeat: repeat;
	background-position: top left;
/*	background-image: url(../images/body_bg.jpg);
	background-position: top left;
	background-repeat: repeat;*/
}
#extWrapper {
	background-image: url(../images/floral_gradient.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	z-index: 2;
}
#wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 504px;
	color: #FCFCF2;
	background-color: transparent;
	z-index: 10;
	background-image: url(../images/wrapper.png);
	background-position: left;
	background-repeat: repeat-x;
}
#header {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 115px;
}
#logo {
	position: relative;
	top: 12px;
}
#tagline {
	position: absolute;
	right: -4px;
	bottom: 3px;
}
/************************************************
  Content rules
************************************************/
#content {
	position: relative;
	height: 500px;
}
#main {
	position: relative;
	float: left;
	width: 558px;
	height: 500px;
	color: #3f0d17;
	background-color: transparent;
}
#main-home {
	position: relative;
	float: left;
	width: 558px;
	height: 500px;
	color: #3f0d17;
	background-color: transparent;
}
.galleryHeading {
	position: absolute;
	top: 10px;
	right: 30px;
	z-index: 400;
}
.galleryHeading p {
	margin-top: -10px;
}
.galleryHeading6 {
	display: none;
}
#sidebar {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	width: 420px;
	height: 500px;
	overflow: auto;	
	overflow-x: hidden;
	z-index: 30;
}
.padding {
	padding: 0.8em 1.5em 0.8em 1em;
}
ul.bullet-list {
	margin: 0.5em 1em 0.8em 3em;
	list-style-type: square;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #3f0d17;
	background-color: transparent;
}
ul.bullet-list li {
	padding-bottom: 0.5em;
	line-height: 1.5em;
}
/************************************************
  Footer rules
************************************************/
/*#footer, .push {
	height: 188px;  .push must be the same height as .footer 
}*/
#footer {
	position: relative;
   bottom: 0;
	/*margin-top: -122px;*/
   width: 100%;
   /*height: 348px;*/   /* Height of the footer */
	/*background-image: url(../images/footer_bg.png);
	background-position: bottom;
	background-repeat: repeat-x;*/
	z-index: 1;
}
#footerInterior {
	position: relative;
	margin: 0 auto;
	width: 980px;	
}
#menu {
	margin: 0;
	width: 650px;
}
#footer a, #footer a:link, #footer a:visited {
	margin: 0;
	color: #2D1007;
	background-color: transparent;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	margin: 0;
	color: #4B3923;
	background-color: transparent;
	text-decoration: underline;
}
#footer a.current, #footer a.current:link, #footer a.current:visited {
	margin: 0;
	color: #4B3923;
	background-color: transparent;
	text-decoration: underline;
}
#footer a.current:hover, #footer a.current:active {
	margin: 0;
	color: #6B5232;
	background-color: transparent;
	text-decoration: underline;
}
#copyright {	
	margin-top: 20px;	
	text-align: center;
	font-weight: bold;
}
/************************************************
  Image replacement rules
************************************************/
/*.replace {
	position: relative; 
	margin: 0px; 
	padding: 0px;
	height: 55px;
	width: 380px;
	 hide overflow:hidden from IE5/Mac 
	 \ overflow: hidden;   
}
.replace span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1  for older Opera 
}
#h1-home, #h1-home span {
	height: 100%;
	width: 100%;
	background: url(../images/h1_home.gif) no-repeat;
	overflow: hidden;
}*/
h1.h1-home {
	width: 380px;
	height: 55px;
	background:url(../images/h1_home.gif) no-repeat scroll 0 0;
	overflow:hidden;
}
h1.h1-home span, h1.h1-about span, h1.h1-blog span, h1.h1-approach span, h1.h1-benefits span, h1.h1-gallery span, h1.h1-contact span, h1.h1-oops span {
	text-indent: -1000em;
	display: block;
}
h1.h1-about {
	width: 380px;
	height: 55px;
	background: url(../images/h1_about.gif) no-repeat scroll 0 0;
	overflow:hidden;
}
h1.h1-approach {
	width: 380px;
	height: 55px;
	background: url(../images/h1_approach.gif) no-repeat scroll 0 0;
	overflow:hidden;
}
h1.h1-benefits {
	width: 380px;
	height: 55px;
	background: url(../images/h1_benefits.gif) no-repeat scroll 0 0;
	overflow:hidden;
}
h1.h1-gallery {
	width: 380px;
	height: 30px;
	background: url(../images/h1_gallery.gif) no-repeat scroll 0 0;
	overflow:hidden;
}
h1.h1-contact {
	width: 380px;
	height: 30px;
	background: url(../images/h1_contact.gif) no-repeat scroll 0 0;
	overflow:hidden;
}
h1.h1-oops {
	width: 380px;
	height: 55px;
	background: url(../images/h1_oops.gif) no-repeat scroll 0 0;
	overflow:hidden;
}
h1.h1-blog {
	width: 380px;
	height: 31px;
	background: url(http://www.hixon-interiors.com/images/h1_blog.gif) no-repeat scroll 0 0;
	overflow:hidden;
}
/************************************************
  Blog rules
************************************************/
#content-blog {
	position: relative;
	height: 500px;
	overflow: auto;
	overflow-x: hidden;
}
#main-blog {
	position: relative;
	float: left;
	width: 738px;
	height: 500px;
	color: #3f0d17;
	background-color: transparent;
}
#sidebar-blog {
	position: relative;
	float: right;
	margin: 0;
	padding: 0;
	width: 200px;
	overflow: auto;	
	overflow-x: hidden;
	z-index: 30;
	color: #3f0d17;
	background-color: transparent;
}
div#menu {
	color: #3f0d17;
	background-color: transparent;
}
#search-text {
	width: 110px;
}
h2.date {
	margin-bottom: 0.6em;
	font-size: 1em;
}
h3.storytitle {
	margin-bottom: 0.4em;
	font-size: 1.5em;	
}
.storycontent p {
	margin: 0.8em 0 1em 0;
}
div.meta {
	font-size: 11px;
}
p.comments-link {
	margin-bottom: 2.4em;
	padding-top: 0.5em;
	font-size: 11px;
}
#menu ul li {
	padding: 0.3em 0 0.2em 0;
	font-size: 11px;
}
li#archives {
	margin: 1em 0;
}
.pages-title, .categories-title, #menu ul li .meta-title, #menu ul li .archives-title, #menu ul li .search-title {
	margin-bottom: 1em;
	font-size: 13px;
	font-weight: bold;
	color: #2E4556;
	background-color: transparent;
}
h2.links-title {
	margin: 1em 0 0 0;
	font-size: 13px;
	font-weight: bold;
	color: #2E4556;
	background-color: transparent;
}
#menu ul li#search {
	margin-bottom: 1em;
}
#searchform {
	margin-top: 0.3em;
}

/**************************************
  Blog lists rules
**************************************/
.storycontent ul, .storycontent ol {
	margin: 0.5em 1em 0.8em 3em;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #3f0d17;
	background-color: transparent;
}
.storycontent ul li, .storycontent ol li {
	padding-bottom: 0.5em;
	line-height: 1.5em;
}
	
/**************************************
  Blog comments rules
**************************************/
h2#comments {
	padding: 0;
	margin: 40px 0 5px 0;
	font-size: 13px;
}
p cite {
	font-size: 10px;
}
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	font-weight: bold;
}
.commentlist p {
	margin: 10px 5px 10px 0;
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	margin: 5px 0;
	font-family: Arial, Helvetica, sans-serif;
}
#commentform #submit {
	margin-bottom: 2em;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
	font-weight: normal;
	font-size: 11px;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 1.1em Arial, Helvetica, sans-serif;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

/************************************************
  Misc. rules
************************************************/
.bold {
	font-weight: bold;
}
.clearBoth {
	clear: both;
}
.imgRight {
	float: right;
	margin: 0 0 8px 10px;
}
.imgLeft {
	float: left;
	margin: 0 10px 0 0;
	padding-bottom: 10px;
}
.small a {
	font-weight: normal;
}
#footer .small {
	margin-top: -1.2em;
	font-size: 11px;
	font-weight: normal;
}
#quote {
	position: absolute;
	/*left: 1.2em;
	bottom: 1em;*/
	width: 380px;
	text-align: left;	
	background: #fff;
	right: 1.4em;
	bottom: 0;
	padding: 0 0 1em 0;	
}
#quote blockquote {
	text-indent: 22px;
	background-image: url(../images/begquo.jpg);
	background-position: 26px 0px;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#quote blockquote p {
	display: inline;
	margin: 0;
	padding-right: 24px;
	font-weight: bold;
	font-size: 1.1em;
	color: #7C192E;
	background-color: transparent;
	text-indent: 22px;
	line-height: 1.3em;		
	/*background: url(../images/endquo.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;*/
}
#quote blockquote p.smallSig {
	position: relative;
	top: 4px;
	padding-left: 12px;
	font-size: 0.9em;
	font-style: italic;
	color: #7C192E;
	background-color: transparent;
	text-align: right;
	background-image: none;
}
