/* ------------------------------------------------------------------- #
# File: MediaPro.css (MediaPro Theme CSS)
# Author: Huw Williams | huw@oinkba.com
# Copyright 2007 www.oinkba.com
# Revision: 1.0
 
* You may edit the files included with this distribution to suit your
* own site, but please leave these credits intact.
# ------------------------------------------------------------------- */


body {
font-family: Arial, Verdana, "Trebuchet MS", Helvetica;
background-color: #FFFFFF;
font-size: 11px;
color: #666666;
padding: 0;
margin: 0;
}



/* --- WRAPPER --------- */

.wrapper {
background-color: #FFFFFF;
width: 990px;
margin: 0px auto;
padding: 0;
border-color: #FFFFFF;
border-style: solid;
border-width: 0px;
}



/* --- MISC --------- */

p, ol, ul {
font-size: 12px;
color: #666666;
}

h2 {
font-weight: bold;
font-size: 18px;
}

h3 {
font-weight: bold;
font-size: 15px;
}

h4 {
font-weight: normal;
font-size: 11px;
}


/* --- SITE LINKS --------- */

a {
color: #0099FF;
text-decoration: underline;
}

a:hover {
color: #990000;
text-decoration: none;
}



/* --- HEADER MENU ---------- */

.menu-bar {
  background: #000000 url('images/menu_bg.png') repeat-x;
  height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 30px;
}

.menu {
  float: left;
}

.menu ul {
  padding: 0px;
  margin: 0px;
}

.menu ul li {
  font-size: 13px;
  list-style-type: none;
  display: inline;
  padding-right: 15px;
}

.menu ul li a {
  color: #999999;
  text-decoration: none;
  border: 1px transparent solid;
  padding-top: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 2px;
}

.menu ul li a:hover {
  color: #0099FF;
  background: #333333;
  border: 1px #333333 solid;
  padding-top: 2px;
  padding-left: 4px;
  padding-right: 4px;
  padding-bottom: 2px;
}

.menu-current {
  color: #99CC00;
}



/* --- HEADER CONTENT --------- */

.welcome {
  height: 30px;
  color: #777777;
  font-size: 11px;
  background-color: #000000;
  border-top: 1px #333333 solid;
  border-left: 1px #333333 solid;
  border-right: 1px #333333 solid;  
}

.basket {
  float: left;
  padding-left: 10px;
  padding-top: 10px;
}

.welcome-menu {
  float: right;
  padding-right: 10px;
  padding-top: 10px;
}

.tv {
  float: right;
  padding-top: 5px;
  padding-left: 5px;
}



/* --- MEMBER/ARTIST MENU --------- */

div#theme-menu {
font-weight: bold;
}

#theme-menu ul {
margin: 0px;
padding: 0px;
}

#theme-menu ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: inline;
font-size: 11px;
}

#theme-menu ul li a:link, #theme-menu ul li a:visited {
color: #0099FF;
text-decoration: none;
background-color: #F2F2F2;
display: block;
margin-bottom: 2px;
border: solid #DEDEDE 1px;
padding: 3px 0 3px 15px;
}

#theme-menu ul li a:hover {
color: #990000;
text-decoration: none;
background-color: #FFFFFF;
}



/* --- CONTAINER --------- */

.container {
width: 960px;
margin: 0px auto;
}



/* --- MAIN CONTENT --------- */

#content-left {
margin-left: 0px;
width: 180px;
padding: 0px;
float: left;
}

#content-right {
margin-right: 0px;
width: 760px;
padding: 0px;
float: right;
}

#content-full {
width: 960px;
margin: 0px;
padding: 0px;
float: left;
}



/* --- BOXES --------- */

.head-580 {
height: 26px;
background-color: #E6E6E6;
border-color: #DEDEDE;
border-style: solid;
border-width: 1px;
font-size: 15px;
color: #666666;
line-height: 26px;
padding-left: 10px;
margin-bottom: 10px;
}

.head-button {
float: right;
padding-top: 4px;
padding-right: 4px;
}

.head-180 {
height: 30px;
background-color: #E6E6E6;
border-color: #DEDEDE;
border-style: solid;
border-width: 1px;
font-size: 15px;
padding-left: 10px;
line-height: 30px;
color: #666666;
margin-bottom: 1px;
}

