@charset "utf-8";
/* CSS Document */

body {
	background:#000;
	color: #C00;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}

#outer-container {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	overflow:hidden;
}

#container {
	background: #000;
	border: 0px solid #000;
	width: 80%;
	margin-right:auto;
	margin-left:auto;
	overflow:hidden;
}

#header {
	color:#C00;
	font-size:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 0px;
	overflow: hidden;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
}

#nav {
	border-top: 0px solid #000;
	border-bottom: 0px solid #000;
	text-align: center;
	margin-left:auto;
	margin-right:auto;
	overflow: hidden;
}

#nav a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#nav li{
	display: inline;
	list-style-type: none;
	padding:20px;
}

#content {
	overflow: hidden;
	text-align:center;
	margin-left: auto;
	margin-right:auto;
	display:block;
}

#gallery {
	margin-left:auto;
	margin-right:auto;
	width:80%;
	overflow:auto;
	display:inline-block;
}

#frame {
	display:inline-block;
	margin:auto; 
	width:auto;
	border: 0px solid red;
	margin-bottom:5px;
	margin-right:5px;
}

#frame img {
	margin: auto;
	object-fit: contain;
    border: 1px solid #C00; /* Gray border */
    border-radius: 10px;  /* Rounded border */
    padding: 5px; /* Some padding */
    width: 100px; /* Set a small width */
	height: 100px;
}

#video {
	float:left; 
	margin:auto; 
	width:33%;
	height:250px;
}

#videoclear {
	float:left; 
	margin:auto; 
	width:33%;
	clear:right;
	height:250px;
}

/* Twitter */

#twitter {
	background-color:#000;  
	color:#C00;
	float:right;
	width:40%;
}

#albumart {
	display:inline-block;
	margin:auto; 
	height:auto;
	width:40%;
	border: 1px solid red;
	margin-bottom:5px;
	margin-right:5px;
}

#albumart img {
	max-width:80%;
    max-height:80%;
	object-fit: contain;
}

#radio {
	overflow:auto; 
	height:350px; 
	border:2px solid red; 
	margin-top:10px;
	text-align:left;
	padding-left:5px;
}

#radio li {
	list-style-type:circle;
}

#store-item {
    display:inline-block;
	margin:auto; 
	height:auto;
	width:40%;
	border: 0px solid red;
	margin-bottom:5px;
	margin-right:5px;
}

#store-item img {
	max-width:80%;
    max-height:80%;
	object-fit: contain;
}

a.twitter-timeline {
  /* Buttonish */
  display: inline-block;
  padding: 6px 12px 6px 30px;
  margin: 10px 0;
  border: #F00 solid 1px;
  border-radius: 3px;
  background: #000;

  /* Text */
  font: normal 12px/18px Helvetica, Arial, sans-serif;
  color: #C00;
  white-space: nowrap;
}

a.twitter-timeline:hover,
a.twitter-timeline:focus {
  background-color: #000;
}

/* Color Highlight for keyboard navigation */

a.twitter-timeline:focus {
  outline: none;
  border-color: #C00;
}

/*End Twitter */

#footer {
	overflow: hidden;
}

.footerinfo {
	width: 450px;
	float: ;
	padding: 5px;
	font-size: 14px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}

#footer li {
	display: inline;
}

#footer a {
	color:#C00;
	font-family: Garamond;
	font-size: 14px;
}


a {
	text-decoration: none;
	color: #C00;
}

a:hover {
	text-decoration: none;
	color: #C00;
}


.center {
	text-align: center;
}

.icon img {
	max-width:15%;
}

.button {
	color: #C00;
	background-color: #000;
	border:0px solid red;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration:underline;
}

.button2 {
	-webkit-appearance: none; 
	-moz-appearance: none;
}
