/*-----------------------------------------------
Client: websongs (websongs.com)
Description: Sitewide Structural
Author: Copious Ltd - www.copious.co.uk
Copyright: 2007 Copious Ltd
Version:  22 Jan 2008
----------------------------------------------- */

/* Import Stylesheets
----------------------------------------------- */
@import url("tabnav.css");
@import url("columns.css");
@import url("service-banner.css");
@import url("songs-mr.css");
@import url("forms.css");
@import url("my-account.css");
@import url("admin.css");

/* Resets: */
html, body, form, fieldset { margin: 0; padding: 0; font-family: Arial, Verdana, Helvetica,  sans-serif; color: #616161; }
html{ font-size: 100%; }
body { text-align: center; background: #BCBCBC url(../img/bkgrd.gif) repeat-x top left; font-size: 62.5%; margin: 0 0 30px 0;  }

/* Neutralize styling: 
   Elements with a vertical margin: */
p, pre, blockquote, ul, ol, dl, address { margin: 0; padding: 0;  }
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-family: Helvetica, Arial, sans-serif;}

/* Miscellaneous conveniences: */
img { border: 0; display: block; }
.clear { height: 1px; clear: both; margin:0; padding:0;}
fieldset { border: none; }
.hide { display: none; }


/* NOTE - Any issues look at the clear class as it is npow 1px rather then 1%: */



/* Postioning
----------------------------------------------- */

#wrapper {
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 964px;
	}
	
	
#status p {
	color: white;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.2em;
	line-height: 2.4em;
}


#main-body {
	float: left;
	background: white url(../img/pg-bkgrd.gif) repeat;
	}
	
#page-top {
	float:left;
	background: transparent url(../img/pg-top.gif) no-repeat;
	margin: 0;
	padding: 0;
	width: 964px;
	}
	
#content {
	margin: 0 2px 0 2px;
	padding: 0;
}


/* Common Typography
----------------------------------------------- */
	
h1, h2, h3, h4, h5, h6	{
	font-family: Arial, Helvetica, sans-serif;
	}

h1 { 
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 1.3em;  
	}
	
h2 { 
	clear:both;
	background-color: black;
	color: white;
	margin: 0;
	padding: 0 0 0 25px;
	font-size: 2.4em; 
	font-weight: normal;
	line-height: 1.6em;
	}
	
h2 span {
	color: silver;
	font-size: .8em; 
	}
	
h3, h4 {
	background: #EDEDED;
	color: #626262;
	margin: 0 0 10px 0;
	padding: 8px 10px;
	font-size: 1.7em; 
	font-weight: bold;
	line-height: 1em;
	}
	
h3.subSize {
	margin-top: 40px;
	font-size: 1.5em; 
	}
	
h3.subSpace {
	margin-top: 40px;
	}
	
#myAccountPage h3.subSize {
	margin-top: 40px;
	font-size: 1.7em; 
	}

h5, h6 {
	color: #EDEDED;
	margin: 0 0 8px 0;
	padding: 0;
	font-size: 1em; 
	font-weight: bold;
	}
	
p {
	margin: 0;
	padding: 0;
	font-size: 1.2em;
	line-height: 1.4em;
	}

dl.latestSongs {
	margin: 0 10px;
}

dl.latestSongs dt {
	background: url(../img/icons/bullet-arrow.gif) no-repeat 0 60%;
	margin: 0;
	padding-left: 16px;
	font-size: 1.2em;
}

dl.latestSongs dd {
	margin: 0 0 10px;
	padding-left: 16px;
	font-size: 1.2em;
	font-weight: bold;
}

.ws_orange{
color:#FFA500
}

/* Common images
----------------------------------------------- */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */
	
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
	
.sectionLabel {
	margin: 0 0 15px 0;
	padding-left: 10px;
}

.button {
	margin: 0 0 15px 0;
}

.myProfileButton {
	margin: 0 0 20px 0;
}

