/*
Theme Name: Edu
Theme URI: http://educationgrant.com
Description: Custom theme for EducationGrant.com
Version: 1.0
Tags: widgets, widget, gravatars, valid CSS, valid XHTML
*/

/* body {
	background-color: #283347;
	} */

* {
	margin: 0; 
	padding: 0; 
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 13px;
	}

a {
	color: #40a2e3;
	text-decoration: none;
	}

a:visited {
	color: #40a2e3;
	}
	
a:hover {
	text-decoration: underline;
	}

img	{
	border: none;
	}

#wrapper { 
	width: 1050px;
	margin: 0 auto;
	}

/* ----- Header ----- */

#header {
	padding-bottom: 5px;
	height: 75px;
	background: #fff url(images/header/header-tile.png) repeat;
	border-bottom: 3px solid #9fc06f;
	}
	
#header-wrapper { 
	width: 1050px;
	margin: 0 auto;
	text-align: right;
	}

#breadcrumb	{
	font-size: 14px;
	color: #5e5e5e;
	padding-top: 4px;
	margin-bottom: 2px;
	width: 1050px;
	}

#breadcrumb	a {
	color: #40a2e3;
	text-transform: capitalize;
	}

#breadcrumb	a:hover {
	font-weight: normal;
	}

#header .descri	{ 
	margin-top: -5px; 
	color: #666;
	}
	
#topmenu-left {
	float: left;
	height: 75px;
	width: 300px;
	}

#topmenu {
	height: 80px;
	margin-top: 0px;
	padding-right: 10px;
   float: right;
}

#topmenu ul {
	padding: 0px 20px 10px;
	display: block;
}

.clearer {
   clear: both;  
}
	
#topmenu ul li {
	height: 80px;
	padding: 45px 20px 10px;
	list-style: none;
	display: block;
	float: left;
}

#topmenu ul li img {
   height: 50px;   
}

#topmenu ul li.current-home, #topmenu ul li.current-grants, #topmenu ul li.current-scholarships, #topmenu ul li.current-loans, #topmenu ul li.current-aid {
	height: 80px;
	padding: 45px 20px 10px;
	list-style: none;	
	}

#topmenu ul li.current-home {
	background-image: url(images/header/home.gif);
	background-repeat: no-repeat; 
	background-position: center top;
	}
	
#topmenu ul li.current-grants {
	background-image: url(images/header/grants.gif);
	background-repeat: no-repeat; 
	background-position: center top;
	}

#topmenu ul li.current-scholarships {
	background-image: url(images/header/scholar.gif);
	background-repeat: no-repeat; 
	background-position: center top;
	}
	
#topmenu ul li.current-loans {
	background-image: url(images/header/loans.gif);
	background-repeat: no-repeat; 
	background-position: center top;
	}
	
#topmenu ul li.current-aid {
	background-image: url(images/header/aid.gif);
	background-repeat: no-repeat; 
	background-position: center top;
	}

#topmenu a {
	font-size: 17px; 
	color: #fff;
	}
	
#topmenu a:hover {
	text-decoration: none;
	}

/* ----- Header Panel ----- */

#header-panel {
	display: block;
	width: 1050px;
	height: 280px;
	background: #fff url(images/header/header-rays.png) left no-repeat;
	margin: 0 auto;
	border-bottom: 3px solid #9fc06f;
	text-align: left;
	}
	
#header-panel img {
   height: 1050px; 
   width: 280px;  
}

#header-panel-box {
	float: left;
	display: block;
	margin-left: 260px;
	padding-top: 30px;
	font-weight: bold;
	width: 400px;
	}

#header-panel-box h2 {
	color: #3B4252;
	font-size: 2.4em;
	font-weight: normal;
	}

#header-panel-box h3 {
	color: #3B4252;
	font-size: 2.2em;
	text-align: right;
	font-weight: normal;
	}

#header-panel-box h4 {
	color: #737c8e;
	font-size: 1.3em;
	text-align: justify;
	padding-top: 10px;
	font-weight: normal;
	}
	
/* ---- Quicksearch ----*/
	
#quicksearch {
	float: right;
	margin-top: 15px;
	background: #eee;
	width: 300px;
	height: 260px;
	font-size: 0.8em;
	background: url(images/quicksearch.png) no-repeat;
	}

