html
{
	overflow-y: scroll;
}

/* THE WALL CSS */
#container
{
	margin-bottom: 20px;
	margin-left: 5px;
	min-height: 668px;
	padding-bottom: 27px;
}

/* THE AREA AT THE TOP OF THE WALL */
#band
{
	height: 46px;
	background: #fff;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 25px;
	margin-right: 24px;
	width: 940px;
}

#band h2
{
	font-size: 27px;
	line-height: 46px;
	margin: 0px;
	padding: 0px;
	margin-left: 10px;
	float: left;
	font-weight: normal;
}

#band a
{
	background-color: #000000;
	color: #FFFFFF;
	display: block;
	float: right;
	font-family: 'MyEffraRegular' ,Arial,Helvetica,sans-serif;
	line-height: 26px;
	font-size: 12px;
	padding: 0 6px;
	margin-top: 10px;
	margin-right: 10px;
	text-align: center;
	text-decoration: none;
	z-index: 10;
	background: url(../../images/buttons/arrow-right.gif) no-repeat scroll right center #000000;
	padding-right: 20px;
	padding-left: 15px;
}

div.utility
{
	background: none repeat scroll 0 0 red;
	border-radius: 5px 5px 5px 5px;
	color: white;
	float: right;
	height: 340px;
	padding: 10px;
	width: 280px;
	margin: 0 20px 20px 0;
}
div.brick
{
	width: 280px;
	background: #fff;
	margin: 0 0 20px 20px;
	padding: 10px;
	overflow: hidden;
	font-family: 'MyEffraRegular';
	min-height: 100px;
	border: 0px;
}
div.brick p
{
	font-size: 24px;
	line-height: normal;
	padding: 0px;
	margin: 0px;
	font-family: "MyEffraRegular";
}
span a.tag
{
	cursor: pointer;
	padding: 4px 8px;
	background: #000;
	font-size: 11px;
	margin-right: 2px;
	color: #fff;
}

div.brick a.contract, div.brick a.expand
{
	display: block;
	background-color: #fff;
	background-image: url(../../images/buttons/expand.png);
	display: block;
	width: 27px;
	height: 27px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
}

div.brick a.contract.hide, div.brick a.expand.hide
{
	display: none;
}

div.brick a.contract
{
	background-image: url(../../images/buttons/contract.png);
	background-color: #fff;
}

div.brick a.expand.invert
{
	background-image: url(../../images/buttons/expand-black.png);
	z-index: 2000;
	background-color: #000;
}

.facebook-600
{
	width: 600px;
}

.video
{
	width: 200px;
	height: 220px;
	position: relative;
}
.video iframe
{
	position: absolute;
	top: 0px;
	left: 0px;
}
#video
{
	display: none;
}

/* HELPER CSS TO MAKE SURE THE EXPANDING BRICK IS ABOVE ALL OTHER ELEMENTS */
div.above
{
	z-index: 100;
}

/* HELPER CSS TO MAKE SURE WALL IMAGES WORK PROPERLY */
.image-container
{
	height: 350px;
	float: left;
}

.image-container img
{
	width: 280px;
}

/* THE ROLLOVER BLACK BOX THAT APPEARS */
div.brick .quick
{
	display: none;
	background: #000;
	min-height: 20px;
	float: left;
	position: absolute;
	bottom: 0px;
	right: 0px;
	z-index: 1000;
	color: #fff;
	width: 280px;
	padding: 10px;
	font-size: 16px;
	cursor: pointer;
}

/* THE INITIAL BIT OF THE MOMENT BEFORE EXPANSION */
div.brick .summary
{
	text-transform: uppercase;
}

/* THE FULL ON DETAIL OF THE MOMENT */
div.brick .detail
{
	display: none;
	float: left;
	margin-bottom: 30px;
}
div.brick .detail p
{
	font-size: 16px;
	width: 516px;
	margin: 5px 0 0 0;
	float: left;
}

div.brick span.signoff
{
	font-weight: bold;
}

/* THE BOXES TO THE RIGHT OF EACH MOMENT */
div.brick .social
{
	float: right;
	width: 70px;
	height: 100px;
	margin: 5px 0;
}

div.brick .social span
{
	width: 51px;
	height: 22px;
	line-height: 22px;
	border: solid 1px #fff;
	display: block;
	float: right;
	text-align: center;
	background: #000;
	color: #fff;
	font-family: 'MyEffraRegular';
	margin-bottom: 4px;
	font-weight: bold;
}

div.brick .social span.tweet, div.brick .social span.share
{
	background: #fff;
	background-image: url(../../images/buttons/facebook.png);
	height: 18px;
}

div.brick .social span.tweet
{
	background-image: url(../../images/buttons/twitter.png);
}

div.brick .social span.tweet a, div.brick .social span.share a
{
	text-indent: -3000px;
	background: transparent;
	height: 18px;
	line-height: 18px;
	display: block;
}

div.brick .social span.tweet:hover, div.brick .social span.share:hover
{
	background-position: bottom;
}

div.brick .social span.google
{
	background: #fff;
}
div.brick .social span.total
{
	border: solid 1px #000;
	background: #fff;
	color: #000;
}

