@charset "utf-8";
/*	-------------------------------------------------------------
	CSS - PEEPS  : 	Scoozy Events Website
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Filename:		s_peeps.css
	Date:			September 1, 2009
	Author:			Halo Media LLC - http://www.halopowered.com/
	-------------------------------------------------------------	*/

		
/*	--------------------------------------------------------------------------------------------------------------------------
	.content Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/	
	.content {
		width:750px;
		margin:20px 0 0 0; padding:10px 0 20px 0;
	}
		.content h3 {
			width:211px; height:42px;
			margin:0 0 10px 0;
			background:url(../images/h3_peeps.png) 0 0 no-repeat;
		}
		.content .peeps {
			width:720px;
		}
			.content .peeps ul.peepsList {
				width:146px;
				background:url(../images/bg_main.png) top right no-repeat;
				display:inline;
				float:left;
			}
				.content .peeps ul.peepsList li {
					width:136px;
					margin:0 0 7px 0; padding:0 0 0 10px;
					float:left;
				}
					.content .peeps ul.peepsList li a {
						font:italic 14px Arial, Helvetica, sans-serif;
						color:#ff3f6f;
					}
						.content .peeps ul.peepsList li a:hover {
							color:#4c4c4c;
						}
					.content .peeps ul.peepsList li.ui-tabs-selected {
						background:url(../images/bg_peepsActive.png) 0 5px no-repeat;
					}
						.content .peeps ul.peepsList li.ui-tabs-selected a {
							color:#4c4c4c;
						}
			.content .peeps .profile {
				width:542px;
				padding:0 0 0 32px;
				display:inline;
				float:left;
			}
				.content .peeps .profile .pic {
					width:199px;
					display:inline;
					float:left;
				}
					.content .peeps .profile .pic .underConstruction {
						display:none;
					}
					.content .peeps .profile .pic .btnHolder {
						width:199px;
					}
						.content .peeps .profile .pic .btnHolder li {
							width:98px;
							float:left;
						}
						.content .peeps .profile .pic .btnHolder a.btnThen {
							width:98px; height:16px;
							background:url(../images/btn_nowThen.png) 0 0 no-repeat;
							display:block;
						}
							.content .peeps .profile .pic .btnHolder a.btnThen:hover {
								background-position:0 -16px;
							}
							.content .peeps .profile .pic .btnHolder li.ui-tabs-selected a.btnThen {
								background-position:0 -16px;
							}
						.content .peeps .profile .pic .btnHolder a.btnNow {
							width:101px; height:16px;
							background:url(../images/btn_nowThen.png) -98px 0 no-repeat;
							display:block;
						}
							.content .peeps .profile .pic .btnHolder a.btnNow:hover {
								background-position:-98px -16px;
							}
							.content .peeps .profile .pic .btnHolder li.ui-tabs-selected a.btnNow {
								background-position:-98px -16px;
							}
				.content .peeps .profile .info {
					width:326px;
					padding:0 0 0 16px;
					display:inline;
					float:left;
				}
				.content .peeps .profile .copy {
					padding:0 20px 10px 0;
					font:normal 16px Arial, Helvetica, sans-serif;
					color:#ff3f6f;					
					text-align:center;
				}
					.content .peeps .profile .info h4 {
						margin:0 0 20px 0;
						font:bold 14px Arial, Helvetica, sans-serif;
						color:#333;
						line-height:17px;
					}
					.content .peeps .profile .info p {
						padding:10px 0;
						font:normal 14px Arial, Helvetica, sans-serif;
					}
					.content .peeps .profile .info ul {
						
					}
						.content .peeps .profile .info ul li {
							width:308px;
							margin:0 0 5px 0; padding:0 0 0 10px; 
							background:url(../images/bg_peepsActive.png) 0 5px no-repeat;
							font:normal 14px Arial, Helvetica, sans-serif;
						}
						
		
/*	--------------------------------------------------------------------------------------------------------------------------
	.ui-tabs Styles
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/							
	.ui-tabs .ui-tabs-hide {
		 display: none;
	}