/*
    Theme Name: CFE Grants Theme
    Theme URI: http://www.cfegrants.org
    Description: This is the buildOn child theme for the Genesis Framework
    Author: Alok Mishra
    Author URI: http://www.alokmishra.com
 
    Version: 1.0
 
    Tags: custom-background, custom-header, featured-images, threaded-comments, two-columns
 
    Template: genesis
    Template Version: 1.7.1
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Tag Cloud
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/

/* Import Alok's changes
 --------------------------------------------------------*/
@import url('css/cfe.css');

/* Import Fonts
------------------------------------------------------------ */

/* @import url(//fonts.googleapis.com/css?family=Oswald); */

/* HTML5 Normalize
------------------------------------------------------------ */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body { background: #64696B; margin: 0; font-size: 13px; line-height: 20px; }
body, button, input, select, textarea { font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; color: #6A737B; }

::-moz-selection { background: #5A4099; color: #fff; text-shadow: none; }
::selection { background: #5A4099; color: #fff; text-shadow: none; }

.faq dt,
a, a:visited { color: #0079C1; text-decoration: none; }
.faq dt:hover,
a:hover { color: #0079C1; text-decoration: underline; }
a:hover, a:focus, a:active { outline: 0; outline: none; }


abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dl, dt, dd { margin: 0; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }
img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; *overflow: visible; }
table button, table input { *overflow: auto; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

/* Defaults
------------------------------------------------------------ */
/*
body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}
*/

blockquote,
input,
select,
textarea,
.author-box,
/* .breadcrumb, */
.sticky,
.taxonomy-description,
.wp-caption {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 3px;
}

li, ol, ul { margin: 0; padding: 0; }

ol li { list-style-type: decimal; }


/* Hyperlinks

a,
a:visited {
	color: #0079C1;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

------------------------------------------------------------ */


/* Body
------------------------------------------------------------ */

body {
    background: #564870;
}


/* Wrap
------------------------------------------------------------ */

#wrap {
	background: #E6E6E6;
	margin: 0 auto;
    overflow: hidden;
}

#wrap {
    /* Safari 4-5, Chrome 1-9 */
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#FFFFFF), to(#64696B));

    /* Safari 5.1+, Chrome 10+ */
    background: -webkit-radial-gradient(circle, #FFFFFF, #E6E6E6);

    /* Firefox 3.6+ */
    background: -moz-radial-gradient(circle, #FFFFFF, #E6E6E6);

    /* IE 10 */
    background: -ms-radial-gradient(circle, #FFFFFF, #E6E6E6);
}


/* Header
------------------------------------------------------------ */

#header {
	margin: 20px auto 0;
	min-height: 80px;
	width: 960px;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 15px 0 0;
	width: 400px;
}

#title {
	font-size: 30px;
	line-height: 30px;
	margin: 0;
}

#title a,
#title a:hover {
	color: #333;
	text-decoration: none;
}

#description {
	font-size: 14px;
}

#header .widget-area {
	float: right;
	width: 550px;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area,
.header-image #title,
.header-image #title a {
	display: block;
	float: left;
	height: 80px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 400px;
}

.header-image #description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area,
.header-full-width #title,
.header-full-width #title a {
	width: 960px;
}


/* Navigation Constants
------------------------------------------------------------ */

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	padding-right: 25px;
}

li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	height: 10px;
	position: absolute;
	right: 10px;
	text-indent: -9999px;
	top: 13px;
	width: 10px;
}

li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}


/* Header Right Navigation
------------------------------------------------------------ */

#header ul.nav,
#header ul.menu {
	float: right;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	background-color: #333;
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 0px 5px 6px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

#header ul.nav li ul,
#header ul.menu li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 140px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 0 0 159px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}


/* Primary Navigation
------------------------------------------------------------ */

#nav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
}

#nav ul {
	float: left;
	width: 100%;
}

#nav li {
	float: left;
	list-style-type: none;
}

#nav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #000;
}

#nav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#nav li ul a {
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

#nav li:hover>ul,
#nav li.sfHover ul {
	left: auto;
}


/* Primary Navigation Extras
------------------------------------------------------------ */

#nav li.right {
	float: right;
	font-size: 13px;
	padding: 6px 10px 5px;
}

#nav li.right a {
	background: none;
	border: none;
	color: #fff;
	display: inline;
	text-decoration: none;
}

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

#nav li.search {
	padding: 0 10px;
}

#nav li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 7px 0 5px 16px;
}

