@charset "utf-8";
body {
    margin: 10px;
    color: #FFFFFF;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    background-color: #000000;
}
.title {
    text-align: center;
    background-image: url(titlebgrnd.png);
    background-size: 100% 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
}
nav {
    float: right;
    z-index: 1500;
    position: absolute;
    right: 0px;
    top: 0px;
}
.mainbody {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
    background-image: url(mainbodybgrnd.png);
}
.mobile {
    display: none;
}
.desktop ul li {
    list-style-type: none;
    margin: 5px;
    padding: 5px;
    display: inline-block;
    border-bottom: thin solid #000000;
    text-shadow: 2px 2px 6px #000000;
    border-right: thin solid #000000;
    background-color: #363636;
}
ul li a:link {
    color: #FFFFFF;
    text-decoration: none;
}
ul li a:visited {
    color: #FFFFFF;
    text-decoration: none;
}
ul li a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
ul li a:active {
    color: #FFFFFF;
    text-decoration: none;
}
a:link {
    color: #FF0004;
    text-decoration: none;
}
a:visited {
    color: #FF0004;
    text-decoration: none;
}
a:hover {
    color: #FF0105;
    text-decoration: none;
}
a:active {
    color: #F90004;
    text-decoration: none;
}
.header {

}
#newsitem {
    border-bottom-style: solid;
    border-bottom-color: #A1100F;
    padding-bottom: 10px;
    padding-top: 10px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-left: 10px;
    margin-right: 10px;
}
.newsdate {
    color: #159093;
    font-size: large;
    letter-spacing: 2pt;
    text-transform: uppercase;
    font-weight: bold;
}
.discogheader {
    color: #159093;
    font-size: large;
    /* [disabled]letter-spacing: 2pt; */
    /* [disabled]text-transform: none; */
    font-weight: bold;
}
.discogtitle {
	font-weight: bold;
}
.discogcat {
	font-size: 8pt;
}
#discogpic {
	overflow: hidden;
	padding-bottom: 10px;
}
hr {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #b73726;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.imageleft {
    float: left;
    margin-right: 5px;
    margin-bottom: 5px;
}
.imageright {
    float: right;
    margin-left: 5px;
    margin-bottom: 5px;
}
.privacypolicy {
    font-size: small;
}













/*Tablet View*/
@media (min-width: 401px) and (max-width: 768px){
.mobile {
    display: block;
    float: right;
}
.desktop {
    display: none;
}
.expand {
    display: block;
}
.desktop ul li {
    display: block;
}
nav {
    float: right;
    z-index: 1500;
    position: absolute;
    right: 0px;
    top: auto;
}
}



/*Mobile View*/
@media (max-width: 400px){
.mobile {
    display: block;
    float: right;
}
.desktop {
    display: none;
}
.expand {
    display: block;
}
.desktop ul li {
    display: block;
}
nav {
    float: right;
    z-index: 1500;
    position: absolute;
    right: 0px;
    top: auto;
}
}
