/*general*/
body {
	font-family: helvetica;
	font-size: 15px;
	color: white;
	margin: 0;
	padding: 0;
	
}


/*
/* daily backgrounds */
body.sunday {
	background-image: url("images/travisscott.gif");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: relative;
}

body.monday {
	background-image: url("images/boniver.gif");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: relative;
}

body.tuesday {
	background-image: url("images/tydollasign.gif");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: relative;
}

body.wednesday {
	background-image: url("images/jamesblake.gif");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: relative;
}

body.thursday {
	background-image: url("images/theweeknd.gif");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: relative;
}

body.friday {
	background-image: url("images/cashmerecat.gif");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: relative;
}

body.saturday {
	background-image: url("images/francisandthelights.gif");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	position: relative;
}
div.container{
	width: 900px;
	margin: 0 auto;
	position: relative;
}


/*
/* header */
header {
	position: fixed;
	top: 30px;
	left: 0px;
	min-width: 550px;
	width: 100%;

}

nav {
	display: inline-block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 537px;
	margin-top: 33px;

}
nav a{
	margin-right: 70px;

}


a:link { 
	text-decoration: none;
	color: white;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: white;
}

a:active {
	text-decoration: underline;
}


/*
/*	week calendar */
div.weekcalendar {
	margin-top: 175px;
	margin-right: 20px;
}

div.weekcalendar ul {
  	list-style-type: none;
  	margin-left: -40px;
  	clear:both;
}

div.weekcalendar ul li {
	float: left;
}

div.weekcalendar ul li:hover{
	background-color: white;
	opacity: 0.4;
}


/*
/* daily song post */
div.dailysong {
	clear: both;
}

h1 {
	font-size: 30px;
	font-weight: normal;

}

p {
	font-size: 20px;
}