#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 7px 0 5px 20px;
}


/* Secondary Navigation
------------------------------------------------------------ */

#subnav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	text-transform: uppercase;
	width: 960px;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a {
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


/* Inner
------------------------------------------------------------ */

#inner {
    background: #FFF;
	margin: 0 auto 10px;
    padding: 16px;
	overflow: hidden;
	width: 920px;

    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
}


/* Breadcrumb
------------------------------------------------------------ */

/*
.breadcrumb {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 30px;
	padding: 5px 10px;
}
*/

.breadcrumb,
.breadcrumb a { text-decoration: none; color: #999; font-weight: bold; font-size: 12px; }

.breadcrumb a { font-weight: normal; }
.breadcrumb a:hover { text-decoration: underline; }

/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

.breadcrumb,
#content-sidebar-wrap {
	float: left;
	width: 696px;
}

.content-sidebar #content-sidebar-wrap,
.full-width-content #content-sidebar-wrap,
.sidebar-content #content-sidebar-wrap {
	width: 920px;
}

.sidebar-content-sidebar .breadcrumb,
.sidebar-content-sidebar #content-sidebar-wrap,
.sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}


/* Content
------------------------------------------------------------ */

#content {
	float: left;
	width: 480px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 700px;
}

.sidebar-content #content,
.sidebar-sidebar-content #content {
	float: right;
}

.full-width-content #content {
	width: 920px;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

/*
.entry-content p {
	padding: 0 0 15px;
}
*/

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 5px;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-size: 24px;
	line-height: 30px;
}

.taxonomy-description h1,
.widget-area h2 a {
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
}

h2 a:hover {
	color: #25a;
	text-decoration: none;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

.widget-area h4 {
	background-color: #64696B;
	padding: 6px; border-bottom: 1px solid #ddd;
    color:#fff; font-size: 18px; font-weight: bold; text-align: center;
}

.widget-area h4 a { color: #FFF; text-decoration: none; }

#footer-widgets h4 {
	background: none;
	border: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px;
	padding: 0;
	text-transform: uppercase;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 11px;
	font-weight: 500;
	line-height: 14px;
	margin: 0 0 4px;
	padding-left: 1em;
	text-indent: -1em;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: disc;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.post-info {
	font-size: 12px;
	margin: 5px 0;
	text-transform: uppercase;
}


/* Post Meta
------------------------------------------------------------ */

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	font-size: 12px;
	padding: 5px 0 0;
	text-transform: uppercase;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}


/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}


/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


/* Images
------------------------------------------------------------ */

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 80px;
	margin: 0 10px 0 0;
	width: 80px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 11px;
	line-height: 16px;
	width: 200px;
}

#sidebar-alt {
	float: left;
	width: 210px;
}

.sidebar-content #sidebar,
.sidebar-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	/* background-color: #fff; border: 1px solid #ddd; */
	margin: 0 0 15px;
	padding: 0 0 10px;
}

.widget-area .textwidget {
	/* padding: 5px 10px 0; */
}

.widget-area ol,
.widget-area ul {
	margin: 10px 0 0 25px;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	list-style-type: square;
	word-wrap: break-word;
}


/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 10px 0;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #ddd;
	margin: 0 0 5px;
	overflow: hidden;
	padding: 5px 10px 10px;
}

.more-from-category {
	padding: 5px 10px 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 10px;
}


/* Buttons
------------------------------------------------------------ */

div.gform_footer input.button,
.enews #subbutton,
.reply a,
.reply a:visited,
.searchsubmit,
#submit {
	background-color: #333;
	border: 1px solid #666;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

div.gform_footer input.button:hover,
.enews #subbutton:hover,
.reply a:hover,
.searchsubmit:hover,
#submit:hover {
	background-color: #000;
	border: 1px solid #666;
	color: #fff;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

#header .searchform {
	float: right;
	padding: 30px 0 0;
}

.sidebar .searchform {
	padding: 5px 0 0 10px;
}

#nav .searchform {
	float: right;
}

.s {
	font-size: 12px;
	margin: 5px 2px 0 0;
	padding: 4px 5px;
	width: 195px;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews p {
	padding: 5px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 5px;
	width: 225px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	background-color: #333;
	border-bottom: 1px solid #fff;
	clear: both;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	overflow: hidden;
	padding: 10px 0 0;
	width: 960px;
}

#footer-widgets .wrap {
	margin: 0 auto;
	width: 940px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	padding: 0;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets p {
	color: #fff;
	padding: 0 0 10px;
}

#footer-widgets a,
#footer-widgets a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer-widgets a:hover {
	text-decoration: none;
}

