/* CSS Framework Import */
@import url("framework/core.css");
@import url("framework/plugins/helpers.css");

/*Site specific styles and structure begin here*/

/** ------------------------------
    GENERAL
    ------------------------------ */
body {
	font-family: Helvetica, Arial, sans-serif;
	background: #9ACC99 url(../images/bg.jpg) center top repeat-y;
	padding: 0;
	margin: 0;
}
a {
	color: #222;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	text-decoration: underline;
}
.left {
	float: left;
}
ul, ol {
	padding-left: 1.35em;
}


/** ------------------------------
    HEADER
    ------------------------------ */
.header {
	padding: 12px;
	background-color: #FFF;
	border-bottom: 6px solid #C8DBC4;
}
.header h1 {
	margin: 0;
	padding: 0;
}
.header a {
	display: block;
	height: 88px;
	background: transparent url(../images/logo.jpg) left center no-repeat;
}
.header span {
	display: none;
}

/** ------------------------------
    SIDEBAR
    ------------------------------ */
.sidebar {
	width: 200px;
	font-size: 1.15em;
}
.sidebar ul {
	margin: 0;
	padding: 0;
}
.sidebar li {
	list-style: none;
	padding: 0;
	text-align: center;
	line-height: 2em;
}
.sidebar li a {
	display: block;
	text-decoration: underline;
}
.sidebar li a:hover {
	background-color: #C8DBC4;
}
.sidebar li.current a {
	background-color: #DDD;
	text-decoration: none;
}
.sidebar li.current a:hover {
	cursor: default;
	text-decoration: none;
}

/** ------------------------------
    CONTENT
    ------------------------------ */

.content {
	width: 726px;
	margin: 0 12px;
	padding: 1em 0 3em 0;
}
.content h2 {
	color: #333;
}
.page a {
	color: #555;
	text-decoration: underline;
}

/** ------------------------------
    BREADCRUMBS
    ------------------------------ */
.breadcrumbs {
	margin-bottom: 1em;
}
.breadcrumbs a {
	color: #7D8B77;
}

/** ------------------------------
    FOOTER
    ------------------------------ */
.footer {
	text-align: center;
	margin: 3em 0;
	color: #555;
}
.footer ul {
	margin: 0;
}
.footer li {
	display: inline;
	list-style: none;
	margin-right: .5em;
}