/*
Theme Name: Grants Northwest
Theme URI: http://synotac.com
Description: A custom theme developed by Synotac Web Design.
Version: 1.0
Author: Synotac Web Design
Author URI: http://synotac.com/


style.css
Developer: Synotac Web Design
URI: http://www.synotac.com

CSS Reset*/
HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, SUB, SUP, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND, TABLE, CAPTION, TBODY, TFOOT, THEAD, TR, TH, TD
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
BODY
{
	line-height: 1;
}
OL, UL
{
	list-style: none;
}
BLOCKQUOTE, Q
{
	quotes: none;
}
BLOCKQUOTE:before, BLOCKQUOTE:after, Q:before, Q:after
{
	content: '';
	content: none;
}
/*remember to define focus styles!*/
:focus
{
	outline: 0;
}
/*remember to highlight inserts somehow!*/
INS
{
	text-decoration: none;
}
DEL
{
	text-decoration: line-through;
}
/*tables still need 'cellspacing="0"' in the markup*/
TABLE
{
	border-collapse: collapse;
	border-spacing: 0;
}
/*End CSS Reset
General
------------------------------------------------------------------
Selection background color*/
*::-moz-selection
{
	background: #B82212 none repeat scroll 0 0;
	color: #FFF;
}
/*HTML and BODY*/
HTML, BODY
{
}
HTML
{
	background: #B82212;
	height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}
