/* ----- Create Sidebar ----- */

.main-column {
	width: 68.3%;
	float: left;
	clear: left;
	padding:0;
	margin:0;
}
.side-column {
	width: 300px;
	min-height: 225px;
	float: right;
	clear: right;
	padding: 0;
	margin: 10px 1.7% 0 0;
}
#content {
	width: 58%;
	float:left;
	padding:0;
	margin:0 0 0 1.7%;
}
.full-width {
	clear: both;
	/*margin-left: 120px;*/
}
.full-width p {
	width: 100%;
	max-width: 530px;
	text-align: left;
}
.full-width blockquote {
	max-width: 510px;
	margin: 10px;
}
h2.celebrity-name-above-photo {
    padding: 0 50% 0 0;
}

/* ----- Sticky Sidebar Ads ----- */
.fixed-ad {
	position: fixed;
	top: 65px;
}

.row {
	position: relative;
}
.row:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.stickit {
    margin-left: 683px;
	position: fixed;
    top: 20px;
}
.stickit-end {
    bottom: 0;
    position: absolute;
    right: 0;
}

/* ----- Sidebar Portals To 2 Columns ----- */

.side-column .portal-container.columns-3 .portal-image,
.side-column .portal-container.columns-4 .portal-image,
.side-column .portal-container.columns-5 .portal-image,
.side-column .portal-container.columns-6 .portal-image {
 	width: 50%;
 }
 
/* ------ Images on archive pages max out at exactly 150px ----- */
.portal-container.columns-6 {
    max-width: 984px;
}

/* ------ Show Desktop Only Content ----- */

.desktop-only {
	display: inline-block;
}
.desktop-hide {
	display: none;
}