.body-1 {
color: #666666;
background-color: #FFFFFF;
border-color: #DEDEDE;
border-style: solid;
border-width: 1px;
padding: 10px;
margin-bottom: 25px;
}

#body-2 {
background-color: #F2F2F2;
border: #DEDEDE solid 1px;
padding: 0px;
margin-bottom: 25px;
}

.body-3 {
color: #666666;
background-color: #F2F2F2;
border-color: #DEDEDE;
border-style: solid;
border-width: 1px;
padding: 10px;
}

#body-4 {
background-color: #F2F2F2;
border: #DEDEDE solid 1px;
padding: 0px;
}

#body-5 {
background-color: #F2F2F2;
border: #DEDEDE solid 1px;
padding: 0px;
}

#body-title {
background-color: #F2F2F2;
color: #666666;
font-size: 14px;
line-height: 26px;
text-align: left;
padding-left: 10px;
}



/* --- IMAGES/BULLETS/TEXT/LINES --------- */

img {
border: 0px;
}

img.border {
border: 1px #000 solid;
}

.online {
font-size: 12px;
font-weight: bold;
color: #66CC00;
text-decoration: blink;
}

.bullet-green {
background: transparent url("images/bullet_green.png") no-repeat 0px 2px;
padding-left: 15px;
}

.bullet-blue {
background: transparent url("images/bullet_blue.png") no-repeat 0px 2px;
padding-left: 15px;
}

.bullet-orange {
background: transparent url("images/bullet_orange.png") no-repeat 0px 2px;
padding-left: 15px;
}

.bullet-yellow {
background: transparent url("images/bullet_yellow.png") no-repeat 0px 2px;
padding-left: 15px;
}

#line {
border-bottom: 1px #666666 dotted;
}

#vline {
border-left: 1px #666666 dotted;
}

.border-1px {
border: 1px #DEDEDE solid;
}

.page {
padding: 10px;
}

.page:hover {
background-color: #DDDDDD;
}

#row-play {
background-color: #F2F2F2;
padding: 2px;
font-size: 12px;
color: #666666;
border: 1px #DEDEDE solid;
}

.highlight-txt {
color: #FF6633;
}

.highlight-txt-2 {
color: #FF3399;
font-size: 17px;
font-weight: bold;
}

.highlight-txt-3 {
color: #99CC00;
}

.hl-1 {
  color: #99CC00;
}

.hl-2 {
  color: #999933;
}

.hl-3 {
  color: #FF3399;
}

.hl-4 {
  color: #FF6633;
}

.font-10px {
font-size: 10px;
}

.font-11px {
font-size: 11px;
}

.font-12px {
font-size: 12px;
}

.font-14px {
  font-size: 14px;
}

.font-15px {
font-size: 15px;
}



/* --- BLOG/REVIEW/TITLE TEXT --------- */

.br-title {
color: #666666;
font-size: 13px;
font-weight: bold;
}

.br-info {
background-color: #F2F2F2;
color: #666666;
font-size: 11px;
padding: 6px;
}

.br-txt {
color: #666666;
font-size: 12px;
}



/* --- SEARCH RESULTS --------- */

.search-title {
color: #666666;
background-color: #E6E6E6;
font-size: 11px;
padding: 6px;
}

.search-row {
background-color: #F2F2F2;
color: #666666;
font-size: 11px;
padding: 6px;
}



/* --- POPUP BOXES --------- */

.popup-body {
background-color: #F2F2F2;
padding: 10px;
}

.popup-table {
background-color: #FFFFFF;
border: 1px #DEDEDE solid;
padding: 10px;
}

.popup-player {
background-color: #F2F2F2;
padding: 10px;
}



/* --- SUCCESS AND ERROR TEXT --------- */

.error {
color: #FF3300;
font-weight: bold;
}

.success {
color: #86BE3D;
font-weight: bold;
}



/* --- PHOTO BOXES --------- */

.photo {
background-color: #F2F2F2;
border: 1px #DEDEDE solid;
padding: 10px;
}



/* --- SHOW/HIDE CONTENT --------- */

.dhtml-title {
color: #666666;
font-size: 15px;
font-weight: bold;
padding-left: 20px;
}

.dhtml-menu {
padding-left: 10px;
}

