/*
Theme Name: Kitchen Elements
Theme URI: http://kitchenelements.com
Description: Kitchen Elements Website
Author: Cary Scott
Author URI: http://caryscott.com
version: 1.1
*/



/* basics */



*{margin:0; padding:0;}



body {
        font:84%/1.4em georgia, palatino, times, serif;
        background: #fff url(images/bg.jpg) top left repeat-x;;
	margin-top: 40px;
        margin-bottom: 40px;
	}

	

h1 {font-size: 2.4em;}

h2 {font-size: 2em; margin-top:10px;}

h4 {font-size: 1em;}





/* images and misc. */



img { border: none; padding: 0px; margin: 0; }

img a {border:none;}



img.left { float: left; border: none; padding: 6px; }

img.right { float: right; border: none; padding: 6px; }


img.imgleft {
	padding: 4px;
	border: 1px solid #5c714b;
        background-color: #fff;
	margin: 4px 15px 5px 0;
	float: left;
	}

img.imgright {
	padding: 4px;
	border: 1px solid #5c714b;
        background-color: #fff;
	margin: 4px 0 5px 10px;
	float: right;
	}



blockquote{

	border-left:1px solid #A5ABAB;

	margin:15px;

	padding:0 12px 0 12px;

	}



code{

	margin:10px;

	font-family:"Courier New", Courier, monospace;}


.dot-divider {
  padding-bottom: 20px;
  border-bottom: 1px dotted #c7d7bc;
}





/* links */



a {

	color:#5c714b;

	text-decoration:none;

	border: none;

	}



a:hover {color:#99564b; text-decoration: underline; border: none;}







/* containers */



#container {
	width: 950px;
	margin: 0 auto;
	padding: 0px;
        background: #e0edd7 url(images/content_bg2.jpg) top left repeat-y;
	color:#849c73;
	overflow: hidden;
	}

#container-two {
	width: 950px;
	margin: 0 auto;
	padding: 0px;
        background: #e0edd7 url(images/content_bg.jpg) top left repeat-y;
	color:#849c73;
	overflow: hidden;
	}

strong {
	color:#6b835a;
}

	

/* header */



#header {
  width: 950px; 
  height: 99px;
  background-color: #fff;
  color: #333; 
}


/* slideshow */


#myGallery {
        float: left;
        width: 556px !important;
        height: 394px !important;
	margin: 0;
	padding: 0;
        border: none;
        overflow:hidden;
        background: #fff url(images/slideshow1.jpg) no-repeat;
}

.imageElement { 
        border: none;
	margin: 0;
}

.imageElement img { 
        border: none;
	margin: 0;
}



/* NAV

This nav uses the CSS sprite technique.  Delete if unecessary.

More info: http://alistapart.com/articles/sprites

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -  */



#header ul {
	width: 950px;
	height: 97px;
	margin: 0;
	padding: 0;
        background-color: #fff;
	list-style-type: none;
}

#header li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#header ul a {
	float: left;
	height: 0;
	margin: 0;
	padding: 0px 0 0 0;
	overflow: hidden;
}

#header li.nav-logo a {
        display: block;
        padding-right: 1px;
	width: 78px;
        height: 97px;
	background: url("images/ke_logo.jpg") top left no-repeat;
}

#header li.nav-logo a:hover {
	background: url("images/ke_logo.jpg") no-repeat 0 -98px;
}

#header li.nav-logo2 a {
        display: block;
        padding-right: 1px;
	width: 318px;
        height: 97px;
	background: url("images/ke_logo_2.jpg") top left no-repeat;
}

#header li.nav-logo2 a:hover {
	background: url("images/ke_logo_2.jpg") top left no-repeat;
}

#header li.element1 a {
        display: block;
        padding-right: 1px;
	width: 78px;
        height: 97px;
	background: url("images/wo.jpg") top left no-repeat;
}

#header li.element1 a:hover {
	background: url("images/wo.jpg") no-repeat 0 -98px;
}

#header li.element2 a {
        display: block;
        padding-right: 1px;
	width: 78px;
        height: 97px;
	background: url("images/se.jpg") top left no-repeat;
}

#header li.element2 a:hover {
	background: url("images/se.jpg") no-repeat 0 -98px;
}

#header li.element3 a {
        display: block;
        padding-right: 1px;
	width: 78px;
        height: 97px;
	background: url("images/pr.jpg") top left no-repeat;
}

#header li.element3 a:hover {
	background: url("images/pr.jpg") no-repeat 0 -98px;
}

#header li.element4 a {
        display: block;
        padding-right: 1px;
	width: 78px;
        height: 97px;
	background: url("images/ma.jpg") top left no-repeat;
}

#header li.element4 a:hover {
	background: url("images/ma.jpg") no-repeat 0 -98px;
}

#header li.element5 a {
        display: block;
        padding-right: 1px;
	width: 78px;
        height: 97px;
	background: url("images/te.jpg") top left no-repeat;
}

#header li.element5 a:hover {
	background: url("images/te.jpg") no-repeat 0 -98px;
}

