/** profile header box **/
div#profile-info {
	position: relative;
	zoom: 1;
}

div#profile-user-picture {
	float: left;
	display: inline;
	margin: 2px 0 0 10px;
}

div#profile-info-specifics-outer {
	zoom: 1; /* IE6+7 disappearing background fix */
	margin: 0 1px 0 1px;
	background: url(../images/profile/user-profile-bg.gif) repeat-x;
	padding-bottom: 11px;
}

div#profile-info-specifics {
	float: left;
	margin-left: 16px;
	padding-top: 10px;
}

div#profile-info-buttons {
	position: absolute;
	top: 10px;
	right: 10px;
}

div#profile-info-buttons a {
	display:block;
	margin-bottom: 5px;
	float:right;
	clear:right;
}

div#profile-info h2 {
	color: #494949;
	font-size: 160%;
	font-weight: bold;
	margin-bottom: 19px;
}

div#profile-info h2 span {
	display: block;
	font-size: 70%;
	color: #ec1e98;	
}

div#profile-info dl dt {
	float: left;
	clear: left;
	width: 130px;
	padding-bottom: 9px;
}

div#profile-info dl dd {
	float: left;
	width: 265px;
	padding: 0 0 9px 10px;
	color: #494949;
	font-weight: bold;
}

div#profile-info select#how-many-weekends {
	width: 265px;
}

div#profile-info div.clear {
	height: 10px;
	line-height: 0;
	font-size: 0;
}



/** your next big weekend box **/
.rounded-neutral-inner,
.rounded-neutral-inner .rounded-body,
.rounded-neutral-inner .rounded-head,
.rounded-neutral-inner .rounded-head div {
    background-image: url(../images/rounded/pink-inner-dark-614.gif);
}

div#profile-next-weekend {
	min-height: 30px;
	width: 599px;
	margin: 0 auto 0 auto;
	
}

div#profile-next-weekend div.rounded-body {
	padding: 2px 10px 10px;
	position: relative;
	z-index: 100;
	zoom: 1;
}

div#profile-next-weekend div.next-weekend-info {
	float: left;
	width: 460px;
	padding-bottom: 10px;
}

div#profile-next-weekend div.next-weekend-thumb {
	float: right;
}

div#profile-next-weekend h3 {
	height: auto;
	padding: 0 0 6px;
}

div#profile-next-weekend h4 {
	padding: 5px 0 5px 0;
	color: #333;
	font-size: 120%;
	height: 30px;
}

div#profile-next-weekend h4 span {
	font-weight: normal;	
	font-size: 80%;
}

div#profile-next-weekend ul {
	position: absolute;
	bottom: 10px;
}

div#profile-next-weekend li {
	float: left;
	margin-right: 12px;
}


div#profile-next-weekend div.clear {
	height: 0;
}

/** photos and videos box **/
.rounded-inner,
.rounded-inner .rounded-body,
.rounded-inner .rounded-head,
.rounded-inner .rounded-head div {
    background-image: url(../images/rounded/pink-614.gif);
}

div#profile-photos, div#profile-videos {
	width: 599px;
	margin: 10px auto 0 auto;
}

div#profile-photos .gallery-left,
div#profile-photos .gallery-right,
div#profile-videos .gallery-left,
div#profile-videos .gallery-right {
	display: inline;
}

div#profile-photos ul li, div#profile-videos ul li {
	width: 180px;
	margin: 2px 1px 0 0;
}

div#profile-photos ul li {
	width: 180px;
}

div#profile-videos ul li {
	width: 542px;
}

div#profile-videos ul li .profile-video-preview {
	margin: 0 10px;
	float: left;
	width: 180px;
}

div#profile-videos ul li div {
	float: left;
	width: 332px;
}

div#profile-videos ul li h4 {
	color: #ec1e98;
	font-size: 120%;
	font-weight: bold;
}

div#profile-videos ul li p.date-added {
	margin: 2px 0 10px;
	font-size: 90%;
}

div#profile-videos ul li p.description {
	font-weight: bold;
}

div#profile-videos ul li p.comment {
	font-style: italic;
	margin-top: 10px;
}

p.profile-media-upload {
	float: right;
	margin: 8px 11px 11px 0;
	display: inline; /* IE float double-margin fix */
}


/** friend box **/
div#profile-friends div.subhead p.friend-count {
	float: left;
}

div#profile-friends div.subhead p.friend-count a {
	margin-left: 12px;
}

div#profile-friends div.subhead p.add-friends {
	float: right;
	padding-right: 10px;
}

ul#profile-friends-list {
	padding: 10px 0 0;
	width: 10000px;
	margin: 0 auto;
}

ul#profile-friends-list li {
	float: left;
	padding-bottom: 12px;
}

ul#profile-friends-list li a {
	display: block;
	width: 76px;
	min-height: 90px;
	text-decoration: none;
	text-align: center;
}

ul#profile-friends-list li a img {
	display: block;
	margin: 0 auto;
}

ul#profile-friends-list li a span {
	text-decoration: underline;
}



/** your messages box**/
.rounded-neutral-second-column .rounded-body div {
	background-image: url(../images/boxes/grey-white-gradient-300.gif) ;
}

div#your-messages div.rounded-body {
	padding-bottom: 10px;
}

div#your-messages h4 {
	padding: 15px 11px 10px;
	font-weight: bold;
}

div#your-messages p {
	padding: 0 11px;
}



/** big weekend quiz box **/
div#big-weekend-quiz p {
	zoom: 1 /* IE6 peekaboo bug fix */
}
div#big-weekend-quiz dl {
	padding: 10px 0;
	float: left;
	width: 100%;
	position: relative;
}

div#big-weekend-quiz dt {
	float: left;
	clear: left;
	width: 78px;
	padding-bottom: 5px;
}

div#big-weekend-quiz dd {
	font-weight: bold;
	width: 173px;
	float: left;
	padding-bottom: 5px;
}

li.gallery-content ul.meta  {
	width: 180px;
}
