@charset "UTF-8";
/* Wedding Party Styles */
#weddingParty {
	display:block;
	position:relative;
	width:571px;
	margin:0px auto;
	margin-top:22px;
	text-align:center;
}
#families {
	display:block;
	width:100%;
	border-top:1px solid #F6B41A;
	text-align:center;
	background-color:#111111;
	padding-top:10px;
	color:white;
	padding-top:15px;
	padding-bottom:15px;
	float:left;
	text-align:center;
}
.familyMember {
	display: -moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
	background-color:white;
	padding:10px;
	margin:20px;
	height:250px;
	width:202px;
}
#bridalParty {
	margin-right:19px;
}
#groomsmen {

}
.partyRibbon {
	float:left;
	width:276px;
	position:relative;
	z-index:25;
}
.partyRibbon_top {
	background-image:url(../images/wParty_ribbon_top.png);
	background-repeat:no-repeat;
	width:276px;
	height:22px;
}
.partyRibbon_middle {
	position:relative;
	background-image:url(../images/wParty_ribbon_middle.png);
	background-repeat:repeat-y;
	width:244px;
	text-align:left;
	padding-left:32px;
	padding-bottom:10px;
}
.partyRibbon_bottom {
	background-image:url(../images/wParty_ribbon_bottom.png);
	background-repeat:no-repeat;
	width:276px;
	height:22px;
}
#right_side_pop { 
	position:absolute; 
	width:0px; /*152px; */
	height:229px; 
	left:262px; 
	top:20px; 
	background-image:url(../images/right_info_pop_bg.png);
	background-repeat:no-repeat;
	background-position:top right;
	z-index:24;
	padding:20px 0px; /*20px 15px;*/
	overflow:hidden;
}
#right_side_text {
	width:152px;
	height:229px;
	color:#A0A0A0;
	font-size:0.75em;
	text-align:left;
	overflow:hidden;
	float:right;
}
#left_side_pop { 
	position:absolute; 
	width:0px; /*152px; */
	height:229px; 
	right:270px; 
	top:20px; 
	background-image:url(../images/left_info_pop_bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	z-index:24;
	padding:20px 0px; /*20px 15px;*/
	overflow:hidden;
}
#left_side_text {
	width:152px;
	height:229px;
	color:#A0A0A0;
	font-size:0.75em;
	text-align:left;
	overflow:hidden;
	float:left;
}
.partyMember {
	width:202px;
	position:relative;
}
.wPartyPic {
	position:relative;
	display:block;
	width:202px;
	height:193px;
	border:1px black solid;
	margin-top:5px;
	margin-bottom:20px;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:bold;
	font-variant:small-caps;
	color:#a0a0a0;
	margin:0px;
	padding:0px;
}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
	font-variant:normal;
	letter-spacing:normal;
	font-style:italic;
	color:#b3b3b3;
	margin:0px;
	padding:0px;
}