﻿/****** Global styles ******/

body
{
    background-color: rgb(164,164,164); /* page background */ /* light gray */
    margin: 1em auto;
    padding: 0;
    border: 0;
    color: White; /* text color */
    font-family: "Century Gothic", Tahoma, Verdana, Helvetica, Sans-Serif;
}

p
{
    text-align: left;
    font-size: 11pt;
    padding-bottom: 0.25em;
}

li
{
    font-size: 11pt;
}

/* We need to override the .CommandButton version of all these a tags
   because Simple Gallery uses them in their interface (even though 
   the should be reserved for Admin items!?!) */
a, .content a.CommandButton
{
    color: White; /* hyperlink color */
    font-size: 11pt;
    font-weight: normal;
    text-decoration: none;
}

a:link, .content a.CommandButton:link
{
    color: White; /* hyperlink color */
    font-size: 11pt;
    text-decoration: none;
}

a:visited, .content a.CommandButton:visited
{
    color: White; /* hyperlink color */
    font-size: 11pt;
    text-decoration: none;
}

a:hover, .content a.CommandButton:hover
{
    color: White; /* hover hyperlink color */
    font-size: 11pt;
    text-decoration: underline;
}

img
{
    border: none;
}

hr
{
    height: .1em;
    color: White; /* text color */
}

.left
{
    float: left;
}

.right
{
    float: right;
}

/****** DNN Styles to override ******/

/* text style used for most text rendered by modules */
.Normal, .NormalDisabled, .NormalBold, .NormalRed, h1, h2, h3, h4, h5, h6, .Head, th
{
    font-family: "Century Gothic", Tahoma, Verdana, Helvetica, Sans-Serif;
    font-size: 100%;
    font-weight: normal;
    color: White; /* text color */
}

th
{
    font-weight: bold;
}

.NormalDisabled
{
    color: Silver; /* disabled text color */
}

.NormalBold
{
    font-weight: bold;
}

.NormalRed
{
    font-weight: bold;
    color: Red; /* alert text color */
}

h1, h2, h3, h4, h5, h6, .Head
{
    font-weight: normal;
    color: White; /* text color */
}

/****** Page Elements ******/

.page
{
    width: 800px;
    padding: 0px;
    text-align: center;
    margin: 0 auto;
}

.header
{
    float: left;
    width: 800px;
    text-align: center;
    padding-top: 0em;
    padding-bottom: 1em;
}

.header .Logo
{
    float: left;
}

.header #HeaderPane
{
    float: left;
}

.sitetitle a
{
    color: White; /* text color */
    font-size: 20pt;
    font-weight: normal;
    text-decoration: none;
}

.tagline a
{
    color: White; /* text color */
    font-size: 12pt;
    font-weight: normal;
    text-decoration: none;
}

h1
{
    font-size: 20pt;
    font-weight: bold;
    color: White; /* text color */
    text-align: center;
    margin: 0;
}

.midsection
{
    clear: both;
    float: left;
    width: 800px;
}

/****** Navigation *******/

.navigation
{
    clear: both;
    font-size: 11pt;
    padding-bottom: 0.5em;
}

.navigation ul
{
    padding: 0;
    margin: 0;
}

.navigation ul li
{
    display: inline;
    margin-left: 0.5em;
    margin-right: 0.5em;
    list-style-type: none;
    position: relative;
}

.navigation ul li a, .navigation ul li a:visited
{
    text-decoration: none;
}

.navigation ul li:hover a
{
    color: White; /* hyperlink color */
    text-decoration: underline;
}

#HouseMenuNavCurrentItem a
{
    color: White; /* hyperlink color */
    font-weight: bold;
}

.navigation ul li ul
{
    display: none;
}

.navigation ul li:hover ul
{
    display: block;
    position: absolute;
    top: 1.25em;
    left: 0;
    width: 15em;
    text-align: left;
}

