/* Fonts */
@import url(http://fonts.googleapis.com/css?family=Lora);
@import url(http://fonts.googleapis.com/css?family=Bitter:400,700,400italic);

/* Front Page */
#splash {
	min-height: 600px;
	text-align: center;
}
.front-menu {
	text-align: center;
}
li {
	list-style-type: None;
}

/* Common */
body {
	background-image: url('../img/blackboard.jpg');
	background-color:#777;
	line-height: 1.4;
}
.content {
	min-height: 600px;
	background-color: #fff;
	padding: 20px;
	float: right;
}


.main {
	padding: 0px 20px;
}
.content h1 {
        font-family: 'Lora', serif;
        color: #000;
	text-align: center;
	font-weight: bold;
	font-size: 34pt;
}
h2,h3 {
 	font-family: 'lora', serif;
	margin: 0px;
	font-size: 22pt;
}
h4 {
 	font-family: 'lora', serif;
	margin: 0px;
	font-size: 16pt;
}
p {
        font-family: 'Lora', serif;
        color: #222;
	font-size: 130%;
	text-align: justify;
}

.tally-mark {
	padding: 10px;
}

label {
	font-weight: normal;
}


/* Side Navigation */
div.main-navi {
	position: fixed;
	top: 90px;
}
div.main-navi ul li {
	display: block;
	text-align: center;
}
div.main-navi a {
    color: #000;
}

/* OTHER COMMON STUFF */
a { text-decoration: none; }
a:hover { text-decoration: none; }
#header {
	min-height: 50px;
}

fieldset {border: none; }

input[type="radio"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    -ms-appearance: checkbox;     /* not currently supported */
    -o-appearance: checkbox;      /* not currently supported */
}
