/* ==============================================================
		general styles
   ============================================================== */

* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.8%;
	line-height: normal;
	color: #333333;
	text-align: center;
	background: url(../graphics/pageBackgroundRepeat.png) top center repeat-y #ffffff;
}

img 						{ border: 0px; display: block; }

.bold						{ font-weight: bold; }

a							{ text-decoration: none; color: #F04E23; }
a:hover						{ text-decoration: underline; color: #F04E23; cursor: pointer; }

h1, h2, h3, h4, h5, h6 		{ line-height: normal; font-size: 1em; font-weight: normal; }

form						{ padding: 0; margin: 0; }

fieldset 					{ border: 0; }

table, tr, td 				{ border-collapse: collapse; }

input, select, th, td 		{ font-size: 1em; padding: 0; margin: 0; font-family: Arial, Helvetica, sans-serif; }

abbr						{ border: 0; }

.c 							{ clear: both; }
.cl 						{ clear: left; }
.cr			 				{ clear: right; }

.hide 						{ display: none; }

.show 						{ display: block; }

.ir							{ position: relative; overflow: hidden; display: block; white-space: nowrap; text-align: left; }

.ir a						{ overflow: hidden; display: block; }

.ir	span					{ position: absolute; width: 100%; height: 100%; background-repeat: no-repeat; display: block; }

.caps						{ text-transform: uppercase; }

.delete						{ text-decoration: line-through; }

/* ==============================================================
		canvas
   ============================================================== */

.canvasHold {
	background: url(/graphics/pageBackgroundTop.png) no-repeat top center;
}

.canvas {
	background: url(/graphics/sidebarDivider.png) repeat-y 238px 240px;
	width: 922px;
	margin: 0 auto;
	position: relative;
}

/* ==============================================================
		header (home)
   ============================================================== */

.headerHome {
	padding-top: 107px;
	height: 99px;
	background-repeat: no-repeat;
	background-position: right top;
}

.headerHome .hr {
	width: 922px;
	height: 49px;
	background: #ac0b07;
	position: relative;
}

.headerHome h1 {
	width: 322px;
	height: 25px;
	position: absolute;
	top: 13px;
	left: 255px;
}

.headerHome h1 span {
	background-image: url(../graphics/headText.png);
}

.headerHome .icon {
	width: 197px;
	height: 196px;
	position: absolute;
	top: 10px;
	left: 21px;
	background-image: url(../graphics/headGraphicLg.png);
	behavior: url(css/pngfix/iepngfix.htc);
}

.headerHome .tag {
	width: 381px;
	height: 207px;
	position: absolute;
	top: -31px;
	left: 255px;
}

.headerHome .tag span {
	background-image: url(../graphics/headTag-new.png);
	behavior: url(css/pngfix/iepngfix.htc);
	margin-top: 192px;
}

/* ==============================================================
		header (inner)
   ============================================================== */
   
.header {
	padding-top: 107px;
	height: 99px;
	background-repeat: no-repeat;
	background-position: right top;
}

.header .hr {
	width: 922px;
	height: 49px;
	background: #ac0b07;
	position: relative;
}

.header h1 {
	font-size: 2.6em;
	color: #ffffff;
	font-weight: bold;
	position: absolute;
	top: 10px;
	left: 200px;
}

.header p {
	width: 193px;
	height: 145px;
	position: absolute;
	top: -152px;
	left: 200px;
}

.header p span {
	background-image: url(../graphics/headInnerText.png);
	behavior: url(css/pngfix/iepngfix.htc);
	margin-top: 130px;
}

.header .icon {
	width: 165px;
	height: 165px;
	position: absolute;
	top: 36px;
	left: 22px;
	background-image: url(../graphics/headGraphicSm.png);
	behavior: url(css/pngfix/iepngfix.htc);
}

/* ==============================================================
		tabs
   ============================================================== */

.tabs {
	position: absolute;
	top: 83px;
	right: 30px;
	height: 24px;
}

.tabs p {
	float: right;
	height: 24px;
	background: url(../graphics/tabsBackground.png) top left no-repeat;
	behavior: url(css/pngfix/iepngfix.htc);
	padding: 0 7px;
	margin-right: 10px;
	position: relative;
}

.tabs p a {
	display: block;
	background: #c31813;
	border-top: 1px solid #fbf9f5;
	height: 23px;
	color: #ffffff;
	font-size: 1.3em;
	line-height: 1.7em;
	padding: 0 3px;
}

*html .tabs p a {
	width: 40px;
	white-space: nowrap;
}

.tabs p span {
	background: url(../graphics/tabsBackground.png) top right no-repeat;
	behavior: url(css/pngfix/iepngfix.htc);
	width: 7px;
	height: 24px;
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}

/* ==============================================================
		main
   ============================================================== */

.main {
	width: 637px;
	text-align: left;
	padding-right: 30px;
	padding-bottom: 20px;
	float: right;
	margin-top: -17px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.main h2 {
	font-size: 1.8em;
	font-weight: bold;
	color: #962521;
	padding-top: 5px;
	text-align: center;
}

.main h3 {
	font-size: 1.6em;
	font-weight: bold;
	color: #000000;
	padding-top: 3px;
}

.main h4 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	padding-top: 3px;
	font-style: italic;
	
}

.main h5 {
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	padding: 4px;
	text-align: center;
	background-color: #999;
	margin: 5px 0 5px 0;
	letter-spacing: .01em;
}

.main h6 {
	font-size: 1.2em;
	font-weight: bold;
	color: #000;
	text-align: left;
	margin: 5px 0 5px 0;
	letter-spacing: .01em;
}

.main address {
	color: #000;
	font-size: 1.4em;
	line-height: 1.5em;
	font-style: normal;
	margin-left: 100px;
	margin-right: 100px;
}

.main blockquote {
	color: #000;
	font-size: 1em;
	line-height: 150%;
	padding-left: 50px;
	padding-right: 50px;
	padding-bottom: 10px;
	font-style: italic;
}

.main p {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #000000;
	padding-bottom: 10px;
}

.main .photo {
	float: right;
	padding: 10px 0 10px 10px;
}

.main a {
	color: #962521;
}

.main a:hover {
	color: #5d1815;
	text-decoration: underline;
}

.main ul {
	padding-bottom: 10px;
}

.main li {
	font-size: 1.3em;
	line-height: 1.5em;
	color: #000000;
	display: block;
	height: 1%;
	list-style: none;
	padding-left: 12px;
	margin-left: 20px;
	background: url(../graphics/mainBullet.png) no-repeat left 8px;
	behavior: url(css/pngfix/iepngfix.htc);
}

.main .archiveDate {
	font-size: 1em;
	font-weight: bold;
	color: #666;
}

.main .postmetadata {
	font-size: 1em;
	color: #666;
}

.main .hentry {
	padding-bottom: 20px;
}

.main .pagetitle {
	padding-bottom: 20px;
}

.main .navigation {
	font-size: 1.2em;
	font-weight: bold;
}

.main .nocomments {
	display: none;
}

/* ================================
		callouts
   ================================ */

.callout {
	border-width: 1px;
	border-style: solid;
	color: #434343;
	background: #ffffff;
	font-size: .9em;
	line-height: 1.1em;
	margin-bottom: 10px;
}

.calloutCenter {
	text-align: center;
}

.calloutHalfRight {
	margin-left: 10px;
	width: 50%;
	float: right;
}

.calloutThirdRight {
	margin-left: 10px;
	width: 35%;
	font-size: .9em;
	float: right;
}

.calloutHalfLeft {
	margin-right: 10px;
	width: 50%;
	float: left;
}

.calloutThirdLeft {
	margin-right: 10px;
	width: 35%;
	font-size: .9em;
	float: left;
}

.calloutHalf {
	width: 50%;
	margin: 0 auto;
}

.calloutThreeQuarter {
	width: 75%;
	margin: 0 auto;
}

.calloutThird {
	margin: 0 auto;
	width: 35%;
	font-size: .9em;
}

.callout h2 {
	display: block;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #fffefe;
	padding: 4px 12px 6px 12px;
	margin: 0;
	line-height: normal;
}

.callout .copy {
	padding: 8px 12px 0 12px;
}

.callout h4 {
	font-variant: normal;
	padding-bottom: 3px;
	font-size: 1.3em;
}

.callout .copy .floatLeft {
	float: left;
	padding: 4px 12px 4px 0;
}

.callout .copy .floatRight {
	float: right;
	padding: 4px 0 4px 12px;
}

/* ==============================================================
		sidebar
   ============================================================== */

.sidebar {
	width: 255px;
	text-align: left;
	padding-bottom: 20px;
	float: left;
	position: relative;
}

.sidebar .divider {
	width: 17px;
	height: 240px;
	background: url(/graphics/sidebarDividerTop.png) no-repeat right -60px;
	position: absolute;
	top: -50px;
	right: 0px;
}

/* ================================
		home link
   ================================ */

.sidebar .home, .sidebar #revealPageNavigation {
	padding: 10px 0 0 27px;
	font-size: 1.3em;
	font-weight: bold;
}

.sidebar .home a, .sidebar #revealPageNavigation a {
	color: #962521;
}

