
/****** table data ******/
	.table-container {
		margin-bottom: 40px;
	}
	
	.table-container h1 {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 5px;
	}
	
	.table-container table {
		width: 100%;
		min-height: 100px;
		table-layout: fixed;
		white-space: nowrap;
		overflow: hidden;
	}
	
	.table-container table.loading {
		background-position: center;
		background-repeat: no-repeat;
		background-image: url('images/loading.gif');
	}
	.table-container table.loading tbody {
		visibility: hidden;
	}
	
	
	/* table sorting */
	table.sorting {}
	table.sorting tr:nth-child(even) {
		background-color: #f0f0f0;
	}
	
	/* table head */
	table.sorting th.sort {
		cursor: pointer;
		padding-right: 20px;
		color: #1da1b0;
		font-size: 16px;
		font-weight: 500;
		text-transform: uppercase;
		font-family: "Trade Gothic W01 Bold";
		background-repeat: no-repeat;
		background-position: right center;
		background-image: url('images/table-sort.png');
		-webkit-touch-callout: none;
		  -webkit-user-select: none;
			 -moz-user-select: none;
			  -ms-user-select: none;
				  user-select: none;
	}
	table.sorting th.sort:hover {
		background-color: #e0e0e0;
	}
	table.sorting th.sort-desc {
		background-image: url('images/defaults/table-sort-desc.png');
	}
	table.sorting th.sort-asc {
		background-image: url('images/table-sort-asc.png');
	}
	
	/* table columns */
	.table-container th {
		padding: 10px;
		text-align: left;
		border: 1px solid #fff;
		background-color: #f0f0f0;
	}
	.table-container th, 
	.table-container td {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		border-right: 1px solid #fff;
	}
	.table-container td {
		padding: 8px;
	}
	
	.th-name, .td-name {}
	.th-category, .td-category {}
	.th-location, .td-location {}
	.th-amount-donated, .td-amount-donated {}
	.th-number-donated, .td-number-donated {}
	.th-amount-received, .td-amount-received {}
	.th-number-received, .td-number-received {}
	
	.th-date, .td-date {
		width: 60px;
	}
	
	.th-amount, .td-amount,
	.th-amount-donated, .td-amount-donated,
	.th-amount-received, .td-amount-received {
		width: 120px;
		text-align: right;
	}
	
	.th-number, .td-number,
	.th-number-donated, .td-number-donated,
	.th-number-received, .td-number-received {
		width: 90px;
		text-align: right;
	}
	
	/*@media only screen and (max-width: 600px)
	{
		.th-category, .td-category { display: none; }
		.th-location, .td-location { display: none; }
		.th-amount-donated, .td-amount-donated { display: none; }
		.th-number-donated, .td-number-donated { display: none; }
	}*/
	
	/* paginate */
	.table-paginate {
		float: right;
		margin-bottom: 10px;
	/*	width: 50px; */
	}
	.table-paginate input {
		width: 40px;
		padding: 5px;
		margin-left: 5px;
		font-size: 12px;
		text-align: center;
		border: 1px solid #c0c0c0;
	}
	.table-paginate a.paginate-button img {
		background-color: #1da1b0;
	}
	.table-paginate a.paginate-button:hover img {
		background-color: #c5e3e1;
	}
	.table-paginate a.paginate-button-off {
		cursor: default;
	}
	.table-paginate a.paginate-button-off img {
		background-color: #f0f0f0;
	}
	
	
	/* search */
	.table-search {
		float: left;
		margin-bottom: 10px;
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
	}
	.table-search input {
		width: 200px;
		padding: 5px;
		margin-left: 5px;
		font-size: 12px;
		border: 1px solid #c0c0c0;
	}


	
	