BODY
{
	font: 12px/24px Arial, "Lucida Grande", sans-serif;
	text-align: center;
	color: #000000;
}
/*Links*/
A
{
}
A:link
{
	color: #008185;
}
A:visited
{
	color: #B82212;
}
A:focus, A:hover, A:active
{
	color: #959484;
}
A.gold-medium
{
	display: block;
	width: 205px;
	height: 35px;
	background: url(images/button_med_eba11b.gif) no-repeat 0px 0px;
	color: #FFFFFF;
	text-decoration: none;
	font: bold 16px/24px Arial;
	text-align: center;
	padding-top: 10px;
}
/*Headers*/
H1, H2, H3
{
	font-weight: bold;
}
H1, H1 A:link, H1 A:visited
{
	font-size: 24px;
	color: #B84703;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 22px;
}
BODY.home H1, BODY.home H1 A:link, BODY.home H1 A:visited
{
	margin-bottom: 0px;
}
H2
{
	font-size: 18px;
	color: #B84703;
	margin-bottom: 22px;
}
H3
{
	font-size: 16px;
	color: #B82212;
}
H4, H5, H6
{
	font-weight: bold;
}
H4
{
	font-size: 14px;
}
H5
{
	font-size: 13px;
}
H6
{
	font-size: 11px;
}
/*Text blocks, Content*/
ADDRESS
{
}
BLOCKQUOTE
{
}
CITE
{
}
EM
{
	font-style: italic;
}
DIV.entry P
{
	margin: 0 0 24px;
}
PRE
{
}
SMALL
{
	font-size: 0.8em;
}
SPAN
{
}
STRONG
{
	font-weight: bold;
}
/*Misc*/
ABBR, ACRONYM
{
	border-bottom: 1px dashed #999;
	cursor: help;
}
DEL
{
	color: #8B0000;
	text-decoration: line-through;
}
HR
{
	display: none;
}
INS
{
	color: #006400;
	text-decoration: none;
}
SUB, SUP
{
	font-size: 0.7em;
}
SUP
{
	vertical-align: sub;
}
SUP
{
	vertical-align: super;
}
/*Tables*/
TABLE
{
}
CAPTION
{
}
THEAD
{
}
TFOOT
{
}
TBODY
{
}
TR
{
}
TR.alt
{
}
TH
{
}
TD
{
}
/*Froms*/
FORM
{
}
FIELDSET
{
}
LEGEND
{
}
LABEL
{
}
INPUT
{
	vertical-align: middle;
}
INPUT.button
{
}
INPUT.primary-button
{
}
INPUT.secondary-button
{
}
TEXTAREA
{
}
SELECT
{
}
.checkboxes
{
}
/*Lists*/
UL, OL
{
}
UL
{
}
OL
{
}
LI
{
}
/*Defition Lists*/
DL
{
}
DD
{
}
DT
{
}
/*STRUCTURE
------------------------------------------------------------------
Use #bgwrap if centered column has drop shadow background that is centered*/
#bgwrap
{
	width: 1040px;
	margin: 0 auto;
	background: url(images/background_slice.gif) repeat-y center top;
}
#header, #main, #footer
{
	width: 1000px;
	margin: 0 auto;
	text-align: left;
}
#header
{
	background: url(images/header.jpg) no-repeat 0px 0px;
	position: relative;
	height: 214px;
	border-bottom: 8px solid #B84703;
}
#main
{
}
#container
{
	float: right;
/*left = sidebar on right; right = sidebar on left*/
	margin: 0 0 0 -230px;
/*negative value margin (side of sidebar) width of sidebar*/
	width: 100%;
}
#content
{
	margin: 0 0 0 230px;
/*margin (side of sidebar) width of sidebar*/
	overflow: hidden;
	padding: 20px 30px 0 0;
}
#sidebar
{
	float: left;
/*right = sidebar on right; left = sidebar on left*/
	padding: 15px 30px 40px;
	width: 170px;
/*= (width - padding)*/
}
#container-home
{
	float: left;
/*left = sidebar on right; right = sidebar on left*/
	margin: 0 -355px 0 0;
/*negative value margin (side of sidebar) width of sidebar*/
	width: 100%;
}
#content-home
{
	margin: 0 355px 0 0;
/*margin (side of sidebar) width of sidebar*/
	overflow: hidden;
	padding: 5px 0 40px 30px;
}
#sidebar-home
{
	float: right;
/*right = sidebar on right; left = sidebar on left*/
	padding: 30px 30px 40px 35px;
	width: 290px;
/*= (width - padding)*/
}
DIV#footer
{
	margin-top: 30px;
}
DIV#footer-wrap
{
	padding: 20px 0px;
	border-top: 1px solid #B84703;
	margin: 0px 30px;
}
/*HEADER
------------------------------------*/
H1#logo
{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 45px;
	left: 25px;
	width: 530px;
	height: 100px;
}
H1#logo A
{
	display: block;
	width: 530px;
	height: 100px;
}
/*MENU
------------------------------------------------------------------*/
#nav
{
	position: absolute;
	bottom: 0;
	width: 1000px;
}
UL#menu
{
	margin-left: 40px;
}
#menu LI, #menu LI A
{
	display: block;
	float: left;
}
#menu LI
{
	margin-right: 5px;
}
#menu A
{
	width: 100px;
	height: 34px;
	text-align: center;
	background: transparent url(images/navbutton.png) no-repeat 0px 0px;
	color: #381600;
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
}
#menu A:hover, #menu LI.current_page_item A, #menu LI.current_page_ancestor A, #menu LI.current_page_parent A
{
	color: #FFFFFF;
	background-position: 0px -34px;
}
#menu A SPAN
{
	display: block;
	padding-top: 5px;
}
/*SIDEBAR
-------------------------------------*/
UL.sb-list LI A
{
	font: 18px/20px Arial;
	text-decoration: none;
}
UL.sb-list LI
{
	margin-bottom: 10px;
	line-height: 18px;
}
UL.sb-list LI.page-item A
{
	margin-bottom: 8px;
	display: block;
}
UL.sb-list LI.post-parent A
{
	line-height: 36px;
}
UL.sb-list LI A:visited
{
	color: #008185;
}
UL.sb-list LI.current_page_item A, UL.sb-list LI.current_page_parent A
{
	border-bottom: 2px solid #B82212;
}
/*FOOTER
-------------------------------------*/
#footer
{
	color: #272425;
}
#footer P.copy, #footer P.props
{
	text-align: right;
}
UL.footer-affiliations
{
	margin: 10px 0px 25px;
}
UL.footer-affiliations LI
{
	display: block;
	float: left;
}
UL.footer-links
{
	margin-bottom: 0;
	padding-bottom: 0;
}
UL.footer-links LI
{
	display: block;
	float: left;
	margin-right: 18px;
}
UL.footer-links LI A
{
	display: block;
}
UL.footer-links LI A:visited
{
	color: #008185;
}
UL.footer-links LI.current_page_item A, UL.footer-links LI.current_page_ancestor A
{
	color: #959484 !important;
}
/*HOMEPAGE
--------------------------------------*/
#cta-wrap
{
	clear: both;
	margin: 0 30px;
	padding-bottom: 60px;
}
H1.expert-resources-title
{
	margin-bottom: 20px;
	border-bottom: 1px solid #B84703;
	padding-bottom: 4px;
	font-size: 18px;
}
DIV.expert-resources-content A.button
{
	margin: 20px auto 0;
}
/*SUBPAGES
----------------------------------------*/
DIV.expert-resources-content-sub-page
{
	margin: 5px 30px 20px;
}
DIV.expert-resources-content-sub-page A.button
{
	margin: 20px auto 0;
}
/*Wordpress specific CSS
-------------------------------------------------------------------*/
.aligncenter, DIV.aligncenter
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.aligncenter IMG, .aligncenter P.wp-caption-text
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.alignleft
{
	float: left;
}
.alignright
{
	float: right;
}
IMG.alignleft
{
	display: inline;
	margin: 4px 25px 10px 0;
	padding: 4px;
}
IMG.alignright
{
	display: inline;
	margin: 0 0 10px 25px;
	padding: 4px;
}
.entry DIV.alignleft
{
	float: left;
	margin: 0 8px 7px 0;
}
.entry UL, .entry UL LI
{
	list-style: disc;
}
.entry UL
{
	padding-left: 20px;
	margin-bottom: 24px;
}
.entry OL, .entry OL LI
{
	list-style: decimal;
}
.entry OL
{
	padding-left: 20px;
	margin-bottom: 24px;
}
.excerpt P
{
	margin-bottom: 11px !important;
}
.excerpt
{
	margin-bottom: 44px;
}
/*Resizes the image to the maximum width of the content area*/
.entry IMG
{
	max-width: 740px;
/*smooth image resizement in IE7+*/
	-ms-interpolation-mode: bicubic;
}
.wp-caption
{
	overflow: hidden;
	padding: 3px;
}
.wp-caption IMG
{
	border: 0 none #000000;
	margin: 0;
	padding: 0;
}
.wp-caption P.wp-caption-text
{
	font-size: 11px;
	line-height: 17px;
	padding: 4px 4px 2px;
	margin: 0;
	text-align: center;
}
.more-link
{
	background-color: #F4F8F9;
	border-bottom: 1px solid #E6F0F2;
	font-size: 11px;
	padding: 5px 6px 3px;
	text-shadow: 0 1px 0 #fff;
}
.more-link:hover
{
	background-color: #E6F0F2;
	border-bottom-color: #B3CDD8;
	color: #000;
}
/*Tables and #wp-calendar*/
TABLE
{
	color: #3E5867;
	width: 100%;
}
CAPTION
{
	background-color: #E6F0F2;
	border-top: 1px solid #E6F0F2;
	text-align: center;
}
THEAD
{
	background-color: #F4F8F9;
	text-align: center;
}
TBODY
{
	background-color: #F7F7F7;
	text-align: center;
}
TFOOT
{
	background-color: #FFF;
	text-align: left;
}
TD#next
{
	text-align: right;
}
/*GENERIC CLASSES
------------------------------------------------------------------
Beautified ampersands*/
.amp
{
	font-family: "Palatino Linotype", Palatino, Georgia, "Times New Roman";
	font-style: italic;
}
/*Emphasize your name in the About-Box*/
.smaller-caps
{
	font-size: 110%;
	font-variant: small-caps;
}
.hidden
{
	display: none;
}
.hidden
{
	position: absolute;
	left: -9999em;
}
/*CLEARFIX
------------------------------------------------------------------*/
HTML .clearfix
{
	display: block;
}
* HTML .clearfix
{
	height: 1%;
}
.clearfix:after
{
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix
{
	display: inline-block;
}