.sidebar .home a:hover, .sidebar #revealPageNavigation a:hover {
	color: #962521;
}

/* ================================
		nav
   ================================ */

.navwp {
	padding-top: 5px;
	padding-bottom: 1px;
}

.navwp li, .navwp li a {
	height: 1%;
}

.navwp .page_item0 {
	list-style: none;
}

.navwp .page_item0 ul {
	padding-bottom: 4px;
}

.navwp .page_item0 a {
	font-size: 1.3em;
	font-weight: bold;
	color: #962521;
	padding: 6px 0 6px 27px;
	margin-right: 27px;
	display: block;
}

.navwp .page_item0 a:hover {
	color: #5d1815;
	text-decoration: none;
}

.navwp .page_folder ul {
}

.navwp .current_page_ancestor a {
}

.navwp .current_page_item a {
	color: #5d1815;
}

.navwp .current_page_item a:hover {
	color: #5d1815;
}

.navwp li.page_item1 {
	color: #962521;
	list-style: none;
	margin-left: 38px;
	padding: 3px 0;
	display: block;
}

.navwp .page_item1 a {
	font-size: 1.2em;
	font-weight: normal;
	color: #962521;
	padding: 0 27px 0 12px;
	display: block;
	background: none;
	background: url(../graphics/sidebarBullet.png) no-repeat left 5px;
	behavior: url(css/pngfix/iepngfix.htc);
}