/****** charts ******/
	.chart-container {
		margin-bottom: 40px;
	}
	.chart-container-touch {
		width: 1000px;
		margin: 0 auto;
		padding: 20px;
	}
	
	.chart-container h1,
	.chart-container-touch h1 {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 2px;
	}
	
	/* dropdown toggle */
	.chart-container-select {
		margin: 20px 0;
	}
	.chart-container-select select {
		padding: 5px;
	}

	/* toggle panes */
	.chart-container-panes {
		position: relative;
	}
	.chart-container-panes .chart {
		position: absolute;
		top: -2000px;
	}
	.chart-container-panes .chart:first-child {
		top: 0px;
	}
	
	/* chart */
	.chart {
		width: 100%;
		margin: 0;
	}
	
	.chart-head {}
	.chart-head h2 {
		margin-bottom: 0;
	}
	.chart-head p.subtitle {
		margin-bottom: 0;
		font-size: 12px;
	}
	.chart-container-touch .chart-head p.subtitle {
		display: none;
	}

	.chart-body {
		position: relative;
		top: 0;
		left: 0;
		background-position: center;
		background-repeat: no-repeat;
		background-image: url('images/defaults/loading.gif');
	}
	
	.chart-body-cover {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	
	/* toggle chart view buttons */
	.chart-toggle-type {
		text-align: center;
	}
	.chart-toggle-type button {
		cursor: pointer;
		margin: 0 2px;
		padding: 5px 10px;
		color: #1da1b0;
		font-weight: 700;
		border: 0;
		background-color: #fff;
	}
	.chart-toggle-type button:hover {
		color: #fff;
		background-color: #1da1b0;
	}
	.chart-toggle-type button.active {
		cursor: default;
		color: #fff;
		background-color: #dedede;
	}
	.chart-toggle-type button.active:hover {
		background-color: #dedede;
	}
	
	
	/* toggle legend */
	.chart-toggle-legend {
		float: right;
	}
	
	
	/* export buttons */
	.chart-exporter {
		text-align: right;
	}
	.chart-exporter button {
		cursor: pointer;
		margin: 0 2px;
		padding: 5px 10px;
		color: #0066cc;
		font-size: 12px;
		border: 0;
		background-color: #fff;
	}
	.chart-exporter button:hover {
		color: #fff;
		background-color: #0066cc;
	}
	.chart-exporter button.active {
		cursor: default;
		color: #fff;
		background-color: #dedede;
	}
	.chart-exporter button.active:hover {
		background-color: #dedede;
	}
	
	
	#fancybox {
		width: 100%;
		max-width: 800px;
	}
	
	

	/* highcharts */
	.container-highcharts {
		height: 500px;
	}
	.container-highcharts .chart-body {
		height: 400px;
	}
	
	/* jvectormaps */
	.container-jvectormaps {
		height: 800px;
	}
	.container-jvectormaps .chart-body {
		height: 700px;
	}
	
	.heatmap-legend {
		position: absolute;
		bottom: 0px;
		right: 0px;
		line-height: 20px;
		background-color: #fff;
	}
	.heatmap-legend table {
		margin: 0;
		padding: 0;
		border-collapse: collapse;
	}
	.heatmap-range {
		display: inline-block;
		width: 200px;
		height: 18px;
		border: 1px solid #103107;
		background: -webkit-gradient(linear, left top, right top, from(#103107), to(#e0ffd4));
		background: -webkit-linear-gradient(left, #e0ffd4, #103107);
		   background: -moz-linear-gradient(left, #e0ffd4, #103107);
		    background: -ms-linear-gradient(left, #e0ffd4, #103107);
		     background: -o-linear-gradient(left, #e0ffd4, #103107);
	}
	
	.chart .highchart {
		width: 100%;
		height: 400px;
	}
	.chart .jvectormap {
		width: 100%;
		height: 700px;
	}
	
	
	
	/* mobile overrides */
	/*.chart-placeholder-touch { display: none; }
	@media only screen and (max-width: 600px)
	{
		.chart-container .chart-body { display: none; }
		.chart-container .chart-toggle-type { display: none; }
		.chart-container .chart-placeholder-touch {
			display: block;
			width: 100%;
			padding: 10px 0;
			text-align: center;
		}
		.chart-head p.subtitle { display: none; }
		.chart-container-select { display: none; }
		.chart-container-panes .chart {
			position: relative;
			top: 0px !important;
			margin-bottom: 40px;
		}
		.container-highcharts { height: auto; }
		.container-jvectormaps { height: auto; }
		
		#usa-table { display: block !important; }
		#world-table { display: block !important; }
	}*/




/****** slide toggle navigation ******/
	.slidetoggle-navigation {
		width: 100%;
		margin-bottom: 20px;
	}
	.slidetoggle-navigation-head {
		padding: 10px;
		cursor: pointer;
		font-size: 18px;
		text-align: center;
		text-transform: uppercase;
		font-family: "Trade Gothic W01 Bold";
		background-color: #f0f0f0;
	}
	.slidetoggle-navigation-head:hover {
		background-color: #e4e4e4;
	}
	.slidetoggle-navigation-head div {
		display: inline;
		padding-left: 20px;
		background-repeat: no-repeat;
		background-position: left center;
		background-image: url('images/arrow-down.png');
	}
	.slidetoggle-navigation-head div.opened {
		background-image: url('images/arrow-up.png');
	}
	.slidetoggle-navigation-body {
		width: 100%;
		border: 1px solid #f0f0f0;
		background-repeat: repeat;
		background-image: url('images/bg-striped.gif');
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.slidetoggle-navigation-body ul {
		list-style: none;
		float: left;
		width: 50%;
		margin: 10px 0;
		padding: 0;
	}
	.slidetoggle-navigation-body li {}
	.slidetoggle-navigation-body a {
		display: block;
		padding: 5px 20px;
		color: #747474;
		font-size: 16px;
	}
	.slidetoggle-navigation-body a.active {
		color: #1da1b0;
	}




/****** advanced search ******/
	.advanced-search {
		width: 100%;
		border-collapse: collapse;
	}
	
	.advanced-search td {
		padding: 5px;
		vertical-align: middle;
	}
	
	.advanced-search tr.tr-head {
		width: auto;
		color: #fff;
		font-size: 16px;
		text-align: left;
		font-weight: 500;
		text-transform: uppercase;
		font-family: "Trade Gothic W01 Bold";
		background-color: #747474;
	}
	.advanced-search tr.tr-head td {
		padding: 10px;
	}
	
	.advanced-search .tr-odd {
		background-color: #f0f0f0;
	}
	.advanced-search .tr-row td:nth-child(1) {
		width: 30px;
		font-size: 12px;
		text-align: center;
	}
	.advanced-search .tr-row td:nth-child(2) {
		width: 130px;
		font-size: 16px;
		text-align: left;
		font-weight: 500;
		text-transform: uppercase;
		font-family: "Trade Gothic W01 Bold";
	}
	.advanced-search .tr-row td:nth-child(4) {
		width: 30px;
		text-align: right;
	}
	.advanced-search .tr-submit {
		text-align: right;
	}
	
	/* inputs */
	.advanced-search input[type="text"] {
		width: 50%;
		padding: 5px;
		margin-left: 5px;
		font-size: 16px;
		border: 1px solid #C0C0C0;
		-moz-box-sizing: border-box;
		     box-sizing: border-box;
	}
	.advanced-search select {
		width: 50%;
		padding: 5px;
		margin-left: 5px;
		font-size: 16px;
		border: 1px solid #C0C0C0;
		-moz-box-sizing: border-box;
		     box-sizing: border-box;
	}
	.advanced-search select[name="amount_size"] {
		width: 150px;
	}
	.advanced-search input[name="amount"] {
		width: 200px;
	}
	.advanced-search select[name="year_min"],
	.advanced-search select[name="year_max"] {
		width: 100px;
	}
	.advanced-search select[name="order_by"] {
		width: 200px;
	}
	.advanced-search select[name="order_direction"] {
		width: 150px;
	}
	
	
	
	/* search results table */
	#advanced-search-results {
		position: relative;
	}
	#advanced-search-results h1 {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 2px;
	}
	#advanced-search-results .loading-cover {
		position: absolute;
		top: 0;
		left: 0;
		display: none;
		width: 100%;
		height: 100%;
		background-repeat: no-repeat;
		background-position: center;
		background-image: url('images/defaults/loading.gif');
	}
	#advanced-search-results.loading .loading-cover {
		display: block;
	}
	
	#advanced-search-results .th-amount,
	#advanced-search-results .td-amount {
		text-align: left;
	}
	#advanced-search-results .th-state,
	#advanced-search-results .td-state {
		width: 60px;
	}
	#advanced-search-results .th-date,
	#advanced-search-results .td-date {
		width: 70px;
	}
	#advanced-search-results .td-date {
		text-align: right;
	}
	
	/* mobile overrides */
	/*@media only screen and (max-width: 700px)
	{
		#advanced-search-results .th-state { display: none; }
		#advanced-search-results .td-state { display: none; }
		#advanced-search-results .th-country { display: none; }
		#advanced-search-results .td-country { display: none; }
		#advanced-search-results .th-date { display: none; }
		#advanced-search-results .td-date { display: none; }
	}*/
	
	/* add field button */
	a.add-field {}
	a.add-field img {
		background-color: #1ca0b3;
	}
	a.add-field:hover img {
		background-color: #c5e3e1;
	}




