/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family:Georgia, serif; color: #333; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form {
	margin: 0;
}
fieldset { border: 0; margin: 0; padding: 0; }
label {
	cursor: pointer;
	font-family: "futura_ltregular";
}
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal;}
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


/* ===== Initializr Styles =====================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body{ font:16px/26px Georgia, serif;}

.wrapper{
	width:90%;
	margin:0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */
@font-face {
    font-family: 'franchiseregular';
    src: url('fonts/Franchise/franchise-bold-webfont.eot');
    src: url('fonts/Franchise/franchise-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Franchise/franchise-bold-webfont.woff') format('woff'),
         url('fonts/Franchise/franchise-bold-webfont.ttf') format('truetype'),
         url('fonts/Franchise/franchise-bold-webfont.svg#franchiseregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


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


body, html{
	height:100%;
}
#main{
	height:100%;
	min-height:550px
}

#footer-container{
	height:20% !important;
}


#footer-container,
#main aside,
#form{
	background:url(../img/use_your_illusion/use_your_illusion.png);
}
body{
	background: url(../img/grey/grey.png);
	padding-bottom: 0px;
	height: 100%;
}
#logo{
	float:left;
	display: block;
	width:277px;
}
#logo img{
	width:277px
}
#header-container #logo img{
	transition:all 1s;
	-moz-transition:all 1s;
	-webkit-transition:all 1s;
	-o-transition:all 1s;
}

#header-container #logo:hover  img{
	transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
}

::-moz-selection { background: #060; color: #900; text-shadow: none; }
::selection      { background: #060; color: #900; text-shadow: none; }

/* ==============
    MOBILE: Menu
   ============== */
	#header-container #logo{margin: 0 auto;}
   
	#header-container nav{
	clear: both;
	border-top: 1px solid rgba(3,3,3,.5);
	border-bottom: 1px solid rgba(3,3,3,.5);
	display: block;
	height: 75px;
	}

	nav a{
	display: block;
	margin-bottom: 10px;
	color: #333;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	font-size: 36px;
	float: left;
	padding: 25px 20%;
	font-family: 'franchiseregular';
	}
	
	#top_bar nav a:hover, #top_bar nav a:visited, #top_bar nav a{
		color:#333;
	}
	
	#header-container nav a:hover, #header-container nav a:visited{
	color: #333;
	}

	#header-container h1{
		font-size:42px; line-height:50px;  margin-bottom:-20px; font-weight:lighter; color:white;
	}
	
	#top_bar #logo{
		display:none;
	}
	
/* ==============
    MOBILE: Main
   ============== */

#main article h1{
	font-family:'franchiseregular';
	font-size:2em;
}
#main_cont p{
	font-family: Futura LT;
	font-size: 24px;
	font-weight: 400;
	color: white;
	text-shadow: 0 1px 4px #88BF78;
}

#main aside{
	color:white;
	padding:0px 5% 10px;
}

#footer-container footer{
	color:white;
	padding:20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 #title{ padding-top:20px; }


/* ===== Primary Styles ========================================================
   Author: Dylan Frankland
   Inspiration: danielfiller.com
   ========================================================================== */

h1{
	font-family: 'franchiseregular';
	font-size: 5em;
	line-height: 1.1em;
	text-shadow: 0 1px 4px #88BF78;
	margin-top:-0px;
}

h2{
	font-family: 'franchiseregular';
	font-size: 3em;
	line-height: 1.1em;
	margin-bottom:-20px;
}

.fixed-bar {
	display: none;
	background-image: url(../img/grey/grey.png);
	box-shadow: 0px 0px 4px black;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, .5);
	position: fixed;
	z-index: 999;
	width: 100%;
	opacity: .95;
	height: 75px;
	overflow: hidden;
	padding-left: 0px;
}

.fixed-bar #back-to-top {
float: right;
margin-left:1px;
margin-top: 1.6em;
width: 15px;
height: 24px;
background: url(../img/icon_up-arrow.png) no-repeat 0 0;
text-indent: -9999px;
}
.fixed-bar #back-to-top:hover {
background-position:bottom;
}

