::selection {
  background-color: #FF0000;
  color: #FFFFFF; }

::-moz-selection {
  background-color: #FF0000;
  color: #FFFFFF; }

html, body {
  height: 100%; }

body {
  overflow-y: scroll;
  font: 12px/15px helvetica, arial, sans-serif; }

textarea, input {
  font: 12px/15px helvetica, arial, sans-serif; }

table {
  width: 100%;
  margin-bottom: 15px; }

ul {
  margin: 0 0 15px;
  padding-left: 30px; }

p {
  margin-bottom: 15px; }

a {
  color: #FF0000; }

th, td {
  padding: 5px; }

a:hover {
  text-decoration: none;
  color: #878787; }

a:active {
  color: #000; }

a:visited {
  color: #FF0000; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  text-decoration: none; }

body .ajax-progress-throbber {
  margin-bottom: -4px;
  margin-left: 10px; }
  body .ajax-progress-throbber .throbber {
    height: 12px;
    width: 12px;
    background: url(../images/jaypan-ajax-loader-white.gif) no-repeat center center; }

.node-media h1 {
  font-size: 200%;
  color: #FF0000;
  margin-bottom: 15px; }

pre {
  margin-bottom: 10px; }

.geshifilter pre {
  margin-bottom: 0; }

#page_wrapper {
  overflow: auto;
  background: url(../images/bg-stripe.png) no-repeat center top; }

.inner_tube, #no_javascript {
  width: 984px;
  margin: 0 auto;
  padding: 15px 0; }

#page_header {
  padding: 53px 0 15px;
  overflow: hidden; }

#page_header .inner_tube {
  padding: 0;
  height: 106px; }

#page_header .header_group {
  width: 606px;
  float: left; }
  #page_header .header_group .logo {
    float: left;
    margin-left: 15px; }

#jaypan_slogan {
  padding-left: 257px;
  font: 12px/15px 'Open Sans', sans-serif; }

.site_slogan {
  color: #FF0000; }

nav {
  padding-left: 136px;
  overflow: hidden;
  font: bold 12px/15px 'Open Sans', sans-serif; }

nav ul {
  float: left;
  list-style: none;
  text-transform: uppercase;
  padding: 0;
  margin: 0; }

nav ul li, nav ul li.leaf {
  list-style: none;
  float: left;
  width: 106px;
  margin: 0 15px 0 0;
  padding: 0;
  font-weight: bold; }

nav ul li a {
  color: #FF0000;
  text-decoration: none; }

nav ul li.active-trail a {
  color: #000;
  font: bold 12px/15px "Open Sans", sans-serif; }

nav ul li a:hover {
  color: #878787; }

ul.tabs {
  width: 954px;
  margin: 0 auto; }

#page_body {
  background-color: #F4F4F4;
  overflow: auto;
  position: relative; }

#page_body .inner_tube {
  overflow: auto; }

.sidebar-first section#region_content {
  float: left;
  width: 984px; }

#region_sidebar_first {
  float: left;
  width: 242px;
  margin-left: -242px; }

#page_footer {
  padding: 15px 0;
  color: #8e8e8e;
  height: 150px;
  font: 12px/15px 'Open Sans', sans-serif; }
  #page_footer #copyright {
    float: left; }
  #page_footer #client_login a {
    color: #8E8E8E;
    margin-left: 15px; }
  #page_footer #footer_menu {
    margin: 0; }
    #page_footer #footer_menu li {
      margin-left: 15px;
      float: left;
      list-style: none; }
      #page_footer #footer_menu li a {
        font-size: 12px; }
  #page_footer #language_switcher {
    float: right;
    margin-left: 20px; }

/**
 * Add fade out effect to the message that tells a user they can 
 * get a better user experience with javascript enabled
 * Note: This doesn't work on Opera or IE as of the time of
 * writing, however for the purposes of forward compatibility
 * (in particular, IE), the vendor prefixes have been added (-o- and -ms-)
 */
@-webkit-keyframes fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden; } }
@-moz-keyframes fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden; } }
@-ms-keyframes fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden; } }
@-o-keyframes fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden; } }
@keyframes fade {
  0% {
    opacity: 1; }
  100% {
    opacity: 0;
    visibility: hidden; } }
#no_javascript {
  text-align: center;
  color: #FF0000;
  font-size: 20px;
  line-height: 24px;
  border: solid #FF0000 3px;
  border-bottom: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  margin-left: -472px;
  background-color: #FFF;
  z-index: 999;
  border-radius: 5px 5px 0 0;
  -webkit-animation: fade 2500ms ease-in-out 5s 1 normal forwards;
  -moz-animation: fade 2500ms ease-in-out 5s 1 normal forwards;
  -ms-animation: fade 2500ms ease-in-out 5s 1 normal forwards;
  -o-animation: fade 2500ms ease-in-out 5s 1 normal forwards;
  animation: fade 2500ms ease-in-out 5s 1 normal forwards; }

