@charset "utf-8";
/* CSS Document */

p, td, th, div, blockquote, ul, li, dl, ol { font-size: 14px; }
p, td, th, blockquote { margin: 14px 0;} /* controls spacing
between elements */

div
{
margin:0;
padding:0;
outline: none;
}

ul, li
{
padding:0;
margin:0;
}


input, select, textarea, div {
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); /* prevent orange outline after clicks on android devices */
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	background-color: #ffffff;
	/*background-image: url(images/page_bg.png);*/
	background-image: url(images/bg3.png);
	background-repeat: repeat-x;
}

img { border: none; } /* prevent IE outline around images that are links */

a { 
	color: #3f79a3;
	outline: 0px; /* prevent dotted outline after clicks */
	-webkit-tap-highlight-color:  rgba(255, 255, 255, 0); /* prevent orange outline after clicks on android devices */
} 

.siteWrapper {
	background-color: #fff;
	width: 960px;
	margin: 0px auto;
}

.topbarWrapper {
	width: 960px;
	height: 118px;
	background-image: url(images/topbar_bg.png);
	background-color: #181818;
}

.logo {
	float:left;	
}

.nav {
	float: right;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #efefef;
	text-decoration: none;
	padding: 20px; 
}
.nav a {
	color: #ffffff;
	text-decoration: none;
	padding: 5px 8px;
}
.nav a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #181818;
}
.navSelected {
	color: #ffffff;
	text-decoration: none;
	background-color: #181818;
}
.nav li {
	display: inline;
	list-style-type: none;
	padding: 0px 14px;	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #efefef;
	text-decoration: none;
}

.navPipe {
	color: #8da8c5;
	font-size: 16px;
}

.socialIcons {
	float: right;
	width: 200px;
	text-align: right;
	padding: 8px 30px 0px 0px; 
}


.iconBar {
	clear: both;
	width: 960px;
	height: 198px;
}

.songsIconBox {
	float: left;
	width: 159px;
	border-right: solid 1px #fff;
	height: 198px;
	background-image: url(images/serviceButtons_big.png);
	background-position: 0px 0px;
}
	.songsIconBoxOver {
		float: left;
		width: 159px;
		border-right: solid 1px #fff;
		height: 198px;
		background-image: url(images/serviceButtons_big.png);
		background-position: 0px 198px;
	}
.booksIconBox {
	float: left;
	width: 159px;
	border-right: solid 1px #fff;
	height: 198px;
	background-image: url(images/serviceButtons_big.png);
	background-position: 160px 0px;
}
	.booksIconBoxOver {
		float: left;
		width: 159px;
		border-right: solid 1px #fff;
		height: 198px;
		background-image: url(images/serviceButtons_big.png);
		background-position: 160px 198px;
	}
.photographsIconBox {
	float: left;
	width: 159px;
	border-right: solid 1px #fff;
	height: 198px;
	background-image: url(images/serviceButtons_big.png);
	background-position: 320px 0px;
}
	.photographsIconBoxOver {
		float: left;
		width: 159px;
		border-right: solid 1px #fff;
		height: 198px;
		background-image: url(images/serviceButtons_big.png);
		background-position: 320px 198px;
	}
.nameLikenessIconBox {
	float: left;
	width: 159px;
	border-right: solid 1px #fff;
	height: 198px;
	background-image: url(images/serviceButtons_big.png);
	background-position: 480px 0px;
}
	.nameLikenessIconBoxOver {
		float: left;
		width: 159px;
		border-right: solid 1px #fff;
		height: 198px;
		background-image: url(images/serviceButtons_big.png);
		background-position: 480px 198px;
	}
.royaltiesIconBox {
	float: left;
	width: 159px;
	border-right: solid 1px #fff;
	height: 198px;
	background-image: url(images/serviceButtons_big.png);
	background-position: 640px 0px;
}
	.royaltiesIconBoxOver {
		float: left;
		width: 159px;
		border-right: solid 1px #fff;
		height: 198px;
		background-image: url(images/serviceButtons_big.png);
		background-position: 640px 198px;
	}
