/* COLORS:
	darkest olive: 465F28
	 dark olive: 5F7C39
	 medium olive: 7A9A49
	light olive: 95B859
	
	link blue: 2278de
*/


*, html {
	margin: 0;
	padding: 0;
}

body { 
	font-family: "Lucida Grande", "Lucida Sans Unicode", lucida, verdana, helvetica, sans-serif;
	/* font-family: Georgia, Palatino, "Times New Roman", Times, serif; */ 
	font-size: medium;
	background: #fff url(/images/kd_topborder.gif) 0 -20px no-repeat;
	color: #465F28;
	color: #444;
}


/* -- links -------------------------------------------------------------------------------------------------------- */
a {
	text-decoration: none; 
	padding: 1px; 
	font-weight: bold;
	outline: none;
	border-bottom: 1px dotted #2278de;
}
 
img {
	border: none;
}
 

img.alignright {
	float: right;
	margin: 0 0 10px 10px;
	padding: 6px;
	border: 1px solid #ccc;
	}  


a:link,
a:visited { 
	color: #2278de; 
}

a:hover,
a:active { 
	color: #fff; 
	background-color: #2278de; 
	text-decoration: none; 
}

  
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Georgia, Palatino, "Times New Roman", Times, serif;
	color: #5F7C39;
	margin: 10px 0 0 0;
	line-height: 1.2em;
}

h1 {
	font-size: 1.8em;

}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
}



/* -- header -------------------------------------------------------------------------------- */

#header {
	float: left;
	width: 750px;
	background: transparent;
}

#header h1.title {
	padding: 101px 0 0 0;
	overflow: hidden;
	background: transparent url(/images/kd_logo_480x101.gif) no-repeat;
	height: 0px !important;
	border: none !important;
}

#header a,
#header a:link,
#header a:visited,
#header a:hover,
#header a:active {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	text-decoration: none !important;
	background: transparent;
	
}



       /* COLORS:
	darkest olive: 465F28
	 dark olive: 5F7C39
	 medium olive: 7A9A49
	light olive: 95B859
*/
     


/* -- footer -------------------------------------------------------------------------------- */

#footer {
	background: #7A9A49;  
	margin-top: 20px; 
	padding: 20px 10px;
	border-top: 1px solid #5F7C39;
	color: #fff;
	font-family: helvetica, arial, sans-serif;
	
}

#footer h1 {
	color: #fff;
	margin: 0;
}
#footer  p {
	background: transparent;
	margin: 0px auto;
	padding: 0;       
	color: #fff; 
	text-align: left;
	line-height: 1.3em;
	} 

#footer #footerwrapper {
	width: 750px;
	margin: 0px auto;
	text-align: left;
	background: transparent;
}

#footer #footerdesc {
	width: 350px;
	float: right;
	background: transparent;
	
}

#footer #footerlinks {
	width: 350px;
	float: left;
	background: transparent;
}


#footer a {
	border-bottom: 1px dotted #fff;
}
#footer a,
#footer a:link,
#footer a:visited {
	color: #fff;
	background-color: transparent;
}

#footer a:hover,
#footer a:active,
#footer a:focus {
	color: #fff;
	background-color: #2278de;
}



 /* -- container -------------------------------------------------------------------------------- */

#container { 
	width: 750px;
	margin: 40px auto;
	text-align: left;
	background: transparent url(/images1/grid_background.gif) repeat-y;
}

#content {       
	float: left;
	width: 490px;
	padding: 0 0 0 10px;
}

#content p {
	line-height: 1.3em;
	margin-bottom: 1em;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.3em;
	}

ol {
	padding-left: 1.5em;
	margin: 15px 0 15px 1.5em;
	}


ul li,  ol li {
	margin: 0 0 0.5em 0;
	}	


ul li:before {
	content: "\00BB \0020";
	}

#content h1 {
	padding: 0 0 .1em 0;
	margin: 20px 0 0.25em 0;
	border-bottom: 1px dotted #95B859;
}
  
#content dl {
	margin: 10px;
	}  
      

#content dl dt {
	margin-top: 1em;
	}  
 
 #content dl dt:before {
	content: "\00BB \0020";
	} 

#content dt {
	color:  #95B859;
	}  

#clientlist ul li {
   font-size: .8em;	
	padding: 3px 6px;
}
#clientlist ul li:before {
	content: "";
}

#clientlist ul li a,
#clientlist ul li a:link,
#clientlist ul li a:visited,
#clientlist ul li a:hover,
#clientlist ul li a:active
 {
	color: #fff;
}



