@font-face {
    font-family: smith;
    src: url(/public/open_sans/OpenSans-Regular.ttf);
}

/** {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/

/*  applies to home.gohtml & dayView.gohtml */
#playAV {
	background: dodgerblue;
	border-radius: 5px;
	padding: 5px;
	color: #333;
}

/*  applies to home.gohtml & dayView.gohtml */
#AVcontainer {
	margin: 15px;
}

body {
    margin: auto;
	margin-top: 30px;
    /* width: 1500px;; */
	font-family: smith, Fallback, sans-serif;
	/* min-width: 960px; */
}

body, input, textarea
{
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}

body
{
	font-size: 75%;
}

a.header:hover {
	text-decoration: none;
	color: darkred;
}

.angle.right.icon {
	visibility: hidden;
}

nav ul, footer ul {
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    padding: 0px;
    list-style: none;
    font-weight: bold;
}
nav ul li, footer ul li {
    display: inline;
    margin-left: 20px;
}

nav {
	height: 29px;
}

a {
    text-decoration: none;
    color: #999;
}
a:hover {
    text-decoration: underline;
}
h1 {
    font-size: 3em;
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
}
p {
    color: #333;
}

footer {
    border-top: 1px solid #d5d5d5;
    font-size: .8em;
	clear: both;
}

header {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 54px;
}

.center-it {
	text-align: center;
}
