/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */

body {
font-family: Arial,Helvetica,sans-serif;
background: #f7f7f7;
}

h1,h2,h3,h4,h5,h6 {
font-family: Arial,Helvetica,sans-serif;
line-height: 1.2;
}

h2.node-title a,
.field-name-title a
{
color: #222;
text-decoration: none;
}

h2.node-title a:hover,
.field-name-title a:hover {
text-decoration: underline;
}

.views-field-title a {
color: #222;
text-decoration: none;
}

.views-field-title a:hover {
text-decoration: underline;
}

/* TABLE RESET */

table, thead,thead th, th, tbody, tr, tr.even, tr.even td, tr.odd, tr.odd td, td {
border: none;
background: none;
background-color: none;
border-bottom: none;
vertical-align: top;
margin: 0px;
padding: 0px;
}

tr:hover td, tr.even:hover td.active, tr.odd:hover td.active { 
background: none;
}

/* END RESET */

/* from page pager reset */

.block-views .item-list .pager {
  padding:0;
  margin: 0;
}

.block-views .item-list .pager li,
.block-views .item-list .pager ul li {
  margin: 0;
  padding: 0;
  float: left;
  display: block;
}

.block-views .item-list .pager {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 10px;
  text-align: left;
}

.block-views .pager li a {
  display: inline-block;
}

.block-views .pager li.pager-ellipsis,
.block-views .pager li.pager-current,
.block-views .pager li a {
  padding:4px 8px;
  text-decoration: none;
}

.pager li.pager-current {
  padding:4px 8px;
  font-weight: bold;
}

.block-views .pager li.pager-first a,
.block-views .pager li.pager-previous a,
.block-views .pager li.pager-next a,
.block-views .pager li.pager-last a {
  width: 90px;
  text-align:right;
  padding: 4px 0;
}



.pager li.pager-next {
  position: static;
  /* top: 0;
  right: 50px;*/
}

.pager li.pager-last,
.pager li.pager-next.last {
 position: static;
 top: 0;
  right: 0;
  border-right: 0; 
}

.pager li.pager-next {
}


.pager li.pager-next a:hover,
.pager li.pager-previous a:hover {
color: #666;
}

.pager li.pager-previous {
}


/*Pagers color*/
.pager li.pager-ellipsis,
.pager li.pager-current,
.pager li a {
  color: #000;
}


.block-views .pager li {
  border-right: none;
  border-color: none;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  outline: 0;
}

.pager li.pager-current {
  background: none;
  color: red;
  outline: 0;
}



.pager li.pager-next {
  border-left: none;
  border-color: none;
}

.block-views .pager li a {
  background: none;
  cursor: pointer;
}

.pager li a:hover {
  background: none;
  color:#454545;
}

.block-views .pager {
  background: none;
  border: none;
  border-color: none;
  border-radius: none;
  -moz-border-radius: none;
  -webkit-border-radius: none;
}

.pager li.first,
.pager li.first a,
.pager li.first a:hover {
  border-radius: none;
  -moz-border-radius: none;
  -webkit-border-radius: none;
}

.pager li.pager-last,
.pager li.pager-last a,
.pager li.pager-last a:hover {
  border-radius: none;
  -moz-border-radius: none;
  -webkit-border-radius:  none;
}


.pager li.pager-item,
.pager li.pager-current {
font-family: "Anaheim",sans-serif;
}

/*end pager reset */

/*a:link, a:visited {
color: #222;
text-decoration: none;
}*/


.content li {
margin-left: 20px;
}

.region-menu .content li {
margin-left: 0;
}

#block-nice-menus-9 ul li.menuparent ul {
border: 1px solid #c7c7c7;
opacity: 0.95;
background: #fff;
}

ul.nice-menu a {
color: #222;
}

ul.nice-menu a:hover {
text-decoration: underline;
}

ul.nice-menu-down li.menuparent,
#header-region ul.nice-menu-down li.menuparent {
background: #fff;
}

ul.nice-menu {
list-style-type: none;
margin-bottom: 0;
border-bottom: medium double #c7c7c7;

}

ul.nice-menu-down li {
float: left;
}

ul.nice-menu-down li a {
padding: 7px 10px;
font-variant: small-caps;
background: #fff;
}

ul.nice-menu-down li {
border-top: none;
}

.region-menu {
  /*margin-bottom: 30px;*/
}

.zone-branding-wrapper {
background-color: #0079C1;
}

#page {
background-image: url(/sites/default/files/nysec-gradient2.png);
background-repeat: repeat-x;
background-position: 0px 162px;
margin-bottom: 60px;
}



.zone-content-wrapper {
  width: 960px;
  background: #fff;
  box-shadow: 0px 10px 7px 2px #333;
  margin-left: auto;
  margin-right: auto;
}


h2.block-title {
background: #0079C1;
padding: 8px 0px 3px 0px;
font-size: 16px;
text-align: center;
color: #fff;
margin-bottom: 10px;
margin-top: 5px;
text-shadow: 1px 1px 1px #222;
}

.block .block-inner > .content {
margin: 0 10px;
}

.region-menu .block .content {
margin: 0;
}

.region-header-first .block .block-inner > .content {
margin: 0;
}

.region-header-first {
padding-top: 45px;
}



.region-header-first .block {
width: 140px;
float: left;
margin-right: 10px;
}


.region-header-first .block img {
max-width: 100% !important;
height: auto !important;
box-shadow: 0 0 0 2px #fff;
}

.node-links ul li a, .comment-links ul li a,
.field-name-node-link a
{
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none;
    border-color: none;
    border-image: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    color: #333333;
    cursor: pointer;
    display: block;
    float: right;
    font: bold 12px/1.2 Arial,sans-serif;
    margin: 0;
    outline: 0 none;
    overflow: visible;
    padding: 0;
    text-decoration: none;
    text-shadow: 0;
    text-transform: lowercase;
    vertical-align: middle;
    width: auto;
}