#sidebarright {
	float: right;
	width: 240px;
	padding: 0 0 0 10px;
	margin: 30px 0 0 0;
}






/* misc styles */

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */






#sidebarright #recentwork {
	color: #fff;
	margin: 0 0 0 10px;
}

#sidebarright div.rndgreen {
	width: 230px;
	background: transparent url(/images/rndgreenbottom.gif) no-repeat bottom left;
	padding: 0 0 4px 0;
	margin: 0 0 15px 0;
}

#sidebarright div.rndgreen h1 {
	font-variant: small-caps;
	font-size: 90%;
	letter-spacing: .1em;
	color: #fff !important;
	padding: 10px;
	background: transparent url(/images/rndgreentop.gif) no-repeat top left;
	margin: 0;
	padding: 6px 8px 4px 10px;
	font-size: 130%;
}

#sidebarright div.rndgreen p {
	margin: 10px;
	font-size: 90%;
	color: #fff;
}
 

#sidebarright div.rndgreen dl {
	margin: 10px;
	font-size: 90%;
	color: #fff;
	}  
      

#sidebarright div.rndgreen dl dt {
	margin-top: 1em;
	}  
 
 #sidebarright div.rndgreen dl dd:before {
	content: "\00BB \0020";
	} 
     

#sidebarright #recentwork img {
	display: block;
	margin: 0 auto 10px auto;
	padding: 0;
	border: 1px solid #5F7C39;
}


#sidebarright #recentwork p {
	color: #fff;
	font-size: 90%;
	margin: 10px;
	text-align: right;
}


#sidebarright #recentwork a:link,
#sidebarright #recentwork a:visited,
#sidebarright #recentwork a:hover,
#sidebarright #recentwork a:active  {
	color: #fff !important;
	background: transparent;
}








 
#work #intro {
	float: left;
	width: 480px;
	padding: 0 0 0 20px;
	margin-bottom: 30px;
	}   
	
 #work #intro h1 {
    padding: 0 0 .1em 0;
	margin: 20px 0 0.25em 0;
	border-bottom: 1px solid #95B859;  
}
    
#work #intro p {
	line-height: 1.3em;
	margin-bottom: 1em;
	}

	  
#work #testimonials {     
	clear: both;
	float: left;
	width: 740px;
	height: 100px;
	padding: 0 0 0 10px;
	background: #95B859;          
}
 
#work #testimonials p {
	margin: 10px;
	color: #fff;
	font-size: 120%;
}
   
#work #testimonials p.author {
	font-style: italic;
	text-align: right;
	margin: 20px;
	color: #fff;
	font-size: 100%;
}
   

#work #featured {
	float: left;
	width: 750px;
}
   
#work #featured h1 {
	font-variant: small-caps; 
	font-size: 110%;
	letter-spacing: .1em;
	color: #7A9A49 !important; 
	margin-bottom: 10px;  
}



#work #featured .featureditem {
	width: 230px;
	float: left;
	margin-right: 20px;
	font-size: 90%;
}


#work #featured .featureditem a:link,
#work #featured .featureditem a:visited,
#work #featured .featureditem a:hover,
#work #featured .featureditem a:active {
	background: transparent;
	border: none;
	outline: none
}

#work #featured .featureditem p a:hover,
#work #featured .featureditem p a:active {
	background: #2278de;
	color: #fff;
}
	


div.clear {
	clear: both;
}


#work #morework {
	float: left;
	width: 750px;
	margin: 30px 0;
}
#work #morework h1 {
	font-variant: small-caps; 
	font-size: 110%;
	letter-spacing: .1em;
	color: #7A9A49 !important; 
	margin-bottom: 10px;  
}

#work #morework  img {
	width: 230px;
	float: left;
	margin: 0 20px 20px 0;
	padding: 0;
}

#work #morework  a:link,
#work #morework  a:visited,
#work #morework  a:hover,
#work #morework  a:active {
	background: transparent;
	border: none;
	outline: none
}


/* -- about -------------------------------------------------------------------------------- */

div#contactform fieldset {	
	border: none;
	margin-left: 10px;
}

div#contactform fieldset legend {
	color: #95B859;
}

div#contactform fieldset legend:before {
	content: "\00BB \0020";
	}
	
div#contactform p {
	margin: 0;
	padding: 0;
}

div#contactform dl dt {
	margin-bottom: .25em;
	color: #333;
}

div#contactform dl dt:before {
	content: "";
}

div#contactform dl dd {
}

p#paragraph1 {
	padding: .25em;
	border: 1px solid #7A9A49;
	font-weight: bold;
}



div {
}