.trademarksIconBox {
	float: left;
	width: 160px;
	height: 198px;
	background-image: url(images/serviceButtons_big.png);
	background-position: 800px 0px;
}
	.trademarksIconBoxOver {
		float: left;
		width: 160px;
		height: 198px;
		background-image: url(images/serviceButtons_big.png);
		background-position: 800px 198px;
	}

.mainBodyWrapper {
	clear: both;
	width: 100%;	
	/*background-color: #fff;*/
	background-color: transparent;
	margin: 5px 0px;
}

.halfColumn {
	float: left;
	width: 440px;
	padding: 20px;
	min-height: 200px;
}
.bg1 {
	background-color: #d1d1d1;
}
.bg2 {
	background-color: #e8e8e8;
}
.bgWhite {
	background-color: #fff;
}
.halfColumnBasic {
	float: left;
	width: 45%;
	padding-right: 20px;
	min-height: 200px;
}

.fullWidthColumn {
	float: left;
	width: 920px;
	padding: 20px;
	min-height: 200px;
}

.quote {
	background-image: url(images/transforming_quote.png);
	background-repeat: no-repeat;
}

.rightAlign {
	text-align: right;
}

.onethirdColumn {
	float: left;
	width: 280px;
	padding: 20px;
	min-height: 300px;
}

.twothirdsColumn {
	float: left;
	width: 600px;
	padding: 20px;
	min-height: 300px;
}

.footer {
	width: 960px;
	clear: both;
	background-color: #181818;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
/*	padding: 5px;*/
	margin: 4px 0px;
}
.footer a {
	padding: 8px 8px 6px 8px;
	color: #fff;
	text-decoration: none;
}
.footer a:hover {
	color: #fff;
	background-color:#666;
	text-decoration: none;
}

.footerHalfColumn {
	float: left;
	width: 460px;
	font-size: 11px;
	padding: 8px 10px 6px 10px;
	background-color: transparent;
	min-height: 10px;
}

#loginLink, #logoutLink {
	color: #fff;
	font-size: 11px;
	text-decoration: none;	
}
#loginLink a, #logoutLink a {
	padding: 8px 8px 6px 8px;
	color: #fff;
	text-decoration: none;	
}
#loginLink a:hover, #logoutLink a:hover {
	color: #fff;
	background-color:#666;
	text-decoration: none;
}

.clear {
	clear: both;
	line-height: 0px;
	height: 0px;
}

.sectionTitle {
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	/*color: #181818;*/
	color:#c59404;
	padding: 5px 10px 2px 0px;
	border-bottom: solid 1px #aaa;
	margin-bottom: 16px;
	line-height: 27px;
	/*background-image: url(images/tabbar_bg.png);
	background-repeat: no-repeat;
	background-position: 75px 0px;*/
}
.tabify {
	background-color: #f9f9f9;
	padding: 3px 10px;
	border: solid 1px #aaa;
}

.sectionTitle2 {
	font-family:"Times New Roman", Times, serif;
	font-size: 22px;
	/*color:#f6ca49;*/
	color:#fff;
	padding: 5px 10px 2px 0px;
	border-bottom: solid 1px #333;
	margin-bottom: 16px;
	line-height: 24px;
	/*background-image: url(images/tabbar_bg.png);
	background-repeat: no-repeat;
	background-position: 75px 0px;*/
}
.tabify2 {
	background-color: #464646;
	padding: 5px 40px 1px 10px;
	/*border: solid 1px #464646;*/
}

.titleIcon {
	position: relative;
	width: 100%;
	text-align: right;
	margin-top: -60px;
	right: -5px;
}

.bg {
	background-color: #e8e8e8;
}
.bgroyalties {
	background-color: #ddb544;	/*eebe38 f1c856*/
}
.bgbooks {
	background-color: #8288c2;	/*6c73b7*/
}
.bgnameLikeness {
	background-color: #9cae7e;	/*8ba067*/
}
.bgphotographs {
	background-color: #52a6ba;	/* 3497ae*/
}
.bgtrademarks {
	background-color: #5c83a0;	/*366384*/
}
.bgsongs {
	background-color: #bb4559;	/*96182d*/
}

