﻿@import url("menu.css");

/**  Admin Control Bar CSS fixes   **/
#ControlBar, #ControlBar *, .actionMenu *
{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
/** Main CSS **/
html
{
    position: relative;
    min-height: 100%;
}
body
{
    /* Margin bottom by footer height */
    margin-bottom: 70px;
    background-image: url('Images/bgsky.png');
    background-attachment: fixed;
    background-repeat:  no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size : cover;
    -o-background-size: cover;
    background-size : cover;
}

p
{
    font-family: "Times New Roman" , Times, serif;
    font-size: 16px;
    font-weight: normal;
    color: #000000;
}
/* Blog Styles ----------------------------- */
.post_title a
{
    color: #800000;
}
#postreadmore a {
    color: #800000;
}
#postheading a {
    color: #800000;
}
.BlogReadMore a {
    color: #800000;
}
#BlogComments a, a:link, a:visited{
    color: #800000;
}
#blog_tagCloud423 a {
    color: #800000;
}
#authorby {
    color: #800000;
}
#latestblogposts
{
    padding-left: 20px;
    font-family: 'Times New Roman' , Times, serif;
    text-decoration: underline;
}

/* Sticky footer styles--------------------- */
.footer
{
    position: absolute;
    bottom: 0;
    width: 100%; /* Set the fixed height of the footer here */
    height: 70px;
    background-color: #7C6B5A;
}

/* Lower Links */

#dnn_dnnTerms_hypTerms
{
    font-family: 'Times New Roman' , Times, serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
    color: #fff;
}
#dnn_dnnCopyright_lblCopyright
{
    font-family: "Times New Roman" , Times, serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;
}
#dnn_dnnPrivacy_hypPrivacy {
	font-family: 'Times New Roman' , Times, serif;
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
    color: #fff;

}
#dnn_dnnLogin_loginLink {
	font-family: "Times New Roman" , Times, serif;
    font-size: 14px;
    font-weight: bold;
    color: #FFFFFF;

}