/* THE TAGS FOR EACH MOMENT */
span.tags
{
	width: 583px;
	float: left;
	background: #fff;
	display: block;
	min-height: 32px;
	margin-bottom: 15px;
}
span.tags .tag
{
	float: left;
	margin-right: 10px;
	text-decoration: none;
}
span.tags a:hover.tag
{
	text-decoration: underline;
}
span.tags span
{
	display: block;
	margin: 0 14px 5px 0;
	float: left;
	line-height: 20px;
	font-size: 14px;
}

/* THE REPORTING LINK */
div.brick .report
{
	width: 583px;
	float: left;
	background: #d6d6d6;
	display: block;
	height: 27px;
	margin-bottom: -10px;
	margin-left: -10px;
	padding-left: 10px;
}
div.brick .report a
{
	background: transparent;
	line-height: 27px;
	color: #000000;
	padding: 0px;
}

/**** Isotope Filtering - not sure what it does.  not taking it out as they asked me to put it in ****/
.isotope-item
{
	z-index: 2;
}
.isotope-hidden.isotope-item
{
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item
{
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope
{
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item
{
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition
{
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */


/* WALL FOOTER */
#wall-footer
{
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 2000;
	line-height: 38px;
	background-image: url(../../images/backgrounds/wall-footer.png);
	background-repeat: repeat-x;
	background-position: top;
}

#wall-footer.viewone
{
	height: 47px;
}

#wall-footer.viewtwo
{
	height: 209px;
}

#wall-footer.viewtwo .panel
{
	height: 132px;
	width: 790px;
	margin: 0 auto;
	padding-top: 30px;
}

#wall-footer.viewtwo .panel .right, #wall-footer.viewtwo .panel .left
{
	width: 307px;
	float: left;
	padding: 0px;
	margin: 0px;
}
#wall-footer.viewtwo .panel .right
{
	width: 483px;
}

#wall-footer.viewtwo .panel .left ul
{
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}

.discover-back
{
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
	text-transform: none;
}

#wall-footer.viewtwo .panel .left ul li
{
	font-family: 'MyEffraRegular' ,Arial,Helvetica,sans-serif;
	margin-bottom: 10px;
	background-image: url(../../images/icons/tag-footer-arrow-icon.png);
	background-repeat: no-repeat;
	background-position: right;
	width: 210px;
	cursor: pointer;
}

#wall-footer.viewtwo .panel .right p
{
	font-family: 'MyEffraRegular' ,Arial,Helvetica,sans-serif;
	font-size: 16px;
	line-height: 20px;
}

#wall-footer.viewthree
{
	height: 450px;
}

#wall-footer.viewthree .panel
{
	width: 80%;
	margin: 0 auto;
	min-width: 850px;
	margin-top: 50px;
}

#wall-footer.viewthree .panel .left
{
	width: 130px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#wall-footer.viewthree .panel .left ul li, #wall-footer.viewthree .panel .left ul
{
	width: 130px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 28px;
	font-family: 'MyEffraRegular' ,Arial,Helvetica,sans-serif;
	font-size: 14px;
}
#wall-footer.viewthree .panel .left ul li
{
	padding: 0 0 0 10px;
	width: 120px;
	cursor: pointer;
}

#wall-footer.viewthree .panel .left ul li.selected
{
	background: #999999;
	color: #fff;
}

#wall-footer.viewthree .panel .left #filterType
{
	font-family: 'MyEffraRegular' ,Arial,Helvetica,sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}

#wall-footer.viewthree .panel .right
{
	width: 80%;
	float: left;
	min-height: 200px;
	border-left: solid 1px #999999;
	padding-left: 20px;
	margin-top: 11px;
}


#wall-footer .buttons
{
	margin-top: 9px;
	cursor: pointer;
}
#wall-footer .panel
{
	background: #fff;
	display: none;
}


#wall-footer #discover
{
	display: block;
	margin: 0 auto;
}

#wall-footer #close
{
	display: none;
	margin: 0 auto;
}



/* MOMENT ENTRY CSS */
form input[type=text], form textarea
{
	border: solid 1px #cccccc;
	font-family: Arial;
	font-size: 12px;
	color: #666;
}
form table
{
	border-collapse: collapse;
}
form textarea
{
	padding: 20px;
	width: 534px;
	height: 157px;
	line-height: 20px;
}
form input[type=text]
{
	width: 564px;
}

form label
{
	font-family: 'MyEffraRegular' ,Arial,Helvetica,sans-serif;
	font-size: 18px;
	line-height: 18px;
	padding-bottom: 10px;
	display: block;
}

#share-finished .boxout, form .boxout
{
	width: 534px;
	border: solid 1px #cccccc;
	min-height: 35px;
	padding: 20px;
}

form a.button
{
	background: #000;
	display: block;
	width: 230px;
	color: #fff;
	text-align: center;
	line-height: 37px;
	font-family: "MyEffraRegular";
	text-decoration: none;
	text-transform: uppercase;
	float: left;
	cursor: pointer;
}

form .boxout span.or
{
	font-family: "MyEffraRegular";
	font-size: 18px;
	line-height: 37px;
	float: left;
	width: 74px;
	display: inline-block;
	text-align: center;
}

div.share-brick
{
	margin: 0px;
	float: left;
	padding: 20px;
	width: 260px;
}

div.share-brick h2
{
	font-size: 24px;
	line-height: 24px;
}
div.share-brick h3
{
	font-size: 18px;
	line-height: 18px;
}

#music-moments .content form .buttons, #music-moments .content div.right.share-brick
{
	float: right;
	margin-bottom: 20px;
	padding-top: 20px;
	display: none;
}

#finish, form .buttons .back, form .buttons .continue
{
	float: right;
	font-family: "MyEffraRegular";
	font-size: 12px;
	text-transform: uppercase;
	line-height: 34px;
}

form .buttons .back
{
	float: left;
}


form .facebook-albums
{
	padding: 30px 0 30px 40px;
	width: 534px;
}

#browse-photo, #chosen-photo
{
	width: 488px;
}

img.photo-580
{
	width: 580px;
}

ul.photo-list, ul.albums-list
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

form .facebook-album-holder
{
	float: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: relative;
	width: 159px;
	height: 186px;
	margin: 0 7px 15px 0;
	overflow: hidden;
}


form .album-info
{
	position: absolute;
	top: 126px;
	left: 0px;
	background-color: #fff;
	height: 50px;
	padding: 5px 0;
	width: 159px;
}

form .album-info span
{
	display: block;
}
form .album-info .album-title
{
	font-weight: bold;
	color: #3b5998;
}
form .album-info .photo-count
{
	color: #808080;
}

form .facebook-album
{
	width: 159px;
	height: 126px;
	background-image: url(../../images/placeholders/facebook-photo.png);
	float: left;
	cursor: pointer;
	list-style: none;
	overflow: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
}

form .facebook-album-holder img
{
	min-height: 126px;
}

form .facebook-photo.last, form .facebook-album-holder.last
{
	margin-right: 0px;
}

form .facebook-photo
{
	width: 144px;
	height: 107px;
	border: solid 1px #e5e5e5;
	float: left;
	margin: 0 8px 8px 0;
	cursor: pointer;
	padding: 5px;
}

form .facebook-photo span
{
	display: block;
	background-color: #EEEEEE;
	background-position: center 25%;
	background-repeat: no-repeat;
	height: 107px;
	width: 144px;
}

form #complete-moment img
{
	margin-bottom: 20px;
}
form span.error
{
	padding: 0 0 10px 0;
	margin: 0px;
	display: block;
}

form span.info
{
	color: #5a5a5a;
	font-style: italic;
	font-size: 10px;
	float: right;
}

form input[type=text].input-error, form textarea.input-error
{
	border: solid 1px #8B0000;
}

#controls-seven.buttons span.back
{
	line-height: 37px;
}

#complete-moment iframe, #complete-moment img
{
	margin-bottom: 20px;
}

/* VIDEO BOX CSS */
input#videoUrl
{
	width: 380px;
	float: left;
}
#videoButton
{
	width: 120px;
	float: right;
}

form .video-boxout
{
	min-height: 50px;
	padding-bottom: 20px;
	float: left;
}

form #videoInfo
{
	margin-top: 10px;
	display: none;
}
form #videoInfo p
{
	padding: 0px;
	margin: 0px;
}

.loading
{
	display: none;
	width: 100px;
	display: block;
	margin: 0 auto;
}

#tags-container a.tag
{
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	line-height: normal;
	text-decoration: none;
}

#tags-container a:hover.tag
{
	text-decoration: underline;
}

div#letters
{
	padding-left: 4px;
	display: none;
}
a.alpha-tag
{
	width: 20px;
	height: 20px;
	float: left;
	display: block;
	margin: 5px 5px 0 0;
	line-height: 20px;
	text-align: center;
	background: black;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	cursor: pointer;
}

a:hover.alpha-tag
{
	text-decoration: underline;
}

div.links
{
	position: absolute;
	right: 10px;
	top: 9px;
	font-family: "MyEffraRegular";
}

div.links a
{
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	margin: 0 10px;
}

a.page
{
	margin-right: 5px;
	cursor: pointer;
}

#music-moments .content div.right#share-finished
{
	display: block;
}
#music-moments .content div.right#share-finished .boxout
{
	float: left;
	padding-bottom: 20px;
}
#music-moments .content div.right#share-finished a
{
	margin: 10px 0 0 0;
	display: block;
}
div.social-row
{
	width: 420px;
	margin: 0 auto;
}
div.social-row .icon
{
	width: 33%;
	float: left;
	text-align: center;
	vertical-align: middle;
}
div.social-row .icon.middle
{
	padding-top: 24px;
}
#music-moments .content div.right#share-finished #back-to-wall
{
	width: 200px;
	margin: 10px auto 0 auto;
	float: none;
}

/* SUPER SIZED CODE */
#supersized
{
	display: block;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: -999;
}

ul#supersized
{
	margin: 0px;
	padding: 0px;
}

#back-to-wall {
	padding-left: 5em;
}