.websongsProSoon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.copyrightHighlite {
	float: right;
	padding: 0 0 6px 6px;
}

.buyMe {
	margin: 0 0 0 350px;
}
	
	
	
	/* General linkology
----------------------------------------------- */

a:link,
a:visited {
	color: #FF8C00;
	font-weight : normal; 
	text-decoration: underline;
	}

a:hover { 
	color: Black;
	background: #FFBB68;
	text-decoration : none;
	}

a:active {
	color: #2A2A2A;
	text-decoration : underline;
	}
	
a img { 
	border: 0;
	background-color: transparent;
	text-decoration : none;
	display: block;
	}
	
a:hover img.buyMe { 
	background: transparent;
	border: 0;
	text-decoration : none;
	}
	
a:hover img.view-gallery { 
	border: 0;
	text-decoration : none;
	display: block;
	}
	
#quickSearch a:link,
#quickSearch a:visited {
	color: #E37E00;
	font-weight : bold; 
	text-decoration: underline;
	}
	
#quickSearch a:hover,
#quickSearch a:active { 
	color: #2A2A2A;
	background: none;
	text-decoration : none;
	}

#status a:link,
#status a:visited {
	color: #FFA500;
	}
	
#status a:hover,
#status a:active { 
	color: Black;
	background: #FFBB68;
	text-decoration : none;
	}

/* Header
----------------------------------------------- */

#header	{
	background: #5A595A url(../img/header.gif) no-repeat top left;
	border: 0;
	margin: 0;
	padding: 0;
	height: 122px;
	}
	
#header h1 {  
	margin: 0;
 	padding: 0;
 	height: 70px;
 	width: 310px;
 	text-indent: -9999em;
 	overflow: hidden;
}
 
#header h1 a {
	margin-top: 40px;
	padding: 0;
	display: block;
	height: 70px;
	background: transparent;
}
	
/* Footer
----------------------------------------------- */

#footer {
	position: relative;
	background: transparent url(../img/footer.gif) bottom left no-repeat;
	clear: both;
	height: 41px;
	width: 964px;
	margin-top: 20px;
	}
	
#footerNav{
	padding: 14px 15px 0 15px;
	font-size: 1em;
	text-align: right;
	line-height: 1.3em;
	color: #737373;
}

#footerNav a { color: #737373; }
#footerNav a:hover {background-color: transparent; color: #737373; text-decoration: none; }

ul#credsNav { float: left; margin: 0; padding: 0; }
#credsNav li { display: inline; }
#credsNav a { font-weight: normal; padding: 0 1px ; }

ul#adminContact { margin: 0; padding: 0; }
#adminContact li { display: inline; }
#adminContact a { font-weight: normal; padding: 0 1px; }
	


/* Quick and Advanced Search Results
----------------------------------------------- */

#resultsArea #searchResultsArea {
	background: none;
	border: 0;
	margin: 0;
	padding: 0;
}

#twoThirdsColOne p.refineSearch {
	text-align: right;
	margin: 20px 10px 0 10px;
	padding: 0 0 0 0;
	line-height: 1.6em;

}

#resultsArea p.refineSearch a {
	background: transparent url(../img/icons/add-local.gif) no-repeat 4px 3px;
	background-color: #FFF8EC;
	border: 1px solid #FFE9BB;
	margin: 0;
	padding: 2px 2px 2px 22px;
}

#resultsArea #searchResultsArea ul {
	background-color: #FFF8EC;
	border-top: 1px solid #FFE6B2;
	border-bottom: 1px solid #FFE6B2;
	margin: 2px 10px 10px 10px;
	padding: 10px 20px;
	font-size: 1.4em;
	list-style-type: none;
}

#resultsArea #searchResultsArea ul li {
	background: transparent url(../img/icons/soft-arrow.gif) no-repeat 0 .5em;
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 1.6em;
}


/* View Profile (account type)
----------------------------------------------- */

