*{
	margin:0;
	padding:0;
	border:none;
}
body{
	background:#000 url(../images/backgrounds/page_gradient.gif) top left repeat-x;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:62.5%;
	color:#ccc;
}





/*/////////////////////////////////// LINKS ///////////////////////////////////*/
a{
	color:#ccc;
	outline:none;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}




/*/////////////////////////////////// HEADING & TEXT ///////////////////////////////////*/
h1{
	width:840px;
	height:163px;
}
h1 a {
	display:block;
	width:840px;
	height:163px;
	text-indent:-99999px;
	font-size:0.1em;
	margin:0;
}
h2{
	font-size:2em;
	margin-bottom:.5em;
}

h3{
	font-size:1.5em;
	margin-bottom:.5em;
	color:#f4812a;
}

h4{
	display:inline;
	color:#e46708;
	font-size:1.2em;
}
.content p{
	padding-bottom:1em;
}

.content ul {
	margin-left:15px;
}
.content ol {
	margin-left:35px;
	width:85%;
}
.content li {
	margin-bottom:.5em;
	line-height:120%;
}



/*/////////////////////////////////// VENUE LIST ///////////////////////////////////*/
ul.venues {
	margin:0;
}
ul.venues li{
	list-style:none;
	border-top:1px solid #e46708;
	padding:25px 0 20px 0;
}
body#Cast ul.venues li {
	padding-bottom:0;
}
ul.venues li.Top{
	border:none;
}
ul.venues ul{
	margin:0;
}
ul.venues li li{
	border:none;
	margin-bottom:.3em;
	padding:0;
	line-height:1.5em;
}
ul.venues li li span{
	display:block;
	font-size:0.9em;
}





/*/////////////////////////////////// LAYOUT ///////////////////////////////////*/
#header {
	height:163px;
	margin:0 auto;
	width:840px;
	background:url(../images/backgrounds/header.jpg) top center no-repeat;
	clear:both;
}
#navigation {
	height:37px;
	width:846px;
	clear:both;
	margin:0 auto;
	text-align:left;
}
.wrapper{
	width:800px;
	margin:0 auto;
	text-align:left;
	font-size:1.2em;
	line-height:1.3em;
}

.general{
	min-height: 470px;
}
body#Home .general{
	background:url(../images/backgrounds/bikers.jpg) right 100px no-repeat;
}
.content{
	width:100%;
}

body#Home .content{
	width:370px;
}

#LeftCol {
	width: 200px;
	height:200px;
	float:left;
}
#RightCol {
	width: 390px;
	min-height:450px;
	float:right;
}





/*/////////////////////////////////// IMAGES ///////////////////////////////////*/
img, a img {
	border:0;
} 
.PixLeft {
	margin-right:10px;
	margin-bottom:7px;
	float:left;
	border: none;
}
.PixRight {
	margin-left:15px;
	margin-bottom:5px;
	float:right;
	border: 1px solid white;
}
strong img{
	margin-bottom:10px;
}

/*/////////////////////////////////// iphone game ///////////////////////////////////*/

body#Home #pageTop {
	margin: 0 0 330px 0;
	width: 390px;
	height:110px;
	float:right;
}
body#Home #iphonegame {
	margin: 0;
	width: 168px;
	height:110px;
	float:right;
	margin-bottom:350px;
}

.manchester {
	float:left;
	width:200px;
	height:84px;
	margin-top:5px;
}		

/*/////////////////////////////////// PHOTOS ///////////////////////////////////*/
#gallery {
	padding: 0;
	margin:0;
	/* why oh why....... */
	/* margin:600px 0 0 0; */
}
body#Home #gallery {
	margin:0 13px 0 0;
	float:right;
	width: 390px;

}
#gallery ul { 
	list-style: none;
	padding: 0;
	margin:0;
	clear:both;
}
body#Home #gallery ul {
	width:390px;
}
#gallery ul li { 
	float: left; 
	background:none; 
	padding:0;
	margin: 0 15px 15px 0;
}

#gallery ul li.lastThumb { 
	margin-right:0;
}

#gallery ul li a img {
	border: 1px solid #e46708;
	margin:0;
	width:146px;
	height:146px;
	display:block;
	padding:0;
}
body#Home #gallery ul li a img {
	width:118px;
	height:118px;
}
#gallery ul li a:hover img {
	border: 1px solid #c00;
}
#gallery ul li.Last { 
	margin:0;
	clear:right;
}
#gallery p {
	text-align:center;
	font-size:10px;
	font-style:italic;
}





/*/////////////////////////////////// QUOTES ///////////////////////////////////*/
p.Quote {
	font-weight:bold;
	font-size:125%;
	color:#fff;
	margin-bottom:.3em;
	line-height:120%;
}
p.Quote em {
	font-weight:normal;
	font-style:italic;
	color:#999;
	font-size:70%;
}

p.QuoteOrange {
	font-weight:bold;
	font-size:125%;
	color:#fff;
	margin-bottom:.3em;
	line-height:120%;
	color: #f17700;
}




/*/////////////////////////////////// ACCESSIBILITY ///////////////////////////////////*/
.hiddenItems {
	display:none;
	text-align:left;
}
.clear {
	margin:0;
	padding:0;
	line-height:0;
	font-size:0; 
	clear:both; 
	height:0;
	overflow: hidden;
}
.space {
	height:25px;
}




.Right {
float:right;
text-align:right;
font-weight:normal;
color:#fff;
}




body#Cast .wrapper .content p em {
color:white;
}
/*///////////////////////////////////  FOOTER ///////////////////////////////////*/
#Footer {
	text-align:center;
	color:#666;
	background:#000;
	margin:65px 0 0 0;
	width:100%;
	font-size:1em;
	padding:15px 0;
	clear:both;
	border-top:1px solid #f4812a;
}
#Footer div {
	width:800px;
	margin:0 auto;
}
#Footer a, #Footer a:hover {
	color:#999;
}
#Footer #Copyright {
	margin:0;
	text-align:left;
	float:left;
	padding:0;
}
#Footer #FootLinks {
	float:right;
	padding:0;
}
#Footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#Footer ul li {
	border:none;
	border-right:1px solid #666;
	margin:0 4px 0 0;
	padding:0 4px 0 0;
	float:left;
}
#Footer ul li.Last {
	border:none;
	margin:0;
	padding:0;
}

