/*
Theme Name: op
Description: custom theme
Author:
Version: 2.0
*/
/* General reset and some basic styles */
html {min-height: 100%;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {list-style:none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,  q:before, q:after {content:''; content:none;}
del {text-decoration: line-through;}
abbr[title], dfn[title] {border-bottom: 1px dotted; cursor: help;}
table {border-collapse: collapse; border-spacing:0;}
input, select {vertical-align: middle;}
input[type="radio"] {vertical-align: text-bottom;}
input[type="checkbox"] {vertical-align: bottom; *vertical-align: baseline;}
button, input, select, textarea {margin: 0;}
img {display: block;}
td img {vertical-align: top;}
address {display: inline;}
::-moz-selection {background: #bb0000; color: #000;}
::selection { background: #bb0000; color: #000;}
a:hover, a:active {outline: none;}
body a, a:hover {text-decoration: none;}
body a:active {color: #999;}
body a:visited {text-decoration: none;}
a:link {-webkit-tap-highlight-color: #fcd700;}
.alignleft { float: left; margin: 0 15px 0 0;}
.alignright { float: right; margin: 0 0 0 15px; }
.aligncenter { display: block; margin: 15px auto;}
body {
	font: 13px/1.5 "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	background: #1b2f5e url(images/bg.jpg) no-repeat center top scroll;
	color: #4d4d4d;
	overflow-x: hidden;
}
.wrap {
  width: 960px;
  background-color: #dadada;
  margin: 0 auto;
  padding: 0 10px;
}
.tb_spacing {padding: 10px 0;}
.blue_button, .comment-reply-link {
  display: inline-block;
  border-top: 1px solid #001328;
  border-left: 1px solid #001328;
  border-right: 1px solid #001328;
  background: #002959;
  background: -moz-linear-gradient(top,  #002959 0%, #001327 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002959), color-stop(100%,#001327));
  background: -webkit-linear-gradient(top,  #002959 0%,#001327 100%);
  background: -o-linear-gradient(top,  #002959 0%,#001327 100%);
  background: -ms-linear-gradient(top,  #002959 0%,#001327 100%);
  background: linear-gradient(top,  #002959 0%,#001327 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002959', endColorstr='#001327',GradientType=0 );
  -webkit-box-shadow: inset 0px 1px 0px 0px #577394;
  -moz-box-shadow: inset 0px 1px 0px 0px #577394;
  box-shadow: inset 0px 1px 0px 0px #577394;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0px -1px 0px #132d4b;
}
  .blue_button:hover {
    text-decoration: none;
    color: #dadada;
    background: #001327;
    background: -moz-linear-gradient(top,  #001327 0%, #002959 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#001327), color-stop(100%,#002959));
    background: -webkit-linear-gradient(top,  #001327 0%,#002959 100%);
    background: -o-linear-gradient(top,  #001327 0%,#002959 100%);
    background: -ms-linear-gradient(top,  #001327 0%,#002959 100%);
    background: linear-gradient(top,  #001327 0%,#002959 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001327', endColorstr='#002959',GradientType=0 );
  }

.big_red_button {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 6px 0;
  text-align: center;
  width: 158px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #8d1211;
  -webkit-box-shadow: inset 0px 1px 0px 0px #e96968;
  -moz-box-shadow: inset 0px 1px 0px 0px #e96968;
  box-shadow: inset 0px 1px 0px 0px #e96968;
  background: #e03634;
  background: -moz-linear-gradient(top,  #e03634 0%, #b91918 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e03634), color-stop(100%,#b91918));
  background: -webkit-linear-gradient(top,  #e03634 0%,#b91918 100%);
  background: -o-linear-gradient(top,  #e03634 0%,#b91918 100%);
  background: -ms-linear-gradient(top,  #e03634 0%,#b91918 100%);
  background: linear-gradient(top,  #e03634 0%,#b91918 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e03634', endColorstr='#b91918',GradientType=0 );
}
  .big_red_button:hover {
    text-decoration: none;
    color: #dadada;
    background: #b91918;
    background: -moz-linear-gradient(top,  #b91918 0%, #e03634 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b91918), color-stop(100%,#e03634));
    background: -webkit-linear-gradient(top,  #b91918 0%,#e03634 100%);
    background: -o-linear-gradient(top,  #b91918 0%,#e03634 100%);
    background: -ms-linear-gradient(top,  #b91918 0%,#e03634 100%);
    background: linear-gradient(top,  #b91918 0%,#e03634 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b91918', endColorstr='#e03634',GradientType=0 );
  }

.big_blue_button {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 6px 0;
  text-align: center;
  width: 158px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #0f8beb;
  -webkit-box-shadow: inset 0px 1px 0px 0px #78c3fd;
  -moz-box-shadow: inset 0px 1px 0px 0px #78c3fd;
  box-shadow: inset 0px 1px 0px 0px #78c3fd;
  background: #49aefc;
  background: -moz-linear-gradient(top,  #49aefc 0%, #118cec 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#49aefc), color-stop(100%,#118cec));
  background: -webkit-linear-gradient(top,  #49aefc 0%,#118cec 100%);
  background: -o-linear-gradient(top,  #49aefc 0%,#118cec 100%);
  background: -ms-linear-gradient(top,  #49aefc 0%,#118cec 100%);
  background: linear-gradient(top,  #49aefc 0%,#118cec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#49aefc', endColorstr='#118cec',GradientType=0 );
}
  .big_blue_button:hover {
    text-decoration: none;
    color: #dadada;
    background: #118cec;
    background: -moz-linear-gradient(top,  #118cec 0%, #49aefc 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#118cec), color-stop(100%,#49aefc));
    background: -webkit-linear-gradient(top,  #118cec 0%,#49aefc 100%);
    background: -o-linear-gradient(top,  #118cec 0%,#49aefc 100%);
    background: -ms-linear-gradient(top,  #118cec 0%,#49aefc 100%);
    background: linear-gradient(top,  #118cec 0%,#49aefc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#118cec', endColorstr='#49aefc',GradientType=0 );
  }
.big_silver_button {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 6px 0;
  text-align: center;
  width: 158px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #5d5d5d;
  -webkit-box-shadow: inset 0px 1px 0px 0px #b4b4b4;
  -moz-box-shadow: inset 0px 1px 0px 0px #b4b4b4;
  box-shadow: inset 0px 1px 0px 0px #b4b4b4;
  background: #9a9a9a;
  background: -moz-linear-gradient(top,  #9a9a9a 0%, #767676 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9a9a9a), color-stop(100%,#767676));
  background: -webkit-linear-gradient(top,  #9a9a9a 0%,#767676 100%);
  background: -o-linear-gradient(top,  #9a9a9a 0%,#767676 100%);
  background: -ms-linear-gradient(top,  #9a9a9a 0%,#767676 100%);
  background: linear-gradient(top,  #9a9a9a 0%,#767676 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9a9a9a', endColorstr='#767676',GradientType=0 );
}
  .big_silver_button:hover {
    text-decoration: none;
    color: #dadada;
    background: #767676;
    background: -moz-linear-gradient(top,  #767676 0%, #9a9a9a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#767676), color-stop(100%,#9a9a9a));
    background: -webkit-linear-gradient(top,  #767676 0%,#9a9a9a 100%);
    background: -o-linear-gradient(top,  #767676 0%,#9a9a9a 100%);
    background: -ms-linear-gradient(top,  #767676 0%,#9a9a9a 100%);
    background: linear-gradient(top,  #767676 0%,#9a9a9a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#767676', endColorstr='#9a9a9a',GradientType=0 );
  }

header {
  width: 980px;
  margin: 60px auto 0 auto;
  background-color: #fff;
  height: 150px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
}
  header h1 {
    width: 300px;
    height: 150px;
    background: url(images/logo.jpg) no-repeat scroll;
    float: left;
    margin: 0 0 0 12px;
  }
  header h1 a {
    display: block;
    width: 100%;
    height: 100%;
    font: 0/0 a;
    color: transparent;
  }
  header form {width: 230px; float: left; margin-left: 90px; padding: 50px 0 0 0;}
  header label {
    display: block;
    color: #002652;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 5px 0;
  }
  header input[type=text] {
    display: block;
    float: left;
    width: 160px;
    color: #3f3f3f;
    font-style: italic;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    padding: 0 10px;
    height: 33px;
    line-height: 24px;
    background: url(images/mailing-list-input_bg.jpg) no-repeat 0 0 scroll;
    border: 0;
    outline: none;
  }
  header input[type=submit] {
    display: block;
    float: left;
    width: 40px;
    height: 33px;
    background: url(images/mailing-list-submit_bg.png) no-repeat scroll;
    border: 0;
    outline: none;
    cursor: pointer;
    position: relative;
    left: -5px;
  }
  header section {width: 328px; float: right; padding: 50px 0 0 0;}

  header section h2 {
    color: #002652;
    font-weight: bold;
    font-size: 14px;
    margin: 0 0 5px 0;
  }
  header section a {
    display: block;
    width: 35px;
    height: 35px;
    font: 0/0 a;
    color: transparent;
    background: url(images/top-social-icons.png) no-repeat scroll;
    float: left;
    margin-right: 4px;
  }

  header section a.pt {background-image:url('https://www.operationgratitude.com/wp-content/uploads/2013/09/pinterest.png');}
  header section a.fb {background-image:url('https://www.operationgratitude.com/wp-content/uploads/2013/09/fb.png');}
  header section a.tw {background-image:url('https://www.operationgratitude.com/wp-content/uploads/2013/09/twitter.png');}
  header section a.li {background-image:url('https://www.operationgratitude.com/wp-content/uploads/2013/09/linkedin.png');}
  header section a.fk {background-image:url('https://www.operationgratitude.com/wp-content/uploads/2013/09/flickr.png');}
  header section a.yt {background-image:url('https://www.operationgratitude.com/wp-content/uploads/2013/09/youtube.png');}
  header section a.wp {background-image:url('https://www.operationgratitude.com/wp-content/uploads/2013/09/blogger.png');}
  header section a.ig {background-image:url('https://www.operationgratitude.com/wp-content/uploads/2013/09/instagram.png');}

  header section a:hover.pt {background:url('https://www.operationgratitude.com/wp-content/uploads/2013/09/pinterest.png') 0 -35px;}
  header section a:hover.fb {background:url('https://www.operationgratitude.com/wp-content/uploads/2013/09/fb.png') 0 -35px;}
  header section a:hover.tw {background:url('https://www.operationgratitude.com/wp-content/uploads/2013/09/twitter.png') 0 -35px;}
  header section a:hover.li {background:url('https://www.operationgratitude.com/wp-content/uploads/2013/09/linkedin.png') 0 -35px;}
  header section a:hover.fk {background:url('https://www.operationgratitude.com/wp-content/uploads/2013/09/flickr.png') 0 -35px;}
  header section a:hover.yt {background:url('https://www.operationgratitude.com/wp-content/uploads/2013/09/youtube.png') 0 -35px;}
  header section a:hover.wp {background:url('https://www.operationgratitude.com/wp-content/uploads/2013/09/blogger.png') 0 -35px;}
  header section a:hover.ig {background:url('https://www.operationgratitude.com/wp-content/uploads/2013/09/instagram.png') 0 -35px;}

nav {
  background-color: #dadada;
  width: 940px;
  padding: 14px 20px 20px 20px;
  margin: 0 auto;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 13px;
  position: relative;
  z-index: 800;
}
  nav.blog {background-color: #fff;}
  nav.blog div {position: absolute; right: 10px; top: 18px;}
  nav.blog div label {display: inline; padding-right: 10px; font-size: 13px; font-weight: bold; color: #002652; text-transform: none;}
  nav.blog div input[type=text] {
    display: inline-block;
    width: 160px;
    color: #3f3f3f;
    font-style: italic;
    font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    padding: 0 10px;
    height: 33px;
    line-height: 24px;
    background: url(images/mailing-list-input_bg.jpg) no-repeat 0 0 scroll;
    border: 0;
    outline: none;
  }
  nav.blog div input[type=submit] {
    display: inline-block;
    width: 40px;
    height: 33px;
    background: url(images/search-submit_bg.png) no-repeat scroll;
    border: 0;
    outline: none;
    cursor: pointer;
    position: relative;
    left: -7px;
  }
  nav ul {
    height: 30px;
    background: #002f66;
    background: -moz-linear-gradient(top, #002f66 0%, #001328 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002f66), color-stop(100%,#001328));
    background: -webkit-linear-gradient(top,  #002f66 0%,#001328 100%);
    background: -o-linear-gradient(top,  #002f66 0%,#001328 100%);
    background: -ms-linear-gradient(top,  #002f66 0%,#001328 100%);
    background: linear-gradient(top,  #002f66 0%,#001328 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f66', endColorstr='#001328',GradientType=0 );
    border-top: 1px solid #001328;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  nav.blog ul {
    height: auto;
    background: #fff;
    border-top: 1px solid #d1d9e2;
    border-bottom: 1px solid #d1d9e2;
    padding: 9px 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  nav ul ul {
    height: auto;
    position: absolute;
    top: 100%;
    left: 4px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    -webkit-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    width: 180px;
    padding: 15px 15px 10px 15px;
    visibility: hidden;
    font-size: 12px;
    z-index: 1100;
    text-transform: none;
  }
  nav li {float: left; margin: 0 0 0 5px; padding: 0 1px 3px 2px; position: relative;}
  nav li li {float: none; padding: 0 0 5px 0; margin: 0;}
  nav.blog li {padding: 0; margin: 0 20px 0 10px;}
  nav a {
    display: block;
    height: 24px;
    line-height: 24px;
    color: #fff;
    background: url(images/nav-separator.png) no-repeat 0 2px scroll;
    padding: 0 10px 0 16px;
    margin: 2px 2px 0 1px;
    text-decoration: none;
  }
  nav.blog a {
    display: inline;
    height: auto;
    line-height: 1.5em;
    background: none;
    padding: 0;
    margin: 0;
    color: #002652;
  }
  nav li li a {
    display: inline;
    height: auto;
    line-height: normal;
    background: none;
    padding: 0;
    margin: 0;
  }
  nav a:hover, nav li.current_page_item a, nav li.menu-item-3003 li a:hover, nav li.current_page_item li a:hover, nav li li.current_page_item a {color: #b0b2b2; text-decoration: none;}
  nav li.current_page_item li a {color: #fff;}
  nav li:first-child {margin: 0 0 0 10px;}
  nav li li:first-child {margin: 0;}
  nav li:first-child a {background: none; padding: 0 8px;}
  nav li li:first-child a {padding: 0;}
  nav li.donate {padding: 0; margin: 0; float: right;}
  nav li.donate li {float: none;}
  nav ul .donate ul {top: 92%; left: 0;}
  nav li.donate a, nav li.menu-item-3003 a {
    height: 29px;
    line-height: 29px;
    background: none;
    border: 1px solid #8d1211;
    padding: 0 8px;
    margin: 0;
    background: #de3433;
    position: relative;
    top: -1px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
  }
  nav li.donate li a {
    display: inline;
    height: auto;
    line-height: normal;
    background: none;
    padding: 0;
    margin: 0;
    position: static;
    top: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
  }
  nav li.donate a:hover, nav li.menu-item-3003 a:hover {color: #002858; text-decoration: none;}
  nav li.donate li a:hover {color: #b0b2b2;}
  nav li:hover > ul {visibility: visible;}
.slider {
  width: 620px;
  height: 220px;
  float: left;
  margin: 0 10px;
  position: relative;
}

  .slider .slides {
    width: 620px;
    height: 220px;
    background: #042d5b;
    background: -moz-linear-gradient(top,  #042d5b 0%, #001226 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#042d5b), color-stop(100%,#001226));
    background: -webkit-linear-gradient(top,  #042d5b 0%,#001226 100%);
    background: -o-linear-gradient(top,  #042d5b 0%,#001226 100%);
    background: -ms-linear-gradient(top,  #042d5b 0%,#001226 100%);
    background: linear-gradient(top,  #042d5b 0%,#001226 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#042d5b', endColorstr='#001226',GradientType=0 );
    color: #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
  }
  .slider .sliderNav {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 600;
  }
  .slider .sliderNav a {
    display: block;
    width: 10px;
    height: 10px;
    background: url(images/slide_active.png) no-repeat scroll;
    font: 0/0 a;
    color: transparent;
    float: left;
    margin: 0 2px;
    outline: none;
  }
  .slider .sliderNav a.activeSlide {background-image: url(images/slide_current.png);}
  .slider .slides li {height: auto; overflow: hidden;}
  .slider .slides .column_a {
    width: 315px;
    height: 220px;
    float: left;
    margin: 0 20px 0 0;
  }
  .slider .slides .column_b {
    width: 265px;
    height: 220px;
    float: left;
    margin: 0 20px 0 0;
  }
  .slider .slides img {
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-radius: 6px 0px 0px 6px;
    border-radius: 6px 0px 0px 6px;
  }
  .slider .slides h1 {font-size: 17px; font-weight: bold; padding: 30px 0 0 0; margin: 0 0 10px 0; text-transform: uppercase;}
  .slider .slides p {font-size: 12px; font-weight: bold; margin: 0 0 15px 0;}
.info {
  width: 298px;
  margin: 0 10px;
  float: left;
  height: 218px;
  cursor:pointer;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  border: 1px #000 solid;
  background-color: #fff;
  text-align: center;
}
.info h2 {
  color: #324974;
  margin: 28px auto;
  font-size: 16px;
}
.info img {
  margin: 0 auto;
}
.news {
  width: 960px;
  background-color: #dadada;
  margin: 0 auto;
  padding: 20px 10px;
}
  .news .care-package h2 {

  }
  .news .care-package h2 a, .news .care-package h2 a:hover {
    padding: 0;
    text-align: center;
    color: #bb0000;
    font-size: 17px;
  }
  .news h1 {
    font-size: 15px;
    color: #454545;
    border-top: 1px solid #a5a5a5;
    margin: 30px 10px 10px;
    text-transform: uppercase;
  }
  .news h1 span {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background: #dadada url(images/h1-rss-icon.jpg) no-repeat 0 0 scroll;
    padding: 0 15px 0 30px;
    position: relative;
    top: -13px;
  }
  .news article {
    position: relative;
    height: 140px;
    overflow: hidden;
  }
  .news article.fullHeight {height: auto;}
  .news article section {
    width: 280px;
    height: 440px;
    background: #fff url(images/show-more-box_bg.png) repeat-x 0 top scroll;
    margin: 0 10px;
    padding: 10px;
    float: left;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
    position: relative;
    z-index: 400;
  }
  .news .show {
    width: 940px;
    background: url(images/show-more-bg.png) repeat-x 0 top scroll;
    padding: 16px 0 0 0;
    margin: 0 auto;
    position: relative;
    top: -16px;
    z-index: 500;
  }
  .news. .show.less {top: 0;}
  .news .show a {
    display: block;
    width: 97px;
    height: 24px;
    background: url(images/show-more-button.png) no-repeat scroll;
    font: 0/0 a;
    color: transparent;
    margin: 0 auto;
  }
  .news .show.less a {background: url(images/show-less-button.png) no-repeat scroll;}
  .news h2 {
    color: #002a5c;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .news h2 a {color: #002a5c; text-decoration: none; display: block; width: 100%; height: 100%; padding: 0 0 0 40px;}
  .news h2 a:hover {color: #002a5c; text-decoration: underline;}
  .news .fb h2 {background: url(images/home-tabs-fb_icon.png) no-repeat left center scroll;}
  .news .tw h2 {background: url(images/home-tabs-tw_icon.png) no-repeat left center scroll;}
  /* .news .blg h2 {background: url(images/home-tabs-blog_icon.png) no-repeat left center scroll;} */
  .news .blg h2 {background: url(images/pinterest-icon.png) no-repeat left center scroll;}

  .news .tw .twtr-hd, .news .tw .twtr-ft {display: none; visibility: hidden;}
  .news .tw .twtr-tweet-wrap {padding: 6px 0;}
  .news .tw .twtr-widget .twtr-tweet {border-bottom: 1px solid #e5e5e5;}
  .news .tw #twtr-widget-1 {padding: 0 0 20px 0;}
  .news .blg {font-size: 12px; color: #4d4d4d; line-height: 18px;}
  .news .blg ul {padding: 0 0 10px 0;}
  .news .blg li {padding: 6px 0; border-bottom: 1px solid #e5e5e5;}
  .news .blg h3 {color: #002a5c; font-weight: bold; font-size: 12px;}
  .news .blg span {display: inline-block; font-weight: bold; font-size: 11px; color: #a8a8a8; margin: 0 0 5px 0;}
  .news .blg li a {display: inline-block; color: #c1272d; font-style: italic; text-decoration: none;}
  .news .blg li a:hover {text-decoration: underline;}
  .news .tw .twitter-follow-button {margin: 10px 0 0 0;}
.homeContent, #singlePage {
  width: 960px;
  background-color: #dadada;
  margin: 0 auto;
  padding: 0 10px 20px 10px;
}
  #singlePage.blog {background-color: #fff;}
  .homeContent article {width: 620px; float: left; margin: 0 20px 0 10px;}
  .homeContent aside, #singlePage aside {width: 300px; float: left; margin-right: 10px;}
  .homeContent h1 {
    font-size: 15px;
    color: #454545;
    border-top: 1px solid #a5a5a5;
    text-transform: uppercase;
  }
  .homeContent h1 span {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    background: #dadada url(images/h1-star-icon.jpg) no-repeat 0 0 scroll;
    padding: 0 15px 0 35px;
    position: relative;
    top: -13px;
  }
  .homeContent article h3 {
    color: #002a5c;
    font-size: 15px;
    border-bottom: 1px solid #d1d9e2;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
  }
  .homeContent article h4 {font-size: 13px; color: #002a5c; margin: 0 0 5px 0;}
  .homeContent article h4 a {color: #002a5c; text-decoration: none;}
  .homeContent article h4 a:hover {color: #002a5c; text-decoration: underline;}
  .homeContent article p {margin: 0 0 10px 0; font-size: 12px;}
  .homeContent article .wpr {
    background-color: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin: 0 0 20px 0;
  }
  .homeContent article .photoGallery {
    width: 600px;
    height: 110px;
    margin: 0 0 10px 0;
    position: relative;
    overflow: hidden;
  }
    .homeContent article .photoGallery .prev, .homeContent article .photoGallery .next {
      display: block;
      position: absolute;
      top: 20px;
      width: 42px;
      height: 42px;
      font: 0/0 a;
      color: transparent;
    }
    .homeContent article .photoGallery .prev {
      left: 0;
      background: url(images/photos-back-arrow.jpg) no-repeat scroll;
    }
    .homeContent article .photoGallery .next {
      right: 0;
      background: url(images/photos-next-arrow.jpg) no-repeat scroll;
    }
    .homeContent article .photoGallery .results {width: 500px; margin: 0 auto; overflow: hidden; position: relative;}
    .homeContent article .photoGallery .results a {float: left; margin: 0 6px; display:block;}
    .homeContent article .columns {padding: 10px 0 0 0;}
    .homeContent article .columns .wpr {
      float: left;
      width: 280px;
      height: 160px;
      position: relative;
    }
      .homeContent article .columns .alpha {margin-right: 20px;}
      .homeContent article .columns .wpr .big_red_button {
        position: absolute;
        bottom: 10px;
        left: 10px;
      }
  #singlePage .partnersListingPage {
    margin: 40px 0 0 30px;
  }
  #singlePage .partnersListingPage li {border: 1px solid #001f43; width: 125px; height: 115px; float: left; margin: 0 20px 40px 20px;}
  #singlePage .partnersListingPage li img {margin: 0 auto; max-width: 125px;}

aside h2 {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #b81817;
  border: 1px solid #770c0c;
  padding: 2px 0 2px 10px;
  color: #fff;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}
aside ul {
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  background-color: #fff;
  padding: 10px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
  aside ul li {
    border-top: 1px solid #e5e5e5;
    padding: 9px 0 0 0;
    margin: 10px 0 0 0;
  }
  aside ul li:first-child {border-top: 0; padding: 0; margin: 0;}
  aside ul li h3 {text-transform: uppercase; color: #002a5c;}
  aside ul li p {color: #4d4d4d; font-size: 12px;}

  aside .info { margin:0px 0px 0px!important }
.ad300x250 {margin: 20px 0;}
#singlePage article {
  width: 600px;
  min-height: 800px;
  float: left;
  margin: 0 20px 0 10px;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 8px;
}
  #singlePage.blog article {
    border: 0;
    padding: 0;
    width: 620px;
  }
  #singlePage article h1 {
    color: #002A5C;
    font-size: 15px;
    border-bottom: 1px solid #D1D9E2;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
  }
  #singlePage article h2 {
    color: #002a5c;
    font-size: 17px;
    margin: 0 0 15px 0;
  }
  #singlePage article h3 {
    color: #002a5c;
    font-size: 15px;
    margin: 0 0 15px 0;
  }
  #singlePage article .socialShareSection {margin: 15px 0; padding: 9px 0; border-top: 1px solid #dedede; border-bottom: 1px solid #dedede;}
  #singlePage article p {margin: 0 0 15px 0;}
  #singlePage article .theContent div.cf ul {
    margin: 0 0 15px 30px;
    list-style-type: disc;
  }
  #singlePage article .theContent a {color: #BD0101; font-weight: bold; text-decoration: underline;}
  #singlePage article .theContent a:hover {color: #BD0101; text-decoration: none;}
  #singlePage article .theContent .blogPostContent a, #singlePage article .theContent .blogPostContent a span {color: #BD0101 !important; font-weight: bold !important;}

  #singlePage article .theContent img {max-width: 600px;}
  #theContent-6 img { display:inline-block!important; }
  article .theContent img { display:inline-block!important; margin-right:5px; }
  #singlePage article .theContent.entryListing {margin: 0 0 20px 0; word-wrap: break-word;}
  .blogListingWrapper {margin: 0 0 40px 0;}
  .mailCallWrapper {margin: 0 0 10px 0; padding: 0 0 9px 0; border-bottom: 1px solid #D1D9E2;}
  .blogListingWrapper .metaInfo {font-size: 12px;}
  .blogListingWrapper .metaInfo a {
    color: #b81817;
    font-style: italic;
    text-decoration: none;
  }
    .blogListingWrapper .metaInfo a:hover {color: #002a5c; text-decoration: underline;}

   #singlePage article .theContent .ngg-albumoverview {width: auto; padding: 0 0 0 10px;}
   #singlePage article .theContent .ngg-album-compact {height: 235px; margin: 0 10px !important;}
   #singlePage article .theContent .ngg-album-compact h4 {font-size: 12px;}

  #singlePage .spg {margin: 0 0 20px 0;}
  #singlePage aside .actions .big_red_button, #singlePage aside .actions .big_blue_button, #singlePage aside .actions .big_silver_button {float: right;}

  #singlePage aside .recentPostsEntries {margin: 0 0 20px 0;}
  #singlePage aside .recentPostsEntries a {
    color: #002A5C;
    text-decoration: none;
    font-size: 12px;
  }
  .blogEntriesArchives a {
    color: #002A5C;
    text-decoration: none;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
  }
    #singlePage aside .recentPostsEntries a:hover, .blogEntriesArchives a:hover {color: #b81817; text-decoration: none;}

  aside .blogEntriesArchives li, aside .blogEntriesArchives li:first-child {width: 139px; float: left; margin: 5px 0 0 0; padding: 5px 0 0 0; border-top: 1px solid #E5E5E5;}
  aside .blogEntriesArchives li.resetStyle {
    margin: 0;
    padding: 0;
    border-top: 0;
  }

  #singlePage article .eventsListing li {
    padding: 0 0 9px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #d1d9e2;
  }
  #singlePage article .eventsListing li.lastChild {padding: 0; margin: 0; border-bottom: 0;}
  #singlePage article .headingMenu {position: relative;}
  #singlePage article .headingMenu a {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    color: #b81817;
    text-decoration: none;
    font-style: italic;
    font-size: 13px;
    font-weight: normal;
    border-left: 1px solid #d4dbe4;
    padding: 0 0 0 5px;
  }
  #singlePage article .headingMenu a.current {color: #4d4d4d; font-style: normal;}
  #singlePage article .headingMenu a:first-child {border-left: 0; padding: 0;right: 105px;}
  #singlePage article .headingMenu a:hover {color: #000; text-decoration: none;}
  #singlePage article .eventsListing h2 {margin: 0 0 13px 0;}
  #singlePage article .eventsListing p {margin: 0;}
  #singlePage article .eventsListing p.spacing {margin: 20px 0 0 0;}
  #singlePage article .eventsListing p.spacing a {margin-right: 5px;}
  #singlePage article .eventsListing li img {float: left; margin: 0 15px 20px 0;}

  #singlePage article .eventsTabs #pastEvents, #singlePage article .eventsTabs #currentEvents {display: none;}

  .sponsorListing {padding: 15px 0 0 0;}
  .sponsorListing .next, .sponsorListing .prev {
    display: block;
    width: 42px;
    height: 42px;
    position: absolute;
    top: 30px;
    font: 0/0 a;
    color: transparent;
    outline: none;
	z-index:0!important;
  }
  .sponsorListing .next {right: 0; background: url(images/photos-next-arrow.jpg) no-repeat scroll; z-index: 999999;}
  .sponsorListing .prev {left: 0; background: url(images/photos-back-arrow.jpg) no-repeat scroll; z-index: 999999;}
  .sponsorListing .sponsors {position: relative;}
  .sponsorsLogosWrap {width: 480px; height: 117px; margin: 0 auto; overflow: hidden; position: relative;}
  .sponsorsLogosWrap ul {height: 117px; position: relative; top: 0; left: 0;}
  .sponsorListing .sponsors li {border: 1px solid #001f43; width: 125px; height: 115px; float: left; margin: 0 15px;}
  .sponsorListing .sponsors li img {margin: 0 auto;}


  .photoGallery {width: 480px; height: 117px; margin: 0 auto; overflow: hidden; position: relative;}
  .photoGallery ul {height: 117px; position: relative; top: 0; left: 0;}
  .photoGallery ul li {border: 1px solid #001f43; width: 125px; height: 115px; float: left; margin: 0 15px;}
  .photoGallery ul li img {margin: 0 auto;}

  #singlePage article #entryComments {padding: 0 0 15px 0; margin-top: 10px;}
  #singlePage article #entryComments a {color: #002A5C; text-decoration: none;}
  #singlePage article #entryComments a:hover {color: #B81817; text-decoration: underline;}
  #singlePage article #entryComments .comment-reply-link {color: #fff;}
  #singlePage article #entryComments .commentColumnLeft {
    width: 60px;
    float: left;
    margin: 0 10px 0 0;
  }
  #singlePage article #entryComments .commentColumnRight {width: 530px; float: left;}
  #singlePage article #entryComments .commentAuthor {font-weight: bold; margin: 0 0 5px 0;}
  #singlePage article #entryComments li {margin: 0 0 10px 0;}
  #singlePage article #entryComments li ul {margin: 0 0 0 70px; clear: both; padding: 10px 0 0 0;}
  #singlePage article #entryComments li ul .commentColumnRight {width: 460px;}
  #singlePage article #entryComments #respond .formWrap {background-color: #f8f8f8; border-bottom: 1px solid #e7e7e7; padding-bottom: 5px; margin: 0 0 10px 0;}
  #singlePage article #entryComments input[type=text] {
    border: 1px solid #cdcdcd;
    background: #fefefe;
    padding: 5px 10px;
    width: 580px;
    font-size: 13px;
    color: #7f7f7f;
    font-family: "Helvetica", Arial, Verdana, sans-serif;
    -webkit-box-shadow: inset 0px 0px 4px 0px #e9e9e9;
    -moz-box-shadow: inset 0px 0px 4px 0px #e9e9e9;
    box-shadow: inset 0px 0px 4px 0px #e9e9e9;
    margin: 0 0 0 9px;
  }
  #singlePage article #entryComments textarea {
    border: 1px solid #cdcdcd;
    width: 600px;
    padding: 5px 8px;
    resize: none;
    height: 170px;
    background: #fbfbfb;
    color: #727272;
    font-size: 15px;
    font-family: "Helvetica", Arial, Verdana, sans-serif;
    -webkit-box-shadow: inset 0px 0px 4px 0px #e9e9e9;
    -moz-box-shadow: inset 0px 0px 4px 0px #e9e9e9;
    box-shadow: inset 0px 0px 4px 0px #e9e9e9;
  }
  #singlePage article #respond .formFooter {
    position: relative;
  }
  #singlePage article input[type=checkbox] {vertical-align: middle;}
  #singlePage article #entryComments input[type=submit] {
    display: inline-block;
    background-color: #fcfcfc;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #555;
    font-weight: bold;
    font-family: "Helvetica", Arial, Verdana, sans-serif;
    padding: 5px 15px;
    float: right;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
  }


#pagination {padding: 10px 0;}
#pagination .navTitle {color: #000; font-weight: bold;}
#pagination .current {
  display: inline-block;
  background-color: #D9D9D9;
  color: #000;
  padding: 3px 7px;
  margin: 0 2px;
}
#pagination a {
  display: inline-block;
  background-color: #B3B3B3;
  color: #000;
  padding: 3px 7px;
  margin: 0 2px;
  text-decoration: none;
}

footer {
  width: 940px;
  margin: 0 auto 30px auto;
  padding: 20px;
  position: relative;
  background-color: #dadada;
  font-size: 12px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}
  footer.blog {background-color: #fff;}
  footer p {
    width: 940px;
    border-top: 1px solid #a5a5a5;
    text-align: right;
    color: #565b61;
    font-weight: bold;
    padding: 7px 0 0 0;
  }
  footer ul {position: absolute; left: 20px; top: 30px;}
  footer li {
    border-left: 1px solid #001d40;
    line-height: 14px;
    font-weight: bold;
    padding-left: 5px;
    margin: 0 5px 0 0;
    float: left;
  }
  footer li:first-child {
    border-left: 0;
    padding-left: 0;
  }
  footer li a {color: #001d40; text-decoration: none;}
  footer li a:hover, footer li.current_page_item a {color: #000; text-decoration: underline;}

#wpcf7-f2-p2874-o1 label {display: block;}
#wpcf7-f2-p2874-o1 label span {color: #BD0101; font-size: 12px;}
#wpcf7-f2-p2874-o1 img {display: inline;}
#wpcf7-f2-p2874-o1 input[type=text] {color: #000; font-size: 13px; font-family: "Helvetica", Arial, sans-serif;}
#wpcf7-f2-p2874-o1 input[type=submit] {
  display: inline-block;
  border: 1px solid #001328;
  background: #002959;
  background: -moz-linear-gradient(top,  #002959 0%, #001327 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002959), color-stop(100%,#001327));
  background: -webkit-linear-gradient(top,  #002959 0%,#001327 100%);
  background: -o-linear-gradient(top,  #002959 0%,#001327 100%);
  background: -ms-linear-gradient(top,  #002959 0%,#001327 100%);
  background: linear-gradient(top,  #002959 0%,#001327 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002959', endColorstr='#001327',GradientType=0 );
  -webkit-box-shadow: inset 0px 1px 0px 0px #577394;
  -moz-box-shadow: inset 0px 1px 0px 0px #577394;
  box-shadow: inset 0px 1px 0px 0px #577394;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0px -1px 0px #132d4b;
  cursor: pointer;
}
  #wpcf7-f2-p2874-o1 input[type=submit]:hover {
    color: #dadada;
  }

/* countdown */
.countdown {display: none; float:right; margin:7px 9px 0 0; padding:10px 0 0 10px; height:84px; width:288px; background-color:#fff; border-radius:8px; border:1px #000 solid;}
.countdown h2 {font-family:"Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; font-weight:700; color:#324974; margin-left:2px; font-size:12.4px; text-transform:uppercase; background-color:#fff !important; border:0 !important;}
.jedi-hours_dash {clear:none !important;}
.jedi-dashboard {width:300px !important;}
.jedi-weeks_dash, .jedi-days_dash, .jedi-minutes_dash, .jedi-seconds_dash {background-image:none !important;}
.jedi-hours_dash {background-image:none !important;}
.jedi-tophtml {margin-top:10px !important;}
.jedi-digit {font:35px/1.5 "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif !important; color:#e11f26 !important; margin-top:-8px !important; font-weight:400 !important;}

.spg .countdown {margin:7px 0 0 0;}
.spg .countdown h2 {margin-left:-10px;}

/* micro clearfix */
.cf:before, .cf:after {content:""; display:table;}
.cf:after {clear:both;}
.clear { clear:both; content:'';font-size:0px; height:0px; }
.counter-wrapper { width:290px; padding-left:6px; padding-top:16px !important;}
.counter-wrapper .counter-number{ float:left; position:relative; width:34px; overflow:hidden; height:38px; background: url(images/counter/counter-bg-small.png) no-repeat top left; margin-left:4px; text-align:center; line-height:38px; color:#e11f26; font-size:35px; }
.counter-wrapper .counter-comma { float:left; background: url(images/counter/counter-comma.png) no-repeat bottom center; width:5px; height: 7px; margin-left:4px; padding-top:31px; }
.counter-wrapper .counter-number span.counter-separator {  background: url(images/counter/counter-delimiter.png) no-repeat bottom left; position:absolute; top: 20px; left:0px; display:block; width: 33px; height:2px; overflow:hidden; }
.form .row {
    margin-bottom: 10px;
}
.form span.required {
    color: #BD0101;
    font-weight: bold;
}
.form label {
}
.form .wpcf7-not-valid-tip {
    border-color: #BD0101;
}
.wpcf7 .wpcf7-validation-errors {
    border-color: #BD0101;
}
.wpcf7 .wpcf7-mail-sent-ok {
    border-color: #12196F;
}
.wpcf7-submit {
  display: inline-block;
  border: 1px solid #001328;
  background: #002959;
  background: -moz-linear-gradient(top,  #002959 0%, #001327 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002959), color-stop(100%,#001327));
  background: -webkit-linear-gradient(top,  #002959 0%,#001327 100%);
  background: -o-linear-gradient(top,  #002959 0%,#001327 100%);
  background: -ms-linear-gradient(top,  #002959 0%,#001327 100%);
  background: linear-gradient(top,  #002959 0%,#001327 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002959', endColorstr='#001327',GradientType=0 );
  -webkit-box-shadow: inset 0px 1px 0px 0px #577394;
  -moz-box-shadow: inset 0px 1px 0px 0px #577394;
  box-shadow: inset 0px 1px 0px 0px #577394;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  padding: 5px 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  text-shadow: 0px -1px 0px #132d4b;
  cursor: pointer;
}
.wpcf7-submit:hover {
color: #dadada;
}
.form-donate .row {
    clear: both;
    padding-bottom: 10px;
}
.form-donate .row label {
    color: #12196F;
    font-weight: bold;
    line-height: 22px;
    margin-right: 4px;
}
.form-donate .row label.fixed {
    display: inline-block;
    text-align: right;
    width: 80px;
	font-size:12px;
}
.form-donate .row label.fixed-small {
    display: inline-block;
    text-align: right;
    width: 35px;
	font-size:12px;
}
.form-donate .row label.large {
    width: 105px;
}
.form-donate .row label.error {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #BD0101;
    color: #BD0101;
    font-weight: normal;
    line-height: 20px;
    max-width: 160px;
    padding: 0 4px;
    position: absolute;
    right: -70px;
    top: 0;
}
.form-donate .row .validateWrap {
    position: relative;
}
.form-donate .errors-summary {
    color: #BD0101;
}
.form-donate .note {
    font-style: italic;
    font-weight: normal !important;
}
.form-donate input[type="checkbox"], .form-donate input[type="radio"] {
    margin: 0 2px;
    position: relative;
}
.form-donate input[type="text"], .form-donate select {
    margin-right: 10px;
}
.form-donate .xsmall {
    width: 60px;
}
.form-donate .small {
    width: 75px;
}
.form-donate .medium {
    width: 125px;
}
.form-donate .large {
    width: 185px;
}
.form-donate .mlarge {
	width:250px;
}
.form-donate .xlarge {
    width: 450px;
}
.form-donate .xxlarge {
    width: 590px;
}
#pdf-submit {
	display: inline-block;
	border-top: 1px solid #001328;
	border-left: 1px solid #001328;
	border-right: 1px solid #001328;
	background: #002959;
	background: -moz-linear-gradient(top, #002959 0%, #001327 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#002959), color-stop(100%,#001327));
	background: -webkit-linear-gradient(top, #002959 0%,#001327 100%);
	background: -o-linear-gradient(top, #002959 0%,#001327 100%);
	background: -ms-linear-gradient(top, #002959 0%,#001327 100%);
	background: linear-gradient(top, #002959 0%,#001327 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002959', endColorstr='#001327',GradientType=0 );
	-webkit-box-shadow: inset 0px 1px 0px 0px #577394;
	-moz-box-shadow: inset 0px 1px 0px 0px #577394;
	box-shadow: inset 0px 1px 0px 0px #577394;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	color: white;
	text-decoration: none;
	padding: 5px 10px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-shadow: 0px -1px 0px #132D4B;
}
h1.strip {
	margin:0px 0px 10px 0px!important;
	padding:0px 0px 3px 10px!important;
	border-bottom:none!important;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #B81817;
	border: 1px solid #770C0C;
	padding: 2px 0 2px 10px;
	color: #fff!important;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	border-radius: 5px 5px 0px 0px;
}
#singlePage .specialEventsTitles {list-style-type: decimal; margin: 0 0 40px 20px; color: #000;}
#singlePage .specialEventsListing a {color: #002A5C; text-decoration: underline;}
#singlePage .specialEventsListing a:hover {color: #002A5C; text-decoration: none;}

.slider-sponsor-wrapper {margin: 0 auto;}
.slider-sponsor-wrapper .attachment-partner-size {display: block; margin: 0 auto;}

.sponsor-wrapper {
        margin:0 auto!important;
	text-align:center!important;
	width:277px;
	background:#fff;
	padding:10px;
	border-bottom-left-radius:5px;
	border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
}

.sponsor-wrapper img {
    max-height: 90px !important;
    width:auto !important;
    margin-left:50px !important;
    padding:10px !important;

}


.donation-share {  text-align: center; }
.donation-share img {display: inline; }

.hidden {display:none}


/* ===========================================================
 * Overlay
 ========================================================== */

.ui-widget-overlay {
	background: url(images/modal-bg.png) repeat;
	opacity: 1;
	filter: Alpha(Opacity=1);
}
.overlay {
	display: none;
	font-family: Arial, Helvetica, sans-serif;
}
.ui-dialog.ui-widget-content {
	background: none;
	border: none;
}
.ui-dialog.ui-widget .ui-dialog-content {
	padding: 0 15px 15px 15px;
}
.overlay-content {
	background:  #DDD url(images/bg.png) repeat;
	padding: 35px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
        -moz-box-shadow:1px 1px 15px #000;
        -webkit-box-shadow:1px 1px 15px #000;
        box-shadow:1px 1px 15px #000;
}
.ui-dialog.ui-widget .ui-widget-header {
	border: none;
	background: none;
}
.ui-dialog.ui-widget .ui-dialog-titlebar-close {
	display: block;
	position: absolute;
	top: 15px;
	right: 0;
	width: 31px;
	height: 32px;
	margin: 0;
	padding: 0;
	border: none;
	z-index: 100;
	background: url(images/close-dialog.png) no-repeat;
}
.ui-dialog.ui-widget .ui-dialog-titlebar-close:hover {
	border: none;
	margin: 0;
	padding: 0;
}
.ui-dialog.ui-widget .ui-dialog-titlebar-close.ui-state-hover {
	background: url(images/close-dialog.png) no-repeat;
	border: none;
	padding: 0;
}
.ui-dialog.ui-widget .ui-dialog-titlebar-close span {

	text-indent: -9999px;
	width: 31px;
	height: 32px;
	margin: 0;
	display: none;
}
.ui-dialog.ui-widget .ui-state-hover {
	border: none;
}
.overlay .guess-title {
	font-size: 27px;
	color: #1b59b6;
	background: url(images/guess-dialog-title.png) no-repeat;
	line-height: 34px;
	padding: 0 0 0 43px;
}

overlay-content h3 {
	font-size: 27px;
	color: #1b59b6;
	padding: 0 0 0 25px;
}

.overlay-text {
	padding: 22px 45px 20px;
}

.overlay-text h4 {
	color: #3a3d43;
	font-size: 20px;
	font-weight: bold;
}

.overlay-text .meta-date {
	font-size: 11px;
	color: #818489;
	margin: 0 0 28px;
	display:block;
}

.overlay-text p {
	font-size: 14px;
	color: #3a3d43;
	margin: 0 0 10px;
}

.overlay-text .subtitle p {
		font-size: 17px;
	font-style: normal;
	color: #3f6094;
	margin: 15px 0 0 0;
	padding: 0 0 0 44px;
	display: block;
}

.overlay .ov-post-image {
	float: left;
	margin: 0 27px 0 0;
}

.fancybox-skin{
background: url(images/bg-lightstars.png) !important;
}

#mtm-form-wrapper{
text-align: center;
}

.gform_wrapper .top_label .gfield_label{
display: none !important;
}

.row br {
float:left !important;
display : none;
}
.row p {
float:left !important;
}