#userProfileWrapper {
	margin: 0 0 30px 0;
	padding: 10px;
	font-size: 1.2em;
}

ul#profileDetails,
ul#profileDetailsGeo,
ul#profileAffiliates {
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 1.1em;
	list-style-type: none;
	background-color: #FFF3DB;
	border: 1px solid #FFE6B2;
}


ul#profileAffiliates {
	margin: 0 0 10px 0;
	padding: 10px;
	font-size: 1.1em;
	list-style-type: none;
	background-color: #FFF7E8;
	border: 1px solid #FFE9BB;
}


ul#profileDetails li.title,
ul#profileDetailsGeo li.title,
ul#profileAffiliates li.title {
	border-bottom: 1px solid #FFE6B2;
	margin: 2px;
	padding: 0;
	font-size: 1.2em;
	font-weight: bold;
}

ul#profileDetails li strong,
ul#profileDetailsGeo li strong,
ul#profileAffiliates li strong{
	width: 200px;
	display: block;
	float: left;
}

ul#profileDetails li,
ul#profileDetailsGeo li,
ul#profileAffiliates li {
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 1.4em;
}

#biog_showmore_link,
#biog_showless_link {
text-align: right;
}

#biog_showmore_link p a {
	background: #FFF8EC url(../img/icons/plus.gif) no-repeat 4px 50%;
	border: 1px solid #FFE9BB;
	margin: 0;
	padding: 2px 2px 2px 14px;
	font-size: .9em;
	font-style: italic;
	line-height: 1.1em;
}

#biog_showless_link p a {
	background: #FFF8EC url(../img/icons/minus.gif) no-repeat 4px 50%;
	border: 1px solid #FFE9BB;
	margin: 0;
	padding: 2px 2px 2px 14px;
	font-size: .9em; 
	font-style: italic;
	line-height: 1.1em;
}

.notApplicable h3 {
	background: #F3F3F3;
	color: #C4C4C4;
	margin: 0 0 10px 0;
	padding: 8px 10px;
	font-size: 1.7em; 
	font-weight: bold;
	line-height: 1em;
}

#fourCol .notApplicable p  {
	color: #C4C4C4;
	margin: -8px 10px 0 10px;
	padding: 0 0 4px 0;
	font-size: 1.2em; 
	font-style: italic;
}

#fourCol .applicable p  {
	margin: -8px 10px 0 10px;
	padding: 0 0 4px 0;
	font-size: 1.2em; 
	font-style: italic;
}

#fourCol ul {
	background-color: #FFF8EC;
	border-top: 1px solid #FFE9BB;
	border-bottom: 1px solid #FFE9BB;
	margin: 0 0 10px 0;
	list-style-type: none;
}

#fourCol ul li {
	background: transparent url(../img/icons/bullet-lite.gif) no-repeat 0 .6em;
	color: #FFA500;
	margin: 0 10px;
	padding: 0 0 0 10px;
	font-size:1.2em;
	line-height: 1.6em;
}

#fourCol p.showMore {
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 1.1em; 
	font-style: italic;
	text-align: right;
	line-height: 1.1em;
}

#fourCol p.showMore a {
	background: transparent url(../img/icons/plus.gif) no-repeat 0 50%;
	margin: 0;
	padding: 0 0 0 8px;
}



/* Misc Elements
----------------------------------------------- */



/* Misc Elements
----------------------------------------------- */

.skiplink {
	height: 0;
	width: 0;
	overflow: hidden;
	position: absolute;  /* for the benefit of IE5 Mac */
	}
	
#oneCol p.thanks {
	background-color: #EFF6DB;
	color: #71A408;
	border: 1px solid #A5DB39;
	margin: 10px;
	padding: 20px 10px;
}

#oneCol p.actionCall {
	background: transparent url(../img/icons/action-arrow.gif) no-repeat 0 0;
	color: #71A408;
	margin: 20px;
	padding: 4px 0 4px 24px;
	font-size: 1.6em; 
}



