
      /* Sticky footer styles
      -------------------------------------------------- */

      html,
      body {
        height: 100%;
        /* The html and body elements cannot have any padding or margin. */
      }

      /* Wrapper for page content to push down footer */
      #wrap {
        min-height: 100%;
        height: auto !important;
        height: 100%;
        /* Negative indent footer by it's height */
        margin: 0 auto -120px;
      }

      /* Set the fixed height of the footer here */
      #push,
      #footer {
        height: 120px;
      }
      #footer {
      	font-family: "SourceSansProRegular";
      }
      #footer .container {
	      border-top: #f29f1c 3px solid;
	      padding-top: 20px;
      }
      #footer strong, #footer em {
	      display: block;
      }
      #footer .cm {
	      margin: 20px auto;
	      text-align: center;
      }
      #footer p {
	      margin: 0;
      }
      #footer hr {
	      border-bottom: 1px solid #999;
      }

      /* Lastly, apply responsive CSS fixes as necessary */
      @media (max-width: 767px) {
        #footer {
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 20px;
          padding-right: 20px;
        }
      }




body {
	background: url(../img/bg.png) repeat-x top #edede5;
	font-family: "TheanoOldStyleRegular";
	color: #555;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
p {
	text-align: justify;
}
hr {
	border: none;
	border-bottom: 3px solid #f29f1c;
}
.archive hr {
	border-bottom: 1px solid #999;
}
#main_nav a {
	color: #04376d;
}
#main_nav a:hover {
	color: #075bb4;
}
#main_nav a.active {
	background: #04376d !important;
	color: white;
}
#header {
	background: white;
	min-height: 300px;
	padding-top: 29px;
	border: 1px solid #999;
	position: relative;
	top: -30px;
	box-shadow: 0 0 5px rgba(0,0,0,0.25);
}

strong {
	font-weight: normal;
	font-family: "SourceSansProBold";
}
em {
	font-style: normal;
	font-family: "SourceSansProItalic";
}
#logo {
	display: block;
	margin: 20px auto;
	width: 165px;
	padding-left: 15px;
}
.logobox hr {
	border: none;
	border-bottom: 1px solid #04366d;
	margin-left: 15%;
	width: 100%;
}
#main_nav {
	padding: 10px 0 10px 15%;
	font-family: "SourceSansProRegular";
}
#main_nav a {
	display: block;
	text-transform: uppercase;
	padding: 2px 5px 0;
	text-decoration: none;
	-webkit-transition: 0.8s;
}
#main_nav a:hover {
	background: #bedaf7;
	-webkit-transition: 0.3s;
}
#main_nav a:active {
	background: #0658ae;
	color: white;
}
#sidebar {
	float: left;
	margin-left: 0;
	margin-bottom: 50px;
}
#content {
	margin-left: 2.127659574468085%;
	float: right;
}

h6 {
	font-family: "SourceSansProRegular", Helvetica, Arial, sans-serif;
	font-weight: normal;
	color: #888;
	border-bottom: 1px solid #888;
	text-transform: uppercase;

}

.issue_link {
	padding: 0px 2px 0px 17px;
	display: block;
	margin: 0 0 0 -17px;
	color: #888;
	-webkit-transition: 0.8s;
}
.issue_link:hover {
	text-decoration: none;
	background: white;
	color: #888;
	-webkit-transition: 0.3s;
}
.issue_link h1 {
	font-family: "SourceSansProExtraLight", Helvetica, Arial, sans-serif; 
	font-size: 48px;
	
	line-height: 1em;
	margin: 6px 0 0;
	float: left;
}
.issue_link small {
	display: block;
	float: left;
	font-size: 14px;
	line-height: 1.5em;
	margin: 7px 0 0 10px;
	font-family: "SourceSansProRegular";
}
.a-right {
	float: right;
	margin: 20px 7px 20px 0;
}
.link {
	color: #777;
	font-family: "SourceSansProBold";
	font-weight: normal;
	display: block;
	text-transform: uppercase;
	font-size: 12px;
}
.link:hover {
	color: #0088cc;
	text-decoration: none;
}
.right {
	text-align: right;
}
.clear {
	clear: both;
}

/* sidebar */

