/*
Theme Name: RISF
Description: Custom theme for RISF.
Version: 1.0
Author: Igicom
Author URI: http://igicom.com/
*/

html, body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
}

body {
  font: normal 12px Helvetica, Arial, sans-serif;
  color: #333;
  background-color: #083763;
  }

#page {
  background-color: #fff;
  width: 963px;
  margin: 0 auto;
  padding: 0 16px;
  overflow: auto;
  }
  
h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  }  

/* Article heds */
h2 {
  font-size: 28px;
  font-weight: bold;
  color: #2d5c88;
  margin: 0 0 10px 0;
  }

h2 span {
  font-size: 14px;
  }

h3 {
  font-size: 14px;
  font-weight: bold;
  color: #2d5c88;
  }

h5 {
  font-size: 16px;
  color: #1f4e7a;  
}

a {
  color: #4b96d3;
  text-decoration: none;
  }

a:hover {
  text-decoration: underline;
  }

a img {border: 0;}  

a.actionlink, a.wp-oembed {
  background: url(images/actionlink.gif) no-repeat right;
  padding: 0px 7px 0 0;
  font-weight: bold;
  }


p {margin: 0;padding:0}

ul {
  list-style:none;
  margin: 0;
  padding: 0;
}


/* !header */

#preload { height: 0; overflow: hidden; }

#header {
/*   width: 959px; */
  height: 136px;
  margin: 0 0 20px 0;
  background: url(images/header-bg2.gif) no-repeat 0 0 #2d5c88;
  overflow: hidden;
  position: relative;
  }
  
#headerimg h1 a {
  width: 312px;
  height: 64px;
  background:   url(images/risf-logo2.png) no-repeat;
  display: block;
  position: absolute;
  left: 35px;
  top: 6px;
  }

#headerimg h1 a span {
  display: none;
  }
  
#hedLinks {
  position: absolute;
  top:0;
  right: 10px;
  z-index: 10;
/*   background: url(images/header-bg.gif) no-repeat -5px 0; */
  height: 45px;
  width: 405px;
  padding: 20px 0 0 0;
  }
  
#buNewsletter {
  float:left;
  margin: 0 5px 0 0;
  }  

#searchform {
  float: left;
  margin: 0 0 0 5px;
  *position: absolute;
  }  

a.social  {
  color: #fff;
  font: normal 12px 'Trebuchet MS', Serif;
  padding: 0 0 0 4px;
  height: 16px;
  float:right;
  }  
  
  
#searchform #s {
  width: 100px;
  }  
  
  

#nav {
  position: absolute;
  left: 0;
  bottom: 0;
  list-style: none;
  padding: 0;
  margin: 0;
}

#nav li {
  float: left;
  margin: 0 0 0 45px;
  display:inline;
  }  
  
#nav li a {
  color: #fff;
  font: normal 14px 'Arial Narrow', Helvetica, 'Futura-Condensed', serif;
  text-align: center;
  display: block;
  padding: 0 10px;
  height: 59px;
  background-repeat: no-repeat;
  background-position: center 10px;
}  

#nav li a span {display:none;}

#nav li a:hover, 
#nav li.current_page_item, #nav li a.selected {
  background-color: #2a7e4a;
  text-decoration: none;
  }

#home a{ 
  background-image: url(images/nav-home.gif);
  width: 36px;
  }
  
#home a:hover { 
  background-image: url(images/nav-home-hover.gif);
  }
  
#sports a, .page-item-133 a { 
  background-image: url(images/nav-sports.gif);
  width: 81px;
  }
  
#sports a:hover{ 
  background-image: url(images/nav-sports-hover.gif);
  }
  
#stadium a, .page-item-178 a { 
  background-image: url(images/nav-stadium.gif);
  width: 53px;
  }

#stadium a:hover{ 
  background-image: url(images/nav-stadium-hover.gif);
  }
  
#events a, .page-item-221 a { 
  background-image: url(images/nav-events.gif);
  width: 57px;
  }

#events a:hover{ 
  background-image: url(images/nav-events-hover.gif);
  }

#permits a, .page-item-163 a { 
  background-image: url(images/nav-permits.gif);
  width: 47px;
  }

#permits a:hover{ 
  background-image: url(images/nav-permits-hover.gif);
  }

