/* --------------------------------------------------------------
RGB Design Studio CSS Framework
Based on various bits of web frameworks. 960, Blue Print and Eric Meyers Reset.
http://www.rgbdesignstudio.com
Version: 1.0
Date: 09.03.08

Eric Meyer's Reset
http://meyerweb.com/eric/tools/css/reset/
v1.0 | 20080212
-------------------------------------------------------------- */
html {height:100%;} /*not sure if this is needed, added by rgb*/
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;}
td {vertical-align:top;}


/* Site General Font Treatment
-------------------------------------------------------------- */
/*
 * The fonts included are copyrighted by the vendor listed below.
 * @vendor:     SIL International
 * @vendorurl:  http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&cat_id=Home
 * @licenseurl: http://www.fontsquirrel.com/license/Gentium-Basic
 */

@font-face {
	font-family: 'GentiumBasicRegular';
	src: url('GenBasR.eot');
	src: local('Gentium Basic Regular'), local('GentiumBasic'), url('GenBasR.ttf') format('truetype');
}

@font-face {
	font-family: 'GentiumBasicItalic';
	src: url('GenBasI.eot');
	src: local('Gentium Basic Italic'), local('GentiumBasic-Italic'), url('GenBasI.ttf') format('truetype');
}

@font-face {
	font-family: 'GentiumBasicBold';
	src: url('GenBasB.eot');
	src: local('Gentium Basic Bold'), local('GentiumBasic-Bold'), url('GenBasB.ttf') format('truetype');
}

@font-face {
	font-family: 'GentiumBasicBoldItalic';
	src: url('GenBasBI.eot');
	src: local('Gentium Basic Bold Italic'), local('GentiumBasic-BoldItalic'), url('GenBasBI.ttf') format('truetype');
}

@font-face {
	font-family: 'GentiumBookBasicRegular';
	src: url('GenBkBasR.eot');
	src: local('Gentium Book Basic Regular'), local('GentiumBookBasic'), url('GenBkBasR.ttf') format('truetype');
}

@font-face {
	font-family: 'GentiumBookBasicItalic';
	src: url('GenBkBasI.eot');
	src: local('Gentium Book Basic Italic'), local('GentiumBookBasic-Italic'), url('GenBkBasI.ttf') format('truetype');
}

@font-face {
	font-family: 'GentiumBookBasicBold';
	src: url('GenBkBasB.eot');
	src: local('Gentium Book Basic Bold'), local('GentiumBookBasic-Bold'), url('GenBkBasB.ttf') format('truetype');
}

@font-face {
	font-family: 'GentiumBookBasicBoldItalic';
	src: url('GenBkBasBI.eot');
	src: local('Gentium Book Basic Bold Italic'), local('GentiumBookBasic-BoldItalic'), url('GenBkBasBI.ttf') format('truetype');
}



