/* general stuff */
* {
	margin:0;
	padding:0;
}

.clear {
	clear:both;
}

.align-left {
	float:left;
}

.align-right {
	float:right;
}

body {
	font-size:12px;
}

/* end general stuff */

#wrapper {
	width:992px;
	margin:auto;
}

#header {
	height:275px;
	margin-top:10px;
}

#content {
	padding:0px 20px 20px 20px;
}

	#feature {
		margin-bottom:10px;
		position:relative;
	}
	
		#feature .title {
			position:absolute;
			top:-25px;
			left:10px;
		}

	#left_column {
		float:left;
		margin-left:18px;
		
		width:257px;
		
	}
	
		#left_column .seperator {
			height:1px;
			margin:10px 0 10px 0;
		}
		
		#left_column #metric {
			display:block;
			width:198px;
			margin:auto;
			position:relative;		
		}
		
		#left_column #tokyo_police_club {
			display:block;
			width:144px;
			margin:auto;		
		}
		
		#left_column #the_dears {
			display:block;
			width:201px;
			margin:auto;		
		}
		
		#left_column #sebastien_grainger {
			display:block;
			width:183px;
			margin:auto;		
		}
		
		#left_column #dj_mike_relm {
			display:block;
			width:135px;
			margin:auto;		
		}
	
	#right_column {
		float:right;
		margin-right:18px;
		
		width:649px;
		
	}
	
		#right_column p {
			margin-bottom:16px;
		}
		
		#tourDates * {
			position:relative;
			z-index:99;
		}
		
		#tourDates li {
			margin-bottom:1px;
		}
		
		#tourDates li a {
			display:block;
			padding:10px;
			color:#000;		
		}
		
		#tourDates li a:hover {
			background:#42C8E1;
		}
		
		#tourDates {
			width:100%;
			border-collapse:collapse;
			font-size:14px;
			vertical-align:top;
		}
		
		#tourDates td {
			vertical-align:top;
			border-bottom:1px solid #fff;
		}
		
		#tourDates td div {
			padding:10px;
		}
		
	
		#tourDates .date {
			font-size:15px;
			font-weight:bold;
			width:120px;
			
		}
		
		#tourDates .date div,
		#tourDates .ticketmaster div {
			border-right:1px soild #27C0DD;
		}
		
		#tourDates .location {
			display:block;
			margin-bottom:3px;
		}
		
		#tourDates .location div {
			border-left:1px solid #27C0DD;
		}
		
		#tourDates .info {
			
		}
		
		#tourDates .ticketmaster {
		width:110px;
		}
		
			#tourDates .ticketmaster .img {
				display:block;
				margin-top:3px;
			}
			
			#tourDates .ticketmaster .buy_other {
				display:block;
				font-size:10px;
				margin-top:9px;
				width:118px;
			}
		
#footer {
	padding:50px 38px 48px 38px;
}

#footer div {
	padding-top:12px;
	border-top:3px solid #b9ebf4;
}





/* new stuff from neil */

h1 {
	margin-bottom:10px;
}

.text-nav {
	background:url(../imgs/text-nav-item-sep.gif) no-repeat top left;
	padding-top:1px;
}

.text-nav-item {
	background:url(../imgs/text-nav-item-sep.gif) no-repeat bottom left;
	padding:1px 0 2px 0;
}

.text-nav-item a {
	display:block;
	padding:10px;
}

.text-nav-item a:hover,
.text-nav-item .current {
	color:#000;
	background:url(../imgs/text-nav-item-over.gif) repeat-y top left;
}

.news-post {
	border-bottom:6px solid #e4f6fc;
}

.news-post a {
	font-size:15px;
}

.news-head {
	font-size:12px;
	color:#7b7b7b;
}

.news-head b {
	color:#27c0dd;
}

#dontcopywrong {
	font-weight:bold;
	left:3px;
	position:relative;
	top:-21px;
}

#tickets {
	padding:0 20px;
}

#postermain {
	height:807px;
	background:url(../imgs/home/postermain.jpg) no-repeat top left;
	margin-bottom:30px;
}

form fieldset {
	padding:10px;
	background:#DFFAFF;
	border:none;
}	

form input {
	border:2px solid #27C0DD;
	margin-right:20px;
	padding:3px;
	font-size:12px;
	font-family:arial;
	font-weight:bold;	
}

form label {
	font-weight:bold;
	margin-right:10px;
}

form button {
	background:#CFF8FF;
	border:2px solid #27C0DD;
	color:#000;
	padding:2px;
	font-size:12px;
	font-family:arial;
	font-weight:bold;
	float:right;
}

.post {
	padding-bottom:30px;
}

.second strong {
	display:block;
	font-size:14px;
}

#feedback {
	margin:10px 0;
	font-weight:bold;
	text-align:center;
}

.error {
	border:1px solid #cc0000;
	border-left:none;
	border-right:none;
	color:#cc0000;
	background:#FFDFDF;
	padding:20px 0;
}

.message {
	border:1px solid #27C0DD;
	border-left:none;
	border-right:none;
	color:#000;
	background:#D5F5FB;
	padding:20px 0;
}

.contact {
	border-left:4px solid #e2e2e2;
	padding-left:24px;
}

#myc {
	margin-bottom:16px;
	margin-left:16px;
}

#myc li {
	margin-bottom:6px;
}