/*---------------------------------------------
Sound City | www.liverpoolsoundcity.co.uk

Version:	1.0 - 28/12/2009
Created by: 	Lee Swift | www.leeswift.com
-----------------------------------------------*/



html,body {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	background-image: url('../images/mainback.gif');
	background-repeat: no-repeat;
	background-position: 50% 0%;
	background-color: #1a1919;
}

.clear {
clear: both; }

.right {
float: right; }

.left {
float: left; }

hr {
	color: #313131;
	background-color: #313131;
	height: 1px;
	border: 0px
}







/*STRUCTURE*/


#shade {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 1072px;
	background-image: url('../images/pageshade.png');
	background-repeat: repeat-y;
}
#container {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	width: 959px;
	text-align: left;
	background-color: #231f20;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 960px;
	background-image: url('../images/headerback.jpg');
	background-repeat: no-repeat;
	background-position: top left;
}


#mainnav {
	width: 960px;
	margin: 22px 0px 0px 0px;
	text-align: left;
	background-image: url('../images/menuwires.jpg');
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 81px;
}


#footercontainer {
	width: 960px;
	text-align: left;
	background-image: url('../images/footerback.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	height: 142px;
	background-color: #000;
}



.footersection {
	width: 345px; 
	margin: 10px 30px 0px 20px;
	padding: 10px 0px 5px 0px;
	float: left;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
}

.footersection2 {
	width: 150px;
	height: 90px;
	margin: 20px 50px 10px 0px;
	padding: 10px 0px 5px 20px;
	float: right;
	font-family: Tahoma, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #fff;
	border-left: #c41230 solid 3px;
}

#newscontent {
	width: 463px;
	margin: 0px 0px 10px 10px;
	padding: 10px 10px 10px 10px;
	background-color: #000;
}


.newstext {
	width: 464px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	background-image: url('../images/contentback.gif');
	background-repeat: repeat-x;
	background-position: top right;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
}

	.newstext a:link, .newstext a:active, .newstext a:visited  {
	color: #c41230;
	text-decoration: none;
}

.newstext a:hover  {
	color: #003399; 
	text-decoration: underline;
}
.mainnewshead {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	line-height: 1.3em;
	background-image: url('../images/mainnewsback.gif');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	padding: 10px 20px 10px 20px;
}
.newshead {
	font-family: Arial, sans-serif;
	font-size: 18px;
	color: #c41230;
	font-weight: bold;
	line-height: 1.3em;
}

.newshead a:link, .newshead a:active, .newshead a:visited  {
	color: #c41230;
	text-decoration: none;
}

.newshead a:hover  {
	color: #003399; 
	text-decoration: underline;
}


#twitterbox {
	width: 336px;
	height: 301px;
	background-image: url('../images/twitterback.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 10px;
	color: #fff;
}
#twitterbox a:link, #twitterbox a:active, #twitterbox a:visited  {
	color: #c41230;
	text-decoration: none;
}

#twitterbox a:hover  {
	color: #ffcc00; 
	text-decoration: underline;
}



#mailinglist {
	margin: 0px 0px 0px 5px;
	width: 318px;
	height: 110px;
	border: #000 solid 2px;
	background-image: url('../images/contentback.gif');
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 18px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #000;
}
#mailinglist a:link, #mailinglist a:active, #mailinglist a:visited  {
	color: #c41230;
	text-decoration: none;
}

#mailinglist a:hover  {
	color: #ffcc00; 
	text-decoration: underline;
}


#peoplesay {
	width: 335px;
	height: 337px;
	background-image: url('../images/saybackground.gif');
	background-repeat: no-repeat;
	background-position: top left;
	font-size: 14px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #000;
}
#peoplesay a:link, #peoplesay a:active, #peoplesay a:visited  {
	color: #c41230;
	text-decoration: none;
}

#peoplesay a:hover  {
	color: #003399; 
	text-decoration: underline;
}



/*INTERNAL PAGE*/


