/*
--------------------------------------------------
A. Melikov (June 2009)

This file contains fixes and overrides
to the iPartners design.
--------------------------------------------------
*/

.more A, .more A:visited {
	color:#006699;
	font-style:italic;
	cursor:pointer;
	text-decoration: none;
	display:inline;
}
.more A:hover {
	text-decoration: underline;
}
/* -------------------------------- */


.hidden {
	display:none;
}

@media print {
.more {
	display:none;
}
.hidden {
	display:inline;
}
}

h1#genre-hdr {
	margin: 20px 0 0 20px;
	font-falimy:Arial Narrow, Helvetica, sans-serif;
	font-size:22px;
	color: #D90000;
}

ul.instrumentalists li .instrumentalist-name {margin: 0px 0 5px 0;}

#content.transparent-content {background: transparent url(../images/content-bg.png); background-repeat:repeat-y;}
#content {background-color:solid #FFFFFF;}

table.contacts-table td {vertical-align:top; }

div .instrumentalist-name {width:145px;height:50px;}

h3#title I { color:#505050; font-weight: bold; font-size: 14px; display:block;}

#xx-col-1 H2 {border-bottom: solid #d90000 1px;}

#cami-tv h3 { background: none;
              text-indent: 0px;
              color: #D90000;
              font-size:17px;
              width:332px;
              margin-bottom:12px;
            }

.blue-anchors A {color:#0000d9;}
.blue-anchors A:hover {text-decoration:underline;}
.banner-photo-credit { margin: -3px -15px 0 0;  }

.terms-content {overflow:hidden;}
.terms-content H1 {color:#d90000;margin:30px 0 0 44px; padding:0;}

.hit-counter {
width:951px; height:13px;
text-transform:uppercase;   text-align:center;
font-family:Tahoma;         font-size:11px;
margin:-10px 0px 5px -10px; padding:0 0 1px 0;
background-color:#808080;   color:#203040;
}
.hit-counter A {color:#203040;}
.hit-counter A:hover {color:#FFFFFF;text-decoration:underline;}
/*
--------------------------------------------------
**************************************************
A. Melikov (June 2009)
*** end of fixes and overrides ***
**************************************************
--------------------------------------------------
*/

/*
A. Melikov (April 2010)
Christina Baker reported  Genre  pages  printed with
overlayed images and font size under the genre icons
was too small.  Genre category and subcategory fonts
were too small as well.
Also, on the Artist page printout text for the "about"
section was way too small, changed to "Verdana,Helvetica".
Opera still does not print CAMI logo.
*/
@media print {
body {color:black;background:none;}
#wrapper #col-1 P {font-family:Verdana,Helvetica;font-size:12pt;color:#000000;line-height:normal;}
#col-1 H2 {font-size:16pt;color:#000000;}
h1#genre-hdr {font-size:22pt;}
.hit-counter {visibility:hidden;display:none;}
#footer {visibility:hidden;display:none;}
.instrumentalist-name {font-size:10pt;}
ul.instrument-list {height:0px;padding:0;margin:0;}
}