#footer-widgets ul {
	color: #fff;
	margin: 0 0 10px;
}

#footer-widgets ul li {
	margin: 0 0 0 15px;
}

#footer-widgets #wp-calendar thead,
#footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	padding: 0 20px 0 0;
	width: 300px;
}

.footer-widgets-2 {
	float: left;
	width: 300px;
}

.footer-widgets-3 {
	float: right;
	width: 300px;
}


/* Footer
------------------------------------------------------------ */

#footer {
    /* background-color:rgba(48, 22, 88, 0.6); */
    background: #564870;
	clear: both;
	font-size: 11px;
	overflow: hidden;
	padding: 6px 0 5px;
    color: #fff;
}

#footer p {
	color: #fff;
	font-size: 12px;
}

#footer a,
#footer a:visited {
	color: #fff;
}

#footer .gototop {
	float: left;
	padding: 0 0 0 5px;
	width: 200px;
}

#footer .gototop a {
	background: url(images/footer-top.png) no-repeat center left;
	padding: 2px 0 2px 18px;
}

#footer .creds {
	float: right;
	padding: 0 10px 0 0;
	text-align: right;
	width: 740px;
}

#footer .wrap { width: 960px; margin: 0 auto; }

/* Comments
------------------------------------------------------------ */

#comments,
#respond {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 15px;
	overflow: hidden;
}
#comments p,
#respond p {
	font-size: 13px;
	line-height: 20px;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px;
	padding: 10px 5px 10px 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #fff;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}



/**************************************************************/

/* CFE Common
------------------------------------------------------------ */

#content p { margin: 0; }
.widgettitle { display: none; }

.borderradius #cboxLoadedContent,
.borderradius .round { border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; }

.borderradius .roundtop {
    border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
}

.borderradius .roundbottom {
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
}

.boxshadow .shadow {
  -moz-box-shadow: 0 4px 4px #999, inset 0 0 4px #999;
  -webkit-box-shadow: 0 4px 4px #999, inset 0 0 4px #999;
  box-shadow: 0 4px 4px #999, inset 0 0 4px #999;
}

.announcements {
    border: 1px solid #8F5EB5;
    /* height: 246px; padding-bottom: 10px; */
    padding-bottom: 10px;
}

.announcements h4 { text-transform: uppercase; }
.announcements ol, .announcements ul { margin: 6px; }
.announcements ul li { list-style-type: none; }
.announcements li { border-bottom: 1px dashed #666; }
.announcements .scroll { max-height: 250px; overflow: auto; }

.donors .scroll { overflow:  hidden; height: 250px; }
.donors .scroll p { margin:0; padding-left: 1em; text-indent: -1em; }
.donors .scroll li { margin: 4px 0; padding: 6px 0; }

h1, h2, h4 { color: #5A4099; }

h1 { font-size: 18px; text-transform:uppercase;  }
h2 { font-size: 15px; margin: 0; }
h3 { font-size: 14px; font-weight: bold; }
h4 { font-size: 13px; }
h5 { color: #F00; font-size: 12px; }
h6 { font-size: 11px; }

.oldie #footer { background: #564870; }

#footer .location { float: left; margin-bottom: 6px; }
#footer .footer-links { float: right; margin-bottom: 6px; }
#footer .footer-links a { padding: 0 6px; }

#footer .copyright { font-size: 10px; white-space: nowrap; }

#footer .copyright,
#footer .social { float: left; clear: left; }
#footer .social .twitter-follow-button { margin: 0 10px; float: right; }
#footer .donate { margin: 10px; clear: right; }
#footer .developer { color: #09F; text-indent: -6666px; }



/* Navigation Links
------------------------------------------------------------ */

.home .breadcrumb { visibility: hidden; }

#cfenav {
    position: relative; top: 0; left: 250px; padding-left: 2px;
    background: url("images/nav/cfenav.png") repeat-y transparent 0 0;
    width: 700px; height: 36px;
}

#cfenav:hover {
    background: url("images/nav/cfenav.png") repeat-y transparent 0 36px;
}

#cfenav li, #cfenav a {
    display: block; float: left;
    width: 172px; height: 36px;
    color: #FFF; text-decoration: none; font-weight: bold; white-space: nowrap;
}