#header li.element6 a {
        display: block;
        padding-right: 1px;
	width: 78px;
        height: 97px;
	background: url("images/jg.jpg") top left no-repeat;
}

#header li.element6 a:hover {
	background: url("images/jg.jpg") no-repeat 0 -98px;
}

#header li.element7 a {
        display: block;
	width: 78px;
        height: 97px;
	background: url("images/co.jpg") top left no-repeat;
}

#header li.element7 a:hover {
	background: url("images/co.jpg") no-repeat 0 -98px;
}



/* content */


#content {
	float: right;
	width: 749px;
	overflow: hidden;
	}	

#content-home {
        float: right;
        display: inline;
	width: 394px;
	overflow: hidden;
	}

.home-quote {
        padding-top: 5px;
        font-size: 1.3em;
	line-height: 19pt;
}

.quote-author {
        text-align: right;
        padding-right: 6px;
}

.quote-author small {
        font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
        font-size: .85em;
}



.post {
	margin: 0 15px;
	padding:20px 20px 20px 20px;
	line-height: 16pt;
	}

.post-home {
	margin: 0 15px;
	padding:20px 20px 0px 20px;
	line-height: 16pt;
	}

	

.post h2{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
        padding-bottom: 15px;
	font-size: 2em;
	font-weight: normal;
	color: #5c714b;
	}

.post-home h2{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
        padding-bottom: 15px;
	font-size: 2em;
	font-weight: normal;
	color: #5c714b;
	}

	

.post h2 a{
	color: #5c714b;
	text-decoration: none;
	}

.post-home h2 a{
	color: #5c714b;
	text-decoration: none;
	}

	

.post h2 a:hover{
	color: #5c714b;
	text-decoration: underline;
	}

.post-home h2 a:hover{
	color: #5c714b;
	text-decoration: underline;
	}

h2.archivetitle {  
        margin-top: 40px;
        padding-left: 35px;
        font-size: 1em;
}

.post h3 {
        font-size: 1.1em;
	color: #5c714b;
        margin-top: 15px;
        margin-bottom: 0px;
	}

.post-home h3 {
        font-size: 1.1em;
	color: #5c714b;
        margin-top: 15px;
        margin-bottom: 0px;
	}
	

.post p {font-size: 1em; }

.post-home p {font-size: 1em; padding-bottom: 10px; }



.post a { text-decoration: underline; }

.post-home a { text-decoration: underline; }


.edit-link {
        padding: 0 0 20px 35px;
}



.post ul {
        padding-top: .5em;
        padding-bottom: 1em;
        padding-left: 15px;
        list-style: square;
}



.post li {}

.post ul ul {
        padding-top: 0;
        padding-bottom: 3px;
        padding-left: 15px;
        list-style: circle;
}



.entry p {margin: .5em 0 1.3em;}



.postmetadata{
	clear: both;
	background:#e0edd7;
        border: 1px dotted #bed5ac;
	padding:6px;
	margin-top: 16px;
	}

p.postmetadata {
	font-size:.85em;
}


.navigation {
	font-size:8pt;
	float:left;
	width:100%;
	}

.alignleft {
        float:left; 
        margin:25px;
}

.alignright {
        float:right; 
        margin:25px;
}

.notfound {
        padding: 25px; 
        font-size: 14pt; 
        font-weight: 300;
}

.materials .leftside {
        float: left;
        width: 47%;
        padding-bottom: 30px;
}

.materials .rightside {
        float: right;
        width: 47%;
        padding-bottom: 30px;
}

.ddsg-wrapper h2 {
        font-size: 1.2em; 
        font-weight: bold;
}


/*services page*/

.service {
        clear: both;
        height: 140px;
}

.service-photo {
        float: left;
        width: 20%;
}

.service-text {
        float: right;
        width: 79%;
}

.service-text h3 {
        font-size: 1.1em;
	color: #5c714b;
        margin-top: 0px;
        margin-bottom: 0px;
}

.service-page {
        padding-top: 25px;
}




/*.....testimonials....*/


.testimonial {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #c7d7bc;
}

.testimonial .quote {
  font: 1.1em/1.4em Georgia, "Times New Roman", Times, serif;
  width: 100%;
  background: url(images/close-quote.gif) no-repeat right bottom;
}

.testimonial .quote:first-letter {
  background: url(images/open-quote.gif) no-repeat left top;
  padding-left: 30px;
}

.testimonial .quoteauthor {
  padding-top: 1em;
  font: .9em/1.4em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
}


/* sidebar */



#sidebar {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-size: .85em;
	width: 200px;
	float: left;
	margin: 0;
	padding: 0;
	}



#sidebar h2{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-weight: normal; 
	font-size: 1.1em; 
	text-align: left;
	color: #36531e;	
	margin: 0;
	padding: 15px 15px 7px 15px;
}

#sidebar h2.sub-header {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	font-weight: normal; 
	font-size: 1.1em; 
	text-align: left;
	color: #36531e;	
	margin: 0 0 0 1px;
	padding: 8px 15px 8px 15px;
        background: #d4e5c7 url(images/sb_head.jpg) top left repeat-x;
        border-bottom: 1px solid #a8c194;
}

#sidebar p {margin:0; padding: 0;}

