/* 
Title: Press Here Publicity Website Master Style for Screen Media
Author: cary@caryfoster.com
Updated: April 19, 2007
*/

/*
The following are page IDs used throughout this CSS document that determine the
themed backgrounds, navigation on/off states, and column widths for various pages:
body#talent, body#news, body#about, body#presents, body#scrapbook, body#linkspage, body#faqs, body#contact
*/


html { min-height: 100%; margin-bottom: 1px; }
body {
	margin: 0px 0px 34px 0px;
	padding: 0px;
	text-align: center;
	background: #ffffff url(/graphics/bckgrd.jpg) repeat-x center top;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #5d5d5d;
}
body#scrapbook {
	background: #ffffff url(/scrap/images/page_woodbg.gif) repeat-x center top;
}


/* Themed Background Control
-----------------------------------------------*/
#talent #theme {
	background-image: url(/graphics/theme-talent.jpg);
}
#media #theme {
	background-image: url(/graphics/theme-talenthome.jpg);
}
#talenthome #theme {
	background-image: url(/graphics/theme-talenthome.jpg);
}
#news #theme {
	background-image: url(/graphics/theme-news.jpg);
}
#about #theme {
	background-image: url(/graphics/theme-about.jpg);
}
#history #theme {
	background-image: url(/graphics/theme-talenthome.jpg);
}
#presents #theme {
	background-image: url(/graphics/theme-presents.jpg);
}
#linkspage #theme {
	background-image: url(/graphics/theme-links.jpg);
}
#faqs #theme {
	background-image: url(/graphics/theme-faqs.jpg);
}
#contact #theme {
	background-image: url(/graphics/theme-contact.jpg);
}


/* Header Navigation Control
-----------------------------------------------*/
#header #u-media a {
	display: block;
	float: right;
	width: 124px;
	height: 38px;
	text-indent: -5000px;
	text-decoration: none;
	background: url(/graphics/u-media.gif) no-repeat left top;
}
#header #o-media a {
	display: block;
	float: right;
	width: 124px;
	height: 38px;
	text-indent: -5000px;
	text-decoration: none;
	background: url(/graphics/u-media.gif) no-repeat left bottom;
}
#header #u-home a {
	display: none;
}
#header #n-talent a {
	width: 68px;
	background: url(/graphics/n-talent.gif) no-repeat left top;
}
#header #n-news a {
	width: 47px;
	background: url(/graphics/n-news.gif) no-repeat left top;
}
#header #n-about a {
	width: 79px;
	background: url(/graphics/n-about.gif) no-repeat left top;
}
#header #n-presents a {
	width: 102px;
	background: url(/graphics/n-presents.gif) no-repeat left top;
}
#header #n-scrapbook a {
	width: 80px;
	background: url(/graphics/n-scrapbook.gif) no-repeat left top;
}
#header #n-links a {
	width: 50px;
	background: url(/graphics/n-links.gif) no-repeat left top;
}
#header #n-faqs a {
	width: 63px;
	background: url(/graphics/events.gif) no-repeat left top;
}
#header #n-contact a {
	width: 74px;
	background: url(/graphics/n-contact.gif) no-repeat left top;
}
#header #n-listen a {
	width: 62px;
	background: url(/graphics/n-listen.gif) no-repeat left top;
}
/* Navigation On/Off States */
#header #o-media a:hover,
#header #o-media a:active {
	background-position: left bottom !important;
}
#header #u-media a:hover,
#header #u-media a:active {
	background-position: left center !important;
}
#header .navigation ul a:hover,
#header .navigation ul a:active,
#talent #n-talent a,
#talenthome #n-talent a,
#news #n-news a,
#about #n-about a,
#presents #n-presents a,
#scrapbook #n-scrapbook a,
#linkspage #n-links a,
#faqs #n-faqs a,
#contact #n-contact a {
	background-position: left bottom !important;
}


