/*--------------------Body & Main Table*/
body, html {
	background: #54657F;
	font-family: Lucida Sans Unicode, Lucida Grange, Verdana;
	font-size: 12px;
color: #000;
border: none;
	margin: 0;
	padding: 0;
behavior: url(csshover.htc);
	}

#rap { 
clear: left;
	background: #54657F;
margin: 80px 0 20px 0px;
	}
/*--------------------*/


/*--------------------Links*/
a:link {
text-transform: lowercase;	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

a:visited {
text-transform: lowercase;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

a:hover {
	font-weight: bold;
color: #FFB200;
}
/*--------------------*/


/*--------------------Header & Navbar*/
#header {
background: #54657F;
}

#title {
border-top: 3px solid #fff;
border-right: 3px solid #fff;
border-bottom: 3px solid #fff;
background: #112f47;
margin: 10px 50px 10px 0px;
color: #FFB200;
font-size: 35px;
text-align: left;
padding: 5px;
text-transform: lowercase;
font-weight: bolder;
letter-spacing: -4px;
height: 40px;
overflow: hidden;
}

.menutitle{
cursor: pointer;
margin-bottom: 5px;
background-color: #112F47;
color: #fff;
text-transform: lowercase;
width: 110px;
padding: 2px;
font-weight: bold;
/*/*/border:1px solid #fff;/* */
}

.menutitle:hover {
background: #3366cc;
color: #fff;
/*/*/border:1px solid #fff;/* */
}

.submenu {
text-transform: lowercase;
margin: 0 0 10px 5px;
}

#menu {
float: left;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 120px;
float: left;
text-align: center;
}

#menu a, #menu h2 {
display: block;
border: 2px solid #fff;
margin: 0;
padding: 2px 3px;
font-size: 14px;
}

#menu h2 {
color: #fff;
background: #112F47;
font-family: Lucida Sans Unicode, Lucida Grange, Verdana;
}

#menu a {
color: #fff;
background: #112F47;
text-decoration: none;
}

#menu a:hover {
color: #FFB200;
background: #3366cc;
}

#menu li {position: relative;}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

#menu ul ul {
position: absolute;
z-index: 500;
}

div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}

/*--------------------*/


/*--------------------H1, H2, etc - Content - */
h1 {
	font-size: 11px;
	color: #4682B4;
	margin: 5px 0px 5px 0px;
	padding: 0px;
}

h2 {
font-size: 12px;
margin: 0px 0 0 0;
background-color: #112F47;
color: #fff;
text-transform: lowercase;
width: 110px;
padding: 2px;
font-weight: bold;
/*/*/border:1px solid #fff;/* */
}

h2 a:link {
background-color: transparent;
color: #fff;
}

h2 a:visited {
background-color: transparent;
color: #fff;
}

h2:hover {
background: #54657F;
color: #fff;
/*/*/border:1px solid #fff;/* */
}

h2 a:hover {
background: transparent;
color: #fff;
}

h3 {
background: #112F47;
	font-size: 17px;
	text-transform: lowercase;
	font-weight: lighter;
	color: #fff;
	margin: 5px 0px 0px 0px;
	padding: 0px 5px 0 5px;
	border-bottom: 1px solid #fff;
}

h3 a:link {
         color: #FFB200;
         text-decoration: none;
			font-weight: lighter;
}

h3 a:visited {
         color: #FFB200;
         text-decoration: none;
			font-weight: lighter;
}

h3 a:hover {
         color: #A6B1BF;
         text-decoration: none;
			font-weight: lighter;
}

#content {
text-align: justify;
margin: -20px 0 20px 10px;
	padding: 0px;
width: 530px;
	}

#content p {
	font-size: .9em;
	}

.post {
border: 3px solid #ffffff;
display:inline-block;
background: #112F47;
margin: 0px 0px 20px 20px;
	}

.meta {
	border-bottom: 1px dashed #A6B1BF;
	font-size: 10px;
	font-weight: normal;	
	margin: 10px 100px 0px 15px;
	padding: 2px;
	color: #fff;
	}

.meta2 {
text-align: right;
	font-size: 10px;
	font-weight: normal;	
	margin: 0px 25px -5px 0px;
	padding: 0px;
	color: #fff;
	}

.storytitle {
	border: 3px solid #fff;
	height: auto;
text-align: left;
width: 565px;
	margin: 0px 0px 10px 0px;
padding: 5px;
	}

div.cent {
	text-align: center;
	}

.storycontent {
height: auto;

	color: #fff;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.1em;	
	padding: 5px 15px 5px 15px;
	text-align: justify;
	margin: 0px 0px 0px 0px;
	}


.storycontent a:link {
	font-weight: normal;
	color: #FFB200;
	}
	
.storycontent a:visited {
	font-weight: normal;
	color: #FFB200;
	}

.storycontent a:hover {
	color: #A6B1BF;
	}