#areas a, .page-item-159 a { 
  background-image: url(images/nav-areas.gif);
  width: 47px;
  }

#areas a:hover{ 
  background-image: url(images/nav-areas-hover.gif);
  }

#maps a, .page-item-263 a { 
  background-image: url(images/nav-maps.gif);
  width: 56px;
  }

#maps a:hover{ 
  background-image: url(images/nav-maps-hover.gif);
  }

#about a, .page-item-2 a { 
  background-image: url(images/nav-about.gif);
  width: 37px;
  }

#about a:hover{ 
  background-image: url(images/nav-about-hover.gif);
  }

  
/* Content */

#content {
  width: 720px;
  float:left;
  min-height: 500px;
  }  
  
.box {
  border: 1px solid #ccc;
  -webkit-border-radius: 10px; 
  -moz-border-radius: 10px;
  margin: 0 0 20px 0;
  _padding: 0 0 20px 0;
  overflow: auto
  
  }

.box h2 {
  -webkit-border-top-right-radius: 10px; 
  -webkit-border-top-left-radius: 10px; 
  -moz-border-radius-topright: 10px;
  -moz-border-radius-topleft: 10px;
} 
 


.item {
  overflow: auto;
  margin: 20px;
  clear:left;
  }

.imgLeft {
  float: left;
  margin: 0 15px 10px 0;
  }

.imgRight {
  float: left;
  margin: 0 0 5px 15px;
  }


.entry table {
  width: 100%;
  }

.entry table h3 {
  margin: 20px 0 3px 0;
  border-bottom: 1px solid #ccc;
  }


  

/* Sidebar */
  
#sidebar {  
  float: right;
  width: 225px;
    }

.textwidget {
  padding: 10px 5px 0 10px;
  border: 1px solid #ccc;
  border-top: none;
  margin: 0 0 20px 0;
  } 

.textwidget .item,
.newsItem {
  margin: 0 0 10px 0;
  }

.time {
  text-transform: uppercase;
  }


#fieldStatus .item {
  margin: 0 0 5px 0;
  }


.textwidget.scroll {
  height: 200px;
  overflow: scroll;
  overflow-x: hidden;
}

.textwidget h3 {
  font-size:11px;
  line-height: 1.3em;
  margin: 0 ;
  }
 
.textwidget p {
  font-size:11px;
  line-height: 1.3em;
  margin: 0 0 0 0;
  }
 
.textwidget.randallInfo p {
  margin: 0 0 10px 0;
  }
 
.widget_text p {
  margin: 0 0 10px 0;
  }
  
.widget_text span {
  color: #339;
  }
  
h2.widgettitle {
  background-color: #3b6599;
  color: #fff;  
  padding: 15px 0 5px 10px;
  font: normal 16px Helvetica, Arial, sans-serif;
  margin: 0;
  }  
 
h2.widgettitle a {
  color: #45b671;
  }


#sideCalendar .item {
  background: url(images/icon-calendar.gif)
  no-repeat 0 1px ;
  padding-left: 21px;
  
  }

  
.calendar-table  {
    background: #eee;
    width: 224px;
    margin: -10px 0 -1px -10px;
    }
  
.calendar-prev,
.calendar-month,
.calendar-next {
  background-color: #fff;
  border: none !important;
  }

.calendar-next {
  text-align: right !important;
  }

.normal-day-heading,
.weekend-heading {
  text-transform: uppercase;
  font-size: 10px;
  text-align: center !important;
  }
  
  
.calendar-table tbody td {
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  color: #666;
  text-align: left;
  width: 30px;
  vertical-align: top;
  padding: 2px;
  }
  
.calendar-table tbody td:hover {
/*   background: #ddd; */
  }
  
.calendar-table tbody td.day-with-date {
  height: 30px;
}
.calendar-table tbody td.events {
  background-color: #86b3db
}

.calendar-table tbody td span {
  color: #666;
  }
  

.calnk a span  {  
  display: none;
  }

.calnk a span.event-dagger  {  
  display: inline;
  }

.calnk a:hover span    {  
  display: block;
  position: absolute;
  background: #fff;
  border: 4px solid #ccc;
  padding: 5px;
  -webkit-box-shadow: 2px 2px 5px #666;
  }
  
#stadiumInfo p {
  font-size: 12px;
  line-height: 1.5em;
  }  