/* Column Control
-----------------------------------------------*/
#talenthome .column-2-2 {
	width: 450px;
	margin-top: 245px;
	margin-bottom: 50px;
}
#talenthome .column-1-2 {
	width: 375px;
	margin-top: 180px;
	margin-left: 25px;
}
#talent .column-1-2 {
	width: 400px;
	margin-top: 212px;
	margin-left: 25px;
}
#talent .column-2-2 {
	width: 425px;
}
#media .column-1-2 {
	width: 375px;
	margin-top: 210px;
	margin-left: 25px;
}
#media .column-2-2 {
	width: 450px;
	margin-top: 235px;
}
#news .column-1-2 {
	width: 545px;
	margin-top: 180px;
	margin-left: 25px;
}
#news .column-2-2 {
	width: 340px;
}
#about .column-1-2 {
	width: 505px;
	margin-top: 247px;
	margin-left: 25px;
}
#history .column-1-2 {
	width: 895px;
	margin-top: 190px;
}
#about .column-2-2 {
	width: 320px;
	margin-top: 288px;
}
#linkspage .column-1-2 {
	width: 600px;
	margin-top: 180px;
	margin-left: 25px;
}
#linkspage .column-2-2 {
	width: 225px;
}
#faqs .column-1-2 {
	width: 600px;
	margin-top: 180px;
	margin-left: 25px;
}
#faqs .column-2-2 {
	width: 225px;
}
#contact .column-1-2 {
	width: 525px;
	margin-top: 180px;
	margin-bottom: 20px;
	margin-left: 25px;
}
#contact .column-2-2 {
	width: 300px;
	margin-top: 237px;
}

