﻿html, body 
{
	margin: 0px;
	padding: 0px;
	background-color: #191515;
}

a { text-decoration: none; }

pre
{
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
}

.Misc
{
    display: none;
}

#MainColumn 
{
	margin: 0px auto;
	width: 700px;
    height: 100%;
    	background-image: url("images/graphics/bodyBG.jpg");
    background-repeat: repeat-y;
}

#Banner 
{
    display: block;
    width: 700px;
    height: 227px;
	background-image: url("images/graphics/mastheadBG.jpg");
    background-position: top left;
    background-repeat: no-repeat;
    text-align: left;
}

/* Navigation */
.navBtn
{
    display: inline-block;
    position: relative;
    top: 190px;
    color: #afaa9f;
    font-family: Courier New, Courier, Monospace, Serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -1.5px;
    line-height: 16px;
    text-align: right;
    text-decoration: none;
}

#Banner td
{
    padding: 0 4px 0;
}
/* Use these classes to style the info sections */

.EONStyle_InfoSectionImage
{
    display: inline;
    margin: 0;
    padding: 15px 0 0; 
}
.EONStyle_InfoSectionHeader
{
    display: inline-block;
    margin: 5px 0 10px 0;
    padding: 12px 0 0;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 11pt;
    font-weight: bold;
}

.EONStyle_InfoSectionContent
{
    display: block;
    margin: 0;
    padding: 0;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 10pt;
}

/* Use these classes to style the image gallery grids */

/* Album Styling */
.albumsTable
{
    margin: 0 auto;
    width: 600px;
    border: double #000000;
    border-width: 3px 0;
    text-align: center;
}

.albumCell
{
    padding: 15px;
    text-align: center;
    vertical-align: top;
}

.albumTitle
{
    font-family: 'Arial', Sans-Serif;
    font-size: 16px;
    font-weight: 900;   
}

.albumThumb
{
    display: block;
    margin: 0 auto;
    padding: 6px;
    width: 150px;
    height: 150px;
    border: solid 1px #898989;
}

.albumThumb:hover
{
    border: solid 1px #d64600;
}

.albumCaption
{
    font-family: 'Arial', Sans-Serif;
    font-size: 12px;
}

/* Image cells and captions */
.imageGalleryTable 
{
    margin: 10px 50px;
    padding: 15px;
    width: 600px;
    text-align: center;
}
.imageGalleryCell
{
    padding: 10px 0;
    width: 200px;
    text-align: center;
    vertical-align: top;
}
.imageGalleryBorderlessImageButton
{
    display: block;
    margin: 0 auto;
    padding: 3px 8px 6px;
    width: 150px;
    height: 150px;
}
.imageGalleryCaptionDiv
{
    padding: 5px 0;
    width:150px;
    color: #3c3c3c;
}
.imageGalleryCaptionSpan
{
    font-family: 'Arial', Sans-Serif;
    font-size: 13px;
}

/* Pager control */
.imageGalleryPagerCurrentPage
{
    color: #f2782a;
    font-family: 'Arial Black', Sans-Serif;
    font-size: 16px;
    margin-left: 4px;
}

.imageGalleryPagerLink 
{
    color: #3c3c3c;
    font: 'Arial Black', Sans-Serif;
    font-size: 14px;
	margin-left: 4px;
}

.imageGalleryPagerLink:active
{
    color: #3c3c3c;
}

/* Video styling */
#videoContainer
{
}

.videoTitle
{
    font-family: 'Arial', Sans-Serif;
    font-size: 16px;
    font-weight: 900;
}

.videoMedia
{
}

.videoCaption
{
    font-family: 'Arial', Sans-Serif;
    font-size: 12px;
}

.videoDate
{
    display: block;
    float: left;
    clear:right;
    margin: 0;
    padding: 15px 0;
    color: #3c3c3c;
    font-family: 'Arial'. Sans-Serif;
    font-size: 14px;
}