#sidebar article {
	padding-left: 20px;
	border-left: #f29f1c 3px solid;
}
section {
display: block;
clear: both;
	margin-bottom: 30px;
}



/* search */
.minisearch {
	position: relative;
	font-family: "SourceSansProRegular", Helvetica, Arial, sans-serif;
	margin: 0;
}
.minisearch input, .minisearch select {
	border: 1px solid #ccc;
	background: white;
	border-radius: 0 !important;
	padding: 4px 5px 3px 5px !important;
	box-sizing: border-box;
	height: 35px !important;
	width: 100%;
	box-shadow: none !important;
}

.minisearch .submit {
	background: #aaa;
	color: white;
}
.minisearch .submit:hover {
	background: #f29f1c;
	color: white;
	border-color: #f29f1c;
	-webkit-transition: 0.3s;
}
#sidebar .minisearch input.searchbox {
	border: 1px solid #ccc;
	background: white;
	border-radius: 0 !important;
	padding: 5px 65px 3px 5px !important;
	box-sizing: border-box;
	height: 35px !important;
	width: 100%;
	box-shadow: none !important;
}
#sidebar .minisearch input.searchsubmit {
	top: 0;
	position: absolute;
	right: 0;
	box-sizing: border-box;
	height: 35px !important;
	width: 60px;
	border: none;
	background: none;
	color: #aaa;
	font-size: 12px;
	text-transform: uppercase;
}
#sidebar .minisearch input.searchsubmit:hover {
	background: #f29f1c;
	color: white;
	-webkit-transition: 0.3s;

}


/* content general */
.articles_listing article {
	background: white;
	padding: 20px;
	border: 1px solid #ccc;
	margin: 20px 0;
	clear: both;
}
.articles_listing h3 {
	font-weight: normal;
	margin: 0;
}
.articles_listing small {
	color: #aaa;
	font-size: 14px;
}
article img {
	float: left;
	width: 40%;
	margin: 20px 20px 20px 0;
}


.article_list {
	margin: 10px 0;
}
.article_list article {
	margin: 0;
	font-size: 12px;
	padding: 10px 0;
}
.article_list article p {
	margin: 0;
	text-transform: uppercase;
	line-height: 1.2em;
	text-align: left;
}
.article_list article:last-child {
	padding-bottom: 0;
}
.article_list article:first-child {
	padding-top: 0;
}
.article_list a {
	text-decoration: none;
	color: #555;
	display: block;
	padding-left: 20px;
	margin-left: -20px;
}
.article_list a:hover {
	background: white;
	-webkit-transition: 0.3s;
}
.featured_articles article a {
	color: #555;
	padding: 10px 2.5%;
	display: block;
	text-decoration: none;
}
.featured_articles article a:hover {
	background: white;
	-webkit-transition: 0.3s;
}
.featured_articles p {
	margin: 0;
	text-transform: uppercase;
}
h3 a {
	color: black;
}
h3 a:hover {
	text-decoration: none;
	color: #0088cc;
}


/* events list */

#sidebar .events_list article {
	font-family: "SourceSansProRegular";
	padding: 0;
	margin: 0;
}
#sidebar .events_list article {
	border-left: none;
	margin: 10px 0;
}
#sidebar .events_list article p {
	margin-bottom: 2px;
}
#sidebar .events_list .info {
	border-left: #3e7cbd 3px solid;
	padding: 4px 0 4px 20px;	
}
#sidebar .events_list article .info * {
	display: block;
	margin: 0;
	line-height: 1.2em;
}
#second_content {
	padding-bottom: 20px;
}
#second_content .link {
	padding: 3px 20px;
}
#second_content .link:hover {
	background: white;
	color: black;
	-webkit-transition: 0.3s;
}


.archive h6 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 5px;
	border: none;
	
}
.archive_link {
	padding: 10px 24px 7px 32px;
	-webkit-transition: 0.8s;
}

