﻿* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	
	color: black;
	margin: 0;
	padding: 0;
	border: 0;
}	

body { background-color: black; }

h1 		{ font-size:30px; color:black; text-decoration: underline; font-weight:bold }
h2 		{ font-size:16px; font-weight:bold }
h3 		{ font-size:16px; color:black; font-weight:bold ; font-style:italic}
h4 		{ font-size:16px; } */ /* To be used with content1 for Music Reviews page to format Band and Title */
h5 		{ font-size:16px;font-weight:normal;font-style:italic }

.responsive {
  width: 100%;
  height: auto;
}

.picborder {
		border-style: solid;
		border-width: 5px;
		margin: 5px;
			}

.podcast_table {
	border-collapse: collapse;
	border-style: solid;
	border-width: 5px;
			}

.podcast_cell {
	border-style: solid;
	border-width: 5px;
				}	
			
.podcast_cell1 {
	border-style: solid;
	border-width: 5px;
	padding: 5px
				}	

/* .galleria{ margin-left:auto; margin-right:auto; max-width : 900px; height: 700px; background: #000 } */
.galleria{ margin-left:auto; margin-right:auto; max-width : 69%; height:500px; background : #000 }

/* Containers */

img {
    max-width: 100%;
    height: auto;
}

#wrapper { width:90%; height:100%; margin:0px auto; background-color:#999999; }


/* #wrapper { width:1200px; margin:0px auto; background-color:#999999; }  */

/* #wrapper { width:62%; height:100%; margin:0px auto; background-color:#999999; }  */

/* #top { background-image:url('../images/greenswirl.jpg');  } */
#top { background-image:url('http://www.megiloth.com/images/greenswirl.jpg');  }
#top img {
/* display: block; */
	display: inline;
	margin: auto;
	}
	
#navbar { background-color:green; clear:both; text-align:center }

#navbar ul { width:100%;  margin:0px; background-color:green; border-top: 3px #99FF33 solid; border-bottom : 3px #99FF33 solid; }
#navbar ul li { display:inline; }
#navbar a { font-weight:bold; font-size:18px; }
#navbar a { text-decoration:none }

#navbar a:link { color:yellow; }
#navbar a:visited { color:yellow; }
#navbar a:activ { color:yellow; }
#navbar a:hover { color:yellow;  background-color: #33CC33}
#navbar a:focus { color:yellow; }

#navbar ul li a { padding: 10px 20px; }
 
#navbar li { display:inline; }
#navbar a  { display:inline-block; }

#content { margin:10px }

#content a { font-weight:bold; font-size:16px; }
#content a { text-decoration:none }
#content a:link { color:#003300; }
#content a:visited { color:#FFFF66; }
#content a:activ { color:#FFFF66; }
#content a:hover { color:#33CC33; }
#content a:focus { color:#FFFF66; }

	
/* Content1 is for the Music Reviews page to format Band and Title */

#content1 { margin:10px }

/* #content1 a { font-weight:bold; font-size:16px; } */
#content1 a { text-decoration:none }
#content1 a:link { color:#003300; }
#content1 a:visited { color:#FFFF66; }
#content1 a:activ { color:#FFFF66; }
#content1 a:hover { color:#33CC33; }
#content1 a:focus { color:#FFFF66; }  


#footer1 {
		background-color: green;
		clear:both;
		text-align:center;
		}

#footer1 table { border-top: 3px solid #99FF33; border-bottom: 3px solid #99FF33;
				 background-color: #008000; }
#footer1  td { color:yellow; font-weight:bold; font-size:18px; }

#footer2 { background-image:url('../images/greenswirl.jpg'); }