#internalcontent {
	width: 795px;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #000;
	background-color: #fff;
	border: #000 solid 8px;
	background-image: url('../images/pageback.gif');
	background-repeat: no-repeat;
}
#internalcontent a:link, #internalcontent a:active, #internalcontent a:visited  {
	color: #c41230;
	text-decoration: none;
}

#internalcontent a:hover  {
	color: #003399; 
	text-decoration: underline;
}




/*NAVIGATION*/


#mainnav ul { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
}
#mainnav li { 
	margin: 0px 0px 0px 0px;
	display: block; 
	font-weight: bold;
	font-size: 12px;
	color: #cccccc; 
	border-right: #454545 solid 1px;
	float: left; 
}
#mainnav li a:link, #mainnav li a:active, #mainnav li a:visited  {
	display: block;
	padding: 7px 20px 7px 20px;
	color: #cccccc; 
	font-size: 12px;
	text-decoration: none; 
}
#mainnav li a:hover  {
	display: block;
	color: #fff; 
	background-color: #990000;
	text-decoration: none; 
}

#mainnav ul li.last {
	border-right: none;
	padding-right: 0;
}

#sidenav ul { 
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	border-left: #d9d9cb solid 1px;
	border-right: #d9d9cb solid 1px;
	border-bottom: #d9d9cb solid 1px;
	background: #fff;
	list-style-type: none;
}
#sidenav li { 
	margin: 0px 0px 0px 0px;
	display: block; 
	font-weight: bold;
	font-size: 11px;
	color: #666666; 
	border-top: #d9d9cb solid 1px;
}
#sidenav li a:link, #sidenav li a:active, #sidenav li a:visited  {
	display: block;
	padding: 7px 20px 7px 10px;
	color: #666666; 
	font-size: 11px;
	text-decoration: none; 
}
#sidenav li a:hover  {
	display: block;
	color: #fff; 
	background-color: #990000;
	text-decoration: none; 
}



.locationpanel { 
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	width: 158px;
	float: left;
}
.locationpanel ul { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	font-family : Tahoma, sans-serif;
}
.locationpanel li { 
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-size: 12px;
	font-weight: bold;
	color: #333333; 
	line-height: 1.6em;
}
.locationpanel li a:link, .locationpanel li a:active, .locationpanel li a:visited  {
	color: #333333; 
	text-decoration: none;
}
.locationpanel li a:hover  {;
	color: #0099ff; 
}











/*GLOBAL TYPOGRAPHY*/


h1 {
	font-family : Tahoma, sans-serif;
	font-size: 18px;
	color: #c41230; 
	line-height: 18px;
}

h1 a:link, 
h1 a:active, 
h1 a:visited  {
	color: #c41230; 
	text-decoration: none; 
}

h1 a:hover  {
	color: #0066ff;
	text-decoration: none; 
}



h2 {
font-size: 18px;
	padding: 0px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	line-height: 0.4em;
	color: #000; 
}
h2 a:link, 
h2 a:active, 
h2 a:visited  {
color: #005883; 
text-decoration: none; 
}
h2 a:hover  {
color: #cc0000;
text-decoration: none; 
}




h3 {
padding-bottom: 10px;
font-family: Arial, san-serif;
font-weight: normal;
font-size: 14px;
color: #333;
line-height: 1em;
border-bottom: #ccc solid 1px;
}

h3 a:link, 
h3 a:active, 
h3 a:visited  {
color: #0099ff; 
text-decoration: none; 
}
h3 a:hover  {
color: #ffcc00;
text-decoration: none; 
}


h4 {
padding-bottom: 10px;
font-family: Arial, san-serif;
font-weight: normal;
font-size: 14px;
color: #333;
line-height: 3px;
border-bottom: #ccc solid 1px;
}

h4 a:link, 
h4 a:active, 
h4 a:visited  {
color: #0099ff; 
text-decoration: none; 
}
h4 a:hover  {
color: #ffcc00;
text-decoration: none; 
}

