/*
URL:				http://www.csun.edu/holidaycard/
Description:		CSS file for official CSUN holiday video, 2013 Edition.
Version:			1.4
Date:				10 December 2010
Original Author:	Peter S. Medina
Updated:			7 December 2016
Last Update By:		Peter S. Medina
*/

/**** MEYER RESET ****/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/**** END MEYER RESET ****/




/**** BODY, HTML STYLES and GENERAL STYLES ****/
html {
	background: #cf0a2c;
	background: #FFF;
	color: #fff;
	font-family: arial, verdana, sans-serif;
	font-size: 1.2em;
	height: 100%;
}

h1, h2 {
	font-size: 2.5em; /* 40px */
	font-weight: 700;
	line-height: 1em;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 0px 10px #fff;
}

body {
	background: #cf0a2c;
	background: #FFF;
	color: #fff;
	height: 100%;
	padding-bottom: 320px;
}

a:link, a:visited, a:hover, a:active, .shine {
	color: #fff;
}
/**** END BODY and HTML STYLES ****/




/****************/
/**** HEADER ****/
/****************/
header {
	padding: 18px 0 0;
	text-align: center;
	width: 100%;
}

h1 {
	line-height: 90px;
	position: absolute;
		left: -100000cm;
}

h2, .off-screen {
	position: absolute;
		left: -100000cm;
}

.wordmark img {
	display: block;
	height: auto;
	margin: 0 auto;
	padding: 24px 0 0;
}
/********************/
/**** END HEADER ****/
/********************/




/*****************/
/**** CONTENT ****/
/*****************/
.container {
	height: 100%;
	margin: 0 auto;
	max-width: 860px;
	xbackground-image: url(../_images/container_bg.png)
}

.content {
	padding-top: 36px;
	text-align: center;
}

/**** YOUTUBE ****/
iframe {
	border: 6px solid #000;
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
	display: block;
	height: 480px;
	margin: 0 auto;
	max-width: 100%;
}
/**** END YOUTUBE ****/


/**** SHARE ICONS ****/
.share {
	margin-bottom: 36px;
}
/**** END SHARE ICONS ****/


/**** GIVE BUTTON ****/
.give {
	padding-top: 10px;
}


h3 {
	font-weight: 900;
	margin: 24px 0;
	text-align: center;
}

h3.special-button a {
	background: #fff;
	background-image: linear-gradient(bottom, rgb(224,224,224) 20%, rgb(255,255,255) 79%);
	background-image: -o-linear-gradient(bottom, rgb(224,224,224) 20%, rgb(255,255,255) 79%);
	background-image: -moz-linear-gradient(bottom, rgb(224,224,224) 20%, rgb(255,255,255) 79%);
	background-image: -webkit-linear-gradient(bottom, rgb(224,224,224) 20%, rgb(255,255,255) 79%);
	background-image: -ms-linear-gradient(bottom, rgb(224,224,224) 20%, rgb(255,255,255) 79%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.2, rgb(224,224,224)),
		color-stop(0.79, rgb(255,255,255))
	);
	border: 1px solid #989797;
	border-radius: 6px;
		-moz-border-radius: 6px;
		-webkit-border-radius: 6px;
	color: #c44d5b;
	display: block;
	margin: 18px auto;
	padding: 1em 20px .9em;
	text-align: center;
	text-decoration: none;
	width: 180px;

}

h3.special-button a:hover {
	background: #f0f0f0;
}

.seasons-greeting {
	max-width: 100%;
}
/**** END GIVE BUTTON ****/
/*********************/
/**** END CONTENT ****/
/*********************/




/****************/
/**** FOOTER ****/
/****************/
footer {
	line-height: 82px;
	padding: 36px 0;
	text-align: center;
}
/********************/
/**** END FOOTER ****/
/********************/




/*
Happy [HOLIDAY] (Semester is Over)
Happy Holidays from the CSUN Marketing and Communications Wweb team -- Peter & Kimon -- and Happy Holidays from the rest of the CSUN community.
*/