/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
  display: block;
}

footer {
    font-size: 0.75em;
    text-align: right;
}

body {
    font-family: Ovo, Times, sans-serif;
}

content	{
    margin-top:5px;
    margin-left:10px;
    margin-right:50px;
    margin-bottom:0px;
    overflow: auto;
}

body a:link {
    color: black;
}

#logo {
 font-family: 'Fredericka the Great', serif;
 font-size: 72px;
 text-decoration: none;
 color: black;
 line-height: .75em;
}

#logotext {
 font-family: 'Fredericka the Great', serif;
 font-size: 42px;
 float: right;
 text-decoration: none;
 color: black;
 margin: 0.5em;
}

/* banner */

.banner {
    font-size: 1.2em;
    line-height: 0.5em;
    margin: 0 auto;
    padding: 0 0 0 0;
}

/* h1 is used for the titles */
.banner h1 {
    font-family: Ovo, Times, sans-serif;
    font-size: 1.25em;
    line-height: 0;
    margin: 0 auto;
    padding: 0 0 0 0;
}

.banner img#connector {
   vertical-align: middle;
}    

.banner img#logo {
    float: right;
    border: 1;
}

.banner nav {
    font-size: 1em;
    margin: 0 auto 0 auto;
    padding: 0;
    text-align: left;
}

.banner nav a:link, .banner nav a:visited {
    display: inline-block;
    padding: 0.25em;
    text-decoration: none;
    color: black;
  }

.banner nav a:hover, .banner nav a:active, .banner nav .active a:link,
.banner nav .active a:visited {
    background: #d639d0;
    color: white;
    text-shadow: none !important;
}

.banner nav #brackets {
    color: #d639d0;
}

/* end banner */

input	{
	font-size:14px;
}
TABLE	{
	font-size:17px;
}

.box    {
	cellpadding: 3px;
	font-size:13px;
	border: 1px dotted #005902;
}
.rsstitle    {
	cellpadding: 3px;
	font-size:13px;
	font-weight:bold;
	width:100%;
	border: 1px solid #d639d0;
}
.rssbox    {
	cellpadding: 3px;
	font-size:12px;
	width:100%;
	border-left: 1px dotted #d639d0;
	border-bottom: 1px dotted #d639d0;
}


p.songbox {
	border: 1px solid #000000;
	background: #4d36e2;
	width: 25em;
	padding: 0.5em;
}

.tight	{
	font-size:14px;
}

.scap   {
        font-variant: small-caps;
	font-size:15px;
	color:#d639d0;
}

.more   {
	font-weight:bold;
	color:#d639d0;
}
a:more   {
	text-decoration:none;
	font-weight:bold;
	color:#d639d0;
}
