/*
	Theme Name: GFOA
	Theme URI: http://www.gfoa-mo.org
	Description: The base WordPress theme for Government Finance Offices Association of Missouri
	Version: 0.1
	Author: Caledon Virtual
	Author URI: http://www.caledonvirtual.com
	Tags: GFOA, GFOA-MO
*/

* a,
img {
	outline:none;
}
* a {
	text-decoration:none;
}
body {
	background:#314568 url(style/images/body-bg.jpg) repeat fixed 0 0;
	color:#424242;
	font-family:Arial, sans-serif;
	font-size:12px;
	margin:1em 0 0;
}
.outerwrap {
	background:transparent url(style/images/wrapper-top-bg.png) no-repeat scroll 0 0;
	margin:0 auto;
	padding-top:10px;
	width:970px;
   overflow:hidden;
}
.container {
	background:transparent url(style/images/container-bg.png) repeat-y scroll 0 0;
	padding:0px 10px 0px;
}
#wrapper {
	padding:8px 23px 0;
}
.left {
	float:left;
}
.right {
	float:right;
}
.border-bottom {
	border-bottom:4px solid #FFFFFF;
}
.text-white,
.header-menu li a {
	color:#FFFFFF;
}
.content {
	padding:10px 0 0 0;
}
.header-top-menu,
.header {
	margin:0 2px;
}
.header-top-menu {
	background:#EEEEEE url(style/images/top-menu-bg.jpg) repeat-x scroll 0 0;
	height:34px;
}
.header-top-menu ul,
ul.subpages {
	list-style-type:none;
	margin:0 0 0 10px;
	padding-top:6px;
}
ul.subpages {
	border-bottom:2px solid #192d45;
	height:19px;
	padding:0 0 0 6px;
	margin:0 0 30px -6px;
}
.header-top-menu ul li,
ul.subpages li {
	margin-right:3px;
}
.header-top-menu ul li a,
ul.subpages li a {
	display:block;
	padding:5px 8px 4px 0;
}
.header-top-menu ul.left li,
ul.subpages li {
	background:#B53125 url(style/images/linkbg_left.jpg) no-repeat scroll 0 0;
	padding:0 0 0 7px;
	float:left;
}
.header-top-menu ul.left li a,
ul.subpages li a{
	background:#B53125 url(style/images/linkbg_right.jpg) no-repeat scroll 100% 0;
	color:#FFFFFF;
	font-weight:bold;
}
ul.subpages li a{
	background-image:none;
}
ul.subpages li {
	font-size:10px;
	line-height:10px;
	margin:0 0 2px 3px;
	background-image:none;
}
.header-top-menu ul.left li.current_page_item,
.header-top-menu ul.left li.current_page_ancestor {
	background:#FFFFFF url(style/images/link_hover_left.jpg) no-repeat scroll 0 0;
}
.header-top-menu ul.left li.current_page_item > a,
.header-top-menu ul.left li.current_page_ancestor > a {
	background:#FFFFFF url(style/images/link_hover_right.jpg) no-repeat scroll 100% 0;
	color:#192D44;
}
ul.subpages li.current_page_item,
ul.subpages li.current_page_item a {
	background:none;
}
.header-top-menu ul.right {
	margin:auto 6px auto auto;
}
.header-top-menu ul.right li {
	float:right;
	border-right:1px solid #b8b8b8;
	margin:auto 0;
}
.header-top-menu ul.right li:first-child {
	border:none;
}
.header-top-menu ul.right li a {
	color:#284569;
	font-size:11px;
	font-weight:bold;
	padding:5px 12px;
	text-transform:uppercase;
}
.header-top-menu ul.right li a:hover {
	background:#eee;
}
.header {
}
.header-title {
	height:124px;
	margin-bottom:0;
	text-indent:-9999px;
}
.header-title a {
	background:#192D44 url(style/images/logo.jpg) no-repeat scroll 0 0;
	display:block;
	height:124px;
}
.header-description {
	display:none;
}
.header-menu {
	list-style-type:none;
	margin:0;
	background:#810A06 url(style/images/menu-bg.jpg) repeat-x scroll 0 0;
	height:27px;
	padding:0 0 0 1px;
	position:relative;
}
.header-menu li {
	float:left;
	padding:4px 0;
}
.header-menu li.edit_this {
	position:absolute;
   right:0;
}
.header-menu li a {
	border-right:1px dotted #FFFFFF;
	font-size:11px;
	font-weight:bold;
	padding:5px 12px 7px;
}
.header-menu li.edit_this a {
	border:none;
	border-left:1px dotted #FFFFFF;
}

