/* 
    Document   : default
    Created on : Aug 25, 2013, 1:00:41 PM
    Author     : Rebekkah Baumann
    Description:
        Strange Days default stylesheet
*/

body {
    background-color:#000000;
    font-family:"Segoe UI", "Ebrima", "Trebuchet MS", sans-serif;
}
img {
    border:0px;
}
#container {
    width:1050px;
    margin:0 auto;
    position: relative;
}
.fleft {
    float:left;
}
#menubar {
    width:1050px;
    height:100px;
}
.nav-wrap { 
	margin: 50px auto; 
	background-color: rgba(0,0,0,0.6); 
	border-bottom: 2px solid black; 
        float:left;
}


.group:after { visibility: hidden; display: block; content: ""; clear: both; height: 0; }
*:first-child+html .group { zoom: 1; }

#menu { 
	margin: 0 auto; 
	list-style: none; 
	position: relative; 
	width: 850px; 
}
#menu li { 
	display: inline-block;	
        margin-right:20px;
}
#menu a { 
	color: #bbb; 
	font-size: 20px; 
	float: left;
	padding: 6px 10px 4px 10px;
        font-family:"Segoe UI", "Ebrima", "Trebuchet MS", sans-serif;
        font-weight:bold;
	text-decoration: none;
}
#menu a:hover { 
	color: white; 
}
#magic-line { 
	position: absolute;
	bottom: -2px; 
	left: 0; 
	width: 50px; 
	height: 2px; 
	background: #FFFFFF;
}
.current_page_item a { 
	color: white !important; 
}
.ie6 #menu li, .ie7 #menu li { 
	display: inline; 
}
.ie6 #magic-line {
	bottom: -3px;
}


#sliderFrame {position:relative;width:1000px;} 

#slider {
    width:1000px;height:526px;/* Make it the same size as your images */
	background:#000 url(images/loading.gif) no-repeat 50% 50%;
	position:relative;
	margin:0 auto;/*make the image slider center-aligned */
    box-shadow: 0px 1px 5px #999999;
}
#slider img, #slider>b, #slider a>b{
	position:absolute;
	border:none;
	display:none;
}
#slider>a {display:none;}

/* the link style (if an image is wrapped in a link) */
#slider a.imgLink {
	z-index:2;
	position:absolute;
	top:0px;left:0px;border:0;padding:0;margin:0;
	width:100%;height:100%;
}

/* Caption styles */
div.mc-caption-bg, div.mc-caption-bg2 {
	position:absolute;
	width:100%;
	height:auto;
	padding:0;
	left:0px; /*if the caption needs to be aligned from right, specify by right instead of left. i.e. right:20px;*/
	bottom:0px;/*if the caption needs to be aligned from top, specify by top instead of bottom. i.e. top:150px;*/
	z-index:3;
	overflow:hidden;
	font-size: 0;
}
div.mc-caption-bg {
	background-color:black;
}
div.mc-caption-bg2 {
    background:none;
}
div.mc-caption {
	font: bold 14px/20px Arial;
	color:#EEE;
	z-index:4;
	padding:10px 0;/*Adding a padding-left or padding-right here will make the caption area wider than its background. Sometimes you may need to define its width again here to keep it the same width as its background area (div.mc-caption-bg).*/
	text-align:center;
    background:none;
}
div.mc-caption a {
	color:#FB0;
}
div.mc-caption a:hover {
	color:#DA0;
}


/* ------ built-in navigation bullets wrapper ------*/
div.navBulletsWrapper  {
    top:320px; left:280px; /* Refer to demo 8's CSS file that has an easier approach to center the nav bullets */
    width:150px;
    background:none;
    padding-left:20px;
    position:relative;
    z-index:5;
    cursor:pointer;
}

/* each bullet */
div.navBulletsWrapper div 
{
    width:11px; height:11px;
    background:transparent url(images/bullet.png) no-repeat 0 0;
    float:left;overflow:hidden;vertical-align:middle;cursor:pointer;
    margin-right:11px;/* distance between each bullet*/
    _position:relative;/*IE6 hack*/
}

div.navBulletsWrapper div.active {background-position:0 -11px;}


/* --------- Others ------- */
#slider 
{
    transform: translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -o-transform:translate3d(0,0,0);
}

.loading 
{
    width:100%; height:100%;
    background:transparent url(images/loading.gif) no-repeat 50% 50%;
    filter: alpha(opacity=60);
    opacity:0.6;
    position:absolute;
    left:0;
    top:0; 
    z-index:9;
}

