/*
Plugin: jQuery Parallax
Version 1.1.3
Author: Ian Lunn
Twitter: @IanLunn
Author URL: http://www.ianlunn.co.uk/
Plugin URL: http://www.ianlunn.co.uk/plugins/jquery-parallax/

License: http://creativecommons.org/licenses/by-sa/3.0/ (Attribution Share Alike). Please attribute work to Ian Lunn simply by leaving these comments in the source code or if you'd prefer, place a link on your website to http://www.ianlunn.co.uk/.
*/

@charset "utf-8";
/* CSS Document */

body{
	margin: 0;
	min-width: 980px;
	padding: 0;
}

p{
	margin: 10px 0;	
	
}

p, ul{
	font-size: 19px;
	font-family:Arial, Helvetica, sans-serif;
	font-size-adjust:0.488;
	font-weight:200;
	font-style:normal;
	line-height: 1.4em;
	padding: 12px;
	text-shadow: 1px 1px 4px #020205;
	filter: dropshadow(color=#020205, offx=1, offy=1);
}

a{
	color: white;
	padding: 0;
}

a:hover{
	color: #D72E20;	
}

img{
	border: 0;
}

a#face{
	position: relative;
	top: 12px;
	padding: 0 0 0 10px;
	border: none;
}

h2{
	font-family: 'silkscreennormal';
	font-size: 64px;
	font-size-adjust:0.531;
	font-weight:500;
	font-style:normal;
	margin: 24px 0;
	clear: both;
	text-shadow: 1px 1px 4px #020205;
	filter: dropshadow(color=#020205, offx=1, offy=1);
}

#nav-wrap{	
	width:960px;
	margin:0 auto;
}

#nav{	
	position: fixed;
	z-index: 100;
	margin: 0;
  margin-left:-10px;
}

ul#nav li {
	float: left;
	list-style: none;
	margin-right: 72px;
}

ul#nav li a{
	font-family: 'silkscreenbold';
	text-decoration: none;
}

ul#nav li a img{
	position: relative;
	top: 5px;
}

#first{
	background:url(images/sample-3.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 1200px;
	margin: 0 auto;
	padding: 0;
	min-width: 100%;
}

#logo{
	margin: 0;
}

#container {
	padding: 0;
	margin-top: 0;
	background-color: white;
}

#container a{
	position: relative;
	top: 442px;
	left: -484px;
	padding: 0;
	/*display: inline-block;
	color: #117192;
	font-family: 'silkscreennormal';
	text-decoration: none;	
	font-size: 22px;*/
	border-bottom: white 2px solid;
}

#container a:hover{
	border-bottom: #117192 2px solid;
}

img#portada{
	position: relative;
	width: 438px;
	height: 398px;	
	padding: 28px 10px 0 24px;
	float: left;
}

iframe#soundcloud{
	position: relative;
	width: 480;
	height: 450px;
	padding: 0 0 16px 0;
	margin: 0;
}

#second, #news{
	background: url(images/sample-5.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 1200px;
	margin: 0 auto;
	padding: 0;
	min-width: 100%;
}

#news {
   background: url(images/sample-1.jpg);
   height: 1200px;
}

#third{
	background: url(images/sample-4.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 1200px;
	margin: 0 auto;
	padding: 0;
	min-width: 100%;	
}

#fourth{
	background: url(images/sample-2.jpg) 50% 0 no-repeat fixed;
	color: white;
	height: 1200px;
	margin: 0 auto;
	padding: 0;
	min-width: 100%;
}

.story{
	margin: 0 auto;
	min-width: 980px;
	overflow: auto;
	width: 980px;
	text-align: center;
}

.story .center{
	margin: 118px 0 0 0;
	position: relative;
	width: 980px;
}

.story .center ul li {
	display: block;
}
.story .center ul li iframe {
	float: left;
	padding: 0 20px 18px 0;
}

@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
   /* CSS overrides for mobile here */
   body{
   	background-color: #65808b;
   }
   #nav{	
   	position: fixed;
   	padding: 0;
   	margin: 0;	
   	z-index: 100;
   	width: 20%;
   }
   
   ul#nav li a{
   	font-family: 'silkscreenbold';
   	text-decoration: none;
   	font-size: 14px;
   }
   ul#nav li a img{
   	position: relative;
   	top: 5px;
   }
   .story{
   	margin: 0 auto;
   	overflow: auto;
   	width: 480px;
   	text-align: center;
   }
   .center{
   	width: 280px;
   }
}

div#feeds{
    font-family: Helvetica, Arial, sans-serif;
    line-height: 138%;
    letter-spacing: 0.12em;
    background: white;
    color: #404040;
    padding: 20px;
    text-align: left;
    width: 520px;
    margin: 0 auto;
}

div#feeds .post {
  overflow:hidden;
}
div#feeds .post h3{
  font-family: 'silkscreenbold';  
}

div#feeds .post a {
  display:block;
  float:left;
}

div#feeds .post p {
  font-size: 13px;
  color: #909090;
  text-shadow:none;
}

div#feeds .post p a{
  color: #909090;
}

div#feeds .gplusLink a {
  display: block;
  background: #606060;
  color: white;
  padding:10px 20px;
  text-decoration:none;
  text-align:center;
}

div#feeds .content {
  float:left;
  width: 260px;
  margin-left: 20px;
}
