body {
	background-image: url(siteimages/background.jpg);
	background-color: #ffc756;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	margin: 2px 0;
	padding: 0;
}

.mask {
display:none;	
}

#highlightbox {
margin: 10px;
border:2px solid #D4D4D4;
padding:0 10px 10px 10px;
background-color:#E4E4E4;
}
.larger {
font-size:2em;	

}




/* Home Page gubbins  ---   */

#blackborderhome {
	font-size:1.3em;
	line-height:1.2em;
	margin: 10px;
border:2px solid #272627;
padding:0 10px 10px 10px;
text-align:center;
}

#blackbordersearch {
	font-size:1.3em;
	line-height:1.2em;
	margin: 0;
border:2px solid #272627;
padding:0 5px 10px 5px;
}

#blackbordersearch h1{
	font-family:Verdana, Geneva, sans-serif;
	line-height: 1em;
}

.centered {
text-align:center;	
}
.christmashead{
	text-align:center;
	font-size: 1.1em;
}

.biggerstill {
	font-size: 1.2em;
	line-height: 1.2em;
}

.rhythym  {
	font-size: 1.8em;
	line-height: 1.2em;
}

.thenew {
	font-size: 2.2em;
	line-height: 1.2em;	
}

*/#buttonspacer {
padding-top:5px;
margin-top:5px;
margin-bottom: -5px;	
}

#contentwrapper {
	background-color: #ffffff;
	margin: 0 auto;
	width: 750px;
	border: 1px solid #b19160;
-moz-box-shadow:2px 2px 3px #999;
-webkit-box-shadow:2px 2px 3px #999;
box-shadow:2px 2px 3px #999;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
}

#contentwrapper2 {
	background-color: #ffffff;
	margin: 0 auto;
	width: 750px;
-moz-box-shadow:2px 2px 5px #333;
-webkit-box-shadow:2px 2px 5px #333;
box-shadow:2px 2px 5px #333;
}
#masthead {
	background-image:  url("images18/header750.jpg");
	background-repeat: no-repeat;
}
#masthead a, #masthead a:visited, #masthead a:active {
	display: block;
	height: 287px;
	margin-left: -20000px;
}
h1 {
	margin: 0;
}

h2 {
	/*font-style: italic;*/
	font-size: 1.4em;
	line-height:1.5em;
}

/* holly image for newsletters etc */

.holly {
margin:0 0 0 60px;	
}


.oos {
color: #CC6600;
font-weight: bold;
}
#nav {
text-align: center;
background-color:#272627;
}

.clearfix:before,
.clearfix:after {
content: " ";
display: table;
}
 
.clearfix:after {
clear: both;
}
 
.clearfix {
*zoom: 1;
}

#controlnav {
margin-right: 10px;
	font-size: 70%;
	font-weight:bold;
	background-image: url(siteimages/nav.jpg);
	background-repeat:no-repeat;
background-color: #e6e6e6;
}


#maincontent {
	font-size: 0.8em;
	line-height: 1.2em;
	margin: 0 12px 0 2px;
	text-align: left;
}

.hideit {display: none;}

#tagline {
	clear: both;
	background-color:#272627;
	height: 40px;
	text-align:center;
	font-size: .8em;
	color: #fff;
}

#tagline a{
	line-height: 20px;
	padding-right: 20px;
	text-decoration: none;
	color: #fff;
}

#tagline a:hover{
text-decoration: underline;
color: #333;
}

#sidebar {
float:left;
	color: #766249;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 12px;
	padding-left: 2px;
	width: 210px;
	text-align:left;
	font-weight: bold;
}
#sidebar h3 {
background-color: #666;
	color: #fff;
	font-size: 1.3em;
	margin: 4px 0 0 0;
	line-height: 1.2em;
	text-indent: 5px;
}



#sidebar a{
padding-left: 2px;
	color: #444;
	text-decoration: underline;
	font-weight: bold;
}

#sidebar a:hover{
	color: #648D6F;
	text-decoration: none;
}

#sidebar p {
	padding-left: 4px;
	margin: 6px 0 12px 0;
}

#sidebar td {
	font-size: 80%;
}
#homesidebar {
float:left;
width:190px;
padding:0 5px;
}

#homesidebar p{
	margin: 5px 0;
	
}

/* ------------------Search Page -----*/

#searchcontent {
	padding: 9px 9px 14px 9px;
	margin: 0 0px 0 200px;
}

#searchcontent h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #000000;
	padding:10px 0;
}

#searchcontent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #000000;
}

#searchcontent p {
margin-top: 0px;
padding-top@ 0px;	
}


/*-------------------- brown buttons with shadows top -*/

#topnav{
margin-right: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	text-align: center;
	clear:both;
}

#toplinks {
margin: 0 0 0 10px;	
clear:both;
}

#toplinks ul{
list-style:none;
margin:0 0 0 30px;	
padding:4px 2px;
border:none;
}


#toplinks li {
	float:left;
border-bottom:2px solid #fff;
width:130px;
margin:1px 4px 2px 0px ;
}