.archive_browser h2 {
	margin: 0;
}
.category {
	background: white;
	padding: 20px;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc;
	margin: 10px 0 10px;
	-webkit-transition: 0.5s;
}
.category_item {
	padding: 5px 10px;
	background: #444;
	
}
.category_item h1 {
	margin: 0;
	color: white;
	text-align: center;
	padding: 0;
	font-size: 20px;
}
.archive_link, .archive_link:hover {
	text-decoration: none;
	color: #555;
}
.archive_link {
	font-family: "SourceSansProRegular", Helvetica, Arial, sans-serif; 
	font-size: 14px;
}
.archive_link h2 {
	font-family: "SourceSansProExtraLight", Helvetica, Arial, sans-serif; 
	font-size: 48px;
	font-weight: normal;
	margin: 0 !important;
	padding: 0;
	display: inline-block;
}
.archive_link small {
	vertical-align: baseline;
	display: inline-block;
	line-height: 1em;

}
.archive_link .meta {
	display: inline-block;
}
.archive_link:hover, .archive_link.active {
	-webkit-transition: 0.3s;
	color: white;
	background: #f29f1c;
}
.orange {
	color: #f29f1c;
}
.f_details {
	display: none;
}
.archive_link .a-right {
	float: right;
	margin: 10px 0px;
	visibility: hidden;

}.archive_link:hover .a-right {
	visibility: visible;
	-webkit-transition: 0.3s;
}
.archive_link .meta p {
	display: block;
	padding: 0;
	margin: 0;
}
.span4:nth-child(3n+4) {margin-left:0;}
.browse_mode a {
	display: block;
	color: #555;
	font-family: "SourceSansProRegular";
	padding: 3px 10px 1px;
	-webkit-transition: 0.8s;
}
.browse_mode a:hover {
	text-decoration: none;
	background: white;
	color: #222;
	-webkit-transition: 0.3s;
}
.browse_mode a.active {
	background: #f29f1c;
	color: white;
}


.viewing .article_list {
	padding: 20px 20px 20px 30px;
	display: block;
	background: white;
	border: 1px solid #ccc;
	color: #555;
	text-decoration: none;
	
}
.viewing .article_list small {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 5px;
	font-size: 14px;
}
.viewing .article_list a {
	padding: 5px 0;
}
.viewing .article_link:hover  {
	text-decoration: none;
}
.viewing .article_list a {
	margin-left: 0;
	-webkit-transition: 0.3s;
	color: #555;
}
.viewing .article_list a:hover {
	color: #0088cc;
	-webkit-transition: 0.3s;
}
.viewing article .extra_links {
	opacity: 0;
	-webkit-transition: 0.3s;
}
.viewing article:hover .extra_links {
	opacity: 1;
	-webkit-transition: 0.3s;
}
.viewing .article_link h5 {
	margin: 0;
}
.viewing .extra_links {
float: right;
}
.viewing .extra_links a {
	font-family: "SourceSansProBold";
	color: #999;
	
	padding: 4px 4px 2px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 12px;
	margin: 1px;
	text-align: center;
	line-height: 1em;
	text-indent: 0;
	display: inline-block;
 }
 .viewing .extra_links a:hover {
 	background: #f29f1c;
 	color: white;
 }
.cite_tooltip_actual p {
	padding: 5px 3px 3px;
	margin: 0;
}
 .cite_tooltip_actual em {
	 color: #f29f1c;
 }
#fixed_nav {
	position: fixed;
	top: -100px;
	z-index: 90;
	width: 100%;
	min-height: 30px;
	background: white;
	border-bottom: 1px solid #ccc;
	text-align: center;
	box-shadow: 0 0 3px #aaa;
	padding-top: 2px;
}