.node-links ul li a:hover, .comment-links ul li a:hover {
background: none;
text-decoration: underline;
}

.welcome h2.block-title {
color: #222;
background: none;
text-align: left;
font-size: 36px;
padding: 0;
padding-left: 15px;
line-height: 1;
margin-bottom: 7px;
text-shadow: none;
}

#breadcrumb {
background: #333333;

}


#breadcrumb ul.breadcrumb {
margin-bottom: 0;
padding: 0;
}

#breadcrumb ul li {
display: block;
float: left;
position: relative;
height: 20px;
line-height: 20px;
color: #fff;
}

#breadcrumb ul li.first {
margin-left: 10px;
}



#breadcrumb a {
color: #fff;
text-transform: uppercase;
font-size: 10px;
text-decoration: none;
}

#breadcrumb a:hover {
text-decoration: underline;
}

.breadcrumb li:after {
content: ' » ';
font-size: 14px;
padding-bottom: 20px;
color: #fff;
margin-left: 10px;
margin-right: 7px;
}

.breadcrumb li:last-child:after {
content: '';
}

.calendar .event-type-cosponsor_date {
width: 100%;
height: 5px;
background: #3FE46D !important;
}

.page-calendar-date-nysec #cboxContent .views-field-body {
margin-bottom: 30px;
}

.page-calendar-date-nysec #cboxContent .views-field-body img {
float: right;
margin-left: 5px;
margin-top: 3px;
}

.page-calendar-date-nysec #cboxContent .views-field-title {
font-size: 28px;
margin-bottom: 10px;
font-weight: bold;
line-height: 1.1;
}

.page-calendar-date-nysec #cboxContent .views-field-field-date-nysec {
font-weight: bold;
margin-bottom: 10px;
}

.views-field-view-node {
text-align: right;
font-weight: bold;
font-size: 18px;
}


.view-front-page .node-links {
margin-top: 15px;
}

.view-front-page .view-footer {
text-align: right;
}

.view-ethical-blog .views-field-field-featured-image {
float: right;
margin: 2% 0 0 2%;
}

#region-content .view table tbody {
border-top: 1px solid #222;
border-bottom: 1px solid #222;
} 

#region-content .view table thead {
font-weight: bold;
border-top: 1px solid #222;
}

#region-content .view table th {
text-align:center;
background: #0079C1;
color: white;

}

#region-content .view .item-list {
margin-top: 20px;
position: relative;
}

.zone-content .view-block ul.pager {
margin-left: 0;
position: absolute;
left: 100px;
}

#node-nodeblock-91 tr[valign="top"] {
background: #006699;
}

#node-nodeblock-91 tr[valign="bottom"] {
background: #006699;
}

#node-nodeblock-91 tr[valign="bottom"] td[bgcolor="#ffffff"] {
background: #fff;
}
#node-nodeblock-91 tr td[bgcolor="#006699"] {
background: #006699;
}

#node-nodeblock-91 td[width="9"] {
padding: 0.6em;
}

#node-nodeblock-91 td[rowspan="2"] {
padding: 0.6em;
}

#node-nodeblock-91 form {
margin-bottom: 10px;
}


.page-calendar-date-nysec .zone-content .block ul {
margin:0;
} 

.region-footer-first {
margin-top: 20px;
border-top: medium double #c7c7c7;
padding-top: 20px;
}

.page-calendar-date-nysec .block-system {
float: left;
}

.page-calendar-date-nysec #region-content .view .item-list {
margin-top: 0;
}

.page-calendar-date-nysec #region-content .block-calendar-legend {
margin-bottom: 0;
} 

.page-calendar-date-nysec .block-calendar-legend tr.even,
.page-calendar-date-nysec .block-calendar-legend tr.odd,
.page-calendar-date-nysec .block-calendar-legend table.calendar-legend {
background-color: transparent;
}

.page-calendar-date-nysec #region-content .block-calendar-legend {
margin-top: 25px;
font-size: 11px;
}

.page-calendar-date-nysec #region-content .block-calendar-legend h2.block-title {
font-size: 12px;
padding: 5px 0;
}

table.calendar-legend tr.odd .stripe, table.calendar-legend tr.even .stripe {
height: 12px !important;
}

table.calendar-legend tr.odd .stripe, table.calendar-legend td {
vertical-align: bottom;
}

.page-calendar-date-nysec .block-calendar-legend table thead {
font-weight: bold;
border-top: 1px solid #222;
border-bottom: 1px solid #222;
}

.front .views-field-view-node a {
text-decoration: none;
font-size: 12px;
text-transform: lowercase;
color: #222;
}

.front .views-field-view-node a:hover {
text-decoration: underline;
}

.page-ethical-blog .views-field-view-node {
clear: both;
margin-top: 10px;

}

.page-ethical-blog .views-field-view-node a {
clear: both;
margin-top: 10px;
color: #222;
text-decoration: none;
font-size: 12px;
text-transform: lowercase;
}

.page-video-archives .views-field-title a {
font-weight: bold;

}

.region-content .node table td {
border: 1px solid #222;
padding: 8px;
vertical-align: middle;
line-height: 1.1;
}

.region-content .node table th {
color: #fff;
font-weight: bold;
background: #5887A6;
border-bottom: 3px solid #ccc;
padding: 0 3px;
}

#node-page-56 table a:link,
#node-page-56 table a:visited {
color: #222;
text-decoration: none;
}

#node-page-56 table th p {
margin: 0;
}

#node-page-56 table th {
padding: 20px 3px;
}

.region-content .node table th:first-child {
border-right: 1px solid #ccc;
}