/* ADMINISTRATION / EDITORS
----------------------------------------------- */

#admin a:link,
#admin a:visited { 
	color: #7F1658;
} 

#admin a:hover,
#admin a:active { 
	color: black;
	background: #E6A5BA;
} 

#admin h3 {
	background: #F2DBE0;
	color: #7F1658; 
}

#adminNav { 
	background-color: #7F1658;
	border-top: 2px solid #DB7093;
	border-bottom: 2px solid #5E192F;
	color: white;
	margin: 0 2px;
	padding: 6px;
	text-align: center;
	font-size: 1.4em;
} 

#adminNav a:link,
#adminNav a:visited { 
	color: white;
	padding: 6px 6px 2px 6px;
} 

#adminNav a:hover,
#adminNav a:active { 
	background: #F1C9D7;
	color: black;
	padding: 6px 6px 2px 6px;
} 


ul.manageTasks { 
	background: #FBF4F5;
	border: 1px solid #F3D8E0;
	color: white;
	margin: 10px 10px 20px 10px;
	padding: 0;
	font-size: 1.4em;
	list-style-type: none;
}

ul.manageTasks li a { 
	display: block;
	padding: 0 0 0 30px;
	line-height: 2em;
}

ul.manageTasks li a:hover { 
	background: #F1C9D7 url(../img/icons/admin-action.gif) no-repeat 15px 50%;
}


ul#accountClaims { 
	background: #FBF4F5;
	border: 1px solid #F3D8E0;
	margin: 10px 10px 60px 10px;
	padding: 0;
	font-size: 1.3em;
	list-style-type: none;
}

ul#accountClaims li {
	border-bottom: 1px solid #F3D8E0;
	line-height: 1em;
	padding: 10px;
}

ul#accountClaims li span.approve {
	margin: 0 5px;
}

ul#accountClaims li span.approve a:link,
ul#accountClaims li span.approve a:hover {
	background: #77A21F;
	color: white;
	border-top: 1px solid #A5DB39;
	border-right: 1px solid #54711A;
	border-bottom: 1px solid #54711A;
	border-left: 1px solid #A5DB39;
	margin: 0 0 0 5px;
	padding: 1px;
	font-size: 1em;
	text-decoration: none;
}

ul#accountClaims li span.approve a:hover,
ul#accountClaims li span.approve a:active {
	background: #A5DB39;
	color: #314112;
	border: 1px solid #A5DB39;
	margin: 0 0 0 5px;
	padding: 1px;
	font-size: 1em;
	text-decoration: none;
}

ul#accountClaims li span.reject a:link,
ul#accountClaims li span.reject a:hover {
	background: #E10000;
	color: white;
	border-top: 1px solid #FF8282;
	border-right: 1px solid #9D0000;
	border-bottom: 1px solid #9D0000;
	border-left: 1px solid #FF8282;
	margin: 0 0 0 5px;
	padding: 1px;
	font-size: 1em;
	text-decoration: none;
}

ul#accountClaims li span.reject a:hover,
ul#accountClaims li span.reject a:active {
	background: #FF8282;
	color: #510000;
	border: 1px solid #FF8282;
	margin: 0 0 0 5px;
	padding: 1px;
	font-size: 1em;
	text-decoration: none;
}

p.adminFeature {
	background: #FBF4F5;
	border: 1px solid #F3D8E0;
	margin: 10px;
	padding: 10px;
	font-size: 1.3em;
}



/* ADMINISTRATION / FORMS
----------------------------------------------- */

#admin #formArea {
	margin: 0 0 40px 0;
	padding: 20px 10px;
	background: #FBF4F5;
	border: 1px solid #F3D8E0;
}

#formArea div {
	clear: both;
	border: none;
	padding: 0;
	margin-bottom: 1em;
}