h5 {
font-family: Tahoma, san-serif;
font-weight: bold;
font-size: 12px;
line-height: 16px;
margin: 0px 0px 0px 0px;
color: #0099ff;}

h5 a:link, 
h5 a:active, 
h5 a:visited  {
color: #0099ff; 
text-decoration: none; }


h5 a:hover  {
color: #ffcc00;
text-decoration: none; }

h6 {
font-family: Tahoma, san-serif;
font-weight: bold;
font-size: 12px;
line-height: 16px;
color: #fff;
margin: 74px 0px 0px 0px; }

h6 a:link, 
h6 a:active, 
h6 a:visited  {
color: #005883; 
text-decoration: none; }

h6 a:hover  {
color: #0099ff;
text-decoration: none; }





#baselinks {  
	font-family : Tahoma, sans-serif;
	line-height: 18px;
	font-size: 11px;
	color: #999999; 
}
#baselinks a:link, 
#baselinks a:active, 
#baselinks a:visited  {
color: #abab86; 
text-decoration: none;
font-size: 12px;

}

#baselinks a:hover  {
color: #0099ff;
text-decoration: none; }


.email {  
font-size: 18px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #000;
}


/* Form Styles */



A.redbut {
  	font-weight: bold;
  	padding: 2px 4px 2px 4px;
  	font-size: 11px;
  	border: thin outset;
  	color: #ffffff;
  	text-align: center;
  	text-transform: uppercase;
  	width: 60px;
}
A.redbut:link { 
  	border-width: 1px;
  	padding: 2px 4px 2px 4px;
  	background-color: #cc0000; 
  	color: #ffffff;
  	border-color: #fff #000 #000 #fff;
  	text-decoration: none;
}
A.redbut:visited {
  	border-width: 1px;
  	background-color: #cc0000; 
  	color: #ffffff;
  	border-color: #fff #000 #000 #fff;
  	text-decoration: none;
}
A.redbut:hover { 
  	border-width: 1px;
  	background-color: #530000; 
  	color: #ffffff;
  	text-decoration: none;
}
A.redbut:active { 
  	background-color: #336699; 
  	color: #ffffff; 
  	border-color: #000 #fff #000 #fff;
  	text-decoration: none;
}
A.greybut {
  	font-weight: bold;
  	font-size: 11px;
  	font-family: Arial, sans-serif;
  	border: thin outset;
  	text-decoration: none;
  	color: #ffffff;
  	text-align: center;
  	height: 18px;
  	text-transform: uppercase;
  	line-height: 1.4em;
	padding: 2px 10px 2px 10px;
}
A.greybut:link { 
  	border-width: 1px;
  	background-color: #999; 
  	color: #ffffff;
  	border-color: #fff #000 #000 #fff;
  	text-decoration: none;
}
A.greybut:visited {
  	border-width: 1px;
  	background-color: #999; 
  	color: #ffffff;
  	border-color: #fff #000 #000 #fff;
  	text-decoration: none;
}
A.greybut:hover { 
  	border-width: 1px;
  	background-color: #666; 
  	color: #ffffff;
  	text-decoration: none;
}
A.greybut:active { 
  	background-color: #336699; 
  	color: #ffffff; 
  	border-color: #000 #fff #000 #fff;
  	text-decoration: none;
}
.dropdown {       
	padding: 0px 0px 0px 2px;
	font-family: Arial, sans-serif;
	font-size : 12px; 
	height : 22px ;
	color: #666; 
	border-width: 1px;
	background-color: #fff;
}
.textfield {       
	font-family: Arial, sans-serif;  
	font-size : 12px; 
	color: #666;
	padding: 1px 0px 0px 2px;
	border-width: 1px;
	background-color: #fff;
	height: 22px;
}
.textarea {       
	font-family: Arial, sans-serif;  
	font-size : 12px; 
	color: #666;
	padding-top: 1px;
	border-width: 1px;
	background-color: #fff;
}
.redstar {
	color: #ff0000;
	font-size : 16px;
	font-weight: bold;
}
.emailfield {       
	font-family: Arial, sans-serif;  
	font-size : 12px; 
	color: #000;
	padding: 0px 0px 0px 4px;
	border: #000 solid 2px;
	background-color: #fff;
	margin: 0px 0px 0px 4px; 
	width: 230px;
	height: 20px;
}