.header-menu li a:hover,
.header-menu li ul li a {
	background:#b43024;
}
.header-menu li ul li a:hover {
	background:#7f0a03;
	color:#fff;
}
.current-cat > a,
.current_page_item > a,
.current_page_ancestor > a {
	background-color:#FFFFFF !important;
	color:#192D44 !important;
}
.header-menu li ul {
	list-style-type:none;
	display:none; 
	margin-left:0;
	position:absolute;
	top:26px;
}
.header-menu li ul li {
	float:none;
	padding:0;
	margin:0;
}
.header-menu li ul li a {
	display:block;
	border:none;
	border-bottom:1px dotted #FFFFFF;
}
.member-login {
	background:#616161 url(style/images/member-login-bg.jpg) repeat-x scroll 0 0;
	height:26px;
}
#member-login {
	color:#ddd;
	font-size:10px;
	margin-right:5px;
	padding-top:2px;
}
#member-login a {
	color:#ddd;
	border-bottom:1px dotted #ddd;
}
#member-login span#login-title {
	color:#FFFF00;
	font-weight:bold;
	margin-right:5px;
	text-transform:uppercase;
}
#member-login #login-email,
#member-login #login-pwd {
	margin-right:2px;
}
#member-login #login-submit {
	background:transparent url(style/images/go-button.jpg) no-repeat scroll 0 0;
	border:medium none;
	height:15px;
	vertical-align:text-bottom;
	width:29px;
}
#member-login p {
	font-size:14px;
	font-weight:bold;
	line-height:22px;
}

