/* $Id: zen-classic.css,v 1.9 2008/09/21 15:09:48 johnalbin Exp $ */
/*
 * COMMON STYLES
 */
#main .node .content {
	color: #333;
}

div.content,div.links {
	font-size: 92%;
}

/*
 * HEADER STYLES
 */
#logo {
	vertical-align: baseline;
}

.breadcrumb {
	margin: 0px 0px 8px 18px;
	font-size: .9em;
	color: #666;
	width: 90%;
	clear: both;
}

.breadcrumb a,.breadcrumb a:link,.breadcrumb a:visited {
	color: #40B0D6;
}

.breadcrumb a:hover {
	color: #40B0D6;
	border-bottom: 1px dotted #AADDEE;
}

/* "Skip to Main Content" link
   *
   * This link useful for both blind people and people with mobility impairments
   * who cannot use a mouse.
   */
/*
 * LINK STYLES
 */
ul.links {
	text-align: left;
}

ul.links li {
	border-left: 1px solid #9cf;
}

ul.links li.first {
	padding-left: 0;
	border: none;
}

.links {
	color: #999;
}

.links a {
	padding: 0 .1em 0 .1em;
}

/*
 * STYLES
 */
input,textarea,textfield {
	margin: 0;
	color: #000;
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	padding: 1px;
	font-size: 100%;
}

input.form-checkbox,input.form-radio {
	border: none;
}

/*
 * FOOTER STYLES
 */
#footer * {
	color: #999;
}

#footer a {
	color: #999;
}

#footer a:hover {
	color: #0099CC;
	border-bottom: 1px dotted #AADDEE;
}

#footer .block {
	text-align: left;
}

#footer div.block div.edit {
	background-color: #33ABD4;
}

.clear {
	clear: both;
}

/*
 * Misc. Styles
 */
.hr {
	border-bottom: 1px solid #ccc;
	width: 100%;
	margin: 5px 0px 10px 0px;
	height: 1px;
	clear: both;
}