/*GIG SEARCH*/


#gigsearchbox {
	margin: 10px 0px 20px 0px;
	padding: 20px;
	background-image: url('../images/boxgrad.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #cc0000;
	border: #000 solid 5px;
	font-weight: bold;
}
#gigsearchbox a:link, 
#gigsearchbox a:active, 
#gigsearchbox a:visited  {
color: #333; 
text-decoration: none;
font-size: 12px;
}
#gigsearchbox a:hover  {
color: #cc0000;
text-decoration: none; 
}


.gigsearchpanel {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
}
.resultstitle {
	margin: 10px 0px 20px 0px;
	padding: 7px 0px 7px 0px;;
	border-bottom: #ccc solid 2px;
}
.resultspanel {
	padding: 20px 0px 10px 15px;
	margin: 10px 0px 10px 0px;
	border: #d4d4d4 solid 1px;
	background-color: #f3f3f3;

}
.resultsaddresspanel {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 170px;
}
.resultsimagepanel {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 135px;
}
.resultsdetailspanel {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 210px; /* Adjusted to 210 from 230 James Galley 19/02/10 14:04 */
}
.resultsbuypanel {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	font-size: 11px;
}


/*CONFERENCE SEARCH*/


#confsearchbox {
	width: 438px;
	margin: 17px 18px 0px 0px;
	padding: 0px 0px 9px 0px;
	background-image: url('../images/boxgrad.gif');
	background-repeat: repeat-x;
	background-position: bottom left;
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #cc0000;
	border: #000 solid 5px;
	font-weight: bold;
	float: left;
}
#confsearchbox a:link, 
#confsearchbox a:active, 
#confsearchbox a:visited  {
color: #333; 
text-decoration: none;
font-size: 12px;
}
#confsearchbox a:hover  {
color: #cc0000;
text-decoration: none; 
}

#confquotebox {
	margin: 0px 0px 0px 0px;
	height: 215px;
	width: 258px;
	background-image: url('../images/quotepanel.gif');
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #333;
	float: left;
}
#confquotebox a:link, 
#confquotebox a:active, 
#confquotebox a:visited  {
color: #cc0000; 
text-decoration: none;
font-size: 12px;
font-weight: bold;
font-style: normal;
}
#confquotebox a:hover  {
color: #ff0000;
text-decoration: none; 
}
.confsearchpanel {
	margin: -10px 0px 15px 0px;
	padding: 0px;
	float: left;
}

.confresultsimage {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 190px;
}
.confresultsdetails {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 480px;
}
.confdetails {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 520px;
}
.rowhead {
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	background-color: #c7c7c7;
}
.rowcontent {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #333;
	background-color: #e4e4e4;
	border-bottom: #cfcfcf solid 1px;
}



/*SPEAKER PROFILE*/



#speakerquotebox {
	margin: 20px 0px 0px 0px;
	height: 265px;
	width: 192px;
	background-image: url('../images/quoteback2.png');
	background-repeat: no-repeat;
	background-position: top left;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #333;
	float: left;
}
.speakerdetails {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 470px;
}
.speakerimage {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 220px;
}

.quote_speaker_name { 
	color: #C41230;
}

.rowhd {
	color: #ffffff;
	font-size : 12px;
	font-weight: bold;
	background-color: #666666; 
}
.tdrow {
	color: #666666;
	font-size : 12px;
	background-color: #EDEAE6; 
}
.tdrow2 {
	color: #666666;
	font-size : 12px;
	background-color: #E4E2DE; 
}









