
html, body, div, h1, h2, p, img, ul, li {
  margin: 0;
  padding: 0;
  border: 0;
}
  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
  
html {
  font: 81.25% arial, helvetica, sans-serif;
  background: #fff;
  color: #333;
  line-height: 1;
  direction: ltr;
}
  
a {
  color: #15c;
  text-decoration: none;
}
  
a:active {
  color: #d14836;
}

h1 {
  color: #222;
  font-size: 1.54em;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 .46em;
}
  
h2 {
  color: #222;
  font-size: 1.2em;
  font-weight: normal;
  line-height: 24px;
  margin: 0 0 .46em;
}
  p {
  line-height: 17px;
  margin: 0 0 1em;
  }
  ol, ul {
  list-style: none;
  line-height: 17px;
  margin: 0 0 1em;
  }
  li {
  margin: 0 0 .5em;
  }
  table {
  border-collapse: collapse;
  border-spacing: 0;
  }
  strong {
  color: #222;
  }

  body {
  position: absolute;
  height: 100%;
  min-width: 100%;
  }
  .wrapper {
  position: relative;
  height: 100%;
  }
  .wrapper + style + iframe {
  display: none;
  }
  .content {
  padding:0;/*0 24px*/
  }
  .header-bar {
  height: 87px;
  background: #f5f5f5;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  }
  .header .logo {
  margin: 8px 17px 8px 17px;
  float: left;
  }
  .header .webmail {
  padding: 7px 17px 7px 17px;
  margin: 23px 12px 23px 12px;
  float: right;
  border: 1px solid #f5f5f5;
  }
  .header .con,
  .header .ldn,
  .header .pm {
  padding: 7px 17px 0px 17px;
  margin: 23px 12px 28px 12px;
  float: right;
  color:#ffffff;
  background-color:#4d90fe;
  border: 1px solid #192164;
  min-width: 110px;
  text-align:center;
  }
  .header .con h2,
  .header .ldn h2,
  .header .pm h2{
  color:#ffffff;
  }
  .date-bar {
  height: 24px;
  overflow: hidden;
  padding: 2px 5px 0 5px;
  }
  .date {
  min-width: 100%;
  }
  .main {
  margin: 0 auto;
  width: 822px;
  padding: 10px 0 40px 0;
  background-color:#fff;
  }
  .main h1:first-child {
  margin: 0 0 .92em;
  }
  .footer-bar {
  position: absolute;
  bottom: 0;
  height: 35px;
  width: 100%;
  border-top: 1px solid #ebebeb;
  overflow: hidden;
  background-color:#FFF;
  }
  .footer {
  padding:9px 0 0 7px;
  font-size: .85em;
  white-space: nowrap;
  line-height: 0;
  }
  .footer ul {
  color: #999;
  float: left;
  max-width: 80%;
  }
  .footer ul li {
  display: inline;
  padding: 0 1.5em 0 0;
  }
  .footer a {
  color: #333;
  }
  .hidden {
  display: none;
  }
  .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: '.';
  clear: both;
  height: 0;
  }
  * html .clearfix {
  zoom: 1;
  }
  *:first-child+html .clearfix {
  zoom: 1;
  }
  
/* NYR LINKS */

.nyrlinks {
  overflow:hidden;
  float:left;
  width:252px;
  margin:11px;
}

.nyrlinks img {
  float:left;
  border:1px solid #ebebeb;
  width:250px;
  height:150px;
}

.nyrlinks h1 {
  margin:0;
  text-align:center;
}
.nyrlinks p {
  color:#666;
  line-height:19px;
}
  
.small-footer {
  font-size: 11px;
  color: #999;
}

.nyrtwitter {
  margin: 40px auto 0 auto;
}

#twittor{
	background-image: url(../images/twittor-854pxw.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:90px;
	margin:0 auto;
}

.tweet{
	height:28px;
	width:710px;
	float:left;
	margin-top:6px;
	margin-left:90px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFF;
	text-align:left;
}


.tweet .tweet_list, .query .tweet_list {
    list-style-type: none;
    margin: 0;
    overflow-y: hidden;
	padding:1px 0px 0px 0px;
}

.tweet .tweet_list .awesome, .tweet .tweet_list .epic, .query .tweet_list .awesome, .query .tweet_list .epic {
	text-transform: uppercase; 
}
    
.tweet .tweet_list li, .query .tweet_list li {
	overflow-y: hidden;
	overflow-x: hidden;
	padding: 5px; 
	height:30px;
}

.tweet .tweet_list li a, .query .tweet_list li a {
	color: #FFF;
	font-weight:bold;
	text-decoration:none;
}

.tweet .tweet_list .tweet_avatar, .query .tweet_list .tweet_avatar {
	visibility:hidden;
	display:none;
}

.desktop {display: block;}/*inline-block;*/
.mobile {display: none;}

/*@media (max-width: 840px) {*/
@media (max-device-width: 840px) {
	.header .con, .header .ldn, .header .pm {padding: 7px 2px 7px 2px;margin: 23px 10px 28px 10px;min-width: 100px;}
	.date-bar {padding: 2px 5px 0 12px;}
	.main {width: 548px;}
	.nyrtwitter {margin:0 auto;}
	#twittor{background-image: url(../images/twittormobile.jpg);background-repeat:no-repeat;width:500px;height:70px;margin:0 auto;}
	.tweet{height:50px;width:360px;float:left;margin-top:6px;margin-left:90px;font-size:18px;}
	.footer-bar {position:relative;}
	.desktop {display: none;}
	.mobile {display: inline-block;}
}
