@import url(https://fonts.googleapis.com/css?family=Coda);

html{
	padding: 0;
	margin: 0;
	width:100%;
	height:100%;
	font-family: 'Coda', Calibri;
/*	background-image:url(img/bit_bg.jpg); */ 
	background-repeat:repeat;   
	background-color: #121212;
	background-image: url(img/mochi_bkg.png);
    /*background-image: url(img/rof-bkg.svg)*/   
}
body{
	padding: 0;
	margin: 0;
	height: 100%;
	width:100%;
	color: whitesmoke;
	font-family: 'Coda', Calibri;
	font-size: 16px;
}
table
{
	font-family: 'Coda', cursive;
}
footer
{
	text-align: center;
	padding: 16px;
}
a
{
	color: darkorange;
}
nav
{
	background-image: url(img/ROF_logo_mochi.png);
	background-size: 2em 4em;
    background-repeat: no-repeat;
    background-position: 16px 0px;
    font-size: 18px;
}
nav ul { margin-left: 24px; }
nav ul li 
{
	list-style: circle;
	margin-left: 12px;
	color: whitesmoke;
	display: inline-block;
	line-height: 80px;
}
.content
{
	margin: 12px 16px;
	width: 80%;
	margin: auto;
}
.newsBar
{
	background: #262626;
	border: 1px solid black;
	width: 250px;
	max-width: 250px;
	min-height: 250px;
	box-shadow: 2px 2px 8px black;
	position: relative;
	display: inline-block;
	margin-bottom: 12px;
	margin-right: 40px;
	vertical-align: top;
}
@media screen and (max-width: 740px) {
    .newsBar {
        margin-right: 12px;
    }
}
.newsBar h4{
	position: relative;
	bottom: 40px;
	margin-bottom: -40px;
	color: darkorange;
	background-color: black;
	padding: 12px;
}
.newsContent
{
	font-size: 14px;
	padding: 12px 8px;
}
.imageHolder
{
	height: 150px;
	background: gray;
	overflow: hidden;
}
.wrapper{
	max-width: 755px;
	height: 100%;
	margin:0 auto;
	box-shadow: 2px 2px 8px black;
	padding: 16px;
	overflow: hidden;
}
.title{
	font-size: 72px;
	text-align: center;
}

#flashContent{
	width:640px;
	height:480px;
	position:relative;
	box-shadow: 2px 2px 8px black;
}
form > * {  margin-top: 12px;  }
form label {
	display: block;
}
form input[type="text"],input[type="email"],textarea {
	width: 98%;
	padding: 4px;
	max-width: 400px;
}
form input[type="submit"] { 
	padding: 12px; 
	background: darkorange; 
	color: black; 
	border: none;
	text-shadow: 0px 0px 1px white;
	width: 100%;
 }
form textarea { resize: none; font-family: 'Coda'; }
.directories { text-align: center; }
.directories span img { border: none; vertical-align: middle; margin-right: 24px; margin-top: 24px; }
.error { background: red; padding: 12px; }

@media screen and (max-width: 750px)
{
	.topBanner{
		display: none;
	}	
	.boxHolder{
		display: none;
	}
}

.topBanner{
	text-align: center;
	margin-bottom: 8px;
}

.boxHolder{
	float: left; 
	margin-left: 24px;
	min-width: 200px;
	text-align: center;
}

.bottomBanner{
	text-align: center;
	margin-top: 12px;
	margin-bottom: 8px;
}

.outdated{
	position: absolute;
	z-index: 9999;
	left: 9px;
	top: 60px;
	width: 240px;
}

h3 {
    padding: 0;
    margin: 0;
}
