@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFF;
	font-family: Futura, Helvetica, Helvetica Neue, Arial, sans-serif;
	font-size: 100%;
	background-color: #EEFFFF;
	background-image: url(anonbk2.jpg);
}

@font-face {
 font-family: m46;
 src: url("m46.eot") /* EOT file for IE */
}
@font-face {
 font-family: m46;
 src: url("m46.ttf") /* TTF file for CSS3 browsers */
}

.m46 {
font-family: m46, sans-serif;
font-size: 30px;
}

a:link {
	color: #ffc000;
	text-shadow: #FF3399 0px 0px 0px;
	text-decoration: none;
    }
a:visited {
	color: #ffc000;
	text-shadow: #FF3399 0px 0px 0px;
	text-decoration: none;
    }

a:hover{
color: #ffee00;
}


li {
	list-style-image: url(iphone/list_icon.png);
	list-style-position: inside;
	text-align: left;
	font-size:20px;
	text-shadow: #FF3399 0px 0px 0px;
}

ul {
	
	margin-top: 10px;
	margin-left: 10px;

}
ul#categoryMenu li {
font-size:16px;
}
ul#categoryMenu li ul li {
font-size:12px;
list-style-image: url(umbrella2.png);
}

ul#categoryMenu li ul li a:link{
color: #ffa000;
text-shadow: none;
}
ul#categoryMenu li ul li a:visited{
color: #ffa000;
text-shadow: none;
}
ul#categoryMenu li ul li a:hover{
color: #ffee00;
}

img {
	border: 0px;
}

embed {
margin-top:10px;
border: 1px solid #ffc000;}
	
.oneColElsCtr #container {
	display:block;
	position:relative;
	width: 500px;
	height: auto;
	margin-right: auto;
	margin-bottom: 0;
	margin-top: 20px;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
	padding-bottom:20px;
}
.oneColElsCtr #mainContent {
	display:block;
	position:relative;
	text-align: center;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 10px;
	padding-left: 40px;
	color: #333333;
	top: 80px;
}

#title {
	width:452px;
	height:102px;
	margin-left:auto;
	margin-right:auto;
	text-shadow: #2F0858 0px 1px 2px;
	position: relative;
	filter: Alpha(Opacity=80, FinishOpacity=100, );
	text-align: center;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}


#mainContent {
	margin: 10px;	
}

#innerContent {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0px 10px 5px #000;
	width: 510px;
	margin-left:auto;
	margin-right:auto;
	display: block;
	position: relative;
	color: #FFEEEE;
	margin-top: 0px;
	background-color: #000000;
	padding: 15px;
	background-image: url(innerbk3.jpg);
	background-repeat: repeat-x;
	font-style: normal;
	font-size: 24px;
	text-shadow: #002233 0px 1px 2px;
	margin-bottom: 100px;
border: 2px solid #ffc000;
}


.small{
	margin-left:auto;
	margin-right:auto;
	color: #000000;
}
.newsticker {
	border: 1px solid #ffc000;
	background-color: #1B1716;
	list-style-position: inside;
	list-style-image: url(iphone/list_icon.png);
	list-style-type: none;
	text-shadow: #FF3399 0px 0px 0px;
	text-align: left;
	min-height:50px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	margin-bottom: 10px;
}



.newsticker li{
	list-style-image: none;
	list-style-image: url(umbrella2.png);
	font-size:12px;
	color: #ff2200;
	}

.player{
	display: block;
	height: 335px;
	width: 480px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
	margin-top: 15px;
	text-align: center;
	
}
#feedarea {
	display: block;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	font-size: 16px;
	width:500px;
	overflow: auto;
	list-style-position: inside;
	list-style-image: url(iphone/list_icon.png);
	list-style-type: none;
	text-align: left;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 5px;
	margin-bottom: 10px;
}


* {
    margin: 0;
}
html, body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}
.footer, .push {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
	text-shadow: #103336 0px 0px 0px;
	color: #FFEEEE;
	font-size: 12px;	
}

.blue {
color: blue;
}