#no_javascript p {
  margin: 30px; }

#breadcrumb {
  padding-left: 15px;
  margin-bottom: 50px; }

#breadcrumb a {
  color: #000;
  text-decoration: none; }

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

#breadcrumb .breadcrumb_current {
  color: #FF0000; }

.item-list .pager {
  cursor: default; }

.item-list ul.pager li {
  padding: 0; }

ul.pager .pager-first span, ul.pager .pager-previous span, ul.pager .pager-next span, ul.pager .pager-last span,
ul.pager .pager-first a, ul.pager .pager-previous a, ul.pager .pager-next a, ul.pager .pager-last a {
  font-size: 20px;
  background-color: #dedede;
  border-radius: 10px;
  text-align: center;
  line-height: 20px;
  display: inline;
  color: #555;
  text-decoration: none; }

ul.pager .pager-first span, ul.pager .pager-last span,
ul.pager .pager-first a, ul.pager .pager-last a {
  padding: 2px 14px; }

ul.pager .pager-previous span, ul.pager .pager-next span,
ul.pager .pager-previous a, ul.pager .pager-next a {
  padding: 2px 16px; }

ul.pager li a:hover {
  color: #FF0000; }

ul.pager li span.pager-disabled {
  color: #FFF;
  cursor: default; }

.pager-current {
  font-weight: bold;
  color: #FF0000;
  cursor: default; }

.pager-item a {
  text-decoration: none; }

#region_help {
  margin-left: 15px; }

#block-search-form {
  overflow: auto;
  margin-top: -65px;
  margin-bottom: 130px; }

#search-block-form .form-item-search-block-form {
  width: 190px;
  height: 27px;
  margin: 0;
  padding: 0;
  float: left;
  display: block; }

#search-block-form .form-item-search-block-form input {
  height: 25px;
  margin: 0;
  padding: 0;
  width: 185px;
  padding-left: 5px;
  border: solid #d2d2d2 1px;
  border-radius: 5px 0 0 5px; }

#search-block-form .form-item-search-block-form label {
  display: none; }

#search-block-form .form-actions, #search-block-form .form-submit {
  width: 37px;
  float: left;
  height: 25px;
  display: block;
  background: #000;
  border: solid black 1px;
  border-radius: 0 5px 5px 0;
  color: #FFF;
  cursor: pointer; }

#search-block-form .form-submit:hover {
  background-color: #878787;
  border: solid #878787 1px; }

#search-block-form .form-submit:active {
  background-color: #FF0000;
  border: solid #FF0000 1px; }

#region_sidebar_first h1, #region_sidebar_first h2 {
  font: 800 12px/15px "Open Sans", sans-serif;
  margin-bottom: 15px; }

#comments {
  margin-top: 85px; }

#comments .comment {
  background-color: #FFF;
  border: solid #e9e9e9 1px;
  border-radius: 5px; }

#comments .comment_form_link {
  float: right;
  font-weight: bold;
  text-decoration: none;
  margin-right: 15px; }

#comments h2.title {
  font: 800 12px/15px "Open Sans", sans-serif;
  margin: 0 0 35px 15px;
  color: #000; }

#comments .submitted {
  height: 39px;
  background: url(../images/comment_header_bg.png) repeat-x left top;
  border-radius: 5px 5px 0 0; }

#comments .author_is_admin .submitted {
  background: url(../images/comment_header_admin_bg.png) repeat-x left top; }

#comments .author_is_admin .submitted a span {
  color: #FFF; }

#comments .submitted a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 39px;
  text-decoration: none; }

#comments .comment_author {
  float: left;
  color: #000;
  margin-left: 15px; }

#comments .author_is_self .comment_author {
  color: #FF0000; }

#comments .author_is_admin.author_is_self .comment_author {
  color: #000; }

.comment_timestamp {
  float: right;
  color: #616161;
  margin-right: 15px; }

.comment .content {
  color: #616161;
  padding: 25px 15px 5px; }

#comments .comment ul.links {
  margin: 0 15px;
  padding-bottom: 15px;
  display: block; }

#comments .comment_bottom_tag {
  width: 17px;
  height: 12px;
  margin-left: 158px;
  margin-top: -1px;
  background: url(../images/comment_bottom_tag.png) no-repeat left top; }

#comments h2.comment-form {
  margin-top: 80px; }

#comment-form .form-item {
  border: solid #E9E9E9 1px;
  border-radius: 5px;
  background-color: #FFF;
  padding: 12px 15px; }

#comment-form label {
  float: left;
  width: 75px; }

#comment-form input {
  width: 235px;
  border: none; }

#comment-form textarea {
  border: none; }

#comment-body-add-more-wrapper label {
  display: none; }

