@charset "utf-8";
/* CSS Document */
body {
	font-family: "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #D6D6D6;
	margin: 1em 0 0 0px;
	padding: 0px;
	font-size: 1em;	
}

form textarea {	
	width:96%;
}

h1, h2, h3, h4 {
	margin: 30px 0px 0px 0px;
	font-family: Federo, "Segoe UI", Optima, Helvetica, Arial, sans-serif;
	font-weight: normal;
}
h1 { font-size: 1.5em; }
h2 { font-size: 1.35em; }
h3 { font-size: 1.25em; }
h4 { font-size: 1.1em; }



img {
	border:none;
	height: auto !important;
	width: auto !important;
	max-width: 100%;
	border-radius: 5px;
}

.admin-content iframe {
	max-width:450px;
	width:100%;
	height:320px;
}

.admin-nav a {
	padding:0 10px;
}

.affiliations {
	text-align:right;
}

.banner {
	width:100%;
	max-width:1260px;
	margin-left:auto;
	margin-right:auto;
	border-radius:.5em;
	background-color:transparent;
}

.block {
	background-color:#D6D6D6;
	padding:.5em;
	border-radius:.3em;
	border-style:ridge;
	border-color:#ccc;
	border-width:1px;
}

.container {
	width:100%;
	max-width:1280px;
	margin-left:auto;
	margin-right:auto;	
}

.content img {
	border:none;
	height: auto !important;
	width: auto !important;
	max-width: 500px;
	border-radius: 5px;
}

.filler {
	clear:both;
}

.float-left {
	float:left;	
}

.float-right {
	float:right;		
}

.gallery {	
	width:100%;
	max-width:800px;
	margin:1.5em auto;
}

.header-large {
	font-size:3em;
	padding:3em 0 0 .5em;
	color:#666;
}

.image-left {
	float:left;
	margin:0 1em .5em 0;
}

.image-list {
	border:none;
	height: auto !important;
	width: auto !important;
	max-width: 100px;
	border-radius: 5px;
}


.image-right {
	float:right;
	margin:0 0 .5em 1em;
}

.media {
	text-align:center;
}

.media img {
	height: auto !important;
	width: auto !important;
	max-width:250px;
}

.posts {
	border-color:#CCC;
	border-style:solid;
	border-width:1px;
	border-radius:.3em;
	padding:.3em;
}

.posts img {
	max-width:100%;
}

.postx img {
	max-width:100%;
}

.small-italics {
	font-size:.8em;
	font-style:italic;
	font-weight:bold;
}

.tabs img {
	border:none;
	height: auto !important;
	width: auto !important;
	max-width: 500px;
	border-radius: 5px;
}