/*********************************************************************/
/*     CUSTOM STYLES FOR KITTELSON & ASSOCIATES, INC'S WEBSITES      */
/*********************************************************************/

#container, #footer {
	/* define these first--all are already centered on page */
	width:900px;
	margin-top:3em;
}
#header-wrap {
	padding-top:1em;
	padding-bottom:50px;
	background-color:#eee;
}
#header {
	width:900px;
}
body,
ul li span,
ol li span {
	/* define color of text */
	color:black;
}
a, a:active, a:focus, a:hover, a:visited {
	color: #257cc0;
}
a:focus, a:hover {
	border-bottom: 1px solid #257cc0;
}
.c, .c-last, .c-double {
	width:249px;
	padding-right:25px;
	margin-right:25px;
	border-right:1px solid #eee;
	float:left;
	overflow:hidden;
}
.c-double {
	width:549px;
}
.c-last {
	margin-right:0;
	border-right:0;
	width:274px;
}
.c-half {
	width:49%;
	float:left;
}
.last {
	float: right;
}
#footer {
	margin-bottom:50px;
	padding-top:10px;
	color:#444;
}
#header h1, #header h2 {
	letter-spacing:0;
	margin:0;
}
#header h1 {
	font-family:Verdana,Tahoma,Arial;
	font-weight:900;
	color:#222;
	font-size:48px;
	font-style:normal ! important;
}
#header h1 a {
	font-style: normal ! important;
}
#header h2, .login {
	text-transform: none;
	font-style:italic;
	font-family:georgia,times,serif;
}
.login {
	margin-top:5px;
}
.city {
	width:100px;
}
.state {
	width:2em;
}
.zip {
	width:5em;
}
/*Nav*/
#nav {
	position:absolute;
	right:0;
	top:1em;
	text-align:right;
	list-style:none;
}
/* Meeting Styles */
.meeting, .news, .subcommittee {
	margin: 1em 0;
	margin-bottom:2em;
	position:relative;
	min-height:60px;	
}
.subcommittee{
	background: url('../images/subcom.png') repeat-x;
	border:1px solid #f2f2f9;
	margin:0;
	padding:5px 0;
	min-height:0;
	border-bottom:2px solid #eee;
}
.subcommittee h2 {
	margin-bottom:0 ! important;
	font-size:14px ! important;
}
.meta {
	margin:0 ! important;
	font-size:90% ! important;
	position:absolute;
	top:20%;
	left:500px;
	color:#777;
}
.fileinfo {
	font-size:90%;
	color:#777;
	display:block;
}
.past {
	font-size:80%;
	background:0 ! important;
}
.past h3 {
	margin-left:0 ! important;
}
.meeting {
	background: url('../images/calendar.gif') no-repeat 5px 32px;
	
}

.news h2, .meeting h2, .subcommittee h2 {
	font-style:italic;
	padding-top:2px;
	padding-left:5px;
	font-size:17px;
}
.news h3, .meeting h3, .subcommittee h3,
.news p, .meeting p, .subcommittee p,
.news ul, .news ol,
.news .doc {
	margin-left:50px;
	font-size:13px;
}
.news h3, .meeting h3, .subcommittee h3 {
	margin-bottom:0;
}
#upload_form {
	margin-top:1em;
}
.documents {
	margin-top:1em;
}
.doc {
	padding-left:35px;
	background: url('../images/paper.png') no-repeat top left;
	height:45px;
}
.doc p {
	line-height:1.2;
	margin:0;
}
.doc .meta {
	display:block;
	font-family:georgia,serif;
	color:#777;
	font-style:italic;
	font-size:90%;
}
.admin {
	position:absolute;
	top:.4em;
	right: 4px;
	text-align:right;
}
.admin, .admin-new {
	background-color:#f2f2f2;
	padding:5px;
	font-size:85%;
	color:#777;
	margin-bottom:1em;
	display:inline-block;
}
.news .admin-new {
	margin-left:50px;
}
.admin-new label {
	display:inline-block;
	width:13em;
	text-transform:none;
}
.closed {
	display:block;
}
.group {
	padding:10px;
	margin-left:-10px;
	margin-bottom:10px;
	width:100%;
	background-color:#eee;
}
.rss {
	position:absolute;
	top:10px;
	right:0;
}
.subcommittee-people {
	padding:1em;
	margin-bottom:1em;
	background:  url('../images/subcom.png') repeat-x;
	border:1px solid #f2f2f9;
}
.subcommittee-people span {
	display:inline-block;
	width:8em;
}
.person {
	padding-left:50px;
	padding-top:5px;
	height:25px;
	background: url('../images/person.jpg') no-repeat top left;
	border:1px solid #f2f2f9;
	margin-bottom:.5em;
}
table {
	
}
table tr {
	background: url('../images/g.png') repeat-x top left;
}
table td.name {
	padding-left:50px;
	width:40%;
	background: url('../images/person.jpg') no-repeat top left;
}
table td.role {
	width:20%;
}
table td.org {
	width:40%;
}
.delete {
	display:inline-block;
	margin-left:5px;
	margin-bottom:-3px;
}
.note {
	font-size:90%;
	line-height:1.2;
}
.about {
	margin-bottom:3em;
}