@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - MELANIE FIONA TOUR
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		mf_tour.css
	Date:			Aug 19, 2009
	Author:		Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

		#header ul#navTop li.tour a {
			background-position:-195px -13px;
		}
	
	

		
/*	--------------------------------------------------------------------------------------------------------------------------
	content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	
	#content {
		margin: 3px 0 0 33px;
		background:url(../../images/bg_content.jpg) top left repeat-y;
	}
	
		#content #mainCol {
			width:432px;
			margin:0 58px 0 0;
			float: left;
		}
			
/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	
	h2#h2Media {
		margin:16px 0 0 26px;
		font-size:22px;
		font-weight:normal;
		color:#be7dd0;
		text-transform:uppercase;
	}
	#tour {
	    
	}
	    #tour .tourEntry {
	        background: url(../../images/border_post.gif) repeat-x left bottom;
	        padding: 18px 20px 20px 20px;
	        margin: 0 0 0 18px; 
	    }
	        #tour .tourEntry .date {
	           font: normal 11px Georgia, serif; 
	           color: #fff;
	           margin: 0 0 10px 0;
	           display: block; 
	        }
	
	        #tour .tourEntry h3 {
	           font: normal 15px Georgia, serif;
	           color: #b305be;
	           margin: 0 0 15px 0; 
	        }
	        
	        #tour .tourEntry .info {
               font: normal 11px Georgia, serif; 
               color: #fff;
               line-height: 20px;
               margin: 0 0 17px 0;      
	        }
	            #tour .tourEntry .info .place {
	              float: left;
	              width: 280px;
	            }
	            #tour .tourEntry .info .notes 
	            {
	                float: right;
	                width: 85px;
	            }
	                 #tour .tourEntry .info .notes .ticket{
	                    width: 71px;
	                    height: 18px;
	                    display: block;
	                    margin: 0 0 12px 0;
	                 }
	                    #tour .tourEntry .info .notes .ticket a{
	                        width: 71px;
	                        height: 18px;
	                        background:url(../../images/btn_buyNow.png) 0 0 repeat-x;
	                        display: block;
	                        text-indent: -3000px;
	                    }
	                    
/*	--------------------------------------------------------------------------------------------------------------------------
	video Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	.video {
		margin:30px 0 0 10px; padding:0 0 12px 0;
		background:url(../../images/border_post.gif) bottom left repeat-x;
		font-size:12px;
	}
	
		.video a img {
			margin:0 0 16px 0;
			display:block;
			border:1px solid #be7dd0;
		}
			.video a:hover img {
				border:1px solid #af0bc2;
			}
			
		.video h3 {
			display:inline;
			padding:0 8px 0 0;
			font-size:15px;
			font-weight:normal;
		}
			.video h3 a {
				color:#fbf4f9;
			}
				.video h3 a:hover {
					color:#af0bc2;
				}
	