/*
Theme Name: ECA Legacy
Theme URI: http://ecaeagles.org/
Description: ECA's original layout when ported over to WordPress installation
Version: 0.0
Author: Ported from static html by Kenny Knapp

*/

/*********************************
To add Formats to the wysiwyg editor, edit the js file found here:

\wp-includes\js\tinymce\themes\advanced\editor_template.js
Search for: theme_advanced_blockformats
See: http://wordpress.org/support/topic/165934?replies=3
*********************************/



/* Page Titles: 1 per page! */
H1
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #6c5a57;
   font-weight: bold;
   font-size: 14pt;
}

/* Page Section Titles */
H2
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #6c5a57;
   font-weight: bold;
   font-size: 12pt;
}

/* Section Sub Titles */
H3
{
   font-size: 11pt; 
}

/*********************************/
/*********************************/
/* NEED TO DEFINE H4-H6 !! */
/*********************************/
/*********************************/

/* Normal Body Text */
body
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #6c5a57;
   font-size: 10pt;
}

P
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #6c5a57;
   font-size: 10pt;
}

.Caption
{
   font-family: Verdana, Arial, Helvetica, sans-serif;
   color: #6c5a57;
   font-size: 8pt;
}

/* Links */
a
{
   color: #0066CC;
}
a:active
{
   color: #C7B93B;
}
a:hover
{
   text-decoration: none;
}

/************************************
For the Header Area widget to display Closure information
(some of these classes are defined by the widget)
************************************/
#HeaderAlertArea
{
   border: solid 1px red;
   clear: both;
   background-color:Yellow;
   padding: 5px 5px 5px 5px;
   
}
.widget_kbrss
{
   list-style-type: none; /* remove the bullet since it displays in a <li> */
}
.Alert_Date
{
   font-weight: normal;
}
.Alert_Title
{
   font-weight: bold;
}