body {
	font: 15px/1.7  GentiumBasicRegular, Palantino, Times New Roman, serif;
	color: #3b454c;}


/* Headings
-------------------------------------------------------------- */
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #3b454c;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin: 0;}
h1 {font: 2em/1.05  GentiumBasicRegular, Palantino, Times New Roman, serif;}
h2 {font: 1.4em/1.05  GentiumBasicItalic, Palantino, Times New Roman, serif;}
h3 {font: 1.4em/1.05  GentiumBasicBold, Palantino, Times New Roman, serif;}
h4 {font-size: 1.3em;line-height:1.1em;}
h5 {font: 1.2em/1.3  GentiumBasicBoldItalic, Palantino, Times New Roman, serif; color:#346a87;}
h6 {font: 1em/1.05  GentiumBasicItalic, Palantino, Times New Roman, serif; color:#999;}


/* Text elements
-------------------------------------------------------------- */
a:focus,
a:hover     {color: #000; }
blockquote  {
	margin: .5em 0;
	padding: .2em 2em;
	font-style: italic;
	color:#346a87;
	background: url(../i/quote.png) no-repeat top left;}
blockquote p {margin: .75em 0;}
strong,b      {font-weight: bold; }
em,dfn,i,address,cite {font-style: italic; }
dfn         {font-weight: bold; }
sup, sub    {line-height: 0; }
abbr,
acronym     {border-bottom: 1px dotted #666; cursor:help;}
del         {color:#666; text-decoration:line-through; }
pre,code    {white-space: pre; }
pre,code,tt {font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
sub {font-size: .8em;vertical-align: sub;}
sup {font-size: .8em;vertical-align: super;}

/* Lists
-------------------------------------------------------------- */
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }
dl dt       { font-weight: bold; }
dd          { margin-left: 1.5em;}
li ul,
li ol       {margin:0 1.5em; }
ul, ol      {margin: 0 1.5em }

/* Tables
-------------------------------------------------------------- */
th          { font-weight: bold; text-align:left;}
th,td       { padding: 0; margin:0; }
tfoot       { font-style: italic;}

/* HR
-------------------------------------------------------------- */
hr {
	border-color: #dfe9ef;
	border-style: solid;
	border-width: 1px 0 0;
	clear: both;
	height: 0;}

/* Bottom Margins (set in pixels instead of em so all headings have the same bottome margin)
-------------------------------------------------------------- */
p,dl,hr,ol,ul,pre,table,address,fieldset {margin-bottom: 12px;}
h1,h2,h3,h4,h5,h6 {margin-bottom: 2px;}

/* Margin and Style Overides
-------------------------------------------------------------- */

.top0 {margin-top: 0 !important;}
.top4 {margin-top: 4px !important;}
.top8 {margin-top: 8px !important;}
.top12 {margin-top: 12px !important;}
.top16 {margin-top: 16px !important;}
.top24 {margin-top: 24px !important;}
.top36 {margin-top: 36px !important;}

.bot0 {margin-bottom: 0px !important;}
.bot4 {margin-bottom: 4px !important;}
.bot6 {margin-bottom: 6px !important;}
.bot8 {margin-bottom: 8px !important;}
.bot12 {margin-bottom: 12px !important;}
.bot16 {margin-bottom: 16px !important;}
.bot24 {margin-bottom: 24px !important;}
.bot48 {margin-bottom: 48px !important;}

.imgLeft{float:left; margin:8px 8px 8px 0;}
.imgRight{float:right; margin:8px 0 8px 8px;}
.cAlign {text-align:center;}
.lAlign {text-align:left;}
.rAlign {text-align:right;}
.clear {clear:both;}
.alignleft {float: left; margin:5px 15px 3px 0;}
.alignright {float: right; margin:5px 0 3px 15px;}
.bottomLine {border-bottom: 1px solid #eee;margin-bottom:.3em;}

/* Site Structure
-------------------------------------------------------------- */
html,body {
		margin:0;
    	padding:0;
		height: 100%;
    	border:none}

body {background: url('../i/headerRepeat.gif') repeat-x #f4f5f5;}

img {
	border:1px solid #dfe9ef;
	padding:4px;}
.noImageBorder {padding:0;border:none;}


#stageBackground {
	min-width: 1050px;
	background-color: #fff;}

#header {
	height:95px;
	width:1050px;
	position: relative;
	margin:0;
	padding:0;}

	#header h1 {
	position: absolute;
	font: 57px/1  GentiumBasicRegular, Palantino, Times New Roman, serif;
	bottom:8px;
	left:40px;
	margin:0;
	padding:0;}

	#header h2 {
		position: absolute;
		vertical-align: bottom;
		font: 18px/1  GentiumBasicItalic, Palantino, Times New Roman, serif;
		bottom:16px;
		right:0;
		margin:0;
		padding:0;}

#sideBar {
	position: relative;
	float: left;
	display: inline;
	width:200px;
	height:100%;
	margin:30px 15px 0 30px;}


#navMenu {
	margin:0 0 0 10px;
	text-transform: lowercase;}

	#navMenu h1 {
		word-spacing: -3px;
		font: 27px/1  GentiumBasicRegular, Palantino, Times New Roman, serif;}
	.smallArticle {font-size: 17px;}
	#navMenu ul {
		margin:0px 0 30px 29px;
		list-style: none;}
	#navMenu ul li a {
		font: 21px/1.6   GentiumBasicItalic, Palantino, Times New Roman,serif;
		display: block;
		padding:0px 0 10px 0;
		width:100%;}

#mainContentInt {
	position: relative;
	float: left;
	display: inline;
	width:805px;
	height:100%;

	margin:30px 0 0 0;}

#mainContentHome {
	position: relative;
	float: left;
	display: inline;
	width:805px;
	height:100%;
	margin:30px 0 0 0;}