#header-container #button{
	background-color: #a63c45;
	background-image: linear-gradient(bottom, #66252a 1%, #cc4954 100%);
	background-image: -o-linear-gradient(bottom, #66252a 1%, #cc4954 100%);
	background-image: -moz-linear-gradient(bottom, #66252a 1%, #cc4954 100%);
	background-image: -webkit-linear-gradient(bottom, #66252a 1%, #cc4954 100%);
	background-image: -ms-linear-gradient(bottom, #66252a 1%, #cc4954 100%);
	color:white; font-size:36px; 
	border-radius:20px;
	box-shadow:inset 0 1px 0 #e5535f, 0 0 0 1px #592025, 0 0 0 7px rgba(0, 0, 0, .1), 0 1px 4px rgba(0, 0, 0, .6);
	width: 280px;
	text-align:center;
	padding: .3em .3em;
	margin-top:30px;
	font-family:Futura LT;
	font-weight:700;
}
#header-container #button:hover{
	background-image: linear-gradient(bottom, #cc4954 1%, #66252a 100%);
	background-image: -o-linear-gradient(bottom, #cc4954 1%, #66252a 100%);
	background-image: -moz-linear-gradient(bottom, #cc4954 1%, #66252a 100%);
	background-image: -webkit-linear-gradient(bottom, #cc4954 1%, #66252a 100%);
	background-image: -ms-linear-gradient(bottom, #cc4954 1%, #66252a 100%);
}

h2::first-letter {
border-top: 5px solid #A63C45;
padding-top: .2em;
}

#main article header p span{
	font-family:'futura_ltregular';
	font-weight:bold;
}
#portraits{text-align:center;}
.founders{
	text-align:center
	float:left;
	margin:0 1%;
	display:inline-block;
}

#twitter{
	background-image:url(../img/sprite_twitter.png);
	height:90px;
	width:90px;
	overflow:hidden;
	background-repeat:no-repeat;
	float:left;
}
#twitter:hover{
	background-position:0 bottom;
}

#facebook{
	background-image:url(../img/sprite_facebook.png);
	height:90px;
	width:90px;
	overflow:hidden;
	background-repeat:no-repeat;
	float:left;
	margin-left:15px;
}
#facebook:hover{
	background-position:0 bottom;
}

#instagram{
	background-image:url(../img/sprite_instagram.png);
	height:90px;
	width:90px;
	overflow:hidden;
	background-repeat:no-repeat;
	float:left;
	margin-left:15px;
}
#instagram:hover{
	background-position:0 bottom;
}

#csun{
	background-image:url(../img/sprite_csun.png);
	height:90px;
	width:90px;
	overflow:hidden;
	background-repeat:no-repeat;
	float:left;
}
#csun:hover{
	background-position:0 bottom;
}

#kappasigma{
	background-image:url(../img/sprite_kappasigma.png);
	height:90px;
	width:90px;
	overflow:hidden;
	background-repeat:no-repeat;
	float:left;
	margin-left:15px;
}
#kappasigma:hover{
	background-position:0 bottom;
}

/*#pintrest{
	background-image:url(../img/sprite_pinterest.png);
	height:90px;
	width:90px;
	overflow:hidden;
	background-repeat:no-repeat;
	float:left;
	margin-left:5px;
}
#pintrest:hover{
	background-position:0 bottom;
}*/

#social{
	float:left;
	margin-right:10%;
	font-family:'franchiseregular';
	font-size:1.5em;
	margin-top:-25px;
}
#links{
	font-family:'franchiseregular';
	font-size:1.5em;
	margin-top:-25px;
	float:left;
	margin-right:10%;
}
#feed{
	display: block;
	margin-top: -25px;
}
#feed a, #feed a:visited{
	font-family:'futura_ltregular';
	color:white;
	font-size:1em;
	text-decoration:none;
}
#feed a:hover{
	text-decoration:underline;
}
#feed h3{
	margin-left: 700px;
	font-family: 'franchiseregular';
	font-size: 1.7em;
}
#feed small, .fdpoweredby{
	display:none;
}

#main_imgs{
	text-align:center;
}

label{
	font-family: "futura_ltregular";
	color:white;
}
input{
	border-radius:5px;
	float:right;
	font-family:'futura_ltregular';
}
#form{
	margin-bottom:20px;
	margin-right:50px;
	width: 320px;
	border:thin #333 solid;
	border-radius:5px;
	padding-bottom:40px;
	padding-left:10px;
	padding-right:10px;
	float:left;
}