#comment-form .filter-wrapper {
  display: none; }

#comment-form .form-submit {
  font-weight: bold;
  color: #FFF;
  background-color: #000;
  height: 24px;
  line-height: 24px;
  border: none;
  border-radius: 10px;
  width: 80px;
  text-align: center;
  margin-right: 20px; }

#comment-form .form-submit:hover {
  background-color: #E7E7E7;
  color: #878787; }

#comment-form .form-submit:active {
  background-color: #FF0000;
  color: #FFF; }

.page-comment #comment-form {
  margin: 85px 378px 55px 257px; }

.page-comment #comment-form article.node {
  margin: 100px 0 0; }

.page-comment article.comment {
  padding: 5px; }

div.geshifilter {
  position: relative;
  margin: 10px 0;
  color: #007297; }

#rss_feed {
  float: right;
  position: relative;
  font-family: "Open Sans", sans-serif; }

#rss_feed:hover #rss_hover {
  display: block; }

#rss_feed img {
  margin-right: 5px; }

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

#rss_hover {
  left: 0;
  position: absolute;
  top: -8px;
  width: 107px;
  padding: 5px;
  background-color: black;
  color: #FFF;
  display: none;
  overflow: auto;
  text-align: center; }

#rss_hover ul {
  margin: 0;
  padding: 0;
  color: #FF0000; }

#rss_hover li {
  margin: 0;
  padding: 0;
  list-style-position: inside; }

#rss_hover a {
  color: #FFF;
  text-decoration: none; }

#rss_hover a:hover {
  text-decoration: underline;
  color: #FF0000; }

.node-media ul.links {
  float: right; }

.page-media article.node-media {
  background-color: #EDEDED;
  margin-bottom: 15px;
  padding: 10px; }

.grippie {
  display: none; }

#jaypan_contact_form #contact-site-form {
  padding-right: 15px;
  padding-left: 257px; }
#jaypan_contact_form #contact-site-form h1 {
  font: bold 20px "Open Sans", sans-serif;
  color: #FF0000; }
#jaypan_contact_form #contact_details {
  float: right;
  width: 227px;
  color: #FF0000; }
#jaypan_contact_form #contact_details h1 {
  margin-bottom: 15px;
  font: bold 12px/15px helvetica,arial,sans-serif; }
#jaypan_contact_form #contact_details address {
  font-style: normal;
  margin-bottom: 15px; }
#jaypan_contact_form #contact_details ul {
  margin: 0 0 50px 0;
  list-style: none; }
#jaypan_contact_form #contact_details li {
  list-style: none;
  margin-left: 0; }
#jaypan_contact_form #map_container {
  width: 227px;
  height: 145px;
  position: relative;
  margin-bottom: 15px; }
#jaypan_contact_form #map {
  border-radius: 10px;
  width: 100%;
  height: 100%; }
#jaypan_contact_form #map_hover {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  background: url(/sites/all/themes/jaypan/images/pc_hover.png) no-repeat center -36px;
  cursor: hand; }
#jaypan_contact_form #contact-site-form .form-item, #jaypan_contact_form #contact-site-form .form-actions {
  width: 348px; }
#jaypan_contact_form #contact-site-form .form-item {
  padding: 5px 15px 6px;
  border: solid #ededed 1px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background-color: #FFF; }
#jaypan_contact_form #contact-site-form .form-item label {
  float: left;
  width: 136px; }
#jaypan_contact_form #contact-site-form .form-type-checkbox label {
  padding-top: 3px; }
#jaypan_contact_form #contact-site-form .form-item input {
  float: left;
  border: none;
  width: 210px; }
#jaypan_contact_form #contact-site-form .form-type-checkbox input {
  width: auto; }
#jaypan_contact_form #contact-site-form .form-type-textarea label {
  display: none; }
#jaypan_contact_form #contact-site-form .form-submit {
  background: none repeat scroll 0 0 black;
  border: medium none navy;
  border-radius: 15px 15px 15px 15px;
  color: white;
  padding: 5px 15px;
  font-weight: bold; }
#jaypan_contact_form #contact-site-form .form-submit:hover {
  background-color: #E7E7E7;
  color: #878787;
  cursor: pointer; }
#jaypan_contact_form #contact-site-form .form-submit:active {
  background-color: #FF0000;
  color: #FFF; }
#jaypan_contact_form #contact-site-form .form-item-message {
  padding: 0;
  width: 378px; }
#jaypan_contact_form #contact-site-form textarea {
  border: none;
  padding: 5px 0 0 15px;
  resize: vertical; }

#contact_page_map_full_container {
  width: 100%;
  height: 60%;
  position: fixed;
  top: 175px;
  z-index: 102; }

#contact_page_map_full {
  width: 953px;
  height: 100%;
  margin: 0 auto; }

/*# sourceMappingURL=style.css.map */