#grey-line {
	background: #FFFFFF url(style/images/grey-line.jpg) no-repeat scroll left top;
	display:block;
	height:7px;
}
.index {
}
.index-post {
}
.index-post-title {
}
.index-post-title a {
}
.index-post-meta-date {
}
.index-post-meta-author {
}
.index-post-content {
}
.index-post-lower-meta {
}
.index-post-lower-meta-tags {
}
.index-post-lower-meta-category {
}
.index-post-lower-meta-edit {
}
.index-post-lower-meta-comments {
}
.index-menu {
}
.index-menu-next {
}
.index-menu-prev {
}
.index-not-found-title {
}
.index-not-found-text {
}
.index-not-found-search {
}
.single {
}
.single-post {
}
.single-post-title {
}
.single-post-content {
}
.single-post-link-page {
}
.single-post-tags {
}
.archive-post-time,
.index-post-meta {
	margin:0 0 12px 6px;
	padding:0;
	font-size:10px;
	line-height:12px;
	color:#777;
}
.archive-post-meta,
.index-post-lower-meta,
.single-post-comments-meta {
	margin:auto 18px auto -6px;
	padding:6px;
	background:#eee;
	border:1px dotted #ccc;
	font-size:10px;
	line-height:12px;
	color:#777;
}
.index-post-lower-meta {
	margin:-9px 18px 12px -6px;
}
.single-post-comments-meta a {
	color:#777;
	border-bottom:1px dotted #999;
}
.single-post-comments-meta a:hover {
	color:#333;
	border-bottom:1px solid #555;
}
.single-post-comments-template {
}
.single-menu {
}
.single-menu-next {
}
.single-menu-prev {
}
.single-post-not-found {
}
.page,
.index,
.single,
.archive,
.archives {
	border:1px solid #E7E7E7;
	margin-left:15px;
	float:right;
	width:575px;
	padding:18px 6px 0 18px;
}
.page-post,
.index-post,
.single-post,
.comments {
}
a.post-title {
	font-weight:bold;
}
.page-post-title,
.single-post-title,
.index-post-title,
h2 a, h2 {
	color:#314E6C;
	line-height:1.1em;
}
h3 {
	margin-bottom:.2em;
}
.page-post-content {
}
.page-post-link-pages {
}
.page-post-edit {
}
.notfound-title {
}
.archive {
}
.archive-title {
}
.archive-post-title {
}
.archive-post-time {
}
.archive-post-content {
}
.archive-post-meta {
}
.archive-post-meta-tags {
}
.archive-post-meta-category {
}
.archive-post-meta-edit {
}
.archive-post-meta-comments {
}
.archive-menu {
}
.archive-menu-next {
}
.archive-menu-prev {
}
.archive-not-found {
}
.archive-not-found-search {
}
.comments {
}
.comments-protected {
}
.comments-meta {
}
.comments-alt {
}
.comments-def {
}
.comments-trackback {
}
.comments-pingback {
}
.comments-author {
}
.comments-list {
}
.comments-closed {
}
.comments-list-item {
}
.comments-list-item-avatar {
}
.comments-list-item-author {
}
.comments-list-item-moderation {
}
.comments-list-item-meta {
}
.comments-list-item-text {
}
.comments-leave-reply {
}
.comments-registration {
}
.comments-form {
}
.comments-user {
}
.comments-user-logout {
}
.comments-user-author {
}
.comments-user-author-input {
}
.comments-user-author-label {
}
.comments-user-email {
}
.comments-user-email-input {
}
.comments-user-email-label {
}
.comments-user-url {
}
.comments-user-url-input {
}
.comments-user-url-label {
}
.comments-user-meta {
}
.comments-user-message {
}
.comments-user-message-textarea {
	width:550px;
	height:100px;
	overflow:auto;
}
.comments-user-submit {
}
.comments-user-submit-input {
}
.searchform {
}
.searchform-form {
	margin:0 0 9px 12px;
}
.searchform-query {
}
.searchform-submit {
}
.sidebar {
	float:right;
}
.sidebar-list {
	list-style-type:none;
	margin:0;
}
.sidebar-list ul,
.sidebar-list div.textwidget {
	list-style-type:none;
	margin:0 10px 10px;
}
.sidebar-list ul li a {
	text-decoration:underline;
}
.sidebar-list ul li,
.sidebar-list ul li a,
div.textwidget,
div.textwidget p a {
	color:#424242;
	font-size:11px;
}
.sidebar-list ul li a:hover {
	color:#b22e22;
}

div.textwidget p {
	margin-bottom:0;
}
div.textwidget p a {
	text-decoration:underline;
}
.widget {
	border:1px solid #E7E7E7;
	margin-bottom:9px;
}
.widget-title {
	background-color:#d3dfed;
	font-size:13px;
	font-weight:bold;
	padding:4px 5px 2px 10px;
	text-transform:uppercase;
}
.widget-title a {
	font-weight:bold;
}
#footer {
}
.footer {
	background:transparent url(style/images/footer-top-bg.png) no-repeat scroll left top;
	padding-top:20px;
}
.footer-content,
.footer-content a {
	color:#CCCCCC;
	font-size:10px;
	text-align:center;
	margin:0;
	padding:0;
}
.archives {
}
.archives-page {
}
.archives-page-title {
}
.archives-page-sub-title {
}
.archives-page-list {
}
/* Classes coming from within wordpress */

/* wp-list-pages (also gets page-item-1, page-item-2 etc) */
.page_item {
}
#categoryposts-6 li {
	list-style:disc outside;
	margin:0 0 6px 12px;
	line-height:14px;
}
#categoryposts-6 li a {
	text-decoration:none;
}
#categoryposts-6 li a:hover {
	text-decoration:underline;
}