/* =============================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 479px) {
	nav a{
		float:left;
		padding:25px 2px;
		margin-bottom:0;
		width:50px;
		font-size:24px
	}
	
	#twitter, #instagram, #facebook, #csun, #kappasigma{
		margin-left:1px;
		height:79px;
		width:80px;
		background-size:99.99999%;
	}
	
	#links{
		padding-top:20px;
		clear:both;
	}
	
	#feed{
	padding-top: 1px;
	clear: both;
	}
	#feed h3{
		margin-left:0px;
	}
	
	#header-container #main_cont{
		margin-top:50px;
	}
	
	#header-container #main_cont h1{
		font-size:40px;
	}
	
	#header-container #main_cont p{
		font-size:17px;
	}
	
	#footer-container{
		padding-bottom:20px;
		position: relative;
		margin-top: -540px;
	}
	#main{
		height:100%;
		padding-bottom:540px;
	}
	#form{
		width: 250px;
	}
	#youtube{
		width:100%;
	}
}
@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */
	
	nav a{
	float: left;
	padding: 25px 1%;
	margin-bottom: 0;
	width: 75px;
	}
	
	#header-container h1{
		font-size:60px;
	}
	
	#links{
		clear:both;
		margin-top:20px;
	}
	
	#feed{
		clear:both;
		padding-top:1px;
	}
	#feed h3{
		margin-left:0px;
	}
	
	#header-container #main_cont{
		margin-top:50px;
	}
	
	#header-container #main_cont p{
		font-size:23px;
	}
	
	#footer-container{
		padding-bottom:20px;
		position: relative;
		margin-top: -540px;
	}
	#main{
		height:100%;
		padding-bottom:540px;
	}
	#form{
		display:block;
		margin:20px 10%;
	}
	#youtube{
		width:100%;
	}

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

	#header-container nav ul li{
		display:inline;
	}	
	#header-container  .oldie nav a{
		margin:0 0.7%;		
	}
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

	#header-container header{
		padding-top:40px;
	}

	#header-container,
	#main aside{
	}

	#header-container h1{
	font-size: 100px;
	line-height: 120px;
	margin-bottom: -20px;
	}
	#header-container #main_cont{
	margin-left: 10%;
	margin-top: 75px;
	}
	
	#top_bar #logo{
		display:block;
	}
/* ============
    WIDE: Menu
   ============ */
	#top_bar nav a{
		padding: 25px .871%;
		width:89px;
	}
	
	nav a{
		width: 90px;
	}
	
	#title{
		float:left;
	}
	#header-container nav{
		margin-top:50px;
		display: block;
		clear:none;
		border:none;
		margin-left:280px;
	}
	
	#header-container nav a{
		transition:all .2s linear;
		-moz-transition:all .2s linear;
		-webkit-transition:all .2s linear;
		-o-transition:all .2s linear;  
	}
	#header-container nav a:hover{
		padding-top:15px;
	}
	
	#header-container #main_cont h1{
		font-size: 85px
	}
/* ============
    WIDE: Main
   ============ */
		
	#main aside{
		float:right;
		width:28%;
	}
	#links{
		clear:none;
		margin-top:-25px;
	}
	
	#main_imgs img{
		height:246px;
	}
	#footer-container{
		padding-bottom:20px;
		position: relative;
		margin-top: -340px;
	}
	#main{
		height:100%;
		padding-bottom:340px;
	}
	#form{
		display:block;
		margin:20px 25%;
	}
	#youtube{
		width:100%;
	}
}

@media only screen and (min-width: 1000px) {
		#header-container #main_cont h1{
			font-size: 110px
		}
		#main_imgs img{
			height:257px;
		}
		#feed{
			clear:none;
			padding-top:0px;
		}
		#feed h3{
			margin-left:700px;
		}
		#footer-container{
			padding-bottom:20px;
			position: relative;
			margin-top: -240px;
		}
		#main{
			height: 100%;
			padding-bottom: 240px;
		}
		#form{
			display:block;
			margin:0 0;
			margin-right:50px;
		}
		#youtube{
			width:55%;
		}
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

	.wrapper{
		width:80%; /* 1140px - 10% for margins */
		margin:0 auto;
	}
	#header-container #main_cont{
		margin-left:10%;
	}
	#header-container #main_cont h1{
		font-size:150px
	}
	#header-container #main_cont h1{
		font-size: 130px
	}
}

@media only screen and (min-width: 1500px) {

/* ===============
    Ultra Width
   =============== */
	#header-container #main_cont{
	margin-left: 15%;
	}
	#header-container #main_cont h1{
		font-size: 150px
	}
	#youtube{
		width:65%;
	}
}

@media only screen and (min-width: 2000px) {

/* ===============
    Hyper Width
   =============== */
	#header-container #main_cont{
		margin-left:30%;
	}
	#header-containter{
		background:top center;
	}
	#youtube{
		width:70%;
	}
}
@media only screen and (min-width: 2500px) {

/* ===============
    MASTER Width
   =============== */
	#main_cont{
		margin-left:35%;
	}
	#youtube{
		width:75%;
	}
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}