/* ---- Commenting out to make everything behave like home colors - NOT RECOMMENDED ----

.donors #cfenav, .volunteers #cfenav, .about #cfenav,
.teachers #cfenav { background: url("http://www.cfegrants.org/wp-content/themes/cfegrants/images/cfenav.png") repeat-y transparent 0 36px; }


.teachers #cfenav #teachers-nav a,
#cfenav #teachers-nav a:hover { background: url("http://www.cfegrants.org/wp-content/themes/cfegrants/images/cfenav.png") no-repeat transparent -4px 0; }
.donors #cfenav #donors-nav a,
#cfenav #donors-nav a:hover { background: url("http://www.cfegrants.org/wp-content/themes/cfegrants/images/cfenav.png") no-repeat transparent -176px 0; }
.volunteers #cfenav #volunteers-nav a,
#cfenav #volunteers-nav a:hover { background: url("http://www.cfegrants.org/wp-content/themes/cfegrants/images/cfenav.png") no-repeat transparent -348px 0; }
.about #cfenav #about-nav a,
#cfenav #about-nav a:hover { background: url("http://www.cfegrants.org/wp-content/themes/cfegrants/images/cfenav.png") no-repeat transparent -520px 0; }

*/

/* Same as above but, the no indicator that you are on the page - not recommended, but instructed to do so */
#cfenav #teachers-nav.sfHover,
#cfenav #teachers-nav > a:hover { background: url("images/nav/cfenav.png") no-repeat transparent -2px 0; }
#cfenav #volunteers-nav.sfHover,
#cfenav #volunteers-nav > a:hover { background: url("images/nav/cfenav.png") no-repeat transparent -174px 0; }
#cfenav #donors-nav.sfHover,
#cfenav #donors-nav > a:hover { background: url("images/nav/cfenav.png") no-repeat transparent -346px 0; }
#cfenav #about-nav.sfHover,
#cfenav #about-nav > a:hover { background: url("images/nav/cfenav.png") no-repeat transparent -518px 0; }


#cfenav #teachers-nav ul { background: url("images/nav/teachers-menu.png"); }
#cfenav #volunteers-nav ul { background: url("images/nav/volunteers-menu.png"); }
#cfenav #donors-nav ul { background: url("images/nav/donors-menu.png"); }
#cfenav #about-nav ul { background: url("images/nav/about-menu.png"); }
#cfenav ul ul li { background: url("images/nav/menu-item.png"); }
#cfenav ul ul li:hover { background: url("images/nav/menu-item-highlight.png"); }

#cfenav ul ul {
    overflow: hidden; margin-left: -2px;
    width: 169px; border: 2px solid #FFF;
    border-top: 0;
}

#cfenav #teachers-nav ul {
    margin-left: -1px;
}


/*
#cfenav ul ul li,
#cfenav ul ul li a { width: 163px; height: 30px; line-height: 30px; }
*/

#cfenav ul ul li { min-height: 30px; }

#cfenav ul ul li,
#cfenav ul ul li a { width: 163px; height: auto; }

#cfenav ul ul li a { padding: 5px 0; white-space: normal; }

#cfenav ul ul li { padding: 0 2px 0 4px; margin: 1px 0; }
#cfenav ul ul li:first-child { margin-top: 0; }

/* Header and Common elements
------------------------------------------------------------ */

#cfe-header {
    background: #666; overflow: hidden;
    position: relative; z-index: 10; margin-bottom: -10px;
    border: 2px solid #FFF; height: 288px;
}

.boxshadow #cfe-header { -moz-box-shadow: 0 0 10px #333; -webkit-box-shadow: 0 0 10px #333; box-shadow: 0 0 10px #333;  }
.boxshadow #inner { -moz-box-shadow: 0 0 6px #999; -webkit-box-shadow: 0 0 6px #999; box-shadow: 0 0 6px #999;  }

#cfe-header > div { position: absolute; z-index: 20; }
#cfe-header #banner { left: 232px; }
#cfe-header #logo { z-index: 100; }

#cfe-header #slogan {
    z-index: 40; left: 232px;
    color: #FFF;
}

#cfe-header #slogan blockquote { background-color: transparent; }

#cfe-header #slogan blockquote {
    background: url("images/nav/quote-gradient.png") repeat-x; border: 0;
    margin:0; padding: 200px 80px 10px 10px;
    width: 636px; height: 80px;
}

.home #cfe-header #slogan { top: 142px; }

#cfe-header #banner li { display: none; }
#cfe-header #banner li:first-child { display: block; }
#cfe-header #banner li img { width: 726px; }