/* Titles
-----------------------------------------------*/
#maincontent h1, #maincontent h2, #maincontent h3, #maincontent h4, #maincontent h5, #maincontent h6 {
	margin: 0px;
	padding: 0px;
}
#maincontent h1 {
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 2px;
	color: #6d808a;
	font-weight: normal;
	letter-spacing: 0.4px;
}
span#recordlabel {
	display: block;
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 12px;
	color: #87a2ad;
	font-weight: normal;
	letter-spacing: 0.4px;
}
#s-about h2 {
	clear: both;
	width: 300px;
	height: 32px;
	margin: 16px 0px 9px 0px;
	text-indent: -5000px;
	background: url(/graphics/t-about.gif) no-repeat left top;
}
body#about #s-about h2 {
	clear: both;
	width: 300px;
	height: 32px;
	margin: 16px 0px 9px 0px;
	text-indent: -5000px;
	background: url(/graphics/t-about-about.gif) no-repeat left top;
}
#s-about h3 a {
	display: block;
	width: 300px;
	height: 40px;
	text-indent: -5000px;
	text-decoration: none;
	background: url(/graphics/t-history.gif) no-repeat left top;
	margin: 20px 0px 0px 0px;
}
#s-history h2 {
	clear: both;
	width: 895px;
	height: 50px;
	margin: 0px 0px 0px 0px;
	text-indent: -5000px;
	background: url(/graphics/t-campaigns.gif) no-repeat left top;
}
#s-photos h2 {
	clear: both;
	width: 300px;
	height: 32px;
	margin: 16px 0px 9px 0px;
	text-indent: -5000px;
	background: url(/graphics/t-photos.gif) no-repeat left top;
}
#s-media #t-user {
	clear: both;
	width: 300px;
	height: 24px;
	margin: 0px 0px 4px 0px;
	text-indent: -5000px;
	background: url(/graphics/t-username.gif) no-repeat left top;
}
#s-media #t-password {
	clear: both;
	width: 300px;
	height: 24px;
	margin: 0px 0px 4px 0px;
	text-indent: -5000px;
	background: url(/graphics/t-password.gif) no-repeat left top;
}
#s-ontour h2 {
	clear: both;
	width: 300px;
	height: 32px;
	margin: 16px 0px 9px 0px;
	text-indent: -5000px;
	background: url(/graphics/t-ontour.gif) no-repeat left top;
}
#spresskit h2 {
	clear: both;
	width: 300px;
	height: 32px;
	margin: 16px 0px 4px 0px;
	text-indent: -5000px;
	background: url(/graphics/t-presskit.gif) no-repeat left top;
}
#spresskit_on h2 {
	clear: both;
	width: 300px;
	height: 32px;
	margin: 16px 0px 4px 0px;
	text-indent: -5000px;
	background: url(/graphics/t-presskit.gif) no-repeat left bottom;
}
#spressreleases h2 {
	clear: both;
	width: 300px;
	height: 32px;
	margin: 16px 0px 4px 0px;
	text-indent: -5000px;
	background: url(/graphics/t-pressreleases.gif) no-repeat left top;
}
#spressreleases_on h2 {
	clear: both;
	width: 300px;
	height: 32px;
	margin: 16px 0px 4px 0px;
	text-indent: -5000px;
	background: url(/graphics/t-pressreleases.gif) no-repeat left bottom;
}
#s-news h2 {
	clear: both;
	width: 300px;
	height: 32px;
	margin: 16px 0px 9px 0px;
	text-indent: -5000px;
	background: url(/graphics/t-news.gif) no-repeat left top;
}
#s-talent-home-right h2 {
	clear: both;
	width: 370px;
	height: 71px;
	margin: 16px 0px 9px 0px;
	text-indent: -5000px;
	background: url(/graphics/t-artistsearch.gif) no-repeat left top;
}
#s-links h2 {
	clear: both;
	width: 300px;
	height: 32px;
	margin: 16px 0px 12px 0px;
	text-indent: -5000px;
	background: url(/graphics/t-links.gif) no-repeat left top;
}
#s-faqs h2 {
	clear: both;
	width: 400px;
	height: 32px;
	margin: 16px 0px 12px 0px;
	text-indent: -5000px;
	background: url(/graphics/t-faq.gif) no-repeat left top;
}
#s-events h2 {
	clear: both;
	width: 400px;
	height: 32px;
	margin: 16px 0px 12px 0px;
	text-indent: -5000px;
	background: url(/graphics/t-events.gif) no-repeat left top;
}
#s-contact h2 {
	clear: both;
	width: 300px;
	height: 32px;
	margin: 16px 0px 9px 0px;
	text-indent: -5000px;
	background: url(/graphics/t-contactus.gif) no-repeat left top;
}
#s-contact-names h2 {
	clear: both;
	width: 300px;
	height: 32px;
	margin: 16px 0px 9px 0px;
	text-indent: -5000px;
	background: url(/graphics/t-contactus.gif) no-repeat left top;
}
#s-publicity h2 {
	clear: both;
	width: 300px;
	height: 32px;
	margin: 16px 0px 9px 0px;
	text-indent: -5000px;
	background: url(/graphics/t-publicity.gif) no-repeat left top;
}
#s-pr h2 {
	clear: both;
	width: 300px;
	height: 32px;
	margin: 16px 0px 9px 0px;
	text-indent: -5000px;
	background: url(/graphics/t-pr.gif) no-repeat left top;
}
#s-management h2 {
	clear: both;
	width: 300px;
	height: 32px;
	margin: 16px 0px 9px 0px;
	text-indent: -5000px;
	background: url(/graphics/t-management.gif) no-repeat left top;
}
#s-news h3 {
	font-size: 12px;
	color: #87a2ad;
	font-weight: bold;
}
#s-links h3 {
	font-size: 12px;
	color: #87a2ad;
	font-weight: bold;
}