#toplinks a {
		padding:6px 0 6px 14px;
	display:block;
	color:#fff;
	text-decoration:none;
		background-color:#766249;
		-webkit-box-shadow:2px 2px 3px #666;
		-moz-box-shadow:2px 2px 3px #666;
		box-shadow:2px 2px 3px #666;
-webkit-border-radius:75px;
-moz-border-radius:5px;		
border-radius:5px;
}

#toplinks a:visited {
	color:#fff;
	text-decoration:none;
	
}

#toplinks a:hover {
		color:#555;
	text-decoration:none;
	background-color:#ffc756;
	
}

/* -----------------TEST LINKS ---------------*/


#testlinks {
margin: 0;	
clear:both;
}

#testlinks ul{
list-style:none;
margin:0 0 0 14px;	
padding:4px 2px;
border:none;

}


#testlinks li {
	width:91px;
	padding: 4px;
	float:left;
border-bottom:2px solid #fff;
margin:1px 3px 2px 0px ;
}

#testlinks a {
		height: 30px;
		padding:6px 3px 6px 3px;
	display:block;
	color:#fff;
	text-decoration:none;
		background-color:#766249;
		-webkit-box-shadow:2px 2px 3px #666;
		-moz-box-shadow:2px 2px 3px #666;
		box-shadow:2px 2px 3px #666;
-webkit-border-radius:75px;
-moz-border-radius:5px;		
border-radius:5px;
border: 1px solid #FECE6C;
}

#testlinks a:visited {
	color:#fff;
	text-decoration:none;
	
}

#testlinks a:hover {
		color:#555;
	text-decoration:none;
	background-color:#ffc756;
	
}
/*-------------------- brown buttons with shadows in sidebar -*/

#homelinks{
list-style:none;
margin:0;	
padding:4px 2px;
border:none;
}


#homelinks li {
border-bottom:2px solid #fff;
width:160px;
margin:1px 0 2px 0px ;
}

#homelinks a {
		padding:6px 0 6px 14px;
	display:block;
	color:#fff;
	text-decoration:none;
		background-color:#766249;
		-webkit-box-shadow:2px 2px 3px #666;
		-moz-box-shadow:2px 2px 3px #666;
		box-shadow:2px 2px 3px #666;
-webkit-border-radius:75px;
-moz-border-radius:5px;		
border-radius:5px;
}

#homelinks a:visited {
	color:#fff;
	text-decoration:none;
	
}

#homelinks a:hover {
		color:#555;
	text-decoration:none;
	background-color:#ffc756;
	
}




#homesidebar p {
	padding: 6px 5px 12px 0;
}
#homecontent {
	padding: 9px 9px 14px 9px;
	margin: 0 10px 0 200px;
}

#homecontent h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	color: #000000;
	padding-top:10px;
}

#homecontent h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #000000;
}


#catlinks{
list-style:none;
margin:0;	
padding:4px 2px;
border:none;
}


#catlinks li {
border-bottom:2px solid #fff;
width:180px;
margin:1px 0 2px 0px ;
}

#catlinks a {
		padding:6px 0 6px 14px;
	display:block;
	color:#fff;
	text-decoration:none;
		background-color:#766249;
		background-color:#2b2b2b;
		-webkit-box-shadow:2px 2px 3px #666;
		-moz-box-shadow:2px 2px 3px #666;
		box-shadow:2px 2px 3px #666;
-webkit-border-radius:5px;
-moz-border-radius:5px;		
border-radius:5px;
}

#catlinks a:visited {
	color:#fff;
	text-decoration:none;
	
}

#catlinks a:hover {
		color:#555;
	text-decoration:none;
	background-color:#ffc756;
	
}
#catlinks img {
	text-align:center;
border: 0;
margin:0;	
padding:0;
}


#catlinks p {
	margin-top:1px 0;
	padding:2px 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 0.7em;	
}

#cleanlink {
	
}

#cleanlink a{
	border:0;
	padding:0;
	background:#fff;
			-webkit-box-shadow:0px 0px 0px #fff;
		-moz-box-shadow:0px 0px 0px #fff;
		box-shadow:0px 0px 0px #fff;
-webkit-border-radius:0;
-moz-border-radius:0;		
border-radius:0;
}

#cleanlink a:visited{
	border:0;
	padding:0;
	background:#fff;
}
#cleanlink a:hover{
	border:0;
	padding:0;
	background:#fff;
}

/*----------------------------------------New Release Highlight Box -------*/
.newrelease {
		padding:6px 0 6px 14px;
	display:block;
	color:#fff;
	text-decoration:none;
		background-color:#766249;
		background-color:#c31e17;
		-webkit-box-shadow:2px 2px 3px #666;
		-moz-box-shadow:2px 2px 3px #666;
		box-shadow:2px 2px 3px #666;
-webkit-border-radius:75px;
-moz-border-radius:5px;		
border-radius:5px;
}

/*------------------------------------------------------------*/

