/* -----------------------------------------
  Table of Contents: 

  Tag Resets
  Normalize CSS
  Web Fonts
  Fluid Media
  Custom Styles
  Media Queries

----------------------------------------- */
/* -----------------------------------------

  Tag Resets

----------------------------------------- */

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
th,
td,
article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
}



/* -----------------------------------------

  Normalize CSS
  https://necolas.github.com/normalize.css/

----------------------------------------- */

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 100%;
  min-height: 100%;
  height:100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
section,
audio,
canvas,
video {
  display: block;
}

iframe {
  border:none;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

b,
strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

abbr[title] {
  border-bottom: 1px dotted;
}

textarea {
  overflow: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* this is taken from an article about correcting a problem where Apple mobile devices wouldn't play iframe videos: */

a,
object,
input,
a:active,
a:focus {
  outline:none;
}


/* -----------------------------------------

  Web Fonts

----------------------------------------- */




/* -----------------------------------------

  Fluid Media

----------------------------------------- */


figure {
  position: relative;
}

figure img,
figure object,
figure embed,
figure video,
figure iframe {
  display: block;
  max-width: 100%; 
  margin:2em auto 1em;
}

/* 
interpolation-mode
https://css-tricks.com/ie-fix-bicubic-scaling-for-images/
 */

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}


/* -----------------------------------------

  Custom Styles

----------------------------------------- */

body {
  font-family: Arial, sans-serif;
  /*font-family: "Gill Sans", sans-serif;*/
  font-size:.8125em;
  line-height: 1.65;
  color:#554D4D;
  background-color: rgb(240, 242, 241);
}

h1 {
  font-size: 1.5em;
  color: #800000 ;
  font-weight: 500;
}

h2 {
  font-size: 1.3em;
  color: #800000;
  font-weight: 500;
  margin: .975em 0;
}

h3 {
  margin-top:1em;
  padding:.1em 0 .15em;
  font-size: 1.1em;
}

p {
  margin-top: .975em;
  margin-bottom:1.17em;
}

blockquote {
  font-style: italic;   
}

aside {
  border:1px solid #000000;
  background-color:rgb(243,219,219); 
  padding:1em;
  margin:.8em 2em 1em 0;
  float:left;
  width:230px;
}

ul {
  list-style-position: inside;
  margin-left:2em;
}

ul li {
  padding-left: 1em;
  text-indent: -1em;
  margin-top:.65em;
}

input[type='text'],
input[type='password'] {
  padding:.2em;
  font-size: .965em;
}

input[type='text']#subscribe-email {
  width:167px;
  margin:.1em;
  margin-bottom:.3em;
}

footer {
  padding-bottom: 30px;
  color:rgb(85, 77, 77);
  font-size:.8125em;
  font-size:1em;
  line-height: 1.17em;
}

footer p,
footer a {
  color: #999;
}

footer strong {
  color:#666;
  font-size:13px;
}

#connect_fb {
  padding: 0 0 0 22px;
  background: url(https://www.topospartnership.com/wp-content/themes/topos/_layout/images/social-icons/facebook_16.png) no-repeat 0 0;
  margin-top: -17px;
  line-height: 20px;
  /*height:30px;*/
}

#connect_tw {
  padding: 0 0 5px 22px;
  background: url(https://www.topospartnership.com/wp-content/themes/topos/_layout/images/social-icons/twitter_16.png) no-repeat 0 0;
  margin-top: -17px;
  line-height: 20px;
  /*height:30px;*/
}

#wrap {
  width:1020px;
  margin:0 auto;
  padding:0 10px;
  background-color: #fff;
}

#outer-wrapper {
  width: 940px;
  margin: 0 auto;
  padding: 2em;
  /*text-align: left;*/
  /*font: normal normal 100% Verdana, sans-serif;*/
  background-color: #fff;
}

#header-wrapper {
  width: 940px;
  margin: 0 auto .9em;
  border: 1px solid #cccccc;
}

#header {
	margin: 5px;
	border: 1px solid #cccccc;
	text-align: center;
	color: #666666;
}

#header-inner {
	/*background-position: center;*/
  /*margin-left: auto;*/
	/*margin-right: auto;*/
  text-align: left;
}

#header-inner nav {
  display:inline;
  float:right;
  font-size:13px;
  text-transform: uppercase;
}

#header-inner nav a {
  padding:0 .53em;
  color:blue;
  text-decoration: none;
}

#Header1_headerimg {
  /*margin: 0 auto;*/
  display: inline;
}

.error {
  color:#FF0000;
}

.sidebarTitle {
  font-size: 1em;
  font-weight:400;
  text-decoration: underline;
  text-align: center;
  margin-top: 0;
  margin-bottom: .675em;
}

.hr2 {
  background: url(https://www.topospartnership.com/wp-content/themes/topos/_layout/images/bottom_border.gif) repeat-x left bottom;
  margin: 20px 0 30px 0;
  padding-bottom: 5px;
}

.row {
  width:940px;
}

.fixed {
  min-height: 1%;
  display: block;
}

.fixed:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.col-220 {
  width: 220px;
  float: left;
  margin-right: 1.17em;
}

.last {
  margin-right:0;
}

.transcript {
  border:1px solid gray;
  border-radius: 5px;
  padding:1em;
  margin:1em;
  display:inline-block;
}

a>.transcript {
  text-decoration:none;
  color:#000;
}

.vid {
  border:1px solid gray;
  /*border-radius: 5px;*/
  padding:2em;
  margin:2em auto;
}

.vid figure {
  display:inline-block;
  margin:0 1em;
}


/* -----------------------------------------

  Media Queries

----------------------------------------- */
