/* http://www.battlefieldwings.com */

body 
{	
	font-family: calibri, "times new roman", sans-serif;
  font-size: 13px;
	color: #000;
	background: url(../images/bg_gradient.jpg) repeat-y;
  background-color: #290305;
	margin: 10px;
}

h3
{
	/*
	font-family: Georgia, Garamond, Arial;
	font-size: 16px;
	background-image: url('../images/h3_gradient.jpg');
	color: #000;
	height: 22px;
	border: 1px solid #4B0000;
	padding-right: 5px;
	padding-left: 5px;
	*/
}

img
{
	border: 0px solid #000;
}

a
{
    color: #1212DB;
    text-decoration: none;
} 

a:hover
{
    color: #f60;
    text-decoration: underline;
}

.form_button
{
	font-family: "Trebuchet MS", Arial, Courier New;
    background: url('../images/title_gradient.jpg');
    color: #fff;
}

#nav
{
    color: #5C5A4D;
    margin-left: 15px;
    margin-right: 15px;
}

#nav a
{
    color: #fff;
    text-decoration: none;
}

#nav a:hover
{
    color: #A2642B;
    text-decoration: underline;
}

#main_table
{
    width: 800px;
    border: 1px solid #BDB7A7;
    background-color: #5C5A4D;
}

.site_title
{
	font-family: calibri, arial;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	color: #B8B8B8;
	padding-right: 35px;
}

.content_title
{
	font-family: arial;
	font-size: 16px;
	font-style: narrow;
	font-weight: bold;
	color: #202020;
}

.date_format
{
	font-family: arial;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	color: #350406;
	padding-right: 70px;
	vertical-align: -22px;
}

/* This is used for the events listings */
#tableStyle
{
	font-family: calibri, Georgia, Verdana, Arial, Helvetica, sans-serif;
	/* font-size: 10pt; */
	border: 1px solid #350406;
	padding: 2px;
	width: 100%;
}

.tdHeader
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #eaeaea;
	background-color: #350406;
	padding: 2px;
	text-align: left;
}

.tdDark
{
	font-family: calibri, Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding:2px;
	color: #100F10;
  background-color: #E0E0E0;
}


.tdDark a:hover
{
    text-decoration: underline;
}

.tdLight
{
	font-family: calibri, Georgia, Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding:2px;
	color: #100F10;
	background-color: #fff;
}

.tdLight a:hover
{
    text-decoration: underline;
}
/* END EVENTS LISTING STYLES */

#quick_links
{
  font-family: Arial;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #6f6f6f;
	padding-top: 5px;
	padding-left: 35px;
	padding-right: 35px;
}

#quick_links a
{
    color: #f00;
    text-decoration: none;
}

#quick_links a:hover
{
    color: #A2642B;
    text-decoration: underline;
}

.header_links
{
	font-weight: bold;
	color: #fff;
}

.header_links a
{
    color: #fff;
    text-decoration: none;
}

.header_links a:hover
{
    color: #000;
    text-decoration: underline;
}

#footer
{
	background-color: #100F10; 
	border: 1px solid #222; 
	width: 940px;
  font-family: Arial, courier new;
	text-align: left;
	font-size: 12px;
	font-style: caps;
	font-weight: normal;
	color: #6f6f6f;
	padding: 15px;
}

#footer a
{
    color: #fff;
    text-decoration: none;
}

#footer a:hover
{
    color: #BDB7A7;
    text-decoration: underline;
}

#content_style
{
    margin-left: 50px;
    margin-right: 10px;
}

#date_placement
{
    font-family: Courier New, Arial;
    font-size: 11px;
    color: #100F10;
}

#headline
{
    font-weight: bold; 
    font-size: 13px;
}

#news_title
{
    font-weight: bold;
    font-style: italic;
    font-size: 16px;
}

/* Calendar styles go here */
.calendar
{
  background-color: #350406;
  color: #7f7f7f;
	width: 210px;
	font-size: 10pt;
	border: 1px solid #fff;
}

.calendar td
{
	background-color: #350406;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.calendar th
{
	background-color: #350406;
	border: 0px solid #AEA99A;
}

.calendar-month
{
    /*color: #AEA99A;*/
    color: #350406;
}
/* End calendar styles */

#chuckle_corner
{
    padding-left: 50px;
    padding-right: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}