/* hide donate button header */
#execphp-6 .widgettitle,
#execphp-3 .widgettitle
{display:none}  
  
.meta {
  color: #666;
  }  
  

ul#newsFilter {
  background-color: #2a7e4a;
  padding: 6px 0;
  color: #4ec07a;
  text-align: center;
  }  
  
ul#newsFilter li {
  display: inline;
  font-size: 10px;
  }  
  
ul#newsFilter li a{
  color: #4ec07a;
  }  
  
ul#newsFilter li a:hover,
ul#newsFilter li.active a {
  color: #fff;
  text-decoration: none;
  }  
  
  
  
#pathways {
  background: url(images/pathways-bg.jpg) no-repeat;
  padding: 85px 10px 10px 10px;
  }
  
#parking {
  border-top: 1px solid #ccc;
  overflow: auto;
  padding: 10px;
  }  
  
#parking img{
  float:right;
  margin: 0 0 0 10px;
  }
  
/* !Footer */

#footer {
  clear: both;
  background-color: #2a7d4a;
  padding: 12px 10px;
  margin: 10px 0;
  color: #4ec07a;
  overflow: auto;
  height: 1%;
  }

#footer p {
  float:left;
  
  }

#footer #links {
  float: right;
  }
  
#footer #links a {
  color: #fff;
  padding: 0 3px;
  }
  

  
/* Homepage */
.homeModule {
  width: 224px;
  height: 244px;
  background-color: #3b6599;
  margin: 10px 0 20px 19px ;
  display: inline-block;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  vertical-align:top;
} 

.homeModule {
  *display: inline;
  }

.homeModule p {
  margin: 5px 10px 10px;
  color: #fff;
  
  
  } 
 
.homeModule h4 a {
  margin: 10px 10px 0;
  color: #0aad49;
  font-size: 16px;
  display: block;
  } 
 
 
.scroll {
  overflow: scroll;
  overflow-x: hidden;
}
 
 
/* !Icahn Stadium Page */

#newsResults {
  width: 415px;
  height: 300px;
  float:left;
  margin-right: 20px;
  }
 
#newsResults .scroll {
  height: 250px;
  } 
 
#newsResults .item {
  margin: 10px 20px;
  }

#athletes {
  width: 275px;
  float:right;
  }

#athletes .item {
  margin: 10px 20px 15px 20px;
  }

#featured {
  clear:both;
  }

#featured .item {
  display: inline-block;
  }

#featured .item { /* IE-dont remove */
  *display: inline;
  }


/* !Events Calendar */


table#eventCal {
  width: 100%;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 0 0 20px 0;
  }

#eventCal th {
  text-align:left;
  background: #3b6599;
  color: #fff;
  padding: 8px;
  font-size: 16px;
  font-weight: normal;
  }

#eventCal td {
  padding: 6px;
  border-bottom: 1px solid #eee;
  background: url(images/table-bg.gif) repeat-x bottom;
  vertical-align: top;
  }

#eventCal td#date {
  width: 110px;
  }

#eventCal td#time {
  text-transform: uppercase;
  width: 100px;
  }

#eventCal td#event {
  width: 200px;
  }

#eventCal tr.highlight td {
  background: url(images/table-bg-blue.gif) repeat-x bottom #edf4f9 !important;
  }



#filter {
  text-align: right;
  }

#filter li {
  display: inline-block;
  text-align: right;
  background-color: #ccc;
  font-size: 16px;
  color: #fff;
  }

#filter li {
  *display: inline;
}

#filter li a {
  color: #fff;
  display: block;
  padding: 10px 20px;
  border-right: 1px solid #ccc;
  }

#filter li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #3b6599;
  }


#filter li.current {
  background-color: #3b6599;
  font-size: 16px;
  color: #fff;
  }


/* !Maps & Directions */

#mapBox iframe {
  border: 1px solid #ccc;
  }

#mapBox h2 {
  font-size: 24px;
  padding: 5px 0px 5px 10px;
  }

#mapBox h2 span {
  font-size: 12px;
  display: block;
  padding: 0 10px 0 0;
  text-align:right;
  }

#mapList {
  border: 1px solid #ccc;
  margin: 0 0 10px 0;
  border-top: 13px solid #3b6599;
  }

h4.maps {
  color: #000;
  font-size:24px;
  margin: 10px 0 5px 0;
  }

