/*
Theme Name: WDS-theme
Author: WhiteWatson
Author URI: xxx
Description: Theme for our page
Version: 1.0.0
License: xxx
License URI: xxx
Text Domain: xxx
Theme URI: xxx
Tags: white, watson
*/

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*General*/
body
{
    color:#000000; 
    font-family:'Arial'; 
    font-size:12px; 

    background-color: #211f1f;
    background-size: cover;
    background-attachment:fixed;   
    background-image: url("./././images/Background.jpg");
    background-repeat: no-repeat;
    background-position: center top;
}

a:link { color: #000000; text-decoration: none}
a:visited { color: #000000; text-decoration: none}
a:hover { color: #000000; text-decoration: underline}
a:active { color: #000000; text-decoration: none}

#wrapper
{
    width: 1080px;
    max-width: 1080px;
    min-width: 1080px;
	text-align: left;
    display: block;
	margin-left: auto;
	margin-right: auto;
}

/*Header*/
#header
{
	height: auto;
	padding: 10px;
    width: 880px;
    margin-bottom: 20px;
	margin-left: auto;
    margin-right: auto;
    text-align: center;
}

/*#header > a
{
    text-align: center;
}*/

#header > a > img
{
    margin-bottom: 15px;
	max-width: 100%;
	max-height: 100%;
}

#header > a > img:hover
{
    
}


/*#header > h1
{
    color: white;
    text-align: center;
    font-size: 80px;

}*/

.header-menu
{
    text-align: center;
    display: block;
}

.header-footermenu-container
{
    margin: 10px;
}

/*.header-menu ul
{
    display: inline;
}*/

.header-menu li
{
    list-style-type: none;
    display: inline;
    padding: 10px;
}

.header-menu li a
{
    text-decoration: none;
    font-size: 35px;
    font-weight:900;
    color: whitesmoke;
    border-width: thick;
    border-color: white;
    border-style: solid;
    padding: 5px;
}

.header-menu li a:link
{
    color: whitesmoke;

}

.header-menu li a:hover
{
    text-decoration: underline;
    background-color: black;
}



/*Content*/
#main
{
    width: 680px;
    padding: 10px;
    margin-bottom: 5px;
	margin-left: auto;
    margin-right: auto;
	
	background-color: whitesmoke;
}

#siteheading
{
    text-align: left;
}

#meta
{
    margin-bottom: 20px;
}


#nextprevious-post
{
    text-align: center;
    color: gray;
    font-size: 15px;
}

#nextprevious-post > a
{
    text-decoration: none;
    font-size: 15px;
    color: whitesmoke;
}

#nextprevious-post > a:link
{
    color: whitesmoke;
}

#nextprevious-post > a:hover
{
    text-decoration: underline;
}

/*Footer*/
#footer
{
	clear: both;
	/*padding: 5px; */
    /*margin-top: 20px;*/
}

/*Footer Menu*/
.footer-menu
{
    text-align: center;
    display: block;
}

.menu-footermenu-container
{
    margin-top: 10px;
}

/*.footer-menu ul
{
    display: inline;
}*/

.footer-menu li
{
    list-style-type: none;
    display: inline;
}

.footer-menu li:before 
{
	content: '\00a0\2022\00a0\00a0';
	color: white;
	font-size: 12px;
}

.footer-menu li:first-child:before 
{
	content: '';
}

.footer-menu li a
{
    text-decoration: none;
    font-size: 15px;
    color: whitesmoke;
}

.footer-menu li a:link
{
    color: whitesmoke;
}

.footer-menu li a:hover
{
    text-decoration: underline;
}


/*Social & Streaming*/

.social
{
    text-align: center;
}

.social > div
{
    padding: 10px;
    display: inline-block;
}

.social > div:hover
{
    border: 2px solid whitesmoke;
}
