body{
background: #000 url('../bg.jpg') no-repeat fixed center -200px;
}

#home_logo{
background: transparent url('../rnlogo.png') no-repeat;
width:577px;
height:153px;
display:block;
float:left;
}
#home_logo span{
display:none;
}

#selecter{
display:block;
float:right;
width:200px;
height:20px;
margin-top:30px;
z-index:999;
background: transparent url('../trans/90.png');
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding:10px;
}

.dbox{
background: transparent url('../trans/90.png');
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding:10px;
  box-shadow: 0px 0px 5px #000;
  -moz-box-shadow: 0px 0px 5px #000;
  -webkit-box-shadow: 0px 0px 5px #000;

font-family: 'Droid Serif', arial, serif;
}


#main_content{
z-index:1;
}

#selecter_oflow{
background: #fff;
width:200px;
margin-left:-10px;
margin-top:-40px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
padding:10px;
display:none;
position:absolute;
z-index:999;
  box-shadow: 0px 0px 5px #000;
  -moz-box-shadow: 0px 0px 5px #000;
  -webkit-box-shadow: 0px 0px 5px #000;

clear:both;

}

.datesel, .dateseli {
font-family: 'Lobster', arial, serif;
font-weight:bold;
height:30px;
}

.datesel span.lr, .dateseli span.lr{
font-size:1.4em;
display:block;
float:left;
width:160px;
height:1.4em;
}

.datesel span.rr, .dateseli span.rr{
font-size:1.4em;
display:block;
height:1.4em;
width:40px;
background: transparent url('../arrow_down.png') no-repeat center center;
float:right;
}

.datesel span.rr span, .dateseli span.rr span{
display:none;
}

.datesel a:link{
text-decoration:none;
color:#be0101;
}
.datesel a:hover{
text-decoration:none;
color:#32215f;
}

.dateseli a:link{
text-decoration:none;
color:#aeaeae;
}
.dateseli a:hover{
text-decoration:none;
color:#aeaeae;
}

h3, h3 a, a.droidh3{
color:#32215f;
font-family: 'Lobster', arial, serif;
text-decoration:none;
font-weight:bold;
}

.setsize{
margin-top:20px;
min-height:200px;
}
.dbox img{
text-align:center;
}

.dtinfo{
border-top:1px dotted #be0101;
font-family: "Courier New", Courier, serif;
font-size:9px;
color:#000;
}

.nhere{
position:absolute;
margin-top:-20px;
margin-left:70px;
text-align:right;
background: transparent url('../trans/90.png');
padding:0 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
  box-shadow: 0px 0px 2px #000;
  -moz-box-shadow: 0px 0px 2px #000;
  -webkit-box-shadow: 0px 0px 2px #000;
}

/* ******************************************************
*********************** U P L O A D S *******************
****************************************************** */


#uploadbg{
background:#fff;
padding:10px 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
  box-shadow: 0px 0px 2px #000;
  -moz-box-shadow: 0px 0px 2px #000;
  -webkit-box-shadow: 0px 0px 2px #000;

}

#uploadbg h5{
margin-bottom:0px;
}
#uploadbg textarea{
height:100px;
}

#uploadbg input[type="text"]{
width:390px;
}

#uploadbg hr{
height:5px;
}

#addanother{
text-align:right;
margin-right:400px;
}

#addanotherfile span, #uploadbutton span {
display:none;
}

a#addanotherfile{
display:block;
width:200px;
height:30px;
background:url('/public/images/addmedia.gif') top left;
}

a#addanotherfile:hover {
background:url('/public/images/addmedia.gif') top right;
}

a#uploadbutton{
float:right;
clear:both;
display:block;
width:150px;
height:30px;
background:url('/public/images/upload.gif') top left;
}

a#uploadbutton:hover {
background:url('/public/images/upload.gif') top right;
}

#uploadnow{
text-align:right;
}
