* {
   font-family : "Trebuchet MS", Arial, Helvetica, sans-serif;
}

P, TD, TH, DL, BODY, BLOCKQUOTE, PRE, DIV, OL, UL  {
	font-size : 11pt;
	/*color: #C69B5B;*/
	color: #d6a865; /* New brighter color. SEW 3/11/10 */
}

html, body {
	margin: 0;
	padding: 0;
        border: 0;
        outline: 0;
	height: 100%;
	background-color: black;
	scrollbar-base-color: #4A1E0A;
}  

SMALL, .small, .blog_date  {
	font-size : 9pt;
	color: #B2894C;
}
.blog_date  {
	font-size : 9pt;
	color: #fde9cc;	
}

/* Links */
a:link, a:visited {
        color: #FFC977;
}
a:hover, a:active {
        color: white;
}
a:link.headernav, a:visited.headernav {
	font-size : 11pt;
        color: white;
	font-family : Georgia, "Times New Roman", Times, serif;
	font-weight : normal;
	text-transform: uppercase;
	text-decoration: none;
        display: block;
	margin: 1px;
        padding-top: 2px;
        padding-left: 6px;
        padding-right: 5px;
        padding-bottom: 2px;
	background-color: rgba(0,0,0,0.3);
	border-radius: 5px;
}
a:hover.headernav, a:active.headernav {
	/*background-color: #ba2334;*/
	background-color: rgba(186,35,52,0.8);
	-moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
	box-shadow: 0px 0px 15px rgba(0,0,0,0.8);
}
a:link.nav, a:visited.nav {
	font-size : 11pt;
        color: #F0D3A8;
	font-weight : bold;
}
a:hover.nav, a:active.nav {
	font-size : 11pt;
        color: white;
	font-weight : bold;
}

.imagenav {
        border: 1;
        border-style: solid;
        border-color: black;
}

.photo_border {
        border: 2;
        border-style: solid;
        border-color: #ba2334;
}
 
H2, .heading2, .blog_name  {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 18pt;
	font-weight : normal;
	/* color: #E0AE63; Former heading color */	
	/* color: #e7b161; last headings color */	
	color: #fde9cc;	
	text-transform: uppercase;
}
  
H3, .heading3, .heading_blog, .blog_title, .listing_name  {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 14pt;
	font-weight : normal;
	color: #fde9cc;	
	text-transform: uppercase;
}
  
H4, .heading4  {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-size : 12pt;
	font-weight : normal;
	color: #fde9cc;	
	text-transform: uppercase;
}
  
H5, .heading5  {
	font-family : Georgia, "Times New Roman", Times, serif;
	font-weight : normal;
	color: #fde9cc;	
	text-transform: uppercase;
}

.smaller {
	font-size : 10pt;
}

.page_data {
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
}

.left_column {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 7px;
}

hr {
	border: none;
        color: #BA2334;
	background-color: #BA2334;
	height: 1px;
}
hr.blog_rule {
	clear: both;
}

.header {
    background-image: url(/images/header.jpg);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: black;
}

/* Remove the space at the top of ul and ol */
ul.compact, ol.compact {
	margin-top: 2px;
}
ul.align, ol.align {
	margin-top: 2px;
	margin-left: 18px;
	margin-bottom: 2px;
}

.align_right {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	float: right;
}
.align_left {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	float: left;
}

.calloutbox_right {
	border-left: 1px solid #ba2334; 
	padding-left:10px;
}

select, input, textarea {
	color: #d6a865; /* New brighter color. SEW 3/11/10 */
	background-color: #4A1E0A;
	border: 1px solid #BA2334;
	border-radius: 4px;
	padding: 2px;
}

.button {
        color: white;
	background-color: #A00E1E;
        border: 1px solid #BA2334;
	border-radius: 10px;
}

.blogsum_date {
	display: block;
	padding-top: 10px;
}

.newsdate {
	/*text-decoration: underline;*/
}

/* Adding display:block to the images seems to remove the 5PX bottom padding */
/* that we get on images in <td>s with HTML5 doctype                         */
/* But only do this for images within <td>s.                                 */
td img {
        display: block;
}


