@import url(grid.css);
/*@import url(typography.css);
@import url(standard.css);
*/

body {
  background-color: #fff;
  border-top: 6px solid #08a0e0;
  border-bottom: 6px solid #08a0e0;
}
a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid black;
}
a:hover {
  color: #08a0e0;
  border-bottom: 1px solid #000;
}
a.img {
  border-bottom: 0;
}

a.button {
  color: #08a0e0;
  border: 2px solid #08a0e0;
  display: block;
  text-align: center;
  height: 24px;
  max-width: 250px;
  text-decoration: none;
  margin-top: 5px;
  /*float: left;*/
  display: block;
  padding: 10px 25px 14px 25px;
}
.header a.button {
  color: #000;
  border: 1px solid #000;
}
a.button:hover {
  border: 2px solid #000;
  color: #000;
}

span.nav {
  padding-left: 4px;
  padding-right: 4px;
  margin-right: 8px;
  border-bottom: 1px solid #000;
}
span.nav.active,
a.selected {
  background-color: rgba(8, 160, 224, 0.15);
}

span.nav a {
  text-transform: none;
}

p + p,
ul + p,
p + ul {
  padding-bottom: 28px;
}
p:nth-of-type(2) {
  padding-top: 28px;
}

.area {
  padding-left: 0;
  padding-right: 0;
}

.author {
  display: block; 
  width: 100%; 
  min-height: 50px; 
  margin-bottom: 0px;
}
.author_name {
  display: block;
  padding-top: 14px;
}
.author_namess {
  display: block;
  padding-top: 15px;
  padding-bottom: 0px;
}

img.portrait {
  border-radius: 50%;
  /*border: 1px solid #000;*/
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1); 
}

img.small {
  float: left; 
  display: block; 
  width: 45px; 
  height: 45px; 
  margin-right: 12px;
  margin-top: 5px;
}


.container.no-padding-bottom {
  padding-bottom: 0px !important;
}
.container.no-padding-top {
  padding-top: 0px !important;
}
.container.hr-p-height {
  border-top: 1px dashed #08a0e0;
  margin-top: -1px;
  margin-top: 10px;
  padding-top: 10px;
}

.functional {
  color: #08a0e0;
}
.functional-bg {
  background-color: rgba(8, 160, 224, 0.15);
  padding-left: 12px;
  margin-left: -12px;
  padding-right: 12px;
  margin-right: -12px;
}


.alignToCenter_frame {
    height: 150px;      /* equals max image height */
    border: 0px solid red;
    white-space: nowrap;
    text-align: center;
}
.alignToCenter_frame * {
      vertical-align: middle;
}
.alignToCenter_helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

alignToCenter_frame img {
    background: #3A6F9A;
    vertical-align: middle;
    max-height: 150px;
}
img.gray {
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1); 
}
img.gray:hover {
  filter: none;
  -webkit-filter: grayscale(0);
}

.wrapper {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.fix-height-15-width {
  height: 225px;
}
.fix-height-1-width {
  height: 150px;
}
.fix-height-05-width {
  height: 75px;
}


@media only screen and (min-width: 1200px) {
  .D12.area {
    width: 900px;
  }
  .D8 iframe {
    width: 560px;
  }
}
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .C12.area {
    width: 900px;
  }
  .C8 iframe {
    width: 560px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 899px) {
  .B8.area {
    width: 600px;
  }
  .B8 iframe {
    width: 560px;
  }
}
@media only screen and (max-width: 599px) {
  .A4.area {
    width: 300px;
  }
  .A4.padding-bottom {
    padding-bottom: 25px;
  }
  .A4 iframe {
    width: 280px;
    height: 200px;
  }
}

.label {
  color: #fff;
  background-color: #08a0e0;
  padding-left: 6px;
  padding-right: 6px;
  margin-right: 6px;
}

.menu {
  padding-top: 3px;
}

.notify {
  /*color: #fff;*/
  background-color: rgba(8, 160, 224, 0.15);
  /*padding-left: 12px;*/
  /*padding-right: 12px;*/
  /*margin-right: 12px;*/
  padding-top: 12px;
  padding-bottom: 12px;
  display: block;
}


.sponsor-table .table-row {
  display: block;
  float: left;
  border-top: 1px solid black;
}
.sponsor-table .table-labels {
  display: block;
  float: left;
}

.bg-image {
/*  top: 125px;
  height: 520px;*/
  top: 6px;
  height: 550px;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  left: 0;
  padding: 0;
  margin: 0;
  position: absolute;
}

#particles {
/*  top: 125px;
  height: 520px;*/
  top: 6px;
  height: 550px;
  z-index: 0;
  width: 100%;
  overflow: hidden;
  left: 0;
  padding: 0;
  margin: 0;
  position: absolute;

  /*background-color: #d0dce0;*/
  background-image: url("../images/fishbag_01.jpg");
  background-repeat: no-repeat;
  /*background-attachment: fixed;*/
  background-position: center;
}
#intro {
  position: relative;
  margin: 0 auto;
  margin-top: -450px;
  padding: 0;
  /*top: -750px;*/

}