#quicksearch em {
	color: #ff0000;
	}
	
#quicksearch h4 {
	font-size: 1.0em;
	color: #3B4252;
	font-weight: normal;
	}

#quicksearch h2 {
	font-size: 1.3em;
	color: #3B4252;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 10px;
	}

#quicksearch fieldset {
	border: none; 
	padding-top: 6px;
	padding-left: 20px;
	}

#quicksearch option {
	font-size: 0.9em;
	}

#quicksearch label {
	font-size: 1.0em;
	}

#quicksearch-button {
	padding-left: 10px;
	position: absolute;
	}
		
#quicksearch-sub {
	width: 280px;
	height: 290px;
	font-size: 0.8em;
	background: #fff url(images/quicksearch-sub.png) no-repeat;
	border-top: #fff 14px solid;
	}
	
#quicksearch-sub em {
	color: #ff0000;
	}
	
#quicksearch-sub h4 {
	font-size: 1.0em;
	color: #3B4252;
	font-weight: normal;
	}

#quicksearch-sub h2 {
	font-size: 1.3em;
	color: #3B4252;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 10px;
	}

#quicksearch-sub fieldset {
	border: none; 
	padding-top: 6px;
	padding-left: 14px;
	padding-bottom: 5px;
	}

#quicksearch-sub option {
	font-size: 0.9em;
	}
	
#quicksearch-sub label {
	font-size: 1.0em;
	}

#quicksearch-sub-button {
	padding-left: 7px;
	position: absolute;
	}
	
/* ---- Content ----- */

#main {
	width: 1050px;
	margin: 0px auto 0;
	}

#content {
	float: right;
	width: 740px; 
	font-size: 14px; 
	color: #222;
	}

#content-landing {
	float: left;
	margin: 20px 0 0 0;
	padding-left: 25px;
	color: #222;
	}
	
#content ul,
#content-landing ul {
	margin: 10px 10px 10px 15px; 
	list-style: none;
	}

#content-landing ul {
	margin: 0 0 20px 15px;
	list-style-position: inside;
	}

#content ul li,
#content-landing ul li { 
	margin-bottom: 5px;
	margin-left: 15px;  
	font-weight: normal;
	list-style-type: disc;
	}

#content-landing ul li { 
	margin: 0 0 10px 18.5em;
	list-style-position: outside;
	}

#content ul li a,
#content-landing ul li a {
	color: #40a2e3;
	font-weight: normal;
	}

#content ol,
#content-landing ol {
	margin: 10px 0 10px 10px; 
	list-style: decimal inside;
	}

#content ol li,
#content-landing ol li {
	margin: 5px 0;
	}

#content p,
#content-landing p {
	margin: 10px 0; 
	font-size: 14px;
	}

#content a,
#content-landing a {
	color: #327eb0; 
	font-weight: bold;
	}

#content a:hover,
#content-landing a:hover {
	color: #40a2e3;
	}

#content blockquote,
#content-landing blockquote {
	border-left: 1px solid #327eb0; 
	padding: 10px; 
	font-style: italic; 
	background: #ddd;
	}

#content h1, #content h2, #content h1 a, #content h2 a
#content-landing h1, #content-landing h2, #content-landing h1 a, #content-landing h2 a {
	color: #000; 
	text-decoration: none;
	font-size: 1.2em;
	}

#content h1, #content h1 a,
#content-landing h1, #content-landing h1 a {
	font-size: 20px;
	}

#content h2, #content h2 a,
#content-landing h2, #content-landing h2 a {
	font-size: 17px; 
	margin-bottom: 10px;
	}

#content h1 a:hover, #content h2 a:hover,
#content-landing h1:hover, #content-landing h2 a:hover {
	color: #327eb0;  
	text-decoration: none;
	}

#content h2 {
	margin-top: 5px;
	color: #96a0a9;
	font-size: 1.0em;
	font-weight: normal;
	padding-bottom: 4px;
	}

#content-landing h2 {
	color: #243347;
	font-size: 2.1em;
	}

#content h3,
#content-landing h3 {
	font-size: 1.5em; 
	margin-top: 20px; 
	color: #3B4252;
	}

#content .metadata,
#content-landing .metadata { 
	color: #666; 
	margin: 5px 0 30px 0; 
	padding: 5px; 
	border-top: 1px dotted #ccc; 
	border-bottom: 1px dotted #ccc;
	}