/****** donor, recipient, location data blocks ******/
	.mdl-block {}
	.mdl-block a {
		display: block;
		width: 205px;
		padding: 10px;
		color: #7f8084;
		background-color: #f0f0f0;
	}
	.mdl-block a:hover {
		text-decoration: none;
		background-color: #e0e0e0;
	}
	.mdl-block-title {
		margin-bottom: 5px;
		font-size: 18px;
		text-transform: uppercase;
		font-family: "Trade Gothic W01 Bold";
	}
	.mdl-block-image {
		text-align: center;
	}




/****** homepage module ******/
	.homepage-banners {
		width: 960px;
		height: 275px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
	.homepage-slidesjs {
		position: relative;
        width: 960px;
		height: 275px;
	}
	.homepage-banners .slidesjs-container {
		width: 960px;
		height: 275px;
		background-color: #f0f0f0;
	}
    .homepage-banners .slidesjs-slide {
        width: 960px;
        height: 275px;
        display: block;
        text-align: center;
    }
    .homepage-banners .slidesjs-slide a {
        width: 960px;
        height: 275px;
    }
    .homepage-banners .slidesjs-slide img {
        max-width: 960px;
    }
	.homepage-banners-caption {
        position: absolute;
        top: 0;
        left: 480px;
        z-index: 100;
        width: 400px;
		height: 275px;
		font-size: 16px;
		text-align: left;
		line-height: 24px;
        background: rgba(255,255,255,0.8);
    }
	.homepage-banners-caption-inner {
		margin: 20px 20px 0 20px;
		width: 360px;
		height: 210px;
		overflow: hidden;
	}
	.homepage-banners-caption-caption h1 {
		font-size: 22px;
		margin-bottom: 10px;
	}
	.homepage-banners a.caption-read-more {
		display: block;
		width: auto;
		height: auto;
		text-align: left;
		margin-left: 20px;
		text-transform: uppercase;
		font-family: "Trade Gothic W01 Bold";
	}
    .homepage-banners .slidesjs-prev,
	.homepage-banners .slidesjs-next {
        cursor: pointer;
        position: absolute;
        top: 0px;
        z-index: 101;
        width: 30px;
        height: 275px;
        text-indent: -9999px;
        background-repeat: no-repeat;
        background-position: center;
		opacity: 0.40;
		filter: alpha(opacity=40);
    }
    .homepage-banners .slidesjs-prev:hover,
	.homepage-banners .slidesjs-next:hover {
		opacity: 0.6;
		filter: alpha(opacity=60);
    }
	.homepage-banners .slidesjs-prev {
        background-image: url('images/homepage-previous-banner.png');
    }
    .homepage-banners .slidesjs-next {
        background-image: url('images/homepage-next-banner.png');
    }




/****** stories module ******/

	/* slide toggle navigation */
	.stories .slidetoggle-navigation-body ul {
		list-style: none;
		float: left;
		width: 25%;
		margin: 10px 0;
		padding: 0;
	}
	.stories .slidetoggle-navigation-body a {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	
	/* landing page tiles */
	.story-tiles {
		margin-left: -20px;
	}
	.story-tile {
		float: left;
		width: 470px;
		margin-left: 20px;
		margin-bottom: 20px;
	}
	.story-tile a {
		display: block;
		padding: 10px;
		color: #747474;
		background-color: #f0f0f0;
	}
	.story-tile a:hover {
		text-decoration: none;
		background-color: #e0e0e0;
	}
	.story-tile-image {
		float: left;
		width: 100px;
		height: 130px;
	}
	.story-tile-image img {
		max-width: 100px;
		max-height: 130px;
	}
	.story-tile-about {
		margin-left: 120px;
		height: 130px;
		overflow: hidden;
	}
	.story-tile-about h1 {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 2px;
	}
	
	/* story's page */
	.story-page {}
	.story-page-image {
		float: right;
		width: 220px;
	}
	.story-page-about {}
	.story-page-about h2 {
		margin-top: -10px;
	}
	.story-page-image + .story-page-about {
		margin-right: 240px;
	}

	.story-page-back {
		text-transform: uppercase;
		font-family: "Trade Gothic W01 Bold";
	}
	
	
	/* stories blocks */
	.stories-block {
		padding: 10px;
		background-color: #f0f0f0;
	}
	.stories-block .block-head {
		color: #99bf50;
		border-bottom: 0px none;
	}
	.stories-block img {
		max-width: 205px;
	}
	.stories-block p {
		margin: 8px 0;
	}




/****** resources module ******/

	/* slide toggle navigation */
	.resources .slidetoggle-navigation-body ul {
		list-style: none;
		float: left;
		width: 33%;
		margin: 10px 0;
		padding: 0;
	}
	.resources .slidetoggle-navigation-body li {}
	.resources .slidetoggle-navigation-body a {
		display: block;
		padding: 5px 20px;
		color: #747474;
		font-size: 16px;
	}
	.layout4 .resources .slidetoggle-navigation-body ul {
		list-style: none;
		float: left;
		width: 100%;
	}
	
	/* landing page tiles */
	.resource-tiles {
		margin-left: -20px;
	}
	.resource-tile {
		float: left;
		width: 470px;
		margin-left: 20px;
		margin-bottom: 20px;
		background-color: #f0f0f0;
	}
	.resource-tile-image {
		width: 430px;
		height: 80px;
		margin: 20px;
		text-align: center;
		margin-bottom: 10px;
	}
	.resource-tile-image img {
		max-width: 300px;
		max-height: 80px;
	}
	.resource-tile-about {
		width: 430px;
		height: 180px;
		margin: 20px;
		overflow: hidden;
	}
	
	.layout2 .resource-tile,
	.layout3 .resource-tile { 
		width: 347px;
	}
	.layout2 .resource-tile-image,
	.layout2 .resource-tile-about,
	.layout3 .resource-tile-image,
	.layout3 .resource-tile-about {
		width: 307px;
	}
	.layout2 .resource-tile-about,
	.layout3 .resource-tile-about {
		height: 220px;
	}




/****** findings module ******/
	.finding-list {
		margin-bottom: 40px;
	}
	.finding-item {
		margin-top: 20px;
		padding-top: 20px;
		border-top: 1px solid #f0f0f0;
	}
	.finding-item-icon {
		float: left;
		width: 50px;
	}
	.finding-item-about {
		margin-left: 70px;
	}
	.finding-item-about h1 {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 5px;
	}
	.finding-item-title {
		font-weight: 700;
		margin-bottom: 5px;
	}
	.finding-item-date {
		font-style: italic;
		margin-bottom: 5px;
	}
	.finding-item-link a {
		display: block;
		float: left;
		color: #fff;
		padding: 10px 30px;
		font-size: 16px;
		text-transform: uppercase;
		font-family: "Trade Gothic W01 Bold";
		background-color: #1da1b0;
	}
	.finding-item-link a:hover {
		text-decoration: none;
		background-color: #c5e3e1;
	}
	
	
	/* findings block */
	.findings-block {
		font-size: 12px;
	}
	.findings-block .block-head img {
		float: right;
		width: 50px;
	}
	.findings-block h2 {
		margin-bottom: 5px;
		color: #1DA1B0;
		font-size: 18px;
		font-weight: 500;
		font-family: "Trade Gothic W01 Bold";
	}
	.findings-block strong {
		display: block;
		margin-bottom: 5px;
	}
	.findings-block em {
		display: block;
		margin-bottom: 5px;
	}
	a.findings-block-link {
		display: block;
		margin-top: 10px;
		color: #fff;
		padding: 10px;
		font-size: 16px;
		text-align: center;
		text-transform: uppercase;
		font-family: "Trade Gothic W01 Bold";
		background-color: #1da1b0;
	}
	a.findings-block-link:hover {
		text-decoration: none;
		background-color: #c5e3e1;
	}




/****** blog module ******/

	/* slide toggle navigation */
	.blog .slidetoggle-navigation-body h2 {
		margin: 15px 20px -5px 20px;
		color: #1da1b0;
		font-size: 16px;
		font-weight: 500;
		text-transform: uppercase;
		font-family: "Trade Gothic W01 Bold";
	}
	.blog .slidetoggle-navigation-body ul {
		list-style: none;
		float: left;
		width: 50%;
		margin: 10px 0;
		padding: 0;
	}
	
	.blog-description-categories {
		float: left;
		width: 50%;
	}
	.blog-description-tags {
		float: left;
		width: 50%;
	}
	.blog-description-tags a {
		font-size: 13px;
	}
	.blog-description-tags p {
		text-align: right;
	}
	.blog-description-tags p a {
		color: #1da1b0;
	}
	
	/* categories/tags header */
	.blog-tiles-description {
		margin-bottom: 20px;
	}
	.blog-tiles-description a {
		float: right;
		font-size: 20px;
		text-transform: uppercase;
		font-family: "Trade Gothic W01 Bold";
	}
	.blog-tiles-description strong {
		color: #1da1b0;
		font-size: 20px;
		font-weight: 500;
		text-transform: uppercase;
		font-family: "Trade Gothic W01 Bold";
	}
	
	/* blog tiles */
	.blog-tiles {
		margin-left: -20px;
	}
	.blog-tile {
		float: left;
		margin-left: 20px;
		margin-bottom: 20px;
		width: 470px;
		height: 260px;
		background-color: #f0f0f0;
	}
	.blog-tile-about {
		margin: 15px;
		height: 200px;
		overflow: hidden;
	}
	.blog-tile-date {
		margin-bottom: 2px;
		font-weight: 700;
	}
	.blog-tile-about h1 {
		font-size: 24px;
		line-height: 26px;
		margin-bottom: 5px;
	}
	.blog-tile-author {
		margin-bottom: 5px;
		font-size: 12px;
	}
	.blog-tile-sharing {
		margin-bottom: 5px;
	}
	.blog-tile-link {
		margin: 0 15px;
	}
	.blog-tile-link a {
		font-weight: 500;
		text-transform: uppercase;
		font-family: "Trade Gothic W01 Bold";
	}
	
	/* paginate */
	.pagination-older {
		float: left;
		text-transform: uppercase;
		font-family: "Trade Gothic W01 Bold";
	}
	.pagination-newer {
		float: right;
		text-transform: uppercase;
		font-family: "Trade Gothic W01 Bold";
	}
	
	/* blog post page */
	.blog-post {
		margin-bottom: 20px;
	}
	.blog-post-aside {
		float: left;
		width: 225px;
	}
	.blog-post-content {
		margin-left: 245px;
	}
	.blog-post-about {
		padding: 15px;
		margin-bottom: 20px;
		background-color: #f0f0f0;
	}
	.blog-post-about div {
		margin-bottom: 15px;
	}
	.blog-post-about strong {
		display: block;
		font-weight: 500;
		text-transform: uppercase;
		font-family: "Trade Gothic W01 Bold";
	}
	.blog-post-about ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	a.blog-post-about-back {
		display: block;
		padding: 15px;
		text-align: center;
		text-transform: uppercase;
		font-family: "Trade Gothic W01 Bold";
		background-color: #f0f0f0;
	}
	a.blog-post-about-back:hover {
		text-decoration: none;
		background-color: #e0e0e0;
	}
	.blog-post-content-back a {
		text-transform: uppercase;
		font-family: "Trade Gothic W01 Bold";
	}
	
	/* tags page */
	.blog-tags-page {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 30px;
	}
	
	
	/* blog blocks */
	.blog-block {
		font-size: 12px;
	}
	.blog-block .subscribe-link {
		float: right;
	}
	
	.blog-block-single {}
	.blog-block-multiple {
		margin-bottom: 15px;
	}
	
	.blog-block-date {
		margin-bottom: 5px;
		font-weight: 700;
		text-transform: uppercase;
	}
	.blog-block-name {
		margin-bottom: 8px;
		font-size: 16px;
		font-weight: 700;
	}
	
	.blog-block-multiple .blog-block-date {
		margin-bottom: 0px;
	}
	.blog-block-multiple .blog-block-name {
		font-size: 14px;
		font-weight: 500;
	}




/****** report a gift ******/
	.reportagift {}
	.reportagift-1-2 {
		float: left;
		width: 45%;
	}
	.reportagift-2-2 {
		margin-left: 50%;
	}
	
	label.radio-button {
		font-size: 18px;
	}
	label.checkbox-button {
		display: block;
		margin-left: 15px;
		margin-bottom: 8px;
		font-size: 16px;
	}
	select.form-select-lg {
		width: 100%;
	}
	
	.anonymous-donation {
		position: relative;
		top: 0;
		left: 0;
	}
	#anonymous-donation-cover {
		position: absolute;
		top: -5%;
		left: -5%;
		width: 110%;
		height: 110%;
		background-color: rgba(255, 255, 255, 0.9);
		background-image: url('images/bg-striped.gif');
	}
	
	.tooltip-help {
		margin-top: -5px;
	}
	.tooltip {
		display:none;
		width: 300px;
		max-height: 240px;
		padding: 10px;
		overflow-x: hidden;
		overflow-y: auto;
		color: #fff;
		font-size: 12px;
		line-height: 16px;
		border: 1px solid #999;
		background-color: #333;
        -webkit-border-radius: 4px;
           -moz-border-radius: 4px;
                border-radius: 4px;
	}
	
	
	
	
	