/* FILE: default.css
**
** This file contains the default style used for documents written in HTML 4.0
**
** AUTHOR: Richard A. Yancy
** DATE  : 10-JUN-99
*/

/*********************************************************************************************************************************/
/* Paragraphs */
/*********************************************************************************************************************************/

p
{
   display: block;
   margin-bottom: auto;
   margin-top: auto;
   padding-top: 5px;
}

p:first-letter
{
	color:#330033;
	width:0.7em;
	font-size:300%;
	font-style: italic;
	font-weight: bold;
	font-family:"Viner Hand ITC";
	float: left;
	line-height:70%;
	margin-right: 5px;
}

/*********************************************************************************************************************************/
/* Blocks */
/*********************************************************************************************************************************/

iframe.donate-iframe
{
	height: 600px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*********************************************************************************************************************************/
/* DIV */
/*********************************************************************************************************************************/

div
{
   display: block;
   margin-bottom: 0;
   margin-top: 0;
}

div.block-center
{
   border-width: 0px;
   text-align: center;
   overflow:hidden;
}

div.block-left
{
	/*display: inline-block;*/
	border-width: 0px;
	float: left;
	margin-right: 0px;
	padding-right: 0px;
	overflow: hidden;
}

div.block-right
{
	/*display: inline-block;*/
	border-width: 0px;
	float: right;
	margin-left: 0px;
	padding-left: 0px;
	overflow: hidden;
}

div.block-left-part
{
	/*display: inline-block;*/
	width: 20%;
	border-width: 0px;
	float: left;
	margin-right: 0px;
	padding-right: 0px;
	overflow: hidden;
}

div.block-right-part
{
	/*display: inline-block;*/
	width: 70%;
	border-width: 0px;
	float: right;
	margin-left: 0px;
	padding-left: 0px;
	overflow: hidden;
}

/*********************************************************************************************************************************/
/* Images */
/*********************************************************************************************************************************/

img,
img.aseinc-img,
img.icon-img,
img.quotes-img,
img.section-img,
img.sykes-img,
img.thank-you-txt-img,
img.twitter-img,
img.visitor-count-img,
img.weather-img,
img.yancy-logo-img
{
   display: inline;
   border-width: 0;
}

img.icon-img
{
	width: 25px;
	height: 25px;
	text-align: center;
}

img.indicator-img
{
	width: 100%;
	height: 100%;
	text-align: left;
	background-position: top;
	vertical-align: top;
	display: inline;
	margin: 0px;
}

img.quotes-img
{
	width: 100px;
	height: 100px;
	text-align: left;
	background-position: top;
	vertical-align: top;
	display: inline;
}

img.section-img
{
	width: 100%;
	height: 100px;
	/*text-align: left;*/
	background-position: top;
	vertical-align: top;
	display: inline;
}

img.sykes-img
{
	text-align: right;
	float: right;
	height: 100px !important;
	width: 100px !important;
}

img.thank-you-txt-img
{
	width: 150px;
	height: 75px;
}

img.twitter-img
{
	width: 100px;
	height: 100px;
	text-align: left;
	background-position: top;
	vertical-align: top;
	display: inline;
}

img.visitor-count-img
{
	text-align: right;
	float: right;
	height: 25px;
}

img.weather-img
{
   text-align: left;
   float: left;
}

img.yancy-logo-img
{
	width: 60px;
	height: 75px;
}

/*********************************************************************************************************************************/
/* Tables */
/*********************************************************************************************************************************/

/*
tr:nth-child(even)
{
    background-color: transparent;
}
*/

/*********************************************************************************************************************************/
/* Donation Table */
/*********************************************************************************************************************************/

table.donation-table
{
	color: blue;
	background-color: white;
	display: table;
	width: 100%;
	border-width: 0px;
	border-style: none;
	margin: 0;
}

caption.donation-caption
{
   background: blue;
   color: red;
   font-family: arial;
   font-style: italic;
   font-weight: bold;
   font-size: x-large;
}

tr.donation-tr
{
   display: table-row;
}

th.donation-th
{
	border-width: 0px;
	border-style: none;
	text-align: center;
	background-color: #E2E2E9;
}

td.donation-td
{
   border-width: 0px;
   border-style: none;
   text-align: left;
}

/*********************************************************************************************************************************/
/* Legal Table */
/*********************************************************************************************************************************/

table.legal-table
{
	width: 99%;
	text-align: center;
}

th.legal-th, td.legal-td
{
	border-style: none;
	border-width: 0px;
}

th.legal-th
{
	width: 20%;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}

td.legal-td
{
   width: 80%;
   text-align: left;
}

/*********************************************************************************************************************************/
/* RetracementTable */
/*********************************************************************************************************************************/

table.retracement-table
{
	display: table;
	color: blue;
	background-color: white;
	width: 100%;
	border-width: 0px;
	border-style: none;
	margin: 0;
}

caption.retracement-caption
{
	background: #1B1E16;
	color: #C0C8B1;
	font-family: arial;
	font-style: italic;
	font-weight: bold;
	font-size: x-large;
}

tr.retracement-tr
{
	display: table-row;
}

th.retracement-th
{
	border-width: 1px;
	border-style: solid;
	text-align: center;
	color: #7CA633;
	background-color: #1B1E16;
}

td.retracement-td
{
	border-width: 1px;
	border-style: solid;
	text-align: left;
}

/*********************************************************************************************************************************/
/* Row Table */
/*********************************************************************************************************************************/

table.row-table
{
	width: 95%;
	border-width: 0px;
	text-align: center;
}

th.row-th, td.row-td
{
  border-style: none;
  border-width: 0px;
}

th.row-th
{
	width: 20%;
	text-align: center;
	font-weight: bold;
	vertical-align: top;
	border-width: 0px;
}

td.row-td
{
	width: 80%;
	text-align: left;
	border-width: 0px;
}

/*********************************************************************************************************************************/
/** Twitter status feed */
/*********************************************************************************************************************************/

#twitstat
{
	background: url("/images/twitter-bird-light-bgs.png") no-repeat;
	width: 100px;
	height:100px;
	color:#2f2e2e;
	font-size:14px;
	padding: 0 20px 0 20px;
	margin:0px auto;
	overflow:hidden;
}

#twitstat a
{
	color:#2f2e2e;
	font-weight:bold;
}

#twitstat a:hover
{
	color:#005ab3;
}

#twitstat ul
{
	list-style:none;
	padding-top: 5px;
}

#twitter-widget-0
{
	width: 100% !important;
}

.timeline
{
	width:100% !important;
}

iframe#twitter-widget-0.twitter-timeline.twitter-timeline-rendered
{
	max-width:100% !important;
	min-width:100% !important;
}

/*********************************************************************************************************************************/
/** Media Feeds (YouTube, etc. */
/*********************************************************************************************************************************/

div.youtube-pull-item
{
	float: left;
	width: 100%;
}

div.youtube-pull-item-thumbnail
{
     float: left;
     width: 130px;
}

div.youtube-pull-item-information
{
     float: left;
}

table.youtube-pull-item-table
{
     border: 0;
}

tr.youtube-pull-item-tr
{
     border: 0;
}

th.youtube-pull-item-th
{
	border: 0;
	vertical-align: top;
	text-align: left;
	width: 135px;
}

td.youtube-pull-item-td
{
    border: 0;
    vertical-align: top;
	text-align: left;
}

/*********************************************************************************************************************************/
/** MailChimp Styles */
/*********************************************************************************************************************************/

#mc_embed_signup
{
	/*
	background:#fff;
	clear:left;
	font:14px Helvetica,Arial,sans-serif;
	*/

	width:100%;
}

/*********************************************************************************************************************************/
/** My FX Book */
/*********************************************************************************************************************************/

div.box_cont
{
	width: 100%;
}



/*********************************************************************************************************************************/
/* end of file default.css */
/*********************************************************************************************************************************/



