body, font {
  font: 16px "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  line-height: 1.625;
  padding: 0;
  margin: 0;
}
body {
  margin: 15px;
}
h1 {
  font-size: 22px;
}
#menu {
  padding: 0;
  background-color: #266AA9;
  text-align: left;
  border: 1px solid #266AA9;
  -webkit-border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-top-right-radius: 20px;
}
#menu span.b2g_divider {
  display: none;
}
#menu a {
  color: white;
  text-decoration: none;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px 20px 10px 20px;
  border-right: 1px solid white;
}
#menu a:hover {
  background-color: #ccc;
  color: black;
}
.b2g_posts_container > ul {
  margin:0;
  padding:0;
}
.b2g_posts_container > ul ul {
  border-left: 1px dashed #ccc;
}
.b2g_posts_container > ul ul > li > .b2g_list_icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 16px;
  width: 16px;
  padding-right: 5px;
  margin-bottom: -2px;
  background: transparent url('https://boards2go.com/images_v2/icon/page_white_stack.png') no-repeat;
}
.b2g_posts_container > ul ul > li > .b2g_list_icon_sticky {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 16px;
  width: 16px;
  padding-right: 5px;
  margin-bottom: -2px;
  background: transparent url('https://boards2go.com/images_v2/icon/pin-blue.png') no-repeat;
}
.b2g_posts_container > ul > li {
  border-bottom: 10px solid #266AA9;
  display: block;
  padding: 20px;
}
.b2g_posts_container > ul > li > .b2g_list_icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 16px;
  width: 16px;
  padding-right: 5px;
  margin-bottom: -2px;
  background: transparent url('https://boards2go.com/images_v2/icon/page_white.png') no-repeat;
}
.b2g_posts_container > ul > li > .b2g_list_icon_sticky {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 16px;
  width: 16px;
  padding-right: 5px;
  margin-bottom: -2px;
  background: transparent url('https://boards2go.com/images_v2/icon/pin-blue.png') no-repeat;
}
.b2g_posts_container ul {
  list-style: none;
}
a {
  color: black;
}
a:hover {
  color: #266AA9;
}
a:visited {
  color: black;
}
.b2g_posts_container {
  display: block;
  padding: 0;
  border: 1px solid #266AA9;
  border-top: 10px solid #266AA9;
}
.b2g_banner_container {
  background-color: #eee;
  padding: 10px;
  border: 1px solid #266AA9;
}
.b2g_byline, .b2g_ip {
  font-size: 12px;
}
.b2g_page_container {
  text-align: right;
  padding: 10px 5px 10px 0px;
  border-right: 1px solid #266AA9;
  border-left: 1px solid #266AA9;
  border-bottom: 1px solid #266AA9;
}
.b2g_page_container a:hover {
  color: #717171;
}
.b2g_page_container a:visited {
  color: #717171;
}
.b2g_page_label {
  display: none;
}
.b2g_page {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px rgba(255,255,255, .8), 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.b2g_page:hover, .b2g_page.b2g_gradient:hover {
    background: #fefefe;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FEFEFE), to(#f0f0f0));
    background: -moz-linear-gradient(0% 0% 270deg,#FEFEFE, #f0f0f0);
}

.b2g_page.b2g_active {
    border: none;
    background: #266AA9;
    box-shadow: inset 0px 0px 8px rgba(0,0,0, .5), 0px 1px 0px rgba(255,255,255, .8);
    color: #f0f0f0;
    text-shadow: 0px 0px 3px rgba(0,0,0, .5);
}

.b2g_page.b2g_gradient {
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f8f8f8), to(#e9e9e9));
    background: -moz-linear-gradient(0% 0% 270deg,#f8f8f8, #e9e9e9);
}
#menu a#b2g_post_new_link { display: none; }
.b2g_page_container a {
  text-decoration: none;
}
#b2g_new_post_new_link {
  display: inline-block !important;
  float: left;
  margin-left: 20px;
  font-weight: bold;
  padding-left: 19px;
  background: transparent url('https://boards2go.com/images_v2/icon/comment.png') no-repeat center left;
}
#b2g_new_post_new_link a {
  text-decoration: none;
  color: black;
}
#b2g_new_post_new_link a:visited {
  text-decoration: none;
  color: black;
}
#b2g_new_post_new_link a:hover {
  color: #266AA9;
}
#b2g_br_before_replies {
  display: none;
}
.b2g_generic_container {
  display: block;
  border: 1px solid #266AA9;
  border-top: none;
  padding: 10px 20px 10px 20px;
}
.b2g_post_subject {
  font-size: 25px;
}
.b2g_message_container {
  display: block;
  margin-bottom: 20px;
}
.b2g_generic_container .b2g_posts_container {
  padding: 10px 20px 10px 20px;
}

.b2g_generic_container, .b2g_page_container {
  margin-top: -10px\9;
}

form {
  margin-top: 20px;
}

input[type=text], input[type=password], textarea {
  font-size: 15px;
  margin: 5px;
  padding: 0 5px;
  width: 300px;
  height: 30px;
  color: #404040;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eee;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

textarea {
  width: 485px;
  height: 200px;
}

input[type=submit] {
  background-image:-webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.1));
  background-image:-moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.1));
  background-image:-ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.1));
  background-image:-o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.1));
  background-image:linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.1));
  display:inline-block;
  vertical-align:middle;
  margin:2px;
  font:normal 14px/32px "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-align:center;
  color:white;
  text-decoration:none;
  text-shadow:0px 1px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow:inset 0px -3px 0px rgba(0,0,0,0.1), 0px 3px 0px rgba(0,0,0,0.1);
  -moz-box-shadow:inset 0px -3px 0px rgba(0,0,0,0.1), 0px 3px 0px rgba(0,0,0,0.1);
  box-shadow:inset 0px -3px 0px rgba(0,0,0,0.1), 0px 3px 0px rgba(0,0,0,0.1);
  padding:0px 15px 3px;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  background-color: #266AA9;
  cursor: pointer;
}
input[type=submit]:hover {
  background-image:-webkit-linear-gradient(top, rgba(0,0,0,0.05), rgba(0,0,0,0.2));
  background-image:-moz-linear-gradient(top, rgba(0,0,0,0.05), rgba(0,0,0,0.2));
  background-image:-ms-linear-gradient(top, rgba(0,0,0,0.05), rgba(0,0,0,0.2));
  background-image:-o-linear-gradient(top, rgba(0,0,0,0.05), rgba(0,0,0,0.2));
  background-image:linear-gradient(top, rgba(0,0,0,0.05), rgba(0,0,0,0.2));
}

input[type=submit]:active {
  position:relative;
  top:2px;  
  -webkit-box-shadow:inset 0px -1px 0px rgba(0,0,0,0.1), 0px 2px 0px rgba(0,0,0,0.1);
  -moz-box-shadow:inset 0px -1px 0px rgba(0,0,0,0.1), 0px 2px 0px rgba(0,0,0,0.1);
  box-shadow:inset 0px -1px 0px rgba(0,0,0,0.1), 0px 2px 0px rgba(0,0,0,0.1);
}
#b2g_br_no_replies_2 { display: none; }