#contact {
float: left;
	color: #766249;
	padding: 9px 9px 14px 9px;
	width: 480px;
	margin-left:5px;
}

#contact a {
color: #766249;
font-weight:bold;
font-style:italic;
text-decoration:none;
}

#contact a:hover {
text-decoration: underline;
}


#fullcontact {
float: left;
	color: #766249;
	padding: 9px 9px 14px 9px;
	width: 700px;
	margin-left:5px;
}

#fullcontact a {
color: #766249;
font-weight:bold;
font-style:italic;
text-decoration:underline;
}

#fullcontact a:hover {
text-decoration: none;
}

/*------------------ Home Page New Releases Box ---------*/

#homerelease {
margin:0 10px 0 10px;
		padding:10px 0 6px 14px;
	display:block;
	color:#fff;
	text-decoration:none;
		background-color:#766249;
		-webkit-box-shadow:2px 2px 3px #666;
		-moz-box-shadow:2px 2px 3px #666;
		box-shadow:2px 2px 3px #666;
-webkit-border-radius:75px;
-moz-border-radius:5px;		
border-radius:5px;
}
#homerelease a{
color:#ffffff;
}
#homerelease a:visited{
color:#ffffff;
text-decoration:none;
}
#homerelease a:hover{
color:#ffffff;
text-decoration:none;
}

/*-------------------------------------------------Admin------------------*/
#control {
float: left;
font-size: 80%;
	color: #766249;
	padding: 9px 9px 14px 9px;
	width: 700px;
	margin-left:5px;
}

#articles img {
float: left;
margin-right: 10px;
}

#tracks {
text-indent: 20px;
}

fieldset {
width:90%;
font-weight: bold;
background-color: #ededed;
padding: 10px;
margin-bottom: 10px;
border: 1px solid #c0c0c0;
}

fieldset td {
font-size: 80%;
font-weight: bold;
padding: 0px 10px 0px 10px;
}

form {
width:100%;
}

.textinput {
font-size:0.85em;
}
legend {
font-size: 110%;
color:#766249;
}

#footer {
	clear: both;
	color: #444;
	font-size: 0.75em;
	margin: 0 auto;
	padding: 12px 24px 0 24px;
	width: 700px; 
}
#footer a:link, #footer a:visited {
	color: #444;
}
#footer a:hover, #footer a:active, #footer a:focus {
	color: #444;
	text-decoration:none;
}
.para {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #766249;
	letter-spacing: 2px;
}
.bold {
	font-weight: bold;
}

.small {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 70%;
}

.smallerline {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size: 70%;
line-height: 1.3em;
}

.medium {
font-size: 90%;
}

.bigger {
font-size: 105%;
}

.bigbolditalic{
font-size: 105%;
font-weight: bold;
font-style:italic;
}

.redhead {
font-weight: bold;
font-size: 150%;
color:#CC0000
}

.redmed {
font-weight: bold;
font-size: 110%;
color:#CC0000;

}.blacklarge {
	font-family: "Broadway", Verdana, Arial, Helvetica, san-serif;
	font-size: x-large;
	font-weight: bold;
	color: #000000;
}
.blackmed {
	font-family: "Broadway", Verdana, Arial, Helvetica, san-serif;
	font-size: large;
	font-style: normal;
	font-weight: bold;
	color: #000000;
}
.blacktimes {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #000000;
	line-height: 1em;
}

.blacktimes1 {
	font-family: "Times New Roman", Times, serif;
	font-size: normal;
	font-weight: bold;
	color: #666633;
}

.blacktimesmedium {
	font-family: "Times New Roman", Times, serif;
	font-size: 90%;
	font-weight: normal;
	color: #666633;
}

.blackarialmedium {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #666633;
}

.blackarialsmall {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #000000;
}

.blacktimessmall {
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
	font-weight: bold;
	color: #000000;
}

.blacktimes2 {
	font-family: "Times New Roman", Times, serif;
	font-size: x-large;
	font-weight: bold;
	color: #000000;
}
#christmasbox {
		margin-left:10px;
	padding:5px 10px;
	width: 475px;
	border: 1px solid #b19160;
-moz-box-shadow:2px 2px 3px #999;
-webkit-box-shadow:2px 2px 3px #999;
box-shadow:2px 2px 3px #999;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
background-color:#14A892;
color: #fff;
background-image:url(siteimages/santa-bkg-color-2.jpg);
background-repeat:no-repeat;
}
#newsitebox {
	padding:10px;
	border: 1px solid #b19160;
-moz-box-shadow:2px 2px 3px #999;
-webkit-box-shadow:2px 2px 3px #999;
box-shadow:2px 2px 3px #999;
-moz-border-radius:8px;
-webkit-border-radius:8px;
border-radius:8px;
background-color:#14A892;
color: #fff;
background-image:url(siteimages/santa-bkg-color-2.jpg);
background-repeat:no-repeat;
}
#newsitebox a{
color: #fff;	
}

#christmasbox h2{
	text-align:center;
	font-size: 1.1em;
}