#cfe-header #navigation {
    z-index: 60; left: 246px; top: 10px;
    background: url("images/bg-navbar.png") repeat-x;
    padding: 8px 0 20px;
    height: 32px; width: 714px;
}

#cfe-header #navigation #nav {
    background: none;
    width: 714px;
    border: none;
}

#cfe-header #navigation li,
#cfe-header #navigation a {
    background: none;
    font-size: 14px;
    text-transform: none;
}

#cfe-header #navigation a:hover {
    text-decoration: underline;
}

#header #tabs { position: relative; background: #FFF; }

#header #tabs div {
    float: left; margin: 0 2px 0 5px; padding: 20px 16px 10px;
    width: 280px; height: 40px;
    color: #FFF; text-align: center;
}

#header #tabs div h3 { font-size: 18px; font-weight: bold; text-transform: uppercase; }
#header #tabs div a { color: #FFF; }

#header #tabs #teachers { background: #F8CD29; }
#header #tabs #donors { background: #45B939; }
#header #tabs #volunteers { background: #316BB2; }

#grant-forms {
    background: #FFF;
    padding: 20px;
}

#grant-forms ul {
    padding-left: 30px;
}

#grant-forms h5 {
    margin-top: 10px;
    font-weight: normal;
}

#grant-forms a {
    color: #6A737B; line-height: 26px;
}


.nowbutton {
    margin-bottom: 14px; padding: 12px 6px; border: 2px solid #FFF;
    color: #FFF; text-align: center; font-size: 18px; font-weight: bold;
    cursor: pointer;
}

#cfe_stay_informed.nowbutton { background: #37286B; }
#cfe_apply_now.nowbutton { background: #FF2F0B; }
#cfe_donate_now.nowbutton { background: #38942B; }
#cfe_volunteer_now.nowbutton { background: #1D4889; }

.nowbutton p { font-size: 10px; margin: 4px 0 0; }
.nowbutton a { color: #FFF; text-transform: uppercase; text-decoration: none; }
#cfe_stay_informed.nowbutton a:hover { text-decoration: underline; }

.borderradius .nowbutton { -moz-box-shadow: 0 0 4px #666; -webkit-box-shadow: 0 0 4px #666; box-shadow: 0 0 4px #666;  }


/* FAQ
------------------------------------------------------------ */

.faq dl { margin: 10px; padding: 20px 0; }
.faq dt { margin: 20px 10px 10px; border-top: 1px dashed; font-weight: bold;  }
.faq dt:hover { cursor: pointer; }
.faq dd { display: none; padding: 0 20px 20px; }


/* dTree Navigation
------------------------------------------------------------ */

.teachers .oclinks,
.volunteers .oclinks,
.donors .oclinks,
.about .oclinks { display: none !important; }

.dtree_pge { overflow: hidden; margin: 10px 0; }

.dtree_pge .nodeSel { text-decoration: underline; }

.dtree_pge .dtNode { margin-bottom: 6px; clear: left; }

.dtree_pge .dtNode, .dtree_pge .dtNode a { color: #6A737B; font-size: 12px; }

.dtree_pge .dtNode img { display: block; float: left; }

.dtree_pge > .clip > .dtNode > .nodeSel,
.dtree_pge > .clip > .dtNode > .node { text-transform: uppercase; color: #6A737B; font-size: 13px; }

.dtree_pge > .clip > .dtNode > img { background: url("images/nav/purple-square.png") no-repeat transparent 3px 6px; }


/**************************************************************************************/
/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}

/*
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#333;}
#colorbox{}
    #cboxContent{margin-top:32px; overflow:visible;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#000; padding:1px;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#000;}
        #cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
        #cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
        #cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(images/controls.png) no-repeat 0 0;}
        #cboxPrevious{background-position:0px 0px; right:44px;}
        #cboxPrevious.hover{background-position:0px -25px;}
        #cboxNext{background-position:-25px 0px; right:22px;}
        #cboxNext.hover{background-position:-25px -25px;}
        #cboxClose{background-position: -50px 0px; text-indent: -40px; top: 6px; right:6px; font-weight: bold; }
        #cboxClose.hover{background-position:-50px -25px;}
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}

/**************************************************************************************/



/* ==|== non-semantic helper classes ======================================== */
.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }


/* ==|== media queries ====================================================== */

@media only screen and (min-width: 480px) {


}

@media only screen and (min-width: 768px) {

}



/* ==|== print styles ======================================================= */

@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}