.navigation ul li:hover ul li a.hide
{
    background: Gray; /* menu background color */
    color: White; /* hyperlink color */
}
.navigation ul li:hover ul li:hover a.hide
{
    width: 15em;
}
.navigation ul li:hover ul li ul
{
    display: none;
}
.navigation ul li:hover ul li a
{
    display: block;
    background: Gray; /* menu background color */
    color: White; /* hyperlink color */
    width: 15em;
    padding: 0em 1em;
    text-decoration: none;
}
.navigation ul li:hover ul li a:hover
{
    /* invert hovered sub-menu item */
    background: White; /* hyperlink color */
    color: Gray; /* menu background color */
}
.navigation ul li:hover ul li:hover ul
{
    display: block;
    position: absolute;
    left: 15.1em;
    top: 0;
}
.navigation ul li:hover ul li:hover ul li a
{
    display: block;
    width: 20em;
    background: Gray; /* menu background color */
    color: White; /* hyperlink color */
}
.navigation ul li:hover ul li:hover ul li a:hover
{
    /* invert hovered sub-menu item */
    background: White; /* hyperlink color */
    color: Gray; /* menu background color */
}

.thumbnail
{
    max-width: 240px;
    max-height: 240px;
}

.content .left
{
    margin-right: 1em;
}

.content .right
{
    margin-left: 1em;
}

.content .pagetitle
{
    padding-bottom: 1em;
}

.content a
{
    font-weight: bold;
}

.aboutimage
{
    padding-right: 1em;
    padding-bottom: 0.5em;
    float: left;
}

.footer
{
    clear: both;
    font-size: 9pt;
    padding-top: 2em;
    text-align: center;
    width: 800px;
}

.footer a
{
    color: White; /* hyperlink color */
    font-size: 9pt;
    font-weight: normal;
}

#loginArea, #loginArea a
{
    font-size: 8pt;
    margin-top: 1em;
}

/******* Simple Gallery module styles ********/

.SimpleGallery
{
    font-size: 9pt;
}

.album-item a
{
    text-decoration: none;
}

img.photo_198
{
    border-style: solid;
    border-width: 1px !important;
    border-color: rgb(95,95,95); /* photo border color */ /* dark gray */
}

/* suppress the display of some unwanted items */
.SimpleGallery_UnusedControls, .SimpleGallery_TopMenu
{
    display: none;
}

.SimpleGallery_Slideshow
{
    color: White; /* text color */
}

.SimpleGallery_Slideshow_SingleSlideDescription
{
    color: White; /* text color */
    font-size: 12pt;
    padding-top: 8em;
}

.SimpleGallery_Slideshow_SingleSlideDescription .Name
{
    font-size: 16pt;
}

.SimpleGallery_Slideshow_SingleSlideDescription .Title
{
    font-style: italic;
}

.SimpleGallery_Slideshow_SingleSlideDescription .Separator
{
    font-size: 24pt;
    padding-bottom: 0.25em;
    padding-top: 0.25em;
}

.SimpleGallery_Slideshow_SingleSlideDescription .WorkName
{
    font-size: 14pt;
    font-style: italic;
    font-weight: normal;
}

.SimpleGallery_Slideshow_SingleSlideDescription .WorkDescription
{
    font-size: 11pt;
    font-style: italic;
}

.SimpleGallery_Slideshow_SingleSlideDescription .NavigationLinks
{
    margin-bottom: 1em;
    margin-top: 2em;
}

.SimpleGallery_Slideshow_SingleSlideDescription .NavigationLinks, 
.SimpleGallery_Slideshow_SingleSlideDescription .NavigationLinks a.CommandButton
{
    font-size: 8pt;
    font-weight: normal;
    padding-bottom: 2em;
    padding-top: 2em;
    text-transform: uppercase;
}

.SimpleGallery_Slideshow_SingleSlideDescription .MailtoLink a
{
    font-size: 8pt;
    font-style: italic;
    font-weight: normal;
}

.SimpleGallery_Slideshow_SingleSlideDescription .PhoneNumber
{
    font-size: 8pt;
}

.SimpleGallery_Slideshow_SingleSlidePhoto img.photo_198
{
    border-color: White;
    border-width: 1px !important;
}

/******* Home Page *******/

.SideImage
{
    max-width:100px;
    max-height:150px;
    margin: 0.5em;
}

.CentralImage
{
    margin-left: 1em;
    margin-right: 1em;
    max-width:250px;
    max-height:375px;
}