#s-faqs h3 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 2px;
	color: #6d808a;
	font-weight: normal;
	letter-spacing: 0.4px;
}
#s-events h3 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 2px;
	color: #6d808a;
	font-weight: normal;
	letter-spacing: 0.4px;
}
#s-contact h3 {
	font-size: 12px;
	color: #87a2ad;
	font-weight: bold;
}
#s-contact-names h3 {
	font-size: 12px;
	color: #87a2ad;
	font-weight: bold;
	margin: 0px 0px 4px 0px;
}
#spressreleases_on h3 {
	font-size: 12px;
	color: #87a2ad;
	font-weight: bold;
}
#s-news h3 .dateline {
	font-size: 9px;
	font-weight: normal;
}
#spressreleases_on h3 .dateline {
	font-size: 9px;
	font-weight: normal;
}


/* Links
-----------------------------------------------*/
a, a:link, a:visited {
	color: #de052c;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}
.sectionlink a {
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}
#downloadkit a {
	display: block;
	width: 300px;
	height: 79px;
	text-indent: -5000px;
	text-decoration: none;
	background: url(/graphics/b-presskit.gif) no-repeat left top;
}
#downloadkit a:hover,
#downloadkit a:active {
	background-position: left bottom !important;
}
.prev a {
	display: block;
	float: left;
	width: 50px;
	height: 45px;
	text-indent: -5000px;
	text-decoration: none;
	background: url(/graphics/b-prev.gif) no-repeat left top;
}
.prev a:hover,
.prev a:active {
	background-position: left bottom !important;
}
.next a {
	display: block;
	float: left;
	width: 50px;
	height: 45px;
	text-indent: -5000px;
	text-decoration: none;
	background: url(/graphics/b-next.gif) no-repeat left top;
}
.next a:hover,
.next a:active {
	background-position: left bottom !important;
}

/* Logo
-----------------------------------------------*/
#logo {
	float: left;
}
#logo img {
	display: block;
	width: 0px;
}
#logo span {
	display: block;
	width: 281px;
	height: 123px;
	background: url(/graphics/logo.gif) no-repeat center center;
}
#logo a {
	border-style: none;
	display: block;
	width: 281px;
	height: 123px;
	text-decoration: none;
}


/* General Page Structure
-----------------------------------------------*/
#wrapper {
	width: 950px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
}
#theme {
	width: 100%;
	min-width: 950px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
}
#maincontent {
	padding-bottom: 16px;
}
#maincontent, #footer {
	margin-left: 55px;
}
/* Navigation (shared by header and footer) */
.navigation ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.navigation li {
	display: inline;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
/* Header Navigation */
#header .navigation {
	float: right;
	width: 633px;
}
#header #o-media {
	display: none;
	width: 633px;
	height: 38px;
}
#header #u-media {
	display: block;
	width: 633px;
	height: 38px;
}
#header .navigation ul {
	clear: right;
	display: block;
	width: 633px;
}
#header .navigation ul a {
	height: 30px;
	display: block;
	float: left;
	text-indent: -5000px;
	margin: 12px 0px 0px 0px;
	border-style: none;
	text-decoration: none;
}
/* Columns */
.column-1-2 {
	float: left;
}
.column-2-2 {
	float: right;
}
/* Images, Photos */
img#talentphoto {
	margin: 5px 0px 60px 13px;
}
img#faqphoto {
	margin: 0px 0px 0px 0px;
}
img#linksphoto {
	margin: 0px 0px 0px 0px;
}
img#newsphoto {
	margin: 0px 0px 0px 0px;
}
#s-photos div {
	float: left;
	margin: 0px 12px 14px 0px;
}
/* Miscellaneous */
.smaller {
	font-size: 11px;
	line-height: 14px;
}
.smallest {
	font-size: 10px;
	line-height: 12px;
	color: #87a2ad;
}
p {
	margin: 0px 0px 9px 0px;
}
.smaller p {
	margin: 0px 0px 8px 0px;
}
.sectionlink {
	margin: -8px 0px 0px 0px;
}
.smaller .sectionlink {
	margin: -5px 0px 0px 0px;
}
.photocredit {
	display: block;
	font-size: 10px;
}
.newsitem {
	margin: 0px 0px 17px 0px;
}
.talentitem {
	margin: 0px 0px 17px 0px;
}
.linksitem {
	margin: 0px 0px 17px 0px;
}
.faqitem {
	margin: 0px 0px 17px 0px;
}
.contactitem {
	margin: 0px 0px 17px 0px;
}
.pritem {
	margin: 0px 0px 17px 0px;
}
#s-ontour td {
	padding: 0px 5px 5px 0px;
}
.clear, #maincontent, #footer {
	clear: both;
}
hr, .hide {
	display: none;
}
/* Footer Homepage */
#footerh {
	text-align: left;
	padding: 0px 20px;
}
#footerh, #footerh a {
	font-size: 11px;
	color: #838383;
	text-decoration: none;
}
#footerh #footerform, #footerh ul {
	display: inline;
}
#footerh #u-media {
	display: none;
}
#footerh #o-media {
	display: none;
}
#footerh li a {
	padding-left: 11px;
	margin-left: 7px;
	background: url(/graphics/footer-divide.gif) no-repeat left center;
}
#footerh .vcard, #footerh .vcard a {
	padding: 10px 0px;
	font-size: 11px;
	color: #C2C0AA;
}

