/*======
MINDYMCCREADYBASEBALLMISTRESS.COM TOUR1 2.17.10
=========================================*/

/*---------------------------------------------GLOBAL----*/
* {
	margin:0;
	padding:0;
	color: #fff;
}

body {
	background: #f7f3e6;
	}

a:hover, a:active {text-decoration: none;}

/*---------------------------------------------STRUCTURE----*/
/*tour*/
#tour #wrapper {
	margin: 0 auto;
	width:1000px;
	height: auto;
	}

#tour #header {
	width: 1000px;
	height: 236px;
	background: transparent url('/images-tour1/header_bg.jpg') no-repeat left top;
	}

	
#tour #maincontent {
	width: 1000px;
	height: 437px;
	background: transparent url('/images-tour1/maincontent_bg.jpg') no-repeat left top;
	}
	
#tour #secondarycontent {
	width: 1000px;
	height: 327px;
	background: transparent url('/images-tour1/secondarycontent_bg.jpg') no-repeat left top;
	}
	
	
#tour #bonus {
	width: 1000px;
	height: 315px;
	background: transparent url('/images-tour1/bonus_bg.jpg') no-repeat left top;
	}


#tour #playerwrapper {
	float: right;
	display:inline;
	position: relative;
	top:0;
	right:69px;
	width: 587px;
	height: 440px;
	background: transparent;
	}
	
#tour #player:hover {cursor:pointer;}

#tour #content {
	float: right;
	display:inline;
	margin: 0 83px 0 0;
	width: 625px;
	}

/*footer*/
#footer {
	clear:both;
	margin: 15px auto;
	width: 960px;
	text-align:center;
	font: normal 11px Verdana, Sans-serif;
	color:#000;
	}

/*---------------------------------------------PICS----*/

	
ul#photolist {
	position:relative;
	top: 67px;
	left: 56px;
	float:left;
	list-style: none;
	width: 880px;
	height: auto;
	}
	
ul#photolist li {
	float:left;
	margin: 3px;
	padding:0;
	}
	
ul#photolist li a:link, ul#photolist li a:visited {
	display: block;
	padding:0;
	margin:0;
	width: 100px;
	height: 76px;
	border: 2px solid #1d3a19;
	}
	
ul#photolist li a:hover {
	border: 2px solid #950404;
	}
	
ul#photolist li a img {
	border:none;
	}
	

/*---------------------------------------------FORMATING----*/
#footer p {color:#000;}


/*---------------------------------------------LINKS----*/
a#midLink:link, a#midLink:visited {
	float:right;
	display: block;
	position: relative;
	top:24px;
	right:99px;
	margin: 0 89px 0 0;
	width: 618px;
	height: auto;
	font: bold 23px Arial, Sans-serif;
	letter-spacing: -1px;
	text-align:center;
	color: #fff;
	}

a#bannerlink:link, a#bannerlink:visited {
	display: block;
	position: relative;
	top:280px;
	left:160px;
	width: 520px;
	font: bold 40px Arial, Sans-serif;
	text-align:center;
	color: #497baa;
	}
	
a#bannerlink.comingSoon:link, a#bannerlink.comingSoon:visited {
	position: relative;
	top:300px;
	left:170px;
	letter-spacing: -1px;
	color: #497baa;
	}
	
#bonus a.smallLink {
	display: block;
	position: relative;
	top:0;
	left:0;
	width: 682px;
	font: normal 26px Arial, Sans-serif;
	text-decoration:none;
	text-align:center;
	color: #fff;
	}

#bonus a.largeLink {
	display: block;
	position: relative;
	top:219px;
	left:0;
	width: 100%;
	font: normal 25px Arial, Sans-serif;
	text-align:center;
	color: #fff;
	}

a.footerlink:link, a.footerlink:visited {
	display: block;
	margin: 15px 0;
	width: 100%;
	font: bold 30px Arial, Sans-serif;
	text-align:center;
	color: #000;
	}

/*footer*/	
#footer a:link,
#footer a:visited {
	color: #000;
	}

#footer a:hover,
#footer a:active {
	text-decoration:none;
	}
	
	/*---------------------------------------------LIGHTBOX----*/
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose, #lightbox-secNav-btnClose a:active {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