#content .metacomments,
#content-landing .metacomments  {
	}

#content .metacomments a,
#content-landing .metacomments a { 
	display: block; 
	float: left; 
	padding: 7px 15px 9px 15px; 
	margin-right: 10px; 
	background: #327eb0; 
	color: #fff; 
	font-weight: bold; 
	text-decoration: none;
	}

#content .metacomments a:hover,
#content-landing .metacomments a:hover {
	background: #40a2e3; 
	text-decoration: none;
	}

#content .entry,
#content-landing .entry {
	margin-bottom: 50px; 
	}

#content-landing p,
#content-landing ul li {
	font-size: 1.1em;
	}

#content-landing p {
	padding-bottom: 15px;
	}

#content-landing ul li a {
	font-size: 1em;
	}
	
/* ----- Content Page -----*/

#landing-schools {
	float: left;
	margin: 20px 0 0 15px;
	padding-right: 25px;
	border-right: 1px solid #ccc;
	}

#landing-schools ul {
	list-style: none;
	width: 150px;
	}

#landing-schools li {
	padding-bottom: 10px;
	}

#landing-schools li img {
	display: block;
	}

.landing {
	overflow: auto;
	width: 540px;
	}

.landing img.main {
	float: left;
	margin-right: 15px;
	}

.landing a.program:hover {
	text-decoration: none;
	}

#content-page {
	margin: 0px auto 0;
	width: 700px; 
	font-size: 14px; 
	color: #222;
	}
#content-page ul {
	margin: 10px 10px 10px 15px; 
	list-style: none;
	color: #3B4252; 
	}

#content-page ul li { 
	margin-bottom: 5px;
	margin-left: 15px;  
	font-weight: normal;
	list-style-type: disc;
	
	}

#content-page ul li a {
	color: #40a2e3;
	font-weight: normal;
	}

#content-page ol {
	margin: 10px 0 10px 10px; 
	list-style: decimal inside;
	}

#content-page ol li {
	margin: 5px 0;
	}

#content-page p {
	margin: 10px 0; 
	font-size: 14px;
	}

#content-page a {
	color: #327eb0; 
	font-weight: bold;
	}

#content-page a:hover {
	color: #40a2e3;
	}

#content-page blockquote {
	border-left: 1px solid #327eb0; 
	padding: 10px; 
	font-style: italic; 
	background: #ddd;
	}

#content-page h1, #content-page h2, #content-page h1 a, #content-page h2 a {
	color: #000; 
	text-decoration: none;
	font-size: 1.2em;
	}

#content-page, #content-page h1 a {
	font-size: 20px;
	}

#content-page h2, #content h2 a {
	font-size: 17px; 
	margin-bottom: 10px;
	}

#content-page h1 a:hover, #content h2 a:hover {
	color: #327eb0;  
	text-decoration: none;
	}

#content-page h2 {
	margin-top: 5px;
	color: #96a0a9;
	font-size: 1.0em;
	font-weight: normal;
	padding-bottom: 4px;
	}

#content-page h3 {
	font-size: 1.5em; 
	margin-top: 20px; 
	color: #3B4252;
	}

#content-page .metadata { 
	color: #666; 
	margin: 5px 0 30px 0; 
	padding: 5px; 
	border-top: 1px dotted #ccc; 
	border-bottom: 1px dotted #ccc;
	}

#content-page .metacomments  {
	}

#content-page .metacomments a { 
	display: block; 
	float: left; 
	padding: 7px 15px 9px 15px; 
	margin-right: 10px; 
	background: #327eb0; 
	color: #fff; 
	font-weight: bold; 
	text-decoration: none;
	}

#content-page .metacomments a:hover {
	background: #40a2e3; 
	text-decoration: none;
	}

#content-page .entry {
	margin-bottom: 50px; 
	}
	

/* ----- Page Panel -----*/

#page-panel {
	width: 740px;
	text-align: left;
	margin: 0 auto;
}

#page-panel a:hover {
	text-decoration: underline;
	}
	
#page-panel ul li {
	margin-bottom: 10px;
	text-align: left;
	}

#page-panel .more {
	padding-top: 20px;
	text-align: left;
	}

#page-panel .more a {
	text-decoration: none;
	color: #40a2e3;
	font-size: 1.1em;
	font-weight: normal;
	}