#fixed_nav a {
	display: inline-block;
	text-transform: uppercase;
	padding: 3px 5px 0;
	margin: 3px 0 3px;
	text-decoration: none;
	font-family: "SourceSansProRegular";
	-webkit-transition: 0.8s;
	color: #04376d;
	vertical-align: bottom;
}
#fixed_nav a:hover {
	background: #bedaf7;
	-webkit-transition: 0.3s;
	color: #075bb4;
}
#fixed_nav a:active {
	background: #04376d !important;
	color: white;
}
#fixed_nav .logo {
	margin: 1px 10px 0 10px;
	padding: 0;
	vertical-align: top;
}
#fixed_nav .logo img {
margin: 0;
}
nav.index {
	text-align: center;
}
nav.cat_index a {
	display: block;
}
.cat_list a {
	display: block;
	margin: 15px 0;
	text-decoration: none;
}
a:hover .title {
	text-decoration: underline;
}
.author {
	margin: 0;
	color: #555;
}
.title {
	margin: 4px 4px 4px 15px;
}
.date {
	margin-left: 15px;

}
.authors_list a{
	display: block;
}
.authors_list h2 {
	margin-top: 30px;
}
.profile_img {
	
}
.profile_img img {
	max-width: 200px;
	border: 1px solid #ccc;
	box-shadow: 0 0 3px #aaa;
	width: 100%;
	margin: 0 auto;
}
.album_link {
	padding: 10px;
	display: block;
	background: white;
	margin: 10px 0;
	box-sizing: border-box;
	border: 1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc;
	text-decoration: none;
	-webkit-transition: 0.8s;
	color: #555;
}
.album_link:hover {
	color: white;
	-webkit-transition: 0.3s;
	text-decoration: none;
	background: #f29f1c;
}
.album_link p {
	font-family: "SourceSansProRegular", Helvetica, Arial, sans-serif; 
	font-size: 14px;
}
.album_link img {
	max-width: 300px;
	border: 1px solid #999;
	box-sizing: border-box;
	max-height: 300px;
	margin: 0px auto;
	display: block;
	width: 100%;

}
.album_body {
	background: white;
	margin: 10px 0 20px;
	padding: 10px 20px;
	box-sizing: border-box;
	border: 1px solid #aaa;
	box-shadow: 0px 0px 3px #ccc;
}
.album_image {
	margin: 0 0 10px;
	height: 140px;
	background: #333;
	overflow: hidden;
	border: 1px solid #999;
	vertical-align: middle;
	display: block;
	position: relative;
} 
.album_image img {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: block;
	max-width: 300px;
}
.album_image:hover img {

}
.center {
	text-align: center;
}
.fright {
	float: right;
}
section.events h4 {
	color: black;
}
.event_date {
	font-family: "SourceSansProRegular", Helvetica, Arial, sans-serif;
	margin-top: 12px;
	text-align: right;
	color: #888;
}
.event_date strong {
	display: block;
}

.article_view {
	background: white;
	padding: 20px 35px;
	border: 1px solid #ccc;
	margin: 10px 0;
	clear: both;
}
.cite_as {
	font-size: 12px;
}
.download {
	color: white;
	background: #00088c;
	display: inline-block;
	padding: 3px 5px 1px;
	line-height: 1em;
}
.download:hover {
	color: white;
	background: #f29f1c;
}
.download_box {
	padding: 20px;
}
@media (max-width: 979px) and (min-width: 768px)
{
	#logo img {
		max-height: 100px;
		width: auto;
	}
	#logo {
		margin-left: 25px;
	}
	.a-right {
		display: none;
	}
	.album_image {
		margin: 0 0 10px;
		display: block;
		max-height: 130px;
		overflow: hidden;
	} 
	
}
@media (max-width: 1024px) {
	.viewing article .extra_links {
		opacity: 1 !important;
		-webkit-transition: 0.3s;
	}

}
@media (max-width: 767px) {
	#main_nav {
		float: left;
		padding: 0px 15px;
		margin: 15px 10px;
		border-left: 1px solid #04366d;
	}
	#fixed_nav { 
		margin-left: -20px;
		width: 100%;
		font-size: 12px
	}
	#fixed_nav .logo {
		margin: 1px 10px 3px 10px;
	}
	#fixed_nav a {
		padding: 2px 5px 0;
		margin: 0;
	}
	#main_nav a {
		display: block;
		
	}
	#logo {
		margin-left: 0;
		float: left;
		width: 45%;
		display: inline-block;
	}
	.event_date {
		text-align: left;
	}
	.event_date strong {
		display: inline-block;
		margin: 0 10px 0 0;
	}
}

/*CORN*/

.c100 { height: 100px; }
.c150 { height: 150px; }
.c200 { height: 200px; }
.c250 { height: 250px; }
.c300 { height: 300px; }
.c350 { height: 350px; }
.c400 { height: 400px; }
.c450 { height: 450px; }

.cut {
	overflow: hidden;
	width: 100%;

}
.cut.c250 img {
	width: 100%;
	display: block;
}

.cut.c150 img {
	width: 100%;
	display: block;
}