.dhtmlgoodies_question {
color: #FF9900;
overflow: hidden;
cursor: pointer;
text-decoration: underline;
}

.dhtmlgoodies_answer {
border: 1px solid #DEDEDE;
background-color: #F2F2F2;
visibility: hidden;
height: 0px;
overflow: hidden;
position: relative;
margin-top: 5px;
margin-bottom: 10px;
}

.dhtmlgoodies_answer_content {
padding: 6px;
font-size: 11px;	
position: relative;
}



/* --- RATING STARS --------- */

.star-rating,
.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus,
.star-rating .current-rating {
  background: url("images/rating_back.png") left -1000px repeat-x;
}
.star-rating {
  position: relative;
  width: 80px;
  height: 16px;
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
  background-position: left top;
}

.star-rating li {
  display: inline;
}

.star-rating a, 
.star-rating .current-rating {
  position: absolute;
  top: 0;
  left: 0;
  text-indent: -1000em;
  height: 16px;
  line-height: 16px;
  outline: none;
  overflow: hidden;
  border: none;
}

.star-rating a:hover,
.star-rating a:active,
.star-rating a:focus {
 background-position: left bottom;
}

.star-rating a.star1-rating {
  width: 20%;
  z-index: 6;
}

.star-rating a.star2-rating {
  width: 40%;
  z-index: 5;
}

.star-rating a.star3-rating {
  width: 60%;
  z-index: 4;
}

.star-rating a.star4-rating {
  width: 80%;
  z-index: 3;
}

.star-rating a.star5-rating {
  width: 100%;
  z-index: 2;
}

.star-rating .current-rating {
  z-index: 1;
  background-position: left center;
}



/* --- THEME TITLES --------- */

.blog {
background: transparent url("images/bullet_blog.png") no-repeat;
padding-left: 30px;
padding-top: 1px;
font-size: 18px;
font-weight: bold;
line-height: 45px;
}

.forum {
background: transparent url("images/bullet_forum.png") no-repeat;
padding-left: 30px;
padding-top: 1px;
font-size: 18px;
font-weight: bold;
line-height: 45px;
}

.review {
background: transparent url("images/bullet_review.png") no-repeat;
padding-left: 30px;
padding-top: 1px;
font-size: 18px;
font-weight: bold;
line-height: 45px;
}

.gallery {
background: transparent url("images/bullet_gallery.png") no-repeat;
padding-left: 30px;
padding-top: 1px;
font-size: 18px;
font-weight: bold;
line-height: 45px;
}

.event {
background: transparent url("images/bullet_event.png") no-repeat;
padding-left: 30px;
padding-top: 1px;
font-size: 18px;
font-weight: bold;
line-height: 45px;
}

.video {
background: transparent url("images/bullet_video.png") no-repeat;
padding-left: 30px;
padding-top: 1px;
font-size: 18px;
font-weight: bold;
line-height: 45px;
}

.music {
background: transparent url("images/bullet_music.png") no-repeat;
padding-left: 30px;
padding-top: 1px;
font-size: 18px;
font-weight: bold;
line-height: 45px;
}

.store {
background: transparent url("images/bullet_store.png") no-repeat;
padding-left: 30px;
padding-top: 1px;
font-size: 18px;
font-weight: bold;
line-height: 45px;
}


/* --- FORMS AND BUTTONS --------- */

form.margin {
margin: 0px;
}

input.text, select, file {
font-size: 12px;
border: 1px #DEDEDE solid;
background-color: #FFFFFF;
}

input.text, select {
margin-bottom: 2px;
}

input.button {
font-size: 12px;
font-weight: bold;
cursor: pointer;
border: 1px #DEDEDE solid;
background-color: #FFFFFF;
margin-bottom: 2px;
color: #0099FF;
}

input.button:hover {
background-color: #FFFFFF;
color: #666666;
}

textarea {
font-size: 12px;
border: 1px #DEDEDE solid;
background-color: #FFFFFF;
}



/* --- SPACERS --------- */

#spacer-2px {
margin: 2px;
}

#spacer-5px {
margin: 5px;
}

#spacer-10px {
height: 10px;
}

#spacer-20px {
height: 20px;
}

#spacer-30px {
height: 30px;
}


/* --- FOOTER --------- */

#footer-container {
clear: both;
}