#formArea label {
	width: 180px;
	display: block;
	float: left;
	line-height: 2em;
	clear: both;
	text-align: right;
	padding-right: 10px;
	font-size: 1.2em;
	font-weight: bold;
}

#formArea label.formTitles {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
}

#formArea input.textInput {
	width: 240px;
	border: 1px solid #C4C4C4;
	padding: 3px 0;
	font-weight: normal;
	font-size: 1.2em; 
	font-family: helvetica, arial, sans-serif;
}

#formArea .inputDrop {
	width: 242px;
	font-weight: normal;
	font-size: 1.3em; 
}
	
	
#thanksArea {
	background-color: #EFF6DB;
	color: #71A408;
	border: 1px solid #A5DB39;
	margin: 0 0 40px 0;
	padding: 20px 10px;
}

#formArea .inputCreate {
	margin-left: 180px;
}


ul#patrons { 
	background: #F4F4F4;
	border: 1px solid #EDEDED;
	margin: 10px;
	padding: 20px;
	font-size: 1.2em;
	list-style-type: none;
}

ul#patrons li { 
	padding: 0 0 0 20px;
	line-height: 2em;
}

ul#contactInfo { 
	border-top: 1px solid #EDEDED;
	margin: 20px 10px;
	padding: 10px 0 0 0;
	font-size: 1.3em;
	list-style-type: none;
}

ul#contactInfo li.compReg { 
	border-bottom: 1px solid #EDEDED;
	font-size: .9em;
	margin: 14px 0 0 0;
}

ul#contactInfo li { 
	padding: 0 0 4px 0;
}

ul#contactInfo li span { 
font-weight: bold;
}



p.pominent {
	font-size: 1.4em;
	font-weight: bold;
}


ul#sitemap {
	background: #F9F9F9;
	border-top: 1px solid #EDEDED;
	border-bottom: 1px solid #EDEDED;
	margin: 10px;
	padding: 20px;
	font-size: 1.4em;
	list-style-type: none;
}

ul#sitemap li { 
	background: transparent url(../img/icons/soft-arrow.gif) no-repeat 0 4px;
	margin: 10px 20px;
	padding: 0 0 0 14px;
}

ul#sitemap li.title {
background: none;
	margin: 0;
	padding: 0 0 2px 0;
	font-weight: bold;
}

ul#subNav {
	margin: 10px;
	padding: 0;
	font-size: 1.2em;
	list-style-type: none;
}

ul#subNav li {
	background: transparent url(../img/icons/bullet-lite.gif) no-repeat 0 4px;
	margin: 0;
	padding: 0 0 4px 12px;
}

ul#subNav li.title {
	background: none;
	margin: 0;
	padding: 0 0 2px 0;
	font-weight: bold;
}

#twoThirdsColOne p.question {
	padding: 0 0 0 10px;
	font-size: 1.3em;
	font-weight: bold;
}

ul.easyBullet {
	margin: 0 0 10px 0;
	padding: 0 0 0 50px;
	font-size: 1.2em;
	list-style-type: none;
}

ul.easyBullet li {
background: transparent url(../img/icons/easy-bullet.gif) no-repeat 0 4px;
	margin: 0;
	padding: 0 0 4px 14px;
}

ul.easyBullet li span {
	font-style: italic;
}





ul#whyJoin {
	margin: 0 0 10px 0;
	padding: 0 0 0 10px;
	font-size: 1.2em;
	list-style-type: none;
}

ul#whyJoin li {
background: transparent url(../img/icons/whyJoin-bullet.gif) no-repeat 0 4px;
	margin: 0;
	padding: 0 0 8px 16px;
}

#threeColOne p.intro {
	color: #F9A200;
	font-size: 1.4em;
	font-weight: bold;
}

#threeColOne p.joinToday {
	color: black;
	font-size: 1.2em;
	font-style: italic;
}

#threeColThree p span {
	font-style: italic;
}