.2-2-images img {
  border: 3px solid red;
}

.logobox {
  border-top: 0px solid white;
  border-bottom: 0px solid white;
  padding-top: 3px;
  padding-bottom: 12px;
  float:left; 
  display:block;
}
h1.home_title {
  margin-top: 158px;
}

.padding_bottom {
  padding-bottom: 50px;
}

.hilite_color {
  color: #08a0e0;
}
.color_inverted,
.color_inverted a {
  color: #fff;
}
.color_inverted a {
  border-color: white;
}
.color_inverted a:hover {
  color: #08a0e0;
  border-color: white;
}
div {
  font-size: 18px;
  line-height: 28px;
}
.div_1, .h2, h2, h1.regular { font-family:"Apercu Regular", sans-serif; font-size-adjust:0.508; font-weight:normal; font-style:normal; }
.div_2, .h1, h1,
.div_3, strong { font-family:"Apercu Bold"; font-size-adjust:0.508; font-weight:bold; font-style:normal; }
.h1, h1 {
  font-size: 65px;
  line-height: 75px;
  font-weight: normal;
  padding-bottom: 18px;
  padding-top: 0;
  margin-top: -10px;
}
.color_inverted h1 {
    color: #fff;
}
h2, .h2 {
  font-size: 36px;
  line-height: 50px;
  font-weight: normal;
/*  padding-bottom: 25px;*/
  padding-bottom: 0;
}
.right_align {
  text-align: right;
}
img {
  margin-top: 6px;
}



@media only screen and (max-width: 599px) {
  .h1, h1 {
    font-size: 36px;
    line-height: 36px;
    padding-bottom: 10px;
  }
  h1.home_title {
    margin-top: 63px;
  }
  .h2, h2 {
    font-size: 24px;
    line-height: 27px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 600px) and (max-width: 1199px) {
  #particles {
    height: 600px;
  }
}

.D12wrapper,
.C12wrapper,
.B8wrapper,
.A4wrapper {
  display: block;
  float: left;
}

/*D width = min 1200 */
@media only screen and (min-width: 1200px) {
  .D12wrapper {
    width: 900px;
  }
}
/*C width = between 900 and 1200 */
@media only screen and (min-width: 900px) and (max-width: 1199px) {
  .C12wrapper {
    width: 900px;
  }
  #particles {
    height: 500px;
  }
  h1.home_title {
    margin-top: 0px;
  }
}

@media only screen and (min-width: 600px) and (max-width: 899px) {
  .B8wrapper {
    width: 600px;
  }
  #particles {
    height: 550px;
  }
  h1.home_title {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 599px) {
  .A4wrapper {
    width: 300px;
  }
  h1.home_title {
    margin-top: 0px;
  }
  .container.euroia-nav {
    padding-bottom: 0;
  }
}





















.btn {
  font-family: "Helvetica Neue", "Helvetica", sans-serif !important;
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;

  border: 1px solid #cccccc;

  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.edit-toggle {
  display: block;
  position: fixed;
  top: 5px;
  right: 5px;
}
.edit-toggle a.btn {
  background: #ccc;
}