.navwp .page_item1 a:hover {
	color: #5d1815;
	text-decoration: underline;
	background: none;
	background: url(../graphics/sidebarBullet.png) no-repeat left 5px;
	behavior: url(css/pngfix/iepngfix.htc);
}

.navwp .page_item0 .current_page_item a {
	color: #5d1815;
	font-weight: bold;
}

.navwp .page_item0 .current_page_item a:hover {
	color: #5d1815;
	font-weight: bold;
}

/* ================================
		subscribe
   ================================ */

.subscribe {
	position: relative;
	margin-top: 10px;
	padding-top: 15px;
	height: 87px;
	background: url(/graphics/subscribeDivider.png) no-repeat top center;
	
}

.subscribe .lead {
	margin-left: 30px;
	padding: 0 30px 0 55px;
	background: url(/graphics/subscribeEnv.png) no-repeat top left;
	behavior: url(css/pngfix/iepngfix.htc);
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #000000;
	font-style: italic;
	display: block;
}

.subscribe .input {
	position: absolute;
	top: 60px;
	left: 28px;
	background: url(../graphics/subscribeInput.png);
	width: 148px;
	height: 32px;
}

.subscribe .input input {
	font-size: 1.1em;
	color: #babab9;
	border: 0;
	position: absolute;
	top: 5px;
	left: 10px;
	background: none;
	width: 119px;
	text-align: center;
	padding: 3px;
}

.subscribe .submit {
	position: absolute;
	top: 65px;
	left: 186px;
}

