﻿
body
{
    background-position: center;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    background-color: #003069;
    background-image: url(/common/images/RichardMerchanTriton.jpg);
    color: #EFEFEF;
    font-size: 1em;
    font-family: Arial;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: center top;
}
.centered
{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.right
{
    text-align: right;
}
.left
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}
.main
{
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    width: 986px;
}
a
{
    color: #FF6600;
}
a:hover
{
    color: white;
}
a img
{
    border: none;
}

a *
{
    vertical-align: middle;
}
.intro
{
    padding-left: 20px;
    padding-right: 20px;
    color: Gainsboro;
    width: 477px;
    border: 1px solid #1E1E1E;
    background-image: url('../images/menuBackground.png');
    background-repeat: repeat;
}
hr
{
    border: 1px solid #333333;
    color: #333333;
}

.article
{
    padding: 10px;
    margin: 10px;
    color: #333333;
}
.articleBody
{
    display: inline;
}

.logDetails
{
    border: 1px solid gray;
    padding: 2px;
    float: left;
    margin-right: 10px;
    font-size: 12px;
    background-image: url('../images/menuBackground.png');
    background-repeat: repeat;
}
.logDetails .data
{
    color: #009933;
    font-weight: bold;
}
#cntdwn
{
    font-size: 15px;
    font-weight: bold;
}

.menuCont, .topMenu
{
    width: 100%;
    text-align: left;
    margin-left: auto;
    margin-right: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
}
.menuCont ul, ul.comments, .topMenu ul, .logDetails ul
{
    list-style-type: none;
    list-style-image: none;
}
.menuCont li, .topMenu li
{
    display: inline-block;
    width: 60px;
    height: 22px;
    margin: 10px;
    border: 1px solid #1E1E1E;
    text-align: center;
    padding-top: 3px;
    background-image: url('../images/menuBackground.png');
    background-repeat: repeat;
}
.menuCont li:hover, .topMenu li:hover
{
    border: 1px solid #C0C0C0;
}
.menuCont li a, .topMenu li a
{
    color: #C0C0C0;
}

/*shaded*/
.shaded
{
    border: 1px solid #1E1E1E;
    margin: auto;
    padding-top: 3px;
    background-image: url('../images/menuBackground.png');
    background-repeat: repeat;
    padding: 20px;
}


/*modal*/
.jqmWindow
{
    display: none;
    position: fixed;
    top: 17%;
    left: 50%;
    margin-left: -300px;
    width: 600px;
    background-color: #EEE;
    color: #333;
    border: 1px solid black;
    padding: 12px;
}

.jqmOverlay
{
    background-color: #000;
}

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow
{
    position: absolute;
    top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}


/*Comment Form*/
#txtEmail, #txtDisplayName, #txtComment
{
    width: 300px;
}
#txtComment
{
    height: 300px;
}
#AddCommentDialog label
{
    width: 200px;
    display: inline-block;
    vertical-align: top;
}
#AddCommentDialog
{
    display: none;
}

.commentFeedback
{
    color: Yellow;
}
/*Comments*/
ul.comments
{
    list-style-type: none;
    list-style-image: none;
}
ul.comments li
{
    display: block;
    margin: 10px;
    border: 1px solid silver;
}
ul.comments li .commentTitle
{
    background-color: Gainsboro;
    color: Black;
    padding: 2px;
}
ul.comments li .commentBody
{
    background-image: url('../images/menuBackground.png');
    background-repeat: repeat;
    padding: 5px;
}

.topMenu li
{
    margin: 0px;
    width: 120px;
}


/*social media links*/
.social
{
    padding: 5px;
}
/* Custom Icons */.addthis_toolbox .custom_images a
{
    width: 32px;
    height: 32px;
    margin: 0;
    padding: 0;
}
.addthis_toolbox .custom_images a img
{
    opacity: 1.0;
}
.addthis_toolbox .custom_images a:hover img
{
    opacity: 0.75;
}

.PhotoList li
{
	display: inline;
	float: left;
	margin-left: 15px;
	margin-bottom: 15px;
}