.titlebg {
	
}
.titlebgbooks {
	background-color: #3b3f64;
}
.titlebgphotographs {
	background-color: #1c525f;
}
.titlebgtrademarks {
	background-color: #1d3648;
}
.titlebgnameLikeness {
	background-color: #4c5738;
}
.titlebgsongs {
	background-color: #520d18;
}
.titlebgroyalties {
	background-color: #82681e;
}

.bodyCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #181818;
	padding: 0px 10px 50px 10px;
	line-height: 22px;
}
.bodyCopy a {
	text-decoration: underline;
	color: #3f79a3;
}

.tight {
	line-height: 17px;	
}

.loose {
	line-height: 28px;	
}

.map {
	margin-top: -20px;
	text-align: center;
	width 280px;
	height: 280px;
	border: solid 1px #181818;
	overflow: hidden;
}

.contactName {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #181818;
	font-weight: bold;
}

.choicesButton1 {
	padding: 34px 10px 20px 0px;
}

.choicesButton2 {
	padding: 8px 10px 10px 0px;
}

.enlargedCopy {
	font-size: 14px;	
}

.blueText {
	color: #36C;
}

.bottomLink {

}
.bottomLinkContent {
	font-size: 14px;
	margin-top: 50px;
	
}
.bottomLinkContent a {
	color: #fff;
	font-size: 14px;
	text-decoration: underline;
}

.licensesMainLink {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #3f79a3; /* 557a95 */
	line-height: 20px;
	font-size: 16px;
	text-decoration: none;
}
.licensesMainLink a {
	text-decoration: underline;
	color: #3f79a3;
}
.licensesMainLink a:hover {
	text-decoration: underline;
	color: #181818;
}

.breadcrumbs {
	float:left;
	color:#3f79a3; /* 536c7e */
	font-size: 14px;
	text-decoration: none;
	/*margin-top: -40px;*/
	padding-bottom: 40px;
	padding-left: 10px;
}
.breadcrumbs a {
	color:#3f79a3;/*557a95*/
	text-decoration: underline;
}

.orderedList {
	color:#181818;
}

.faq_q {
	color:#3f79a3;
	font-size: 18px;
	padding-top: 24px;
}

.newsThumb img {
	border: solid 4px #f0bb1e;
}

.newsTitle {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	line-height: 30px;
	color: #3f79a3;
}

.newsArticleLeft {
	float: left;
	width: 170px;
}

.newsArticleRight {
	float: right;
	width: 680px;
	padding-right: 40px;
}
.newsArticleWrapper {
	width: 100%;
	/*padding-top:20px;*/
	padding: 20px;
}
.newsArticleWrapper li {
	list-style-position: inside;
	list-style-type: square;
	margin-left: 20px;	
}
.newsArticleWrapper ul {
	margin-top: 14px;	
}

.newsArticleBasic {
	width: 90%;
}

.newsMoreLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #181818;
	text-decoration: none;
}

.newsMoreLink a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #f0bb1e;
	background-color: #3f79a3;
	text-decoration: none;
	padding: 2px 6px;
}

.newsMoreLink a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #3f79a3;
	background-color: #f0bb1e;
	text-decoration: none;
	padding: 2px 6px;
}
.newsDate {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding: 8px 0px 0px 8px;
	color: #777;
}

.errorMessage {
	color: #F00;	
}
.successMessage {
	color: #6CF;	
}


.deleteArticleButton {
	float: right;
	background-color: #333;
	padding: 2px 4px;
	color: #fff;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	margin-top: -24px;
}
.deleteArticleButton a {
	background-color: #000;
	color: #ccc;
	text-decoration: none;
}
.deleteArticleButton a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

.addArticleButton {
	float: right;
	background-color: #333;
	padding: 2px 4px;
	color: #fff;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	/*margin-top: -24px;*/
}
.addArticleButton a {
	background-color: #000;
	color: #ccc;
	text-decoration: none;
}
.addArticleButton a:hover {
	background-color: #000;
	color: #fff;
	text-decoration: none;
}

.addArticleButton2 {
	display: inline;
	background-color: #FC0;
	margin-bottom: 24px;
	padding: 6px 4px;
}
.editArticleButton {
	display: inline;
	background-color: #FC0;
	padding: 6px 4px;
}

.addArticleButtonWrapper {
	float: right;
}





