/* base
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #000;
	background-color: #6b6955;
        background-image: url('/images/26.gif');
        background-repeat:no-repeat;
}

blockquote, h3, p, li {
	padding: 0 10px 0px 10px;
}

blockquote {
	margin-right: 0;
	margin-left: 20px;
}

h1, h2, h3 {
	margin: 0 0 6px 0;
	padding: 0 10px;
	font-weight: normal;
}

h1, h2 {
	font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
}

h1 {
	font-size: 1.4em;
}

h2 {
	font-size: 16px;
	font-style: italic;
        color: #5e5e4d;
}

h4 {
	padding-left:10px;
        font-size: 13px;
        font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
        font-weight: normal;
}

hr {
	margin: 2em auto;
	width: 370px;
	height: 1px;
	color: #7a7e7d;
	background-color: #7a7e7d;
	border: none;
}

small, .small {
	font-size: 0.9em;
}

/* links
----------------------------------------------- */

a {
	text-decoration: none;
	color: #5e5e4d;
	border-bottom: 1px #000 solid;
}

p {
	margin-bottom:6px;
}

a img {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
}

h3 a {
	font: 1.5em Georgia, Times, serif;
}

#site-name a {
	border: none;
}

#sidebar-2 a, #sidebar-1 a {
	color: #c00;
	border: none;
}

/* layout
----------------------------------------------- */

#accessibility {
	position: absolute;
	top: -10000px;
}

#container {
	margin: 10px auto;
	padding: 10px;
	width: 760px;
}

#head {
	text-align: center;
}

#site-name {
	margin: 15px 0;
	font: 3em Georgia, Times, serif;
}

#site-slogan {
	font: italic 1em Georgia, Times, serif;
}

#sidebar-1, #sidebar-2 {
	padding-top: 50px;
	width: 150px;
}

#sidebar-1 {
	margin-right: 5px;
	float: left;
	text-align: right;
}

#sidebar-2 {
	margin-left: 5px;
	float: right;
}

.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list ul {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

#new_home {
	padding-left: 84px;
        width:940;
        text-align: center;
        font-size: 12px;
        line-height: 14px;
        font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #9f9f7b;
        background-color: #c1bfa2;
        background-image: url('/images/20.gif');
        background-repeat:no-repeat;
        min-height:500px;
}

#portfolio_layout {
	padding-left: 20px;
        width:900;
        text-align: left;
}

#kitchens_home {
	padding: 10px 10px 10px 10px;
        width:354px;
        text-align: left;
        font-size: 12px;
        line-height: 14px;
        font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #5e5e4d;
}

#visual_home {
	padding: 10px 10px 10px 10px;
        width:354;
        text-align: left;
        font-size: 12px;
        line-height: 14px;
        font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #5e5e4d;
        min-height:242px;
}

#content {
	margin: 0 80px;
        font-size: 12px;
        line-height: 18px;
        font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #5e5e4d;
        
}

#content_port {
	margin: 0 84px;
        font-size: 12px;
        line-height: 18px;
        font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #5e5e4d;
        
}

#portfolio {
	margin-left: 20px;
        margin-right:20px;
        font-size: 12px;
        line-height: 18px;
        font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #5e5e4d;
        
}

#content_center {
	margin: 0 155px;
	padding-top: 30px;
        text-align: center;
        font-size: 11px;
        line-height: 18px;
        font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #5e5e4d;
}

#footer {
	padding-top: 5px;
	padding-bottom: 10px;
	clear: both;
	text-align: center;
        font-size: 11px;
        line-height: 18px;
        font-family: Verdana, "Lucida Grande", Tahoma, Helvetica, sans-serif;
	color: #5e5e4d;
        text-decoration: none;
}

#footer a {
	text-decoration: none;
}

/* box model hacks
http://archivist.incutio.com/viewlist/css-discuss/48386
----------------------------------------------- */

#container {
\width: 770px;
w\idth: 760px;
}

#sidebar-1, #sidebar-2 {
\width: 150px;
w\idth: 150px;
}

/* overrides
----------------------------------------------- */

#sidebar-2 p, #sidebar-1 p {
	font-size: 0.8em;
	line-height: 1.5em;
}

.caps {
	font-size: 0.9em;
	letter-spacing: 0.1em;
}

div.divider {
	margin: 2em 0;
	text-align: center;
}

/* articles
----------------------------------------------- */

.directory {
	list-style-type: circle;
}

.author {
	font-style: normal;
	font-size: 0.8em;
}

.published {
	font-size: 0.8em;
}

/* comments
----------------------------------------------- */

.comments_error {
	color: #000;
	background-color: #fff4f4;
}

ul.comments_error {
	padding : 0.3em;
	list-style-type: circle;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #000;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}

/* error page
----------------------------------------------- */

.error-status {
	font: 1.3em Georgia, Times, serif;
}

label.zemText {color:#5e5e4d;font-weight:normal;}
label.zemRequired, .zemError, .zemThanks, .zemSpam {color:#5e5e4d;font-weight:bold;}
.zemThanks, .zemSpam {font-normal;font-size:1.1em;}
.zemText {width:470px;margin:0 0 .6em 0;}
.zemTextarea {width:470px;height:240px;margin:0 0 .6em 0;}