/*	Less Framework 4
	http://lessframework.com
	by Joni Korpi
	License: http://opensource.org/licenses/mit-license.php	*/


/*	Resets
	------	*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, 
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, 
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr, 
dl, dt, dd, ol, ul, li, fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup, 
menu, footer, header, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
	display: block;
}

a img {border: 0;}



/*	Typography presets
	------------------	*/

.huge, h1 {
	font-size: 65px;
	line-height: 65px;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: sans-serif;
}

.large, h2 {
	font-size: 28px;
	line-height: 26px;
}

.bigger, h3 {
	font-size: 20px;
	line-height: 22px;
	font-weight: normal;
}

.big, h4 {
	font-size: 18px;
	line-height: 20px;
}

body {
	font: 16px/24px  sans-serif;
	font-weight: 400;
}

.small, small {
	font-size: 13px;
	line-height: 18px;
}
.clearfix {
	clear: both;
	font-size: 1px;
	line-height: 1px;
}

/* Selection colours (easy to forget) */

::selection 	 	{background: rgb(248,16,4);}
::-moz-selection 	{background: rgb(248,16,4);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(248,16,4);}



.left {
	float: left;
	margin-right: 1em;	
}
.img  img {
-webkit-box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, .3);   
        box-shadow:  0px 0px 10px 5px rgba(0, 0, 0, .3);	
		width: 100%;
		height: auto;
}
.nomargin {
	margin: 0;	
}
input, textarea {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-size: 14px;
	padding: .2em .5em;	
	-webkit-appearance: none;
	border: 0px;
}
form {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	padding: .2em;
	background-color: #FFF;	
}
input[type=text] {
	width: 65%;
	
}
input[type=submit] {
	-webkit-border-radius: 6px;
	border-radius: 6px;
	float: right;
}
ul, ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
a {
	color: #ff0000;
	text-decoration: none;
}



/*		Default Layout: 992px. 
		Gutters: 24px.
		Outer margins: 48px.
		Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */
body,html {
	height: 100%;
}
body {
	padding: 0;
	background: #fff;
	color: #999;
	height: 100%;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}
.contained {
	width: 960px;
	margin: 0 auto;

}

#photoview {
	height: 70%;	
}
#music {
	position: relative;	
}
#music .contained {
	width: 760px;
	position: relative;
	padding: 20px 0;
}
#music h1.logo {
	display: block;
	width: 220px;
	height: 170px;	
	position: absolute;
	top: -70px;
	z-index: 200;
}
#music h1.lips {
	display: block;
	width: 160px;
	height: 129px;	
	position: absolute;
	top: -20px;
	right: 0px;
	z-index: 200;
}
#music .player {
	width: 300px;
	margin: 0 auto;	
}
footer {
	background: #F00 url(images/bg-dots.jpg);	
	position: relative;
}
footer:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 20px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 100%); /* W3C */
}
footer .contained {
	padding: 80px 0;	
}
footer ul {
	text-align: center;
}
footer li {
	display: inline;
}
footer a {
	background-color: #FFF;
	color: #F00;
	padding: 4px 12px;	
}
footer a:hover {
	color: #0092ff;	
}
/* teaser stuff 
#tipperwhore {
	height: 100%;
}
#tipperwhore .contained {
	position: relative;
	width: 100%;
	height: 99%;
}
#tipperwhore h1 a{
	display: block;
	width: 500px;
	height: 385px;
	background: url('images/tipperwhore-logo.png') no-repeat;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -300px;
	margin-top: -193px;
	text-indent: -9999px;
}
#tipperwhore h2 a{
	display: block;
	width: 242px;
	height: 195px;
	background: url('images/tipperwhore-lips.png') no-repeat;
	position: absolute;
	left: 60%;
	top: 62%;
	z-index: 5;
	text-indent: -9999px;
}	
*/
.
/*		
Tablet Layout: 768px.
*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
	
	.contained,
	#music .contained {
		width: auto;	
	}
	#photoview {
		height: 50%;	
	}
}



/*		Mobile Layout: 320px.
		Gutters: 24px.
		Outer margins: 34px.
		Inherits styles from: Default Layout.
---------------------------------------------
cols    1     2      3
px      68    160    252    */

@media only screen and (max-width: 767px) {
	.contained,
	#music .contained {
		width: auto;	
	}
	#photoview {
		height: 30%;	
	}
	#music h1.logo {
		position: relative;
		margin: -90px auto 20px auto;
		top: 0;
	}	
	#music h1.lips {
		position: relative;
		top: 0;
		margin: 0 auto -40px auto;
	}
	
	
}



/*		Wide Mobile Layout: 480px.
		Gutters: 24px.
		Outer margins: 22px.
		Inherits styles from: Default Layout, Mobile Layout.
------------------------------------------------------------
cols    1     2      3      4      5
px      68    160    252    344    436    */

@media only screen and (min-width: 480px) and (max-width: 767px) {

	.contained,
	#music .contained {
		width: auto;	
	}
	
	
}