/* ******|*********|*********|*********|*********|*********|*********|******* */
/* FILE:  eastyle.css */
/* BY: Michael J. Orlando */
/* This file specifies the styles to be applied to pages at www.econadv.com */

/* h1 is the style for the Economic Advisors logo. */
h1{color: #000000; background-color: #A9A9A9; font-family: "Century Gothic", sans-serif; 
	font-style: normal; font-weight: normal; font-size: 600%; margin: 0px 0px 0px 0px; 
	padding: 0px 20px 0px 20px;}

h2{color: #000000; background-color: #A9A9A9; font-family: "Times New Roman", Times, serif; 
	font-style: normal; font-weight: normal; font-size: 200%; margin: 0px 0px 0px 0px; 
	padding: 0px 20px 0px 20px;}

h3{color: #000000; background-color: #A9A9A9; font-family: "Times New Roman", Times, serif; 
	font-style: normal; font-weight: normal; font-size: 175%; margin: 0px 0px 0px 0px; 
	padding: 0px 20px 0px 20px;}

/* h4 is the style for the Economic Advisors sub-logo. */
h4{color: #000000; background-color: #A9A9A9; font-family: "Times New Roman", Times, serif; 
	font-style: normal; font-weight: normal; font-size: 150%; margin: 0px 0px 0px 0px; 
	padding: 0px 20px 20px 20px;}

/* h5 is the style for the navigation linkbar that appears on all pages. */
h5{color: #000000; background-color: #F5F5F5; font-family: "Times New Roman", Times, serif; 
	font-style: normal; font-variant: small-caps; font-weight: normal; font-size: 110%; 
	margin: 0px 0px 0px 0px; padding: 20px 20px 20px 20px;}

/* h6 is the style for the Economic Advisors footer. */
h6{color: #000000; background-color: #A9A9A9; font-family: "Times New Roman", Times, serif; 
	font-style: normal; font-weight: normal; font-size: 75%; margin: 20px 0px 0px 0px; 
	padding: 10px 20px 10px 20px;}

body{color: #000000; background-color: #F5F5F5;}

/* 'currentpage' is the class name for link conventions applied to the page that the browser has loaded. */
a.currpage:link {color: #000000; text-decoration: none; font-style: normal; font-weight: bold;}
a.currpage:hover {color: #000000; text-decoration: none; font-style: italic; font-weight: bolder;}
a.currpage:active {color: #000000; text-decoration: blink; font-style: italic; font-weight: bolder;}
a.currpage:visited {color: #000000; text-decoration: none; font-style: normal; font-weight: bold;}

/* 'navmain' is the class name for the link conventions applied to the homepage navigation linkbar. */
a.navmain:link {color: #000000; text-decoration: none;}
a.navmain:hover {color: #000000; text-decoration: none; font-style: italic;}
a.navmain:active {color: #000000; text-decoration: blink; font-style: italic;}
a.navmain:visited {color: #000000; text-decoration: none;}

/* 'navrow' is the class name for the link conventions applied to the supplemental pages navigation linkbar. */
a.navrow:link {color: #A9A9A9; text-decoration: none;}
a.navrow:hover {color: #A9A9A9; text-decoration: none; font-style: italic;}
a.navrow:active {color: #A9A9A9; text-decoration: blink; font-style: italic;}
a.navrow:visited {color: #A9A9A9; text-decoration: none;}

/* 'navcol' is the class name for the link conventions applied to the supplemental pages navigation column. */
a.navcol:link {color: #000000; text-decoration: none; font-weight: bold;}
a.navcol:hover {color: #000000; text-decoration: none; font-style: italic; font-weight: bold;}
a.navcol:active {color: #000000; text-decoration: blink; font-style: italic; font-weight: bold;}
a.navcol:visited {color: #000000; text-decoration: none; font-weight: bold;}

/* The following code specifies the link conventions for all text links not appearing in the three 
*  primary navigation areas noted above. */
/*
a:link {color: #696969; text-decoration: none;}
a:hover {color: #696969;}
a:active {color: #696969; font-style: italic;}
a:visited {color: #808080; text-decoration: none;}
*/

/* The following code specifies the placement and width of the left-most column of text on the 
 * the home page. */
div#homecolleft {float:left; width:175px;}

/* The following code specifies the placement of the right-most column of text on the homepage. */ 
div#homecolmid {padding: 0px 0px 0px 180px; margin: 0px;}

/* The following, commented out code specifies the placement and width of the center and right
 * columns of text on the homepage.  This code was developed for the purposes of including a blog 
 * along the right border of the homepage. */
/* div#homecolmid {padding: 0px 255px 0px 155px; margin: 0px;}
 * 
 * div#homecolright {float:right; width:250px;} */

/* The following code specifies the placement and width of the left-most column of text on 
 * supplemental site pages. */
 div#internalcolleft {float:left; width:145px;}

/* The following code specifies the placement of the right-most column of text on supplemental 
 * site pages. */ 
div#internalcolremain {padding: 0px 0px 0px 165px; margin:0px;}

/* The following block specifies the style for an Ajax XML ticker. */
/***********************************************
* Ajax Ticker script (txt file source)- © Dynamic Drive (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
***********************************************/
#ajaxticker1{
width: 160px;
height: 340px;
border: 1px ridge black;
padding: 5px;
background-color: #FEEEB8;
}

/* IE6 bug fix when text is bold and fade effect (alpha filter) is enabled. Style inner DIV with same color as outer DIV */
#ajaxticker1 div{background-color: #FEEEB8;}

/* class to apply to ticker(s), if desired. */
.ticker{text-align: center;}

 /* class to apply to ticker(s) content, if desired. */
.tickmsg{text-align: center;}