.itembox {
    width: 290px;
    height: 300px;
    margin-right:35px;
    background-color:#888888;
    float:left;
    padding:10px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow:    inset 0 0 5px #000000;
    -webkit-box-shadow: inset 0 0 5px #000000;
    box-shadow:         inset 0 0 5px #000000;
    margin-bottom:30px;
    font-size:18px;
}
.itembox a:link, .itembox a:visited {
    color: #000000;
    text-decoration: none;
}
.itembox a:active, .itembox a:hover {
    color: #708;
    text-decoration: underline;
}
.itemboxr {
    width:290px;
    height: 300px;
    background-color:#888888;
    float:left;
    padding:10px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow:    inset 0 0 5px #000000;
    -webkit-box-shadow: inset 0 0 5px #000000;
    box-shadow:         inset 0 0 5px #000000;
    margin-bottom:30px;
    font-size:18px;
}
.itemtitle{
    font-weight:bold;
    text-shadow: 0px 1px 1px #4d4d4d;
    color: #222;
    font-size:24px;
    margin-bottom: 10px;
}
.biopic {
    height:400px;
    width:240px;
    float:left;
    margin-right:10px;
    margin-bottom:30px;
}
.biopic:hover {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(136, 136, 136, .75);
    -moz-box-shadow: 0px 0px 15px 5px rgba(136, 136, 136, .75);
    box-shadow: 0px 0px 15px 5px rgba(136, 136, 136, .75);
}
.biopicr {
    height:400px;
    width:240px;
    float:left;
    margin-bottom:30px;
}
.biopicr:hover {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(136, 136, 136, .75);
    -moz-box-shadow: 0px 0px 15px 5px rgba(136, 136, 136, .75);
    box-shadow: 0px 0px 15px 5px rgba(136, 136, 136, .75);
}
#biobox {
    color:#fff;
    font-size:18px;
    clear:both;
    height:150px;
}
.bioboxtitle {
    font-style:italic;
    font-size:20px;
    font-weight:bold;
}
.songlist {
    width: 100%;
    padding: 3px;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
}
.borderr {
    border-right: solid 2px #fff;
}
.padr {
    padding-right:3px;
    padding-left: 3px;
}
.w100p {
    width: 100%;
}
.artist {
    color:#39c;
}
.footer {
    font-style:italic;
    font-size:15px;
    color:#cccccc;
    width:1000px;
    text-align:center;
    border-top:1px solid #cccccc;
    clear:both;
}
.footer a:link, .footer a:visited {
    text-decoration:none;
    color:#cccccc;
}
.footer a:active, .footer a:hover {
    text-decoration:underline;
    color:#cccccc;
}

/* --------- Contact Us Form ------- */

.contacttable {
    background-image: url("../images/contactbg.gif");
    width: 500px;
    border:2px solid #39c;
    border-radius:7px;
    box-shadow:0 0 10px #39c;
    color: #fff;
    font-size: 25px;
    padding: 10px;
}
.input1, textarea {
    font-family:"Segoe UI", "Ebrima", "Trebuchet MS", sans-serif;
    width:400px;
    border:2px solid #dadada;
    border-radius:7px;
    font-size:16px;
    padding:5px;
    margin-top:-10px;    
    padding-left: 30px;
    background-color: #000;
    color: #39c;
    font-style: italic;
}

.input1:focus, textarea:focus { 
    font-family:"Segoe UI", "Ebrima", "Trebuchet MS", sans-serif;
    outline:none;
    border-color:#39c;
    box-shadow:0 0 10px #39c;
    color: #fff;
}
.input2 {
    position: absolute;
    left: -2000px;
}
.submitbutton {
    background-image: url("../images/send.gif");
    width:150px;
    height: 50px;
    border:0;
    color: transparent;
    cursor: pointer;
}
/* --------- Sound Manager CSS ------- */

a.sm2_button{position:relative;display:inline-block;width:18px;height:18px;text-indent:-9999px;overflow:hidden;vertical-align:middle;border-radius:6px;margin-top:-1px;-webkit-transition-property:hover;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out 0s;-o-transition-property:background-color;-o-transition-duration:.15s;*text-indent:0;*line-height:99em;*vertical-align:top}a.sm2_button:focus{outline:0}a.sm2_button,a.sm2_button.sm2_paused:hover{background-color:#39c;background-image:url(mp3-player-button/image/arrow-right-white.png);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAKCAYAAABmBXS+AAAAbklEQVQY02NgQAL//v1jZMAF/v//vwuIs9HEUBUBTbj4HwIeA3EGVsVAxtn/qOAVUGM8uknIiv4hsV8A5ZKxKfoLVvnvHwifAzLtMKwDSQLBVSBti27dJajkcSD2RJODO3wtkOOMz/tMSJJYAxMA5dmsL0IfubQAAAAASUVORK5CYII=);*background-image:url(mp3-player-button/image/arrow-right-white.gif);background-repeat:no-repeat;background-position:5px 50%;*background-position:5px 4px}a.sm2_button:hover,a.sm2_button.sm2_playing,a.sm2_button.sm2_playing:hover{background-color:#c33}a.sm2_button.sm2_playing,a.sm2_button.sm2_playing:hover{-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg)}a.sm2_button.sm2_paused,a.sm2_button.sm2_paused:hover{background-color:#666}