/*
 * #01 - General
 * #02 - Headings
 * #03 - Text (by tag)
 * #04 - Text (by id/class)
 * #05 - Text (other) 
 * #06 - Lists
 * #07 - Forms
 * #08 - Tables 
 * #09 - Other   
 */

/* #01 - GENERAL **************************************************************/

html {
	font: small verdana, helvetica, arial, sans-serif;
	color: #000;
}

/* #02 - HEADINGS *************************************************************/

h1 {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent 0 0 no-repeat;
	width: 756px;
	height: 30px;
	margin: 0 0 30px 36px;;
}
body#blog h1 {
	margin-left: 0;
	width: 540px;
}

body#index h1 { background-image: url('../images/h1_index.gif'); height: 64px; }
body#furniture h1 { background-image: url('../images/h1_custom-furniture.gif'); height: 64px; }
body#care h1 { background-image: url('../images/h1_furniture-care.gif'); }
body#enviro h1 { background-image: url('../images/h1_enviro.gif'); }
body#about h1 { background-image: url('../images/h1_about.gif'); }
body#contact h1 { background-image: url('../images/h1_contact.gif'); }
body#newsletter h1 { background-image: url('../images/h1_newsletter.gif'); }
body#blog h1 { background-image: url('../images/h1_blog.gif'); }
body#privacy h1 { background-image: url('../images/h1_privacy.gif'); }
body#sitemap h1 { background-image: url('../images/h1_sitemap.gif'); }
body#error404 h1 { background-image: url('../images/h1_error-404.gif'); }

h2 {
	font: large georgia, "times new roman", serif;
	color: #4f3d16;
	text-transform: uppercase;
	font-weight: bold;
	
	margin-bottom: 12px;
	padding-top: 12px;
}
h2.first { padding-top: 0; }
body#blog h2 { margin-bottom: 2px; text-transform: none; }

h3 {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	background: transparent 0 0 no-repeat;
}
#sidebar h3 {
	width: 152px;
	height: 90px;
	background-image: url('../images/h3_sidebar.gif');
}

.blog-item-inner h4 {
	font: small georgia, "times new roman", serif;
	color: #4f3d16;
	font-weight: bold;
	margin-bottom: 2px;
}

/* #03 - TEXT (BY TAG) ********************************************************/

a:link, a:visited, a:hover, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #4f3d16;
	border-bottom: 1px dotted #4f3d16;
}

.external { padding-right: 10px; background: url('../images/external-link.gif') right 1px no-repeat; } 

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active {
	font-weight: normal;
	color: #816c4d;
	text-decoration: none;
	border-bottom: 1px dotted #816c4d;
}
#footer a:hover { border-bottom: 1px solid #816c4d; }

#inner-wrapper p { margin-bottom: 16px; }

#sideform p { margin-right: 16px; }
#sideform form p { margin-bottom: 8px; }

#footer p {
	color: #816c4d;
	font-size: 0.75em;
	line-height: 1.6em;
}

/* #04 - TEXT (BY ID/CLASS) ***************************************************/

/* Navigation */

#top-nav a:link, #main-nav a:link,
#top-nav a:visited, #main-nav a:visited,
#top-nav a:hover, #main-nav a:hover,
#top-nav a:active, #main-nav a:active {
	font: 0.9em georgia, "times new roman", serif;
	font-weight: bold;
	color: #4f3d16;
	border: none;
}
#top-nav a:hover, #main-nav a:hover { color: #f5eddf; }

body#furniture #main-nav a#nav-furniture,
body#care #main-nav a#nav-care,
body#gallery #main-nav a#nav-gallery,
body#about #main-nav a#nav-about,
body#contact #main-nav a#nav-contact,
body#blog #top-nav a#nav-blog,
body#newsletter #top-nav a#nav-newsletter { color: #f5eddf; }

/* Blog */

.blog-item-header { color: #816c4d; font-weight: bold; }

/* #05 - TEXT (OTHER) *********************************************************/

/* #06 - LISTS ****************************************************************/

#inner-wrapper li {
	padding-left: 4px;
}

/* #07 - FORMS ****************************************************************/

/* #08 - TABLES ***************************************************************/

/* #09 - OTHER ****************************************************************/

a img,
a.img-link { border: none; }