/*
	StageBloc editable custom CSS.
	Client: The Glitch Mob

----------------------------------------------------------------------------------------------------

	Images should be kept in document_root/assets/theme/sb/images
	CSS should be kept in document_root/assets/theme/sb/css
	
	DO NOT EDIT THE OTHER CSS FILES.

----------------------------------------------------------------------------------------------------

	Add images using the following rule:
	
	div.content {
		background: url("../images/filename.jpg") 0 0 no-repeat;
	}
	
----------------------------------------------------------------------------------------------------	
		
	The following utility rules are already defined:
	
	.sb-clear-both 				// Clear both left and right
	.sb-margin-left-none 		// Remove left margin
	.sb-margin-right-none		// Remove right margin
	.sb-margin-none				// Remove both margins
*/



/* CSS content
----------------------------------------------------------------------------------------------------*/
div.monday-push {
	margin-left: 6px;
	margin-top: -120px;

}

div.monday-bts {
	margin: 70px 0px 10px;
	padding: 30px 0 0 20px;
	background: url("../images/header-beyondmonday-bts.jpg") 0 0 no-repeat;
	width: 933px;
	height: 36px;
	display: block;
}


div.beyondmonday-topspin {
	text-align: center;
	margin: 250px 0px 0px;
}

div.monday-description {
	text-align: left;
	margin: 30px 0px 30px;
	color: #cccccc;
	line-height: 23px;	
	padding: 0px 0px;
	font-size: 14px;
}

div.beyondmonday-vimeo {
	margin: 0px 0px 30px;
	padding: 0px 0px 0px 0px;

}

div.monday-subtext {
	text-align: center;
	margin: 0 0 30px 0;
}

div.mondayheader {
	background: url("../images/header-beyondmonday.jpg") 0 0 no-repeat;
	width: 933px;
	height: 98px;
	display: block;
}

div.monday-bemo-icon {
	background: url("../images/header-beyondmonda-left.jpg") 0 0 no-repeat;
	width: 205px;
	height: 85px;
	display: block;
	float: left;
}

div.monday-tgm-icon {
	background: url("../images/header-beyondmonday-center.jpg") 0 0 no-repeat;
	width: 188px;
	height: 85px;
	display: block;
	float: left;
}	

div.monday-description-image {
	background: url("../images/header-beyondmonday-right.jpg") 0 0 no-repeat;
	width: 540px;
	height: 85px;
	display: block;
	float: left
}	

div.monday-text {
	text-align: left;
	margin: 0px 0px 40px;
	color: #cccccc;
	float: left;
}


div.monday-text ul {
	margin: 0;
	padding: 0 0 0 0px;
	font-size: 14px;
	line-height: 23px;
	list-style: none;
	color: #cccccc;
	float: left;
}

div.monday-text-right ul {
	margin: 0;
	padding: 0 0 0px 0px;
	font-size: 14px;
	line-height: 23px;
	list-style: none;
	color: #cccccc;
}

div.monday-float {
	float: right;
}

/************************************************
*	Mob the Post									*
************************************************/

div.mobpost-push {
	margin-left: 6px;
	margin-top: -120px;
}


div.mobpostheader {
	background: url("../images/header-mobthepost.jpg") 0 0 no-repeat;
	width: 933px;
	height: 98px;
	display: block;
}

div.mobpostreleaseinfo {
	width: 933px;
	height: 1400px;
	display: block;
	background-color: #000;

}

div.mobpostseperator {
	background: url("../images/seperator-mobthepost.jpg");
	width: 933px;
	height: 36px;
	display: block;
}