/* Footer Inside */
#footer {
	text-align: center;
	background: url(/graphics/footer.gif) no-repeat center top;
}
#footer, #footer a {
	font-size: 11px;
	color: #838383;
	text-decoration: none;
}
#footer ul {
	display: inline;
}
#footer .navigation {
	padding: 26px 0px;
}
#footer #footer ul {
	display: inline;
}
#footer li a {
	padding-left: 11px;
	margin-left: 7px;
	background: url(/graphics/footer-divide.gif) no-repeat left center;
}
.vcard .org, .vcard .street-address {
	padding-right: 15px;
	margin-right: 7px;
	background: url(/graphics/footer-dot.gif) no-repeat right center;
}
#footer #o-media {
	display: none;
}
#footer #u-media {
	display: none;
}
#u-home {
	display: inline;
}
.vcard .org, .vcard .street-address, .vcard .postal-code {
	padding-right: 15px;
	margin-right: 7px;
	background: url(/graphics/footer-dot.gif) no-repeat right center;
}
#scrapbook #footer {
	margin-top: 455px;
}

/* Form */
.textfield_effect {
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-image: url(/graphics/t-artistsearchhome-bg.gif);
	background-repeat: no-repeat;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 8px;
	color: #87a2ad;
	width: 305px;
	height: 38px;
	margin-bottom: 20px;
}
.textfield_effect_media {
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-image: url(/graphics/t-artistsearchhome-bg.gif);
	background-repeat: no-repeat;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 8px;
	color: #87a2ad;
	width: 275px;
	height: 38px;
	margin-bottom: 8px;
}

#textfield_effect_home {
	border-width: 1px;
	border-style: solid;
	border-color: #FFFFFF;
	background-image: url(/graphics/t-artistsearchhome2-bg.gif);
	background-repeat: no-repeat;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 8px;
	color: #87a2ad;
	width: 305px;
	height: 38px;
	margin-bottom: 20px;
}

/* Flipflop */
.flipflop {
	margin: 10px;
	width: 275px;
	height: 275px;
	float: left;
	background: #F1EAE2;
	overflow: hidden;	/*hidden*/
	position:relative;
	padding: 0px;
}
.flipflop .text {
	width: 275px;
	height: 275px;
	text-align: center;
	overflow: hidden;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #5d5d5d;
	font-size: 10px;
	line-height: 12px;
	margin: 0px;
	padding: 0px;
	display:none;
}

.flipflop .text h3 {
	margin: 0px 0px 14px;
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	padding: 0px;
}
.flipflop .text p {
	margin: 7px 0px;
}
.flipflop a {
	display: block;
	width: 275px;
	height: 275px;
	text-decoration: none;
	cursor: default;
	margin: 0px;
	padding: 0px;
}