#mapList .item {
  background: url(images/mapList-bg.gif) repeat-x bottom;
  margin: 0;
  padding: 10px;
  }


#getting {
  padding: 0;
  }

#modes {
  background: #6699cc;
  padding:3px 5px;
  }

#modes a {
  margin: 0 0 0 7px;
  }

#modes a.current {
/*   background-color:red; */
  }

#labels {
  background: url(images/getting-bg.jpg) no-repeat 0 -6px;
  height: 75px;
  }

.description {
  padding: 5px;
	font-weight: bold;
  background: url(images/getting-arrow.gif) no-repeat 0 0;
}  

.description span {
	color: #000;
	padding-left: 20px;
}

#subway { margin-left: 9px;}
#bus { margin-left: 36px;}
#ped { margin-left:65px;}
#bike { margin-left:105px;}
#car { margin-left:149px;}

#ferry {
  background-position: top right;
  margin-right:14px;
  text-align:right
 }

#ferry span {padding-right:20px; }

#handicap {
  background: url(images/getting-handicap.gif) no-repeat bottom right;
  padding: 10px;
}  

#handicap p {
    font-size: 12px;
}

/* !Articles */ 
 
.entry {
/*   margin-left: 5px; */
  }
  
.entry p {
  margin: 0 0 10px 0;
  } 

.entry ul {
  list-style: disc;
  }

.entry ul ul {
  list-style: circle;
  margin-top: 5px;
  }

.entry ol {
  list-style: decimal;
  }

.entry ul, .entry ol {
  margin: 0 0 10px 20px;
  }

.entry li {
  margin: 0 0 5px 0;
  }

 
.wp-caption-text {
  padding: 3px 0 6px 2px;
  font-size: 11px;
  color: #333;
  width: 80%;
  } 
 
.wp-caption {
/*   border: 1px solid #ccc; */
/*   padding: 3px; */
  } 
 
.wp-caption img {
  border: 1px solid #ccc;
  padding: 3px;
  } 
 
#eventInfo h3 {
  margin: 10px 0 00;
  }

.entry .wp-post-image {
/*   float: left; */
  margin: 1px 10px 5px 0;
/*   padding: 2px; */
/*   border: 1px solid #ccc; */
  }

.alignright {
  float: right;
  margin: 0 0 10px 10px;
  }

.alignleft {
  float: left;
  margin: 0 10px 10px 0;
  }

.callout {
  float: right;
  margin: 0 0 10px 10px;
  width: 200px;
  }

.callout h2 {
  background-color: #3b6599;
  color: #fff;  
  padding: 5px 0 5px 10px;
  font: normal 16px Helvetica, Arial, sans-serif;
  margin: 0;
  }  

.calloutBody {
  padding: 10px;
  border: 1px solid #ccc;
  }

.entry table {
  margin: 10px 0;
  }

.entry table td, th {
  text-align:left;
  padding: 0 20px 0 0;
  }

.entry .box {
  padding: 20px;
  line-height: 1.3em;
  background: #f7f7f7;
  }

.entry .box h3 {
  text-transform: uppercase;
  margin: 0 0 10px 0;
  }

/* !galleries */ 

#galleryWrap {
  position: relative;
  margin: 0 0 10px 0;
  _zoom: 1
}

.gallery  {
  width: 720px;
  height: 400px;
  display: none;
  }

.gallery-item {
  width: 720px;
  }
 
.gallery-icon {
  text-align: center;
  background-color: #ccc;
  }

.gallery-caption {
  padding: 5px 10px 0 10px ;
  background-color: #2d5c88;
  color: #fff;
  height: 35px;
  }

#galNav  {
  position: absolute;
  right: 0;
  bottom: -5px;
  margin: 0;
  z-index:100;
  }
  
#galNav span {
  display: none;
  }
  
#next, #prev {
  width: 8px;
  height: 15px;
  display: inline-block;
  cursor: pointer;
  background-position: 0 0;
  background-repeat: no-repeat;
  margin: 0 0 -3px 0;
  *margin: 0 0 1px 0;
  }
  
#next { background-image: url(images/galNext.gif); }

#prev { background-image: url(images/galPrev.gif); }

#tabs {
  display: inline;
  margin: 0 2px;
  }
  