#page-panel .left, #page-panel .center-left, #page-panel .center-right, #page-panel .right {
	display: block;
	width: 155px;
	padding: 0 10px;
	text-align: center;
}

#page-panel .left {
	float: left;
	color: #40a2e3;
	}

#page-panel .left h3 a{
	color: #98b968;
	font-weight: normal;
	font-size: 1.2em;
	}

#page-panel .center-left {
	float: left;
	border-left: 1px #ddd dashed;
	color: #40a2e3;
	}

#page-panel .center-left h3 a {
	font-weight: normal;
	color: #e99148;
	font-size: 1.2em;
	}
 
#page-panel .center-right {
	float: left;
	border-left: 1px #ddd dashed;
	color: #40a2e3;
	}

#page-panel .center-right h3 a{
	font-weight: normal;
	color: #65acba;
	font-size: 1.2em;
	}

#page-panel .right {
	float: right;
	color: #40a2e3;
	border-left: 1px #ddd dashed;
	}

#page-panel .right h3 a {
	font-weight: normal;
	color: #decc3a;
	font-size: 1.2em;
	}

/* ----- Comments ----- */

#content .comments-template {
	margin-top: 20px;
	}

#content .commentlist {
	list-style: none; 
	color: #444; 
	margin-left: 20px;
	margin-bottom: 10px;
	background: #fff;
	}
	
#content .commentmetadata {
	padding: 5px 5px 15px 5px; 
	background: #ccc; 
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 12px;
	}

#content .commentmetadata img {
	float: left; 
	padding: 2px; 
	margin: 5px 10px 5px 0; 
	border: 1px solid #000; 
	}

#content .commentmetadata_author {
	padding: 5px 5px 15px 5px; 
	background: #98b968; 
	margin-bottom: 10px;
	margin-top: 20px;
	color: #fff;
	font-size: 12px;
	}

#content .commentmetadata_author img {
	float: left; 
	padding: 2px; 
	margin: 5px 10px 5px 0; 
	border: 1px solid #000;
	}
	
#content .commentmetadata_author a {	
	color: #fff;
	}

/* ----- Sidebar ----- */

#sidebar {
	width: 280px; 
	float: right; 
	line-height: 180%; 
	color: #3498d3;
	background: #f2f5ea;
	padding-bottom: 30px;
	}

#sidebar a {
	color: #3498d3;
	}
	
#sidebar a img {
	padding: 4px; 
	border: none;
	}

#sidebar h4, #sidebar h5 {
	color: #555; 
	margin: 25px 0 5px 0;
	}

#sidebar h4 {
	font-size: 1.3em;
	font-weight: normal;
	padding-left: 15px;
	}

#sidebar h5 {
	font-size: 1.1em;
	font-weight: normal;
	}

#sidebar ul {
	margin: 10px 0px 10px 10px; 
	list-style: none;
	}

#sidebar ul li {
	margin-left: 5px;
	color: #3B4252;
}

#sidebar-box {
	padding-bottom: 20px;
	background: #eeeff3 url(images/sidebar/sidebar-rounded-bottom.jpg) no-repeat center bottom;
}

#sidebar-box ul {
	margin-right: 15px;
	}
	

#sidebar-box-widgets ul {
	margin-left: 10px;
	margin-right: 15px;
	border-bottom: 1px solid #ccc;
	}

#sidebar-box ul li {
	margin: 0;
	padding-top: 2px;
	height: 28px;
	}

#sidebar-box h3 {
	font-size: 1.25em;
	padding-left: 20px;
	padding-bottom: 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1px;
	margin-top: 15px;
	color: #3B4252;
	background: url(images/child-page-h3.jpg) repeat-y;
	}

.pad-left {
	padding-left: 20px;
	}

/* ----- Special Sidebars ----- */

li.current_page_item {
	border: none;
	}

ul.sidebar-aid li.current_page_item, ul.sidebar-grants li.current_page_item, ul.sidebar-scholar li.current_page_item, ul.sidebar-loans li.current_page_item {
	border-bottom: none;
	margin-left: 10px;
	width: 280px;
	left: -10px;
	position: relative;
}