/* ================================
		groups
   ================================ */

.group {
	padding-top: 15px;
}

.group h3 {
	height: 22px;
	background: url(/graphics/groupHeaderBackIcon.png) no-repeat top left;
	font-size: 1.3em;
	font-weight: bold;
	color: #fffefe;
	padding: 9px 0 8px 54px;
	margin-left: 15px;
	margin-right: 30px;
}

.group h3 a {
	color: #fffefe;
	background: url(/graphics/groupHeaderBackEnd.png) no-repeat top right #ac0b07;
	display: block;
	height: 22px;
	padding: 0 8px;
	line-height: 1.6em;
}

.group h3 a:hover {
	color: #fffefe;
}

.group li {
	font-size: 1em;
	line-height: 1.4em;
	margin-left: 30px;
	color: #962521;
	padding: 8px 30px 0 0;
	list-style: none;
	display: block;
}

.group li a {
	color: #962521;
	display: block;
	height: 1%;
	background: url(../graphics/sidebarBullet.png) no-repeat left 5px;
	behavior: url(css/pngfix/iepngfix.htc);
	padding-left: 12px;
}

.group li a:hover {
	color: #5d1815;
	text-decoration: none;
}

.group .more {
	padding-left: 27px;
	padding-top: 8px;
}

.group .more a {
	color: #962521;
}

.group .more a:hover {
	color: #5d1815;
	text-decoration: none;
}

#slideshowHolder {
	float: right;
	margin: 0 0 10px 10px;
	padding: 5px;
	border: 1px solid #CCC;
}

.buttonHands {
	background-image:url(/graphics/button-handshake.gif);
	width: 227px;
	height: 116px;
}

.buttonHands p {
	padding: 20px 8px 0 85px;
	font-size: 12px;
	text-align: center;
}

/* styles for lpbc-archive plugin (displays shortened versions of blog posts in sidebar) */

.sidebar .lpbcArchive h4 {
	display: none;
}

.sidebar .lpbcTitle {
	font-weight: bold;
}

.sidebar .lpbcArchive ul {
	margin: 0;
}

.sidebar .lpbcArchive li li {
	margin: 0;
}

.sidebar .lpbcmore {
	display: none;
}

.sidebar .lpbcExcerpt {
	font-weight: normal;
}


.main .lpbcArchive h4 {
	display: none;
}

.main .lpbcTitle {
	font-weight: bold;
}


.main .lpbcExcerpt {
	font-weight: normal;
	color: #000000;
}

.main .lpbcArchive li li {
	margin: 0;
	padding-bottom: 10px;
	font-size: 12px;
}

.main .lpbcArchive a {
	text-decoration: none;
}

.main .lpbcArchive li {
	background: none;
}

.main .lpbcArchive ul {
	margin-top: 12px;
}

.main .lpbcAuthor {
	font-weight: normal;
	font-style: italic;
}

.sidebarDonate {
	padding-top: 40px;
}

#SignUp {
	background: #ffffff;
	border: 1px solid #ccc;
	padding: 8px;
	width: 400px;
}

.signupframe {
	color: #226699;
	font-family: Arial, Helvetica, sans-serif;
}

.signupframe td {
	padding: 4px;
}

.signupframe input {
	font-size: 12px;
}

.alert {
	width: 400px;
	background-color: #FFFFDD;
	background-image: url(/graphics/header-alert.gif);
	border: 1px dotted #FFCC00;
	padding: 25px 10px 10px 10px;
	background-repeat: no-repeat;
	background-position: left top;
	margin: 10px 0 10px 0;
}

.alert h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: red;
	text-align: left;
}

.alert p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}


.sidebar .tagcloud {
	padding: 10px 20px 0 28px;
	line-height: 175%;
}

.sidebar .tagcloud a, .sidebar .tagcloud a:visited {
	color: #962521;
	padding-right: 10px;
	white-space: nowrap;
}

.sidebar .archives {
	padding: 10px 20px 0 28px;
	line-height: 175%;
	font-size: 12px;
}

.WP-EmailIcon {
	float: left;
}
