a:link {
	color: #5592b9; /*717162*/
	text-decoration: none;
}

a:visited {
	text-decoration: none;
	color: #64acda;
}

a:hover {
	color: #64acda;
	text-decoration: underline;
}

a:active {
	text-decoration: none;
}


img {
	max-width:100%;
	border:0px;
}

.center{
	margin-left:auto;
	margin-right:auto;
}

div.float {
  float: left;
}
  
div.float p {
   text-align: center;
}


body {	background-color: #fff;	/*dadbc9*/
		/*background-image: url(img/bg.jpg);*/
		background-size:cover;
		margin:0px;
		padding:0px;
}


.thick {font-weight:bold}


.bodytext {
	margin-left:auto;
	margin-right:auto;
	width:80%;
	
	font-family: Arial, Helvetica, sans-serif;
	color:#222;
	
	style="text-align:left";
	font-size:2.25vh;
}


.logline{
	margin-left:auto;
	margin-right:auto;
	text-align:left;
	width:80%;
	font-family:Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, "Times New Roman", serif;
	color:#fff;
	font-size:1em;
	padding:40px 0;
}

h1 {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#222;
	font-size:3em;
	padding:10px 0;
}

h2 {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#222;
	font-size:1.5em;
	padding:10px 0;
}

h3 {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	color:#222;
	font-size:1em;
	padding:10px 0;
}

.readerQuote{
	margin-left:auto;
	margin-right:auto;
	font-family: Arial, Helvetica, sans-serif;
	color:#222;
	font-style:oblique;
	text-align:left;
	width:80%;
	font-size:1.25em;
	padding:10px 0px 0px;
}

.readerCitation{
	width:90%;
	font-size:1em;
	color:#222;
	text-align:right;
}


#rectangle{
	width:95%;
	background:#d6e5e4;
	margin: 8px auto;
}

#moviecontainer {
	margin:0px;
	overflow:hidden;
}

#menucontainer {
	text-align: right;
	border-bottom:1px solid #aaaaaa;
}


.linktable a
{
    display:block;
    text-decoration:none;
}

.linktable {
 	margin-left:auto;
	margin-right:auto;
    width: 80%;
}


@media screen and (max-width: 1150px) {
    .linktable {
        width: 98%;
	}
}





.banner {
	margin-left:auto;
	margin-right:auto;
	background: #fff;
	padding: 0px;
	font-family: "American Typewriter", "Lucida Sans Typewriter";
	font-size: 2.5vh;
	font-style:bold;
	vertical-align: text-top;
	width: 80%;
}

@media screen and (max-width: 1150px) {
	.banner {
        width: 98%;
	}
}



#headline {
	font-family: Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, "Times New Roman", serif;
	font-style:bold;
}



.socialbox {
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
	border: 4px solid #777;
	color:#555;
	background: #f4f7ff;
	border-radius:30px 30px 30px 30px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2vh;
	font-style:bold;
	text-align:center;
	width: 50%;
}


.projectcard {
	
	border: 0px solid #8497ad;
	background: #e9eef4;
	border-radius:10px 10px 10px 10px;
	padding: 20px;
	font-family: Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, "Times New Roman", serif;
	font-size: 3vh;
	font-style:bold;
	vertical-align: text-top;
}


.projectcard img {
	padding-top:0px auto 0px;
	margin-bottom:16px;
	text-align:center;
}

.projectcard a img {
	text-align:center;
}



.projectcard a:link{
	color: #777;
}

.projectcard a:visited{
	color: #777;
}

.projectcard a:hover{
	color: #777;
	text-decoration: none;
}

.projectcard a:active {
	text-decoration: none;
}





#projectcardhline{
	width:100%;
	background:#d9ebf3;
	margin: 8px auto;
	height:2px;
}

.projectcard .logline {
	color: #fff;
}

.projectcard .recog {
	padding-top:10px;
	font-size: 0.70em;
	font-weight:bold;
	color:#d9ebf3;
}


.wheat{
	margin-left:auto;
	margin-right:auto;
	font-family: Baskerville, "Baskerville Old Face", "Goudy Old Style", Garamond, "Times New Roman", serif;
	color:#eff;
	font-weight:bold;
	text-align:center;
	width:100%;
	font-size:1.25em;
	padding:15px 0px 0px;
	border:0px solid white;
}

.wheat table {
	width:90%;
	margin-left:auto;
	margin-right:auto;
}

.wheat table tr td:nth-child(1) {
	text-align:right;
	border:0px solid white;
}

.wheat table tr td:nth-child(2) {
	width:1%;
	white-space:nowrap;
}

.wheat table tr td:nth-child(3) {
	text-align:left;
	border:0px solid white;
}


.wheat table tr td img{
	border:0px solid white;
	height:2.5em;
}


.innerwheat {
	background-color:rgba(255, 255, 255, 0.5);
	background-repeat: no-repeat;
	background-position: center;
	background-size:auto;
	border-radius:30px 30px 30px 30px;
	padding:10px;
	font-size: 0.70em;
	font-weight:bold;
	color:#000;
	text-align:center;
}

.innerwheat img {
	height:6vh;
}


#colspacer {
	padding:8px;
}

#rowspacer {
	padding:8px;
}


#columncontainer {
  width: 47%;
  margin: 0 auto;
  padding: 0px;
}

@media screen and (max-width: 1150px) {
    #columncontainer {
        width: 100%;
	}
}

.social {
	padding:20px;
	height:6vh;
}

.authorpic img {
	float:left;
	width:30%;
	border:black 1px solid;
	border-radius:64px 0px 0px 0px;
	margin: 0px 12px 12px 0px;
}
