@charset "UTF-8";
/* CSS Document */

body{
	margin:0 auto;	
}

@media (min-width: 768px) {

.tour_container{
	width:100%;
	background:rgba(0, 0, 0, .02);
	padding:1em 0 0 0;
	border-bottom:solid #ccc thin;
}

.tour_row{
	width:100%;
	clear:both;
	padding:0 1em 0 1em;
}

.tour_date{
	width:30%;
	font-size:.7em;
	font-style:italic;
	float:left;
	text-align:left;
}

.tour_day{
	color:rgba(28, 117, 188, 1);
	font-size:1em;
	text-align:left;
}

.tour_venue{
	width:40%;
	font-size:.7em;
	float:left;	
	text-align:left;
}

.tour_city{
	width:30%;
	font-size:.7em;
	float:left;	
	text-align:left;
}

.tour_rsvp{
	float:left;	
	background: none repeat scroll 0 0 #000000;
	color: #FFF;
	padding: 0.5em 2%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	text-decoration:none;
}

.tour_rsvp:hover{
	float:left;	
	background: none repeat scroll 0 0 rgba(28, 117, 188, 1);
	color: #fff;
	padding: 0.5em 2%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	text-decoration:none;
}

.tour_time{
	font-size:1em;
	font-style:italic;
	text-align:left;
}

.tour_info{
	font-size:.8em;
	text-align:left;
}

.tour_tickets{
	font-size:.8em;
	text-align:left;
}

.tour_linkage{
	color:rgba(28, 117, 188, 1);
	text-decoration:none;
}

.tour_linkage:hover{
	color:rgba(0, 0, 0, 1);
	text-decoration:none;
}

.clear{
	clear:both;	
	height:1em;
}

.border{
	height:.01em;
	border-top:0;
	border-right:0;
	border-bottom:1px;
	border-left:0;
	border-style:solid;
	border-color:rgba(0, 0, 0, .1);
	margin:.7em 0 0 0;
}

.spacer{
	height:1.5em;	
}

}


@media (max-width: 768px) {

.tour_container{
	width:100%;
	height:auto;
	background:rgba(0, 0, 0, .05);
	padding:1em 0 0 0;
	border-bottom:solid #ccc thin;
}

.tour_row{
	width:100%;
	clear:both;
	padding:0 1em 0 1em;
}
	
.tour_date{
	width:100%;
	font-size:.8em;
	font-style:italic;
	padding:0 0 .5em 0;
	text-align:left;
}

.tour_day{
	color:rgba(28, 117, 188, 1);
	font-size:1em;
	text-align:left;
}

.tour_venue{
	width:100%;
	font-size:.8em;
	padding:0 0 .5em 0;
	text-align:left;
}

.tour_city{
	width:100%;
	font-size:.8em;
	padding:0 0 .5em 0;
	text-align:left;
}

.tour_rsvp{
	width:4em;
	background: none repeat scroll 0 0 #000000;
	color: #FFF;
	padding: 0.5em 2%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	text-decoration:none;
	text-align:center;
}

.tour_rsvp:hover{
	background: none repeat scroll 0 0 rgba(28, 117, 188, 1);
	color: #000;
	padding: 0.5em 2%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	text-decoration:none;
}

.tour_time{
	font-size:1em;
	font-style:italic;
	text-align:left;
}

.tour_info{
	font-size:.7em;
	text-align:left;
}

.tour_tickets{
	font-size:.8em;
	text-align:left;
}

.clear{
	clear:both;
	height:1em;
}

.border{
	height:.2em;
	border-top:0;
	border-right:0;
	border-bottom:1px;
	border-left:0;
	border-style:solid;
	border-color:rgba(0, 0, 0, .1);	
}

.spacer{
	height:1em;	
}
	
}