/* CUSTOM BUTTONS */
a.custom_button {
	background: transparent url('images/buttons/bg_button_a.png') no-repeat scroll right top;
	color: #333;
	display: block;
	float: left;
	font: bold 12px arial, sans-serif;
	height: 24px;
	margin-right: 4px;
	padding-right: 12px; /* sliding doors padding */
	text-decoration: none;
}

a.custom_button span {
	background: transparent url('images/buttons/bg_button_span.png') no-repeat left top;
	display: block;
	line-height: 15px;
	padding: 5px 7px 4px 18px;
	
}

/* PLUS */
a.plus span, a.plus:hover span {
	background: url('images/buttons/bg_button_span_plus.png');
	padding-left: 26px;
}
/* */



a.custom_button:active, a.custom_button:hover {
	background-position: right bottom;
	color: #fff;
	outline: none; /* hide dotted outline in Firefox */
}

a.custom_button:active span, a.custom_button:hover span {
	background-position: left bottom;
}


/* YELLOW */
a.yellow span {
	 background: transparent url('images/buttons/bg_button_span_yellow.png') no-repeat left -24px;
	 color: #333;
}
a.yellow {
	background: transparent url('images/buttons/bg_button_a_yellow.png') no-repeat scroll right -24px;
}
a.yellow:hover span {
	background-position: bottom left;
	color: #FC0;
}
a.yellow:hover {
	background-position: bottom right;
	color: #FC0;
}
/* */

/* YELLOW 2 */
a.yellow2 span {
	 background: transparent url('images/buttons/bg_button_span_yellow.png') no-repeat left bottom;
	 color: #FC0;
}
a.yellow2 {
	background: transparent url('images/buttons/bg_button_a_yellow.png') no-repeat scroll right bottom;
}
a.yellow2:hover span {
	background-position: left top;
	color: #333;
}
a.yellow2:hover {
	background-position: right top;
	color: #333;
}
/* */

/* YELLOW PLUS */
a.yellowplus span {
	 background: transparent url('images/buttons/bg_button_span_yellowplus.png') no-repeat left -24px;
	 color: #333;
	 padding-left: 26px;
}
a.yellowplus {
	background: transparent url('images/buttons/bg_button_a_yellow.png') no-repeat scroll right -24px;
}
a.yellowplus:hover span {
	background-position: left bottom;
	color: #FC0;
	padding-left: 26px;
}
a.yellowplus:hover {
	background-position: right bottom;
	color: #FC0;
}
/* */

/* YELLOW EDIT */
a.yellowedit span {
	 background: transparent url('images/buttons/bg_button_span_yellowedit.png') no-repeat left -24px;
	 color: #333;
	 padding-left: 26px;
}
a.yellowedit {
	background: transparent url('images/buttons/bg_button_a_yellow.png') no-repeat scroll right -24px;
}
a.yellowedit:hover span {
	background-position: left bottom;
	color: #FC0;
	padding-left: 26px;
}
a.yellowedit:hover {
	background-position: right bottom;
	color: #FC0;
}
/* */

/* DISABLED */

a.disabled {
	background-position: right 0px;
}
a.disabled span, a.disabled:hover span {
	background-position: left 0px;
	color: #b8b7b7;
}
a.disabled:hover {
	color: #b8b7b7;
	background-position: right 0px;
}


/* HIILTE */

a.hilite {
	background-position: right -48px;
}
a.hilite span {
	background-position: left -48px;
	color: #000;
}
a.hilite:hover span, a.hilite:hover {
	color: #fff;
}
a.hilite:hover {
	color: #000;
	background-position: right -48px;
}


/* CUSTOM SUBTAGS */
.comingSoon:after {
	font-size: 12px;
	line-height:  20px;
	padding-left: 14px;
	white-space: pre;
	color: #666;
	display: block;
	text-align: center;
	content: "( Coming Soon )";        
	
}
.comingSoon span {
	text-align: center;
}

.joinToday:after {
	font-size: 12px;
	line-height:  18px;
	padding-left: 14px;
	white-space: pre;
	color: #666;
	display: block;
	text-align: center;
	content: "( Join Today! )";        
	
}
.joinToday span {
	text-align: center;
}
