/*	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
	------------------	*/
@font-face {
    font-family: 'NewsGothic';
    src: url('fonts/NewsGothicStd.eot');
    src: url('fonts/NewsGothicStd.eot?#iefix') format('embedded-opentype'),
         url('fonts/NewsGothicStd.woff') format('woff'),
         url('fonts/NewsGothicStd.ttf') format('truetype'),
         url('fonts/NewsGothicStd.svg#NewsGothicStd') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'NewsGothicBold';
    src: url('fonts/NewsGothicStd-Bold.eot');
    src: url('fonts/NewsGothicStd-Bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/NewsGothicStd-Bold.woff') format('woff'),
         url('fonts/NewsGothicStd-Bold.ttf') format('truetype'),
         url('fonts/NewsGothicStd-Bold.svg#NewsGothicStd-Bold') format('svg');
    font-weight: normal;
    font-style: normal;

}

.huge, h1 {
	font-size: 65px;
	line-height: 65px;
	font-weight: normal;
	letter-spacing: -1px;
	font-family: 'NewsGothicBold',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 'NewsGothic', 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(254,248,214);}
::-moz-selection 	{background: rgb(254,248,214);}
img::selection 		{background: transparent;}
img::-moz-selection	{background: transparent;}
body {-webkit-tap-highlight-color: rgb(254,248,214);}



.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: #dc764a;
	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 {
	padding: 0;
	background: #f1f1f1 url(images/page-bg.jpg);
	color: #999;
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}
.contained {
	width: 700px;
	margin: 0 auto;	
}

#royira {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 35px;
	background-color: #232323;
	z-index: 100;
}
#royira .contained {
	width: 960px;
}
#royira h1 {
	display: block;
	text-indent: -9999px;
	width: 208px;
	height: 80px;
	margin-top: 10px;
	background: url(images/royira-logo.png) no-repeat;
}
#royira .nav {
	float: right;
	height: 20px;
	margin-top: -10px;
}

#royira .nav ul li {
	display: inline;
	margin-right: 10px;
}
#royira .nav ul li a {
	text-transform: uppercase;
	font-size: 14px;
}
#royira .nav ul li a:hover {
	color: #FFF;
}
#royira .nav ul li.social {
	position: relative;
	top: 5px;
}


#theband {
	position: relative;
}
#theband .contained {
	padding-top: 900px;
}
#stillbemylove {
	position: relative;
	z-index: 20;
	margin-top: -600px;
}
#stillbemylove h1 {
	text-align: center;
	margin-top: 20px;
	color: #000;
}
#stillbemylove h3 {
	line-height: 28px;
}
#stillbemylove .embed {
	margin: 20px auto;
	background-color: #FFF;
	padding: 10px;
	border-bottom: 1px solid #999;
}
#stillbemylove .tracks {
	margin-bottom: 20px;
}
#stillbemylove .tracks .col {
	width: 45%;
	float: left;
	margin-right: 20px;
}
#stillbemylove .tracks .col.flush {
	margin-right: 0px;
}

#social {
	background-color: #3f4b50;
	margin-top: 40px;
	padding-bottom: 40px;
}
#social .contained {
	padding: 3em 0 1em 0;	
}
#social .col {
	width: 100%;
}
#social .col.flush {
	margin-right: 0px;
}
#social h4 {
	font-size: 15px;
	text-transform: uppercase;
	padding-left: 6px;
	margin-bottom: 4px;
}
#social p {
	padding-left: 6px;
	margin-bottom: 10px;
}
#mc_embed_signup {
	margin-bottom: 20px;
}

#mc_embed_signup form {
	margin-left: 6px;
	padding: 20px 20px 10px 20px !important;
}
#mc_embed_signup input.button{
	margin-right: 10px !important;
}

#social ul {
	list-style: none;	
	margin: 0;
	padding: 0;
}
#social ul li {
	display: inline;	
}
#social a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	vertical-align: top;
	line-height: 32px;
	height: 32px;
	color: #FFF;
	text-align: center;
	text-transfom: uppercase;
	width: 32%;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color: #dc764a;
	
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

#social a:hover {
	color: #000;	
}
#social li.flush a {
	margin-right: 0px;
}

#photoview .contained {
	height: 900px;	
}
#photos {
	position: relative;
	z-index: 22;
	margin-top: -40px;
	padding-bottom: 40px;
}
#photos ul  {
	width: 670px;
	margin: 0 auto;
}
#photos ul li {
	display: inline;
	
}
#photos ul li a {
	width: 160px;
	display: block;
	float: left;
	margin-right: 10px;
}
#photos ul li.flush a {
	margin-right: 0px;
}
#photos ul li a img { 
	width: 100%;
	height: auto;
}
#photos h3 {
	font-size: 14px;
	text-align: center;
}
#footer {
	background-color: #6b757b;
	margin-top: 40px;
	padding-bottom: 40px;
	padding-top: 20px;
	text-align: center;
}
/*		Tablet Layout: 768px.
		Gutters: 24px.
		Outer margins: 28px.
		Inherits styles from: Default Layout.
-----------------------------------------------------------------
cols    1     2      3      4      5      6      7      8
px      68    160    252    344    436    528    620    712    */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	#royira .contained {
		width: 700px;
	}
	
	
}



/*		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 {
		width: auto;
		margin: 0 auto;	
	}
	#royira {
		position: relative;
		margin: 0;
	}
	#royira .nav {
		margin-top: 0px;
		padding-top: 5px;
	}
	#royira .contained {
		width: 90%;
	}
	#royira .nav ul li.social {
		display: none;
	}
	#royira h1 {
		background-size: 100% auto;
		margin-top: 0px;
		top: 5px;
		position: relative;
		width: 100px;
	}
	#theband {
		margin-top: 0px;
	}
	#theband .contained {
		padding-top: 250px;
	}
	#stillbemylove {
		margin-top: -50px;
	}
	#stillbemylove  .contained {
		width: 90%;
	}
	#stillbemylove .cover {
		width: 80%;
		margin: 0 auto;
	}
	#stillbemylove .cover img {
		width: 100%;
		height: auto;
	}
	#stillbemylove h1 {
		font-size: 30px;
	}
	#stillbemylove h3 {
		font-size: 15px;
	}
	#stillbemylove .embed {
		display: none;
	}
	#stillbemylove .tracks {
		margin-bottom: 0px;
	}
	#stillbemylove  .tracks .col {
		float: none;
		width: auto;
		margin: 0px;
	}
	#social .contained {
		width: 90%;
	}
	#social .col {
		width: auto;
		 float: none;
		 margin-right: 0;
	}
	#social .col.flush ul li {
		display: block;
		float: none;
		margin: 0;
	}
	#social a {
		width: auto;
		float: none;
		margin: 0 0 10px 0;
	}
	#photoview .contained {
		height: 300px;
	}
	#photos ul li:first-child {
		display: none;
	}
	#photos ul  {
		width: 90%;
		
	}
	#photos ul  li {
	
	}
	#photos ul  li a {
		width: 30%;
	}
	
}



/*		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) {

	
	
}