.storycontent blockquote {
	background: #A6B1BF;
	color: #000;
    border: 6px double #fff;
    margin: 0px;
    padding: 10px;
	}

.storycontent blockquote a {
	color: #000;
	}

.storycontent blockquote a:visited {
	color: #000;
	}

.storycontent blockquote a:hover {
	color: #CD1724;
}


.storycontent ul {	
	list-style-type: none;
	margin-left: 10px;
	margin-right: 20px;
	padding: 0;	
	}

.storycontent ul li {
	list-style-image: url(images/bullet.gif);
	margin-left: 10px;
	}

.storycontent ol {	
	margin-left: 10px;
	margin-right: 20px;
	padding: 0;	
	}

.storycontent ol li {
	margin-left: 10px;
	}

.player {
margin: 0px 0 0 0 10px;
padding: 10px;

}

.listen {
font-family: Lucida Sans Unicode, Lucida Grange, Verdana;
text-algin: center;
color: #fff;
margin: 10px 10px 10px 0px;
border: 1px solid #fff;
padding: 10px 5px 8px 10px;
font-size: 14px;
background: #3366cc;
text-transform: lowercase;
}

.mp3 {
font-family: Lucida Sans Unicode, Lucida Grange, Verdana;
display: inline;
color: #FFB200;
border: 1px solid #fff;
padding: 0px 10px 2px 10px;
font-size: 11px;
background: #112F47;
text-transform: lowercase;
}

.mp3 a:link, .mp3 a:visited {
color: #FFB200;
}

.mp3:hover {
font-family: Lucida Sans Unicode, Lucida Grange, Verdana;
display: inline;
color: #fff;
border: 1px solid #fff;
padding: 0px 10px 2px 10px;
font-size: 11px;
background: #3366cc;
text-transform: lowercase;
}

.feedback {
text-align: center;
width: 330px;
	margin: 10px 0px 5px 140px;
padding: 8px;
	font-size: 12px;
	font-weight: normal;
border-top: 1px dashed #A6B1BF;
	color: #fff;
	text-align: right;
	}

.top {
font-family: Lucida Sans Unicode, Lucida Grange, Verdana;
display: inline;
color: #fff;
border: 1px solid #fff;
padding: 0px 10px 2px 10px;
font-size: 11px;
background: #3366cc;
text-transform: lowercase;
}

.top:hover {
font-family: Lucida Sans Unicode, Lucida Grange, Verdana;
display: inline;
color: #fff;
border: 1px solid #fff;
padding: 0px 10px 2px 10px;
font-size: 11px;
text-transform: lowercase;
}

.feedlink {
font-family: Lucida Sans Unicode, Lucida Grange, Verdana;
display: inline;
color: #fff;
border: 1px solid #fff;
padding: 0px 5px 2px 5px;
font-size: 11px;
background: #3366cc;
text-transform: lowercase;
}

.feedlink:hover { 
font-family: Lucida Sans Unicode, Lucida Grange, Verdana;
display: inline;
color: #fff;
border: 1px solid #fff;
padding: 0px 10px 2px 10px;
font-size: 11px;
text-transform: lowercase;
}

.feedback a:link {
	font-weight: normal;
	color: #fff;
	}


.feedback a:visited {
	font-weight: normal;
	color: #fff;
	}

.feedback a:hover {
	color: #FFB200;
	}
	
div#wp_grins {
	margin: 1px 0 0 11px;
	}

.credit {
	clear: both;
text-align: center;
border: 2px solid #fff;
font-weight: normal;
	background: #112F47;
color: #fff;
margin: 0 auto;
min-height: 11px;
	padding: 2px;
	}
	
cite {
	margin: 0px;
	padding: 0px;
	font-style: normal;
	}

/*--------------------Menu*/
#searchtek {
	margin: 0px 0px 20px 5px; 
	padding: 5px;	
font-family: Lucida Sans Unicode, Lucida Grange, Verdana;
}

#searchtek form {
    display: inline;
    }

#menu {
clear: left;
float: left;
font-family: Lucida Sans Unicode, Lucida Grange, Verdana;
	}
#songs {
width: 115px;
	margin: 0px 0px 20px 5px; 
	padding: 5px;	
font-family: Lucida Sans Unicode, Lucida Grange, Verdana;
}

#songs li {
list-style: none;
width: 11px;
font-size: 11px;
margin: 0px; /*removes indent IE and Opera*/
padding: 0px;
}

#songs li a {
color: #BFD8FF;
}

#songs li a:visited {
color: #BFD8FF;
}

#songs li a:hover {
	color: #fff;
	}

#search {
margin: 0px;
padding: 0px;
}
/*-------------------*/


/*--------------------Forms*/
form#searchform label {
padding: 0px;
margin: 0px;
font-size: 11px;
}