#sidebar img {padding: 0; margin: 0;}

.sb-block {
        padding: 0 15px 15px 15px;
}

#sidebar ul.subnav {
	margin:0;
	padding: 0 0 10px 1px;
	list-style-type: none;
	}

#sidebar ul.subnav li {
	margin: 0;
	padding: 3px 15px 6px 15px;
	list-style-type: none;
        border-bottom: 1px solid #a8c194;
        border-top: 1px solid #fff;
        background: #d4e5c7;
	}

#sidebar ul.subnav li:hover {
        display: block; 
        background: #ecf4e6 url(images/circle-arrow.gif) no-repeat 97% 50%;
}

#sidebar ul.subnav li a {
        display: block;
        color: #5c714b;
	}

#sidebar ul.subnav li a:hover {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        text-decoration: none;
	}

#sidebar .sb-block .previous { 
        font-size: .9em;
        margin-top: 10px;
        font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
        line-height: 1.25em;
}

#sidebar .sb-block .previous strong {
        color: #333;
        font-weight: normal;
        font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
        line-height: 1.25em;
}

#sidebar .sb-block .previous .main-more {
        font-size: .8em;
        padding-top: 9px;
        margin-bottom: 15px;
}

#sidebar .sb-block .previous .main-more a {
        border: none;
        color: #444;
}

#sidebar .sb-block .previous .main-more a:hover {
        border-bottom: 1px dotted #444;
        text-decoration: none;
}

#sidebar .sb-block ul.previous { 
        margin-left: 0; 
        padding-left: 0px; 
        background: none;
}

#sidebar .sb-block ul.previous li {
        list-style: none; 
        padding: 8px 3px 7px 0px; 
        margin: 0; 
        border-bottom: 1px dotted #bbb; 
        background: none;
}

#sidebar .sb-block ul.previous li:hover { 
        color: #cc3333; 
        background: none;
}

#sidebar .sb-block ul.previous li a {
        display: inline; 
        border: none; 
        color: #5c714b;
}

#sidebar .sb-block ul.previous:hover li a { 
        text-decoration: underline; 
}

#sidebar .sb-block ul.previous li a:hover { 
        color: #000; 
        background: none;
}

#sidebar .sb-quote {
        font-size: 1.3em;
        font-family: georgia, palatino, times, serif;
        color: #5c714b;
        padding-top: 15px;
}

#sidebar .sb-quote .sb-author {
        font-family: "Lucida Grande","Lucida Sans Unicode",sans-serif;
        font-size: .7em;
        line-height: 1.2em;
        text-align: right;
        padding-top: .5em;
}



/* comments */


.avatar {
  float: right;
  margin: 0 5px 3px 5px;
}


#commentssection{

	clear: both;

	padding: 5px 35px;

	margin: 0;

	}

	

#commentssection h3{

	font-family: georgia, times, verdana;

	font-size: 12pt;

	font-weight: 300;

	font-style: normal;
    
        color: #5c714b;

	}



#commentform{

	margin: 12px 35px 20px 15px;

	padding:20px;

	}

	

#commentform a {text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}

	

#commentform h3{

	font-family: georgia, times, verdana;

	font-size: 12pt;

	font-weight: 300;

        color: #5c714b;

	}

	

#commentbox{

	width:75%;

	min-width:400px;

	margin:5px 5px 0 0;

	}



#author, #email, #url, #commentbox, #submit{

	background: #fff;

	font-family: verdana, arial, times;

	font-size: 8pt;

	margin:5px 5px 0 0;

	padding: 6px;

	border: 1px solid #B2B2B2;

	}

	

#submit{margin:5px 5px 0 0;}



	

ol.commentlist {list-style-type: none;}



ol.commentlist li {

	background: #f4f8f0;

	margin:10px 0;

	padding:5px 0 5px 10px;
         
        border: 1px solid #c2d5b1;

	overflow: hidden;

	}



ol.commentlist li.alt {background: #f4f8f0;}

ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}



cite {

	font-family: arial, verdana, tahoma;

	font-size: 9pt;

	font-weight: bold;

	font-style: normal;

	}



/* search */



#searchform{

	padding: 6px 0 6px 6px;

	font-family: verdana, arial, times;

	}



#searchform input#s {

	font-family: verdana, arial, times;

	font-size: 8pt;

	padding: 2px;

	margin: 2px;

	border: 1px solid #B7B7B7;

	}



#searchform input#searchsubmit{

	font-family: verdana, arial, times;

	font-size: 7pt;

	padding: 2px;

	margin: 2px 0 0 2px;

	border: 1px solid #B7B7B7;

	background-color: #fff;

	color: #797979;

	}



/* footer */



#footer {
	clear: both;
	margin: 0 auto;
	width: 950px;
        height: 42px;
        font-family: "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif;
	background: #fff url(images/footer_bg.jpg) top left repeat-x;
	}

#footer p { font-size: .7em; color: #999; text-align: right; line-height: 40px; padding-top: 1px; padding-right: 20px; }

#footer a { color: #777; text-decoration: none; }

#footer a:hover { color: #777; text-decoration: underline; }




