/* Party Zones Styles */

.widget-partyzone {
	width: 305px !important;
}
.widget-partyzone h1 {
	margin: 0;
}
.widget-partyzone img {
	border: 2px solid #000;
	margin: 5px 0;
}
.widget-partyzone h2 {
	color: #fff;
	font-size: 1.3em;
	text-transform: uppercase;
	text-align: center;
	margin: 0;
}
.widget-partyzone h2 a {
	text-decoration: none;
}
.widget-partyzone p {
	color: #fff;
	font-size: 0.95em;
	line-height: 1.2em;
	text-align: left;
}

.party-zone {
	padding: 0;
}
.party-zone .party-item {
	display: inline-block;
	width: 33%;
	margin: 0;
	margin-top: 8px;
	padding: 0;
	text-align: center;
}
.party-zone .party-item a img {
	border: 3px solid #000;
}
.party-title {
	background: #000;
	padding: 5px 10px;
	clear: both;
	margin: 0;
}
.party-zone h3 {
	margin: 0;
}
.party-zone h4 {
	margin: 0;
}
.party-link {
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}