form#searchform .sbox {
font-size: 12px;
margin: 5px 0 0 0;
background-color: #3366cc;
color: #fff;
width: 110px;
padding: 2px;
font-weight: bold;
/*/*/border:1px solid #fff;/* */
}

searchform .sbox:hover {
	background: #fff;
	color: #000;
	}

form#searchform .go {
	font-family: Lucida Sans Unicode, Lucida Grange, Verdana;
font-weight: bold;
	background: #54657F;
	border: 1px solid #fff;

	margin: 0px 0 0 100px;
	padding: 0px;
	color: #fff;
}

form#searchform .go:hover {
	background: #F3F0E8;
	color: #000;
}

form#news {
	text-align: left;
	margin: 40px 0px 0 0px;
	}

form#news label {
	width: 100px;
	margin: 5px 0 1px 0px;
	float: left;
	font-weight: bold;
	font-size: 16px;
	color: #000;
	}

#news .text {
	border: 3px double #fff;
	background: #54657F;
	width: 370px;	
	margin: 1px 0 10px 0px;
	padding-left: 3px;
	color: #fff;
font-family: Lucida Sans Unicode, Lucida Grange, Verdana;
}

#news .text:hover {
	border: 3px double A6B1BF;
	background: #3366cc;
	color: #ffb200;
}

#news .texta {
	border: 3px double #fff;
	background: #54657F;
	width: 370px;	
	margin: 1px 0 0 0px;
	padding-left: 3px;
	color: #fff;
font-family: Lucida Sans Unicode, Lucida Grange, Verdana;
	font-size: .9em;
	}

#news .texta:hover {
	background: #3366cc;
	color: #ffb200;
	}


#news .button {
	background: #54657F;
	border: 2px solid #F3F0E8;
	margin: 20px 0 0px 435px;
	padding: 0px;
	color: #fff;
	}

#news .button:hover {
	background: #3366cc;
	color: #ffb200;

}

form#list {
	color: #fff;
	padding: 10px 0 0px 0;
	margin: 0px 0 0 185px;
	}

#list label {
	width: 0px;
	margin: 0px 0 0 0px;
	display: block;
	float: left;
	font-size: 14px;
	color: #4F81BA;
	}

#list .text {
	border: 3px double #fff;
	background: #4F81BA;
	width: 100px;	
	margin: 0px 0px 0px 0;
	padding: 0px 10px 0 0;
	color: #fff;
font-family: Lucida Sans Unicode, Lucida Grange, Verdana;
}

#list .text:hover {
	background: #7ba1cc;
	color: #fff;
	}

#list .radio {
	background: transparent;
	width: 25px;	
	margin: 0px 0px 10px 100px;
	padding: 0px;
	color: #4F81BA;
	text-align: left;
	}

#list .button {
	background: #4F81BA;
	border: 2px solid#fff;
	margin: 0px 0 0 90px;
	padding: 0px;
	color: #fff;
	}

#commentform {
	margin: 10px;
	padding: 0 0 10px 0;
	}

#commentform label {
	width: 166px;
	margin: 1px 0 0 0px;
	display: block;
	float: left;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	}

#commentform input {
	border: 3px double #fff;
	background: #54657F;
	width: 370px;	
	margin: 1px 0 0 0px;
	padding-left: 3px;
	color: #fff;
font-family: Lucida Sans Unicode, Lucida Grange, Verdana;
	font-size: 12px;
	}

#commentform input:hover {
	background: #3366cc;
	color: #FFB200;
	}

#commentform textarea {
	border: 3px double #fff;
	background: #54657F;
	width: 370px;	
	margin: 1px 0 0 0px;
	padding-left: 3px;
	color: #fff;
font-family: Lucida Sans Unicode, Lucida Grange, Verdana;
	font-size: 12px;
	}

#commentform textarea:hover {
	background: #3366cc;
	color: #FFB200;
	}
/*--------------------*/

	
/*--------------------Comments*/
select {
	border: 2px double #fff;
	background: #344563;
	margin: 5px;
	padding-left: 3px;
	color: #fff;
	font-family: verdana, serif;
	}
	
.commentlist {	
	margin: 20px 20px 40px 20px;
	padding: 0;
	}

.graybox {
	background: #dee7f2;
	}
	
#commentlist code {
	font-family: Courier New, Courier, mono;
	border: 1px dashed #000;
	background: #000;
	padding: 0 5px 0 13px;
	text-align: left;
	}
	
#commentlist cite {
	margin: 0;
	padding: 5px;
	font-size: .9em;
	font-style: normal;
	background: #fff;
	}
	
.commentlist li {
	border: 3px double #fff;
	background: #3366cc;
	padding: 10px;
	margin: 10px 0 0 0;
	font-size: 12px;
	list-style-position: inside;
		}

.commentmetadata {
	font-size: 12px;
}

.nocomments {
margin: 20px;
}
/*--------------------*/