/*********************************************************************/
/*     CUSTOM STYLES FOR KITTELSON & ASSOCIATES, INC'S WEBSITES      */
/*********************************************************************/
@import "default.css";
@import "classes.css";

#header, #container, #footer {
	/* define these first--all are already centered on page */
	width:800px;
	margin-top:20px;
}
body,
ul li span,
ol li span {
	/* define color of text */
	color:black;
}
a {
	color: #007261;
}
#header-wrap {
	background:#6dead7 url("../images/h.png") repeat-x top center;
	padding-top:20px;
	width:100%;
	border-bottom:7px solid #ddd;
}
#header h1 {
	line-height:33px;
	position:relative;
	color:#111;
}
#header h2 {
	color:#007261;
}
/*#header h1 .amp {
	display:inline-block;
	position:relative;
	top:25px;
	font-size:90px;
	color:#444;
	position:absolute;
}*/
#navigation {
	list-style:none;
	padding:0; margin:0;
	height:34px;
	margin-top:20px;
}
#navigation li {
	float:left;
	text-align:center;
	margin-right:5px;
	background:#999 url("../images/navla.png") top left no-repeat;
	line-height:1;
}
#navigation a, #navigation a:hover {
	color:#444;
	display:block;
	height:15px;
	padding:7px 20px;
	padding-top:12px;
	background: url("../images/navra.png") top right no-repeat;
	border:0;
}
#navigation .active {
	font-weight:bold;
	background:#ddd url("../images/navl.png") top left no-repeat;
}
#navigation .active a {
	background: url("../images/navr.png") top right no-repeat;
	color:black;
}
#navigation .amp {
	line-height:0px;
}
#container ul li {
	margin-bottom:1em;
}
.intro:first-line {
	text-transform:uppercase;
	letter-spacing:3px;
	color:gray;
}
#more {
	display:none;
}
#footer {
	margin-bottom:50px;
	padding-top:10px;
	color:#444;
}
#kai-design-p {
	position:absolute;
	bottom:2em;
	right:0;
}
#footer .logos {
	position:absolute;
	top:0; right:0;
}
.link {
	border-bottom:1px solid #ddd;
	padding: 10px;
	padding-top:40px;
	padding-left:85px;
	height:50px;
}
.tab {
	font-weight:bold;
}
.note, .location, .tab, .attachment {
	display:block;
}
.location {
	color:#777;
	margin:10px 0;
}
.attachment {
	padding-left:20px;
	background: url("../images/attachment.gif") no-repeat center left;
}
.note {
	font-size:75%;
	margin-bottom:10px;
}
.meeting, .document {
	padding:10px;
	padding-left:50px;
	background: url('../images/helpers/calendar.gif') no-repeat 5px 15px;
	min-height:30px;
}
.document {
	background: url('../images/helpers/document.gif') no-repeat 5px 10px;
}