#tabs a{
  padding: 4px 6px;
  margin: 0 1px 0 1px;
  font-weight: bold;
  display: inline-block;
  }
  

#tabs a:hover {
  background: #2a7e4a;
  color: #fff;
  text-decoration: none;
  }  
  
.activeSlide {
  background: #2a7e4a;
  color: #fff;
  }  

  
  
  
.eventsListWidget {
border: 1px solid #ccc;
margin: 0 0 20px 0;
}

.upcoming {
/*
  height: 200px;
  overflow: scroll;
  overflow-x: hidden;
*/
  padding: 10px;
  }

  
.upcoming li {
  margin: 0 0 10px 0;
  }  
  
  
.when, .event {
  display: inline !important;
  }  
  
.event {
  font-weight: bold;
  } 
  
  
.stbuttontext {display:none;}  



/* search results */

.search .post {
  margin: 0 0 15px 20px;
  clear:left
  }

.search .attachment-post-thumbnail {
  float:left;}
 
 
.aktt_tweets ul li {
  font-size: 12px;
  margin: 0 0 8px 0
  }
 
.aktt_tweets ul li a {
  display:block;
  }
 
 
/* TIMELINE */

#rotator {
  }

#slides {
  display:none;
/*   clear: left; */
  width: 700px;
  margin: 20px 0 30px 100px;
  }

#slides .item {
  font-size: 14px;
  margin: 0 0 10px 0;
  padding: 10px 20px 0 5px;
  width: 700px;
  border-top: 1px solid #deb576;
  }

#slides .item h1 {
  font: normal 24px 'Trebuchet MS', Helvetica, Arial, sans-serif;
}

#slides .item img {
  width: 180px;
  float:left;
  margin: 0 20px 0 0;
  border: 1px solid #ccc;
}

#timeline {
  width: 961px;
  height: 164px;
  margin: 0;
  padding: 0;
  list-style: none;
  background: url(images/timeline-bg.jpg) no-repeat;
  }


#timeline li {
  float: left;
  margin: 0 0 0 13px;
  padding: 0;
  text-align: center;
  *width: 145px;
  display: inline;
  }

#timeline p {
  font: normal 18px 'Trebuchet MS', Helvetica, Arial, sans-serif;
  margin: 8px auto;
  padding: 3px 0;
  width:100px;
  background-color: #deb576;
  -moz-box-shadow: 1px 1px 5px #666;
  -webkit-box-shadow: 1px 1px 5px #666;
  *border: 1px solid #917039;
  }

#timeline p a {
color: #fff;
}

#timeline p a:hover {
  text-decoration: none;
}

#timeline li.activeSlide  {
  background: none ;
  }

#timeline li.activeSlide p {
  background-color: #325b87;
  }

#timeline img {
  width: 140px;
  height: 100px;
  padding: 2px ;
}


#timeline li.activeSlide img,
#timeline li a:hover img {
  border: 2px solid #325b87;
  padding: 0 ;
  }

/* newsletter form */

form#mp_1 p {
  margin: 15px 0;
  }

form#mp_1 input {
  margin: -2px 0 0 12px;
  }

form#mp_1 label {
  float: left;
  width: 200px;
  text-align: right;
  padding: 0 0 0 0;
/*   clear:left; */
/* font-weight: bold; */
  }

small {
  font-size: 12px;
  }

.foo {
  display:none;
  }

.mp_1_17 {
  float: none !important;
  width: 200px !important;
  text-align: left !important;
/*   display: block; */
  }
  




/* Polls */

.wp-polls {
  float:right;
  }

#pollWrap {
  margin: 0 0 10px 15px;
  padding: 5px 10px 10px 5px;
  width: 200px;
  background-color: #3b6599;
  color: #fff;
  }

.wp-polls-ans {
  background-color: #3b6599;
}

.wp-polls h2 {
  color: #fff;
  font-size:24px;
  margin: 10px 0 5px 15px;
  }

.wp-polls p {
  margin: 0 0 5px 15px;
}

.wp-polls p a {
  color: #fff;
  font-size: 11px;
  }
  
.wp-polls .Buttons {
  background: #2a7d4a !important;
  border: none !important;
  padding: 5px 8px;
  color: #fff;
  -webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
  }  
  
.wp-polls-ul li {
  margin: 0 0 5px 5px;
  }  
  
  
/*newsletter */

  
  