#splashArt {
    padding-bottom: 25px;
}

		#splashArt img{
			position: relative;
			float: left;
			display: inline;
			border:1px solid #d5e0e7;
			width:180px;
			padding:4px;
			margin:0 15px 0 0;}

		#splashArt img.lastSplashImage {margin:0;}
		#homeQuoteLine {
			position: relative;
			float: left;
			display: inline;
			background: url('../i/quoteBackground.jpg') no-repeat #fff;
			width:794px;
			height:39px;
			padding:10px 0 0 0;
			margin:8px 0 10px 6px;
			color:#115479;
			font: 17px/1  GentiumBasicRegular, Palantino, Times New Roman, serif;
			text-align: center;}

		#homeLeftColumn, #homeRightColumn {
			position: relative;
			float: left;
			display: inline;
			width:370px;
			padding:5px;
			margin:0 45px 15px 0;}
		#homeRightColumn {
            margin:0;
            padding-bottom: 15px;
        }
		.listLatestPosts {
			padding:0;
			margin:0;
			list-style-type: none;}
		.listLatestPosts li {
			text-transform: lowercase;
			margin: 0 0 10px 0;
			line-height: 1.1em;}
		.dateForList {
				font: 13px/1  GentiumBasicItalic, Palantino, Times New Roman,serif;
				color:#a4a8aa;
				text-transform: lowercase;}
		#homeLeftColumn h2, #homeRightColumn h2 {
				font: 23px/1  GentiumBasicItalic, Palantino, Times New Roman,serif;
				text-transform: lowercase;}
		.dateLine {
				font: 14px/1  GentiumBasicItalic, Palantino, Times New Roman,serif;
				color:#a4a8aa;
				margin:4px 0 6px 0;
				text-transform: lowercase;}

		#interiorCenter {
			position: relative;
			float: left;
			display: inline;
			min-height: 570px;
			width:535px;
			margin:0 54px 0 6px;}

			#mainTextPadding {padding:25px;}

		#interiorRight {
			position: relative;
			float: left;
			display: inline;
			font-size:.85em;
			line-height: 1.5em;
			width:210px;}

#footer{
	width: 1050px;
	position:relative;
	background-color: #f4f5f5;
	padding:10px 0;
	border-top:1px solid #ededed;}
#footer p{
	position: relative;
	float: left;
	display: inline;
	font-size: 13px;
	margin:0 0 0 40px;}
#footer ul{
	position: relative;
	float: right;
	display: inline;
	margin:0;
	padding:0;}
	#footer ul li {
		margin:0 15px 0 0;
		padding:0 15px 0 0;
		border-right:1px solid #999;
		display: inline;}
	#footer ul li.lastFooterItem {
		margin:0;
		padding:0;
		border:none;}
	.designLink {color:#c2c3c3;}

/* Sidebar Styles
-------------------------------------------------------------- */
.widget {
	border:1px solid #dfe9ef;
	padding:4px;
	width:200px;
	margin:0 0 16px 0;}
.widget h4 {
	font-weight: bold;
	color:#fff;
	font-size:16px;
	padding:10px 4px 8px 4px;
	text-align: center;
	text-transform: lowercase;
	background: url(../i/darkFlowerRepeat.png) repeat #5085aa;
	margin:0 0 6px 0;}
.widget p,.widget ul {padding:2px 10px;margin-bottom:4px;}

#siteSearch {
padding-bottom: 15px;
border-bottom: 1px dotted #dfe9ef;
margin:0 0 15px 0;}

#siteSearch input {
	border:1px solid #dfe9ef;
	background-color: #fff;
	font-size: 13px;
	padding:4px;
	margin:0;
	color:#2f6489;}
	.searchField {width:160px;}



			ul.tweets{margin:0;padding:0 10px;list-style-type: none;}

			ul.tweets li{
				list-style-type: none;
				font-size: 12px;
				margin:0 0 6px 0;
				padding:0 0 12px 0;}

#interiorRight .widget select {width:179px;margin:10px;}

