@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - Q-TIP PHOTOS CSS
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		qtip_photos.css
	Date:			October 21, 2008
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/
/*	--------------------------------------------------------------------------------------------------------------------------
	main/body/global Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	#posterContent {
		background:url(../../images/bg_photos.jpg) top center no-repeat;
		behavior:url(shared/css/iepngfix.htc);
	}
	
/*	--------------------------------------------------------------------------------------------------------------------------
	header styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
	.header {
		width:983px;
		padding:250px 0 0 0;
		display:block;
	}
	.navBar{
		padding:60px 0 0 305px;
	}
	.navBar ul li .photos {
		width:108px; height:17px;
		background: url(../../images/nav_photosHover.png) top no-repeat;
		behavior:url(shared/css/iepngfix.htc);
	}
	
	/*membershipBox styles*/
	
	.membershipBox {
		width:222px;
		padding:61px 0 0 0;
		float:left;
		display:inline;
	}
/*	--------------------------------------------------------------------------------------------------------------------------
	minCol styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/		
	.minCol {
		width:270px;
		margin:75px 0 0 0; padding:110px 0 0 0;
	}

/*	--------------------------------------------------------------------------------------------------------------------------
	mainCol styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/		
	.mainCol {
		width:687px;
	}
		.mainCol h1{
			width:196px; height:49px;
			margin:55px 0 39px 0;
			background:url(../../images/h1photos.png) no-repeat;
			behavior:url(shared/css/iepngfix.htc);
		}
		.mainCol .photo {
			float:left;
		}
		.mainCol .photo .photoNav {
			width:223px; height:89px;
			margin:0 0 59px 0;
		}			
			.mainCol .photo .photoNav ul {
				list-style:none;
			}
				.mainCol .photo .photoNav ul li {
					margin:0 0 1px 0;
				}
				.mainCol .photo .photoNav ul li a.livePhotos:link, .mainCol .photo .photoNav ul li a.livePhotos:visited, .mainCol .photo .photoNav ul li a.livePhotos:active {
					width:223px; height:29px;
					background:url(../../images/link_livePhotos.jpg) no-repeat top;
					display:block;										
					text-decoration:none;
				}
					.mainCol .photo .photoNav ul li a.livePhotos:hover {
						background-position:bottom;
					}
					.mainCol .photo .photoNav ul li .livePhotos img {
						width:223px; height:29px;
					}
				.mainCol .photo .photoNav ul li a.pressPhotos:link, .mainCol .photo .photoNav ul li a.pressPhotos:visited, .mainCol .photo .photoNav ul li a.pressPhotos:active {
					background:url(../../images/link_pressPhotos.jpg) no-repeat top;
					width:223px; height:29px;
					display:block;										
					text-decoration:none;
				}
					.mainCol .photo .photoNav ul li a.pressPhotos:hover {
						background-position:bottom;
					}
					.mainCol .photo .photoNav ul li .pressPhotos img {
						width:223px; height:29px;
					}
				.mainCol .photo .photoNav ul li a.randomPhotos:link, .mainCol .photo .photoNav ul li a.randomPhotos:visited, .mainCol .photo .photoNav ul li a.randomPhotos:active {
					background:url(../../images/link_randomPhotos.jpg) no-repeat top;
					width:223px; height:29px;
					display:block;										
					text-decoration:none;
				}
					.mainCol .photo .photoNav ul li a.randomPhotos:hover {
						background-position:bottom;
					}
					.mainCol .photo .photoNav ul li .randomPhotos img {
						width:223px; height:29px;
					}
		.mainCol .photo .thumbHolder {
			width:242px;
		}
			.mainCol .photo .thumbHolder h2 {
				width:219px; height:6px;
				margin:0 0 10px 0;
				background:url(../../images/h2_photos.png) no-repeat;
				behavior:url(shared/css/iepngfix.htc);
			}
			.mainCol .photo .thumbHolder .thumb {
				margin:0 0 6px 0; padding:0 7px 0 0;
				float:left;
			}
				.mainCol .photo .thumbHolder .thumb a.thumbnail:link img, .mainCol .photo .thumbHolder .thumb a.thumbnail:visited img, .mainCol .photo .thumbHolder .thumb a.thumbnail:active img {
					width:100px;
					border:1px solid #5a1312;
					display:block;
					text-decoration:none;
				}
					.mainCol .photo .thumbHolder .thumb a.thumbnail:hover img {
						border:1px solid #02363d;
					}
		.mainCol .display {
			float:left;
		}
			.mainCol .display .viewer {
				width:444px;
				margin:0 0 10px 0;
			}
			.mainCol .display .viewer img {
			    margin:8px 0 5px 0;        
			}
			.mainCol .display .viewer .control span.paging {
			    margin:0 0 10px 0;
			    font:normal 11px Verdana, Arial, Helvetica, sans-serif;
			}
			    .mainCol .display .viewer .control span.paging a:link, .mainCol .display .viewer .control span.paging a:active, .mainCol .display .viewer .control span.paging a:visited {   
			        color:#5a1312;
				    text-decoration:none;
			    }
			        .mainCol .display .viewer .control span.paging a:hover {
    			        color:#02363d;
			        }
			
			.mainCol .display .circleAd {
				width:291px; height:291px;				
				background: url(../../images/circle_ad.png) no-repeat;
				behavior:url(shared/css/iepngfix.htc);
			} 
				
