@charset "utf-8";
/* CSS FOR ALL PROFILE PAGES */

.row1 .row1box1	{
	display: inline;
	float: left;
	width: 620px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 5px;
}

/* CSS FOR PROFILE HEAD & SOCIAL ROW - SAME FOR ALL PAGES */
.row1 .row1box1 .profilehead	{
	width: 620px;
	min-height: 265px;
	overflow: auto;
	margin-bottom: 10px;
}

.profilehead .col1	{
	float: left;
	width: 300px;
	overflow: auto;
}

.profilehead .col1 .photo	{
	overflow: hidden;
	width: 300px;
	height: 200px;
	text-align: center;
	margin-bottom: 20px;
}

.profilehead .col1 .photo img	{
	max-width: 300px;
	max-height: 200px;
}

.profilehead .col1 .social	{
	width: 300px;
}

.profilehead .col1 .social img	{
	margin-right: 2px;
}

.row1 .row1box1 .socialrow	{
	width: 620px;
	height: 25px;
	margin-bottom: 25px;
}

.socialrow .google, 
.socialrow .twitter, 
.socialrow .facebook, 
.socialrow .addthis, 
.socialrow .extralink, 
.socialrow .back	{
	float: left;
	height: 25px;
	overflow: hidden;
	text-align: center;
}

.socialrow .google{
	width: 75px;
	height: 23px;
	padding-top: 2px;
}

.socialrow .twitter	{
	width: 80px;
	height: 23px;
	padding-top: 2px;
	margin-right: 10px;
}

.socialrow .facebook	{
	width: 75px;
	height: 23px;
	padding-top: 2px;
	margin-right: 10px;
	overflow: visible;
	text-align: left;
}

.socialrow .addthis	{
	width: 150px;
	height: 21px;
	padding-top: 4px;
	margin-right: 10px;
}

.socialrow .extralink	{
	width: 110px;
	height: 20px;
	padding-top: 5px;
}

.socialrow .back	{
	width: 100px;
	height: 20px;
	padding-top: 5px;
}
/* END CSS FOR PROFILE HEAD & SOCIAL ROW - SAME FOR ALL PAGES */


.row1box1head_events	{
}

.row1 .row1box1 .row4	{
}

.row4 .schedule_table	{
}

.row4 .schedule_table .thdate	{
	width: 44px;
}

.row4 .schedule_table .thevent	{
	width: 200px;
}

.row4 .schedule_table .thtime	{
	width: 62px;
}

.row4 .schedule_table .thinfo	{
	width: 62px;
}


/* CSS FOR RIGHT COLUMN, AD DOWN THROUGH ALBUMS & BLOGS - SAME FOR ALL PAGES */
.row1 .row1box3	{
	float: left;
	width: 300px;
	height: auto;
	margin-top: 5px;
}

.row1 .row1box3 .ad_250	{
	float: left;
	width: 300px;
	height: 250px;
}

.row1 .row1box3 .adlink	{
	float: left;
	width: 295px;
	padding-left: 5px;
	height: 15px;
	color: #202020;
	text-align: right;
	font-size: 11px;
	margin-top: 2px;
	margin-bottom: 55px;
}

.row1 .row1box3 .adlink a	{
	color: #202020;
}

.row1 .row1box3 .adlink a:hover	{
	color: #39FB00;
}

.row1 .row1box3 .share	{
	float: left;
	width: 300px;
	height: 32px;
	margin-top: 3px;
	margin-bottom: 20px;
}

.row1box3 .row1box3head	{
	margin-top: 10px;
	margin-bottom: 10px;
}

/* PHOTO/VIDEO BOX WRAPPER HEIGHT FOR ALL PROFILES EXCEPT PLACES */
.row1 .row1box3 .photowrap, 
.row1 .row1box3 .videowrap	{
	min-height: 269px;
}

.row1box3 .photos .album, 
.row1box3 .videos .video	{
	overflow: hidden;
	width: 300px;
	height: 100px;
	padding: 6px 0 6px 0;
	border-bottom: 1px solid #202020;
}

.row1box3 .photos .album .albumthumb, 
.row1box3 .videos .video .videothumb	{
	float: left;
	overflow: hidden;
	width: 150px;
	height: 100px;
	text-align: center;
	margin-right: 5px;
}

.row1box3 .photos .album .albumthumb img, 
.row1box3 .videos .video .videothumb img	{
	max-width: 150px;
}

.row1box3 .photos .album .albuminfo, 
.row1box3 .videos .video .videoinfo	{
	float: left;
	width: 145px;
	text-align: right;
}

.row1box3 .photos .album .albuminfo .albumevent, 
.row1box3 .photos .album .albuminfo .albumdate, 
.row1box3 .photos .album .albuminfo .albumplace, 
.row1box3 .photos .album .albuminfo .albumviews, 
.row1box3 .videos .video .videoinfo .videoevent, 
.row1box3 .videos .video .videoinfo .videodate, 
.row1box3 .videos .video .videoinfo .videoplace, 
.row1box3 .videos .video .videoinfo .videoviews	{
	width: 140px;
	overflow: hidden;
}

.row1box3 .photos .album .albuminfo .albumevent, 
.row1box3 .videos .video .videoinfo .videoevent	{
	height: 30px;
	margin-bottom: 3px;
	font-weight: bold;
}

.row1box3 .photos .album .albuminfo .albumdate, 
.row1box3 .videos .video .videoinfo .videodate	{
	height: 15px;
	margin-bottom: 3px;
}