ul.sidebar-grants li.current_page_item a, ul.sidebar-aid li.current_page_item a, ul.sidebar-scholar li.current_page_item a, ul.sidebar-loans li.current_page_item a {
	padding-left: 10px;
}

ul.sidebar-grants li.current_page_item {
	background: #F2F6EA url(images/sidebar/sidebar-arrow-grants.jpg) no-repeat right top;
	border-left: #fff 1px solid;
	}

ul.sidebar-aid li.current_page_item {
	background: #D8E8ED url(images/sidebar/sidebar-arrow-aid.jpg) no-repeat right top;
	border-left: #fff 1px solid;
	}

ul.sidebar-scholar li.current_page_item {
	background: #F1E1D1 url(images/sidebar/sidebar-arrow-scholar.jpg) no-repeat right top;
	border-left: #fff 1px solid;
	}

ul.sidebar-loans li.current_page_item {
	background: #F3F4E6 url(images/sidebar/sidebar-arrow-loans.jpg) no-repeat right top;
	border-left: #fff 1px solid;
	}

li.page_item a {
	color: #3498d3;
	}

li.current_page_item a {
	color: #444;
	}

ul.sidebar-grants li, ul.sidebar-aid li, ul.sidebar-loans li, ul.sidebar-scholar li, ul.sidebar-blog li {
	background: url(images/sidebar/sidebar-bottom-lines.jpg) repeat-x left bottom;
	/*border-bottom: 1px solid #ccc;*/
	}

/* ----- Sidebar-Child -----*/

#sidebar-child {
	width: 280px; 
	float: left; 
	line-height: 180%; 
	margin-right: 30px;
	background-color: #ffffff;
	margin-top: 5px;
	}

#sidebar-child ul li {
	padding-left: 15px;
	margin-left: 10px;
	color: #3498d3;
	text-decoration: none;
	list-style: none;
	}

#sidebar-child h3 {
	font-size: 1.25em;
	padding-left: 20px;
	padding-top: 8px;
	padding-bottom: 4px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1px;
	color: #3B4252;
	}

.page-header-box {
	background: url(images/child-page.jpg) no-repeat;
	}

/* ----- Page Colors ----- */

#grants h3, #scholar h3, #aid h3, #loans h3 {
	margin: 0;
	padding: 0;
	font-size: 2.5em;
	font-weight: normal;
	}

#grants h3 {
	color: #9fc06f;
	border-bottom: 2px solid #9fc06f;
	}

#scholar h3 {
	color: #e99148;
	border-bottom: 2px solid #e99148;
	}

#aid h3 {
	color: #65acba;
	border-bottom: 2px solid #65acba;
	}
	
#loans h3 {
	color: #decc3a;
	border-bottom: 2px solid #decc3a;
	}

/* ----- Footer ----- */

#footer {
	background: #283347;
	border-top: 4px solid #9fc06f; 
	padding: 40px 30px; 
	margin-top: 30px;
	text-align: center;
	color: #fff;
	}
	
#footer-wrapper { 
	width: 1050px;
	margin: 0 auto;
	}
	
#footer a {
	color: #fff;
	list-style: none;
	font-size: 1.0em;
	}

#footer ul li {
	list-style: none;
	display: inline;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #fff;
	}

#footer ul li.footer-home {
	border-left: none;
	}

#footer a.authorlink {
	color: #fff;
	}

/* ----- comments ----- */

#author, #email, #url, #comment {
	border: 1px solid #ccc; 
	padding: 5px; 
	margin-top: 5px;
	}

#author {
	width: 250px; 
	}
	
#email { 
	width: 250px;
	}
	
#url {
	width: 250px;
	}
	
#comment {
	width: 500px;
	}

/* ---- Photo Properties ----- */

.aligncenter, div.aligncenter {
	display: block; 
	margin: 5px auto;
	}

.alignleft {
	float: left;
	}

.alignright {	
	float: right;
	}

img.alignleft {
	padding: 0;
	margin: 5px 15px 5px 0;
	display: inline;
	}

img.alignright {
	padding: 0;
	margin: 5px 0 5px 15px;
	display: inline;
	}

.wp-caption {
	border: 1px solid #ddd; 
	text-align: center; 
	background-color: #f3f3f3; 
	padding-top: 4px; 
	margin: 10px;
	}

.wp-caption img {
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px; 
	line-height: 17px; 
	padding: 0 4px 5px;
	}
