/** Style sheet for RadiOlympus **/
/** safari hack **/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    body { font-weight: 200;
	font-size: 11pt;
	font-family: Trebuchet MS;
	color: #ffffff; }
}

/** defaults **/

html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #FFFFFF;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background-image: url(shout2.jpg);
	background-color: #151515;
background-attachment:fixed;
    background-repeat: no-repeat;
	scrollbar-arrow-color: #FFFFFF;
    scrollbar-3dlight-color: #000000;
    scrollbar-highlight-color: #777777;
    scrollbar-face-color: #000000;
    scrollbar-shadow-color: #777777;
    scrollbar-darkshadow-color: #000000;
    scrollbar-track-color: #333333;
	font: 8pt tahoma;
	color: #ffffff;
	margin-bottom: 3px;
	margin-left: 3px;
	margin-right: 3px;
}

/** layout **/
#wrapper {
	width: 540px;
	min-height: 405px;
	_height: 405px;
	position: relative;
}

h1 {
  padding: 25px 0 0 30px;
  font: 32px "arial black", arial, courier;
  color: #151515;
}

h1 em {
  color: #ffffff;
  font-weight: bold;
  font-style: normal;
  position: relative;
  top: -4px;
}
h2 {
  padding: 5px 5px;
  margin: 5px 5px;
  font: 18px arial, courier;
  color: #fff;
  background: #3A0404
  
}
h2 {
  padding: 5px 5px;
  margin: 5px 5px;
  font: 18px arial, courier;
  color: #fff;
  background: #3A0404
  
}

#body {
  border: 3px solid white;
  background: #901315;
  padding: 18px;
}



/** footer **/
#footer {
  text-align: center;
}
#footer p, #footer ul {
  margin: 0.8em;
}
#footer ul {
  margin-top: 1.2em;
}
#footer li {
  display: inline;
  list-style: none;
}


input {
	border: 1px solid #222222;
	background-color: #FAFAFA;
	font-family: Trebuchet MS ;
	font-size: 11pt;
	color: #000000;
	text-align: center;
	margin-bottom: 1px;
	cursor: default;
}
.taga {
	background-color: transparent;
	padding: 1px 1px 1px 1px;
}
.tagb {
	background-color: transparent;
	padding: 1px 1px 1px 1px;
}
.tag1 {
	background-color: transparent;
	padding: 1px 1px 1px 1px;
}
.tag2 {
	background-color: transparent;
	padding: 1px 1px 1px 1px;
}
.tag1 a{
    text-decoration: none;
	color: #0000FF;
}
.tag2 a{
    text-decoration: none;
	color: #0000FF;
}
.tagc{
	background-color: transparent;
	font-weight: bold;
	color: #F7FF29;
}
.formarea {
	text-align: left;
	background: transparent;
	padding-top: 2px;
	padding-bottom: 2px;
}

.inputname {
text-align: left;
	width: 69px;
	margin-right: 1px;
	font: 12px;
	height: 22px;
}
.inputurl {
	width: 100px;
}
.inputmsg {
text-align: left;
	width: 300px;
	font: 12px;
	height: 22px;
}
.inputbutton {
	width: 70px;
	font: 12px;
	height: 22px;
}