
html, body {
	background-color:#000000;
	font-family: Verdana,Arial,Helvetica, sans-serif;
        font-size: 0.95em;	
	color: #EEEEEE;
	margin: 0 auto;
	padding: 0; 
	height: 100%;
     }

#wrapper {
	margin: 0 auto;
        height: 800px;
	padding: 0; 
	letter-spacing: 0.1em;
	overflow: visible;
	text-align: center;
	width: 1000px;
	height: 800px;
	border: none;
}  



#topline {
	height: 7px;
	width: 1000px;
	background-color: #222222;
	margin: auto;
	padding: 0;
}


#top {
	height: 240px;
	width: 1000px;
	margin: auto;
	padding: 0;
	overflow: visible;
	z-index:5;
           }

#top.home {
        background: url('http://indabarecords.com/claudjabarry/images/bg/claudja_barry.jpg') top left no-repeat;
} 

#top.media {
        background: url('http://indabarecords.com/claudjabarry/images/bg/claudja_barry_media.jpg') top left no-repeat;
} 

#top.discography {
        background: url('http://indabarecords.com/claudjabarry/images/bg/claudja_barry_disco.jpg') top left no-repeat;
} 

#top.biography {
        background: url('http://indabarecords.com/claudjabarry/images/bg/claudja_barry_media.jpg') top left no-repeat;
} 

#top.links {
        background: url('http://indabarecords.com/claudjabarry/images/bg/claudja_barry.jpg') top left no-repeat;
} 

#top.error {
        background: url('http://indabarecords.com/claudjabarry/images/bg/claudja_barry.jpg') top left no-repeat;
}

#top.disclaimer {
        background: url('http://indabarecords.com/claudjabarry/images/bg/claudja_barry.jpg') top left no-repeat;
}

#navigation { 
        overflow: visible;
	margin: auto;
	width: 1000px;
	height: 30px;
        }

#mainnav { 
        margin: 0;
        padding: 0;
        list-style: none inside;
        overflow: visible;
	height:30px;
	float:right;
        }

#mainnav li {
	font-size: 1.05em;
        font-weight: bold;
	font-family: Verdana, Arial,Helvetica sans-serif;
	letter-spacing: 0.2em;
	text-decoration: none;
        height: 30px;
        float: left;
        text-align: center;
	line-height:25px;
	border-right: 0;
        }

#mainnav li a {
	font-weight: normal;
        color: #FFFFFF;
        display: block;
        width: 170px;
        height: 30px;
        padding: 0;
        text-decoration: none;
        }

#mainnav li a:hover {
        color: #FFFF66;
        text-decoration: none;
	border-bottom: none;
        }

#mainnav .active a {
        clear: both;
        display: block;
        z-index: 3;
        color: #FFFF00;
	border-bottom: none;
        } 

#mainnav.home li a:hover, #mainnav.home .active a {
        background: #0066CC;
        }

#mainnav.media li a:hover, #mainnav.media .active a {
        background: #9933CC;
        }

#mainnav.discography li a:hover, #mainnav.discography .active a {
        #background: #5EA511;
        background: #CC6699;
        }
	
#mainnav.biography li a:hover, #mainnav.biography .active a {
        background: #9933CC;
        }	

#mainnav.links li a:hover, #mainnav.links .active a {
        background: #0066CC;
        }

#mainnav.error a:hover, #mainnav.links .active a {
        background: #0066CC;
        }

#mainnav.disclaimer a:hover, #mainnav.links .active a {
        background: #0066CC;
        }


#content_wrapper {
      background: url('http://indabarecords.com/claudjabarry/images/bg/Claudja_GoodTime.jpg') top left no-repeat;
      width: 1000px;
      height:530px;
      padding 0;
      margin 0;
}


#content {
      overflow: auto;
      padding: 0 0 10px 0;
      float: left;
      text-align: left;
      width: 700px;
      height: 520px;
      margin: 0;
      background: #010000;;
      }

#signup {
      padding: 0;
      float: right;
      text-align: right;
      width: 290px;
      height: 30px;
      margin: 0;
      }


#bottom { 
	clear: both;
        margin: 0 auto;
        padding: 0;
	height: 35px;
        width: 985px;
	text-align: center;
        }

#footer {
      background: #111111; 
      color: #FFFFFF;
      text-align: center;
      height: 35px;
      line-height: 35px;
      font-size: 0.7em;
      margin: 0 auto;
      }

h1, h2, h3 {
	margin: 0;
	padding: 0;
        font-weight: normal;
	font-family: Arial,Verdana,Helvetica, sans-serif;
	color: #EEEEEE;
	text-transform: uppercase;
}

h1 {
	font-size: 1.2em;
	margin: 13px 0 0 0;

}

h2 {
	font-size: 1.1em;
	font-weight: bold;
	margin: 5px 15px 0 0;

}

h3 {
	font-size: 1.0em;
	margin: 15px;
	text-transform: none;

}

p {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 1em;
        font-weight: normal;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #EEEEEE;
	line-height: 1.4em;
	text-align: left;
	word-spacing: 0.1em;
}

a {
     color: #FFFF66;	
     font-weight: bold;
     text-decoration: none;
}

a:hover {
     font-weight: bold;
     color: #FFFF33;
     text-decoration: underline;
}

ul.std {
   list-style-type: circle;
   padding-bottom: 10px;
}
ul.std li{
   padding: 7px 15px 15px 15px;
}

ul.stdhome {
   list-style-type: none;
   padding-bottom: 10px;
}
ul.stdhome li{
   padding: 0px 15px 15px 15px;
}



strong {
     color: #FFFFFF;
     font-size: 1.2em;
     font-weight: bold;
}

.clear { 
 clear: both; 
} 

div.imgstrip {
        height; 95px;
	width: 700px;
	width: auto;
	margin: 20px 0 20px 0;
	clear: both;
	border:0;
}

img.thumb, .thumb a {
	float: left;
	width: 80px;
	height: 80px;
	padding: 22px;
	background: #111111;
	border: 2px dotted #000000;
}

img.leftimg {
	float: left;
	width: 250px;
	border: 1px solid #222222;
	margin: 10px 10px 10px 0;
}


input {
	font-size: 0.7em;
	background: #333333;
	color: #FFFF66;
	border: 2px solid #666666;
}

input.button {
	background: #333333;
	border: 2px solid #111111;
	color: #CCCCCC;

}

input.button:hover {
	background: #666666;
	border: 2px solid #111111;
	color: #FFFF66;

}