.row1box3 .photos .album .albuminfo .albumplace, 
.row1box3 .videos .video .videoinfo .videoplace	{
	height: 30px;
	margin-bottom: 2px;
}

.row1box3 .photos .album .albuminfo .albumviews, 
.row1box3 .videos .video .videoinfo .videoviews	{
	height: 15px;
}

.row1box3 .photos .noalbums, 
.row1box3 .videos .novideos	{
	width: 300px;
	padding: 6px 0 6px 0;
	text-align: right;
}

.row1 .row1box3 .row1box3foot	{
	width: 292px;
	height: 18px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 4px;
	border-top: 1px solid #202020;
	border-bottom: 1px solid #131313;
	text-align: center;
	font-size: 13px;
	background-color: #000000;
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#101010),
			to(#030303)
		);
	background:
		-moz-linear-gradient(
			top,
			#101010,
			#030303
		);
}

.row1 .row1box3 .row1box3foot a	{
	width: 290px;
	height: 18px;
	display: block;
}

/* BLOG BOX CSS */
.row1box3 .blogs	{
	overflow: hidden;
	width: 300px;
}

.row1box3 .blogs .blog_result	{
	width: 300px;
	height: 50px;
	margin-top: 7px;
	padding-bottom: 8px;
	border-bottom: 1px solid #202020;
}

.blog_result .date	{
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	text-align: center;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.blog_result .date .month	{
	width: 50px;
	height: 16px;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 16px;
	text-transform: uppercase;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}

.blog_result .date .num	{
	width: 50px;
	height: 16px;
	margin-bottom: 4px;
	color: #FFFFFF;
	background-color: #000000;
	font-size: 16px;
}

.blog_result .date .day	{
	width: 50px;
	height: 15px;
	color: #000000;
	background-color: #FFFFFF;
	text-transform: uppercase;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}

.blog_result .info	{
	float: left;
	width: 233px;
	height: 50px;
	text-align: right;
}

.blog_result .info .title, 
.blog_result .info .author, 
.blog_result .info .collection	{
	overflow: hidden;
	height: 16px;	
}

.row1box3 .blogs .noblogs	{
	width: 300px;
	padding: 6px 0 6px 0;
	text-align: right;
}
/* END CSS FOR RIGHT COLUMN, AD DOWN THROUGH ALBUMS - SAME FOR ALL PAGES */


/* ROW 3 ADS - SAME FOR ALL PAGES */
.row3	{
	width: 980px;
	height: 100px;
}

.row3 .row3box1	{
	display: inline;
	float: left;
	width: 300px;
	height: 100px;
	margin-left: 20px;
	margin-right: 20px;
}

.row3 .row3box2	{
	float: left;
	width: 300px;
	height: 100px;
	margin-right: 20px;
}

.row3 .row3box3	{
	float: left;
	width: 300px;
	height: 100px;
}
/* END ROW 3 ADS - SAME FOR ALL PAGES */

/* NEW CSS FOR ROW HEADERS & FOOTERS */
.row1box1head_new, 
.row1box3head_new	{
	overflow: hidden;
	position: relative;
	width: 600px;
	height: 27px;
	padding: 5px 10px 5px 10px;
	margin-bottom: 10px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #040404;
	background-image: linear-gradient(left , rgb(8,8,8) 7%, rgb(24,24,24) 54%);
	background-image: -o-linear-gradient(left , rgb(8,8,8) 7%, rgb(24,24,24) 54%);
	background-image: -moz-linear-gradient(left , rgb(8,8,8) 7%, rgb(24,24,24) 54%);
	background-image: -webkit-linear-gradient(left , rgb(8,8,8) 7%, rgb(24,24,24) 54%);
	background-image: -ms-linear-gradient(left , rgb(8,8,8) 7%, rgb(24,24,24) 54%);
	background-image: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0.07, rgb(8,8,8)),
		color-stop(0.54, rgb(24,24,24))
	);
}

.row1box3head_new	{
	width: 280px;
}

.row1box1head_new .icon, 
.row1box3head_new .icon	{
	position: absolute;
	top: 5px;
	left: 5px;
	height: 27px;
	width: auto;
}

.row1box1head_new .icon img, 
.row1box3head_new .icon img	{
	height: 27px;
}

.row1box3foot_new	{
	overflow: hidden;
	width: 298px;
	height: 30px;
	margin-top:5px;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	border: 1px solid #202020;
}

.row1box3foot_new a	{
	display: block;
	width: auto;
	height: 23px;
	padding-top: 7px;
	background-color: #040404;
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#080808),
			to(#020202)
		);
	background:
		-moz-linear-gradient(
			top,
			#080808,
			#020202
		);
}

.row1box3foot_new a:hover	{
	background-color: #040404;
	background:
		-webkit-gradient(
			linear,
			left top,
			left bottom,
			from(#181818),
			to(#080808)
		);
	background:
		-moz-linear-gradient(
			top,
			#181818,
			#080808
		);
}
/* END NEW CSS FOR ROW HEADERS & FOOTERS */

/* ROW 6 FACEBOOK COMMENTS */
.row1 .row1box1 .row1box1head_comments	{
	margin-bottom: 10px;
}

.row1 .row1box1 .row6	{
	width: 580px;
	margin: 0 20px 0 20px;
	height: auto;
}
/* END ROW 6 FACEBOOK COMMENTS */