/* Content Column Styles
-------------------------------------------------------------- */

	#interiorCenter li {line-height: 1.2em;padding:0 0 6px 0;}
	.pagetitle {
		text-align: center;
		color:#3b454c;
		text-transform: lowercase;
		padding:0 0 10px 0;
		margin:35px 0 -15px 0;}
	.postTags {
		text-transform: lowercase;
		clear:both;
		margin:25px 0;
		background-color: #f7f9fa;
		border:1px solid #efefef;
		padding: 5px 30px;}
	.postTags a {font-family:GentiumBasicRegular !important;}
	.linkArea {
		font-size:13px;
		text-align: center;}
	.classSchedule td{
		font-size: 13px;
		border:none;
		padding:2px 9px;}
	.classSchedule th{
		border:none;
		padding:0 9px;}
	.pagebar a {
		border:1px solid #dfe9ef;
		padding:3px 7px;}
	.this-page	{padding:3px 7px;}
	.more-link {
		display: block;
		width: 100%;
		text-align: right;
		margin:-8px 0 8px 0;
		color:#c2c3c3;}
	.postmetadata {
		color:#bbb;
		font: 11px/1.25  Helvetica Neue, Arial, san-serif;}

	#comment {width: 425px;}
	.commentArea {
		font-size: 13px;
		line-height: 1.3em;
		margin-top:30px;
		background-color: #f7f9fa;
		border:1px solid #efefef;
		padding: 15px 35px 5px 35px;}
	.commentArea img {border:none;}
	.commentArea cite {color:#aaa;}
	.comment p {margin-bottom:2px;}
	.comment {margin:25px 0;}
	.bodyImage {border:6px solid #9197b6;}
	.photoCredit {
		border-top: 1px solid #eee;margin-bottom:.3em;
		padding:5px 0;
		font-size: .8em;
		margin-top:24px;}
	#TB_window img {border:none;}


#gforms_confirmation_message {width:70% !important;}

/* Site Link Behavior
-------------------------------------------------------------- */
a:link    {color: #2f6489; text-decoration:none;font-family:GentiumBookBasicBold;}
a:visited {color: #2f6489; text-decoration:none;font-family:GentiumBookBasicBold;}
a:hover   {color: #eb5f1a; text-decoration:none;font-family:GentiumBookBasicBold;}
a:active  {color: #2f6489; text-decoration:none;font-family:GentiumBookBasicBold;}

h1 a {font-family:GentiumBasicRegular !important;}

#navMenu a:link    {color: #2f6489; text-decoration:none;font-weight:normal;}
#navMenu a:visited {color: #2f6489; text-decoration:none;font-weight:normal;}
#navMenu a:hover   {color: #eb5f1a; text-decoration:none;font-weight:normal;}
#navMenu a:active  {color: #2f6489; text-decoration:none;font-weight:normal;}

#header a:link		{color: #3b454c;text-decoration:none;font-weight:normal;font-family:GentiumBasicRegular;}
#header a:visited	{color: #3b454c;text-decoration:none;font-weight:normal;font-family:GentiumBasicRegular;}
#header	a:hover		{color: #eb5f1a;text-decoration:none;font-weight:normal;font-family:GentiumBasicRegular;}
#header a:active	{color: #3b454c;text-decoration:none;font-weight:normal;font-family:GentiumBasicRegular;}

#footer a:link		{color: #51a727; font-family:GentiumBookBasicBold;}
#footer a:visited	{color: #51a727; font-family:GentiumBookBasicBold;}
#footer	a:hover		{color: #2f6489; font-family:GentiumBookBasicBold;}
#footer a:active	{color: #51a727; font-family:GentiumBookBasicBold;}

#footer .designLink a:link    {color: #c2c3c3; text-decoration:none;font-weight:normal;}
#footer .designLink a:visited {color: #c2c3c3; text-decoration:none;font-weight:normal;}
#footer .designLink a:hover   {color: #51a727; text-decoration:none;font-weight:normal;}
#footer .designLink a:active  {color: #c2c3c3; text-decoration:none;font-weight:normal;}

#navMenu .current_page_item a{color:#eb5f1a !important;}

.discussionLink a:link    {color: #2f6489; text-decoration:none;font-family:GentiumBasicItalic;font-weight:normal;}
.discussionLink a:visited {color: #2f6489; text-decoration:none;font-family:GentiumBasicItalic;font-weight:normal;}
.discussionLink a:hover   {color: #eb5f1a; text-decoration:none;font-family:GentiumBasicItalic;font-weight:normal;}
.discussionLink a:active  {color: #2f6489; text-decoration:none;font-family:GentiumBasicItalic;font-weight:normal;}



.widget h4 a:link    {color: #fff; text-decoration:none;font-family:GentiumBookBasicBold;}
.widget h4 a:visited {color: #fff; text-decoration:none;font-family:GentiumBookBasicBold;}
.widget h4 a:hover   {color: #eb5f1a; text-decoration:none;font-family:GentiumBookBasicBold;}
.widget h4 a:active  {color: #fff; text-decoration:none;font-family:GentiumBookBasicBold;}

#twitter-widget-0 {margin-left: 5px;}