@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - MAIN : 	MOZELLA - HOME
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		mozella_home.css
	Date:			Jul 30, 2009
	Author:		Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
/*	--------------------------------------------------------------------------------------------------------------------------
	active
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	ul#mainNav li.home a {
		background-position:0 -22px;
	}
	#mainCol {
		margin-top:10px;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	miniStyles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#albumMini {
		width:232px; height:101px;
		margin:0 0 0 40px; padding:0 0 0 21px;
		background:url(../../images/bg_mini.jpg) top left no-repeat;
		font-family:Georgia, serif;
		color:#f7f9dd;
	}
		#albumMini img {
			display:block;
			float:left;
			margin:0 12px 0 0;
			border:2px solid #473422;
		}
		#albumMini h2 {
			padding:15px 0 0 0;
			font-size:17px;
			font-weight:normal;
			text-indent:-8px;
			color:#f7f9dd;
		}
		#albumMini h3 {
			font-size:13px;
			font-weight:normal;
		}
			#albumMini ul li {
				float:left;
				height:17px;
				margin:8px 0 0 0;
			}
				#albumMini ul li a {
					display:block;
					height:17px;
				}
				#albumMini ul li.itunes a {
					width:48px;
					background:url(../../images/btn_itunes_mini.gif) top left no-repeat;
					margin:0 2px 0 0;
				}
					#albumMini ul li.itunes a:hover {
						background-position:bottom left;
					}
				#albumMini ul li.amazon a {
					width:49px;
					background:url(../../images/btn_amazon_mini.gif) top left no-repeat;
				}
					#albumMini ul li.amazon a:hover {
						background-position:bottom left;
					}
			
/*	--------------------------------------------------------------------------------------------------------------------------
	mainStyles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	h2#h2WhatsNew {
		width:386px; height:30px;
		background:url(../../images/h2_whatsnew.gif) top left no-repeat;
		padding:0;
	}
	
	a.btnMoreDates {
		width:70px; height:21px;
		margin:5px 0 0 0;
		display:block;
		background:url(../../images/btn_moredates.gif) top left no-repeat;
	}
		a:hover.btnMoreDates {
			background-position:bottom left;
		}
		
	a.btnReadMore {
		width:70px; height:21px;
		margin:5px 0 0 0;
		background:url(../../images/btn_readmore.gif) top left no-repeat;
		display:block;
	}
		a:hover.btnReadMore {
			background-position:bottom left;
		}
	a.btnViewMore {
		width:70px; height:21px;
		margin:5px 0 0 0;
		background:url(../../images/btn_viewmore.gif) top left no-repeat;
		display:block;
	}
		a:hover.btnViewMore {
			background-position:bottom left;
		}		
	
		ul#homeList li {
			margin:10px 0 0 0; padding:0 0 7px 0;
			background:url(../../images/bg_tourlist.gif) bottom left repeat-x;
		}
			ul#homeList li h2 {
				padding:0 0 5px 0;
			}
			
		ul#homeList li ul.photos  {
			text-align:center;
		}
			ul#homeList li ul.photos li {
				margin:0 35px 0 0; padding:0;
				background:none;
				display:inline;
			}
				ul#homeList li ul.photos li img {
					display:inline; padding:0;
					border:1px solid #04738d;
				}
			
			
			