body {
  margin: 0;
  font-family: Arial, Helvetica, Gill Sans, Helvetica Narrow, Lucida, sans-serif;
  font-size: 80%; }

a {
  color: #2277bb;
  cursor: pointer;
  text-decoration: none; }

acronym {
  border: none; }

/*variables */
/*layout */
.spacer {
  clear: both;
  height: 1px; }
  .spacer.border {
    border-bottom: 1px dotted #cccccc; }
  .spacer.border_brown {
    border-bottom: 1px solid #662e00; }

.img_align_left {
  float: left;
  margin-right: 5px;
  width: 75px;
  height: 75px; }

.col_70_30, .col_50_50 {
  clear: both;
  width: 100%;
  margin: 0 auto;
  padding-top: 25px; }
  .col_70_30.no_padding, .col_50_50.no_padding {
    padding-top: 10px; }
  .col_70_30 .left_col, .col_50_50 .left_col {
    float: left;
    display: inline;
    width: 79%; }
  .col_70_30 .left_col_reverse, .col_50_50 .left_col_reverse {
    float: left;
    display: inline;
    width: 19%; }
  .col_70_30 .right_col, .col_50_50 .right_col {
    float: right;
    display: inline;
    width: 19%; }
  .col_70_30 .right_col_reverse, .col_50_50 .right_col_reverse {
    float: right;
    display: inline;
    width: 79%; }

.left_col_50 {
  float: left;
  display: inline;
  width: 48%; }

.right_col_50 {
  float: right;
  display: inline;
  width: 48%; }
  .right_col_50.border {
    border-left: 1px solid #cccccc;
    padding-left: 15px; }

.content {
  float: left;
  width: 100%;
  padding: 8px 0; }
  .content .left_col {
    float: left;
    display: inline;
    width: 29%; }
  .content .right_col {
    float: right;
    display: inline;
    width: 69%; }
  .content p {
    text-align: justify; }

a.title {
  font-weight: bold;
  font-size: 15px; }
  a.title.title_bigger {
    font-size: 20px; }
  a.title.question_title {
    width: 90%;
    float: left;
    display: block;
    margin: 5px 0 5px 10px; }
  a.title:hover {
    text-decoration: underline; }

.title {
  font-weight: bold;
  font-size: 15px; }
  .title.blue {
    color: #2277bb; }
  .title.bigger {
    font-size: 17px;
    clear: left; }

.grey {
  color: #777777;
  font-size: 12px;
  margin-left: 67px; }

#leftbar {
  float: left;
  display: inline;
  width: 225px; }

#centerbar {
  float: left;
  display: inline;
  width: 490px; }

#rightbar {
  background: url("/images/header_bg.png") top left no-repeat;
  float: right;
  display: inline;
  width: 730px;
  height: 75px; }

#container {
  width: 960px;
  margin: 0 auto; }

#header {
  background-color: #662e00;
  height: 110px;
  border-bottom: 7px solid #451f00; }
  #header a:hover {
    text-decoration: none; }

#top_menu {
  background-color: #edd6a9;
  line-height: 19px;
  padding: 3px 12px;
  float: right;
  width: auto;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-bottomright: 3px; }
  #top_menu .links {
    float: left;
    width: auto;
    margin: 0;
    font-weight: bold; }
  #top_menu a {
    color: #806c5c; }
    #top_menu a:active {
      color: #b84c13; }

.separator {
  color: #806c5c;
  font-size: 110%;
  margin: 0 2px; }

#top_search {
  width: 320px;
  padding-top: 38px;
  padding-left: 20px; }
  #top_search input {
    background: url("/images/doggy.png") right center no-repeat white;
    width: 315px;
    height: 22px;
    font-size: 90%;
    font-weight: bold;
    color: #777777;
    padding: 1px 30px 1px 5px;
    border-top: 1px solid #cccccc;
    border-left: 1px solid #cccccc;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    -moz-border-radius: 3px; }

img.logo {
  display: block;
  margin: 5px 0 0 0; }

#main_menu {
  width: auto;
  position: relative;
  top: 73px;
  font-size: 125%;
  font-weight: bold;
  margin-right: 25px; }
  #main_menu.menu_small {
    top: 0;
    font-size: 100%;
    margin-top: 3px; }
  #main_menu a {
    background-color: #b84c13;
    padding: 6px 12px;
    margin: 0 1px 0 0;
    color: white;
    -moz-border-radius: 3px;
    display: inline-block; }
    #main_menu a.shoot {
      height: 36px;
      background-color: none;
      padding: 0;
      margin: -6px 0 0 0;
      float: right; }
    #main_menu a.menu_button_small {
      background-color: #b36e36;
      padding: 4px 10px;
      letter-spacing: -0.4px; }
    #main_menu a.menu_button_small:hover {
      background-color: #662e00;
      color: white; }
    #main_menu a:hover {
      background-color: #edd6a9;
      color: #ed4700;
      text-decoration: none; }
    #main_menu a.active {
      background-color: #edd6a9;
      color: #ed4700;
      text-decoration: none; }

#subheader {
  border-bottom: 1px solid #662e00;
  height: 34px; }
  #subheader.no_height {
    height: auto; }
  #subheader.for_sidebar {
    height: auto;
    padding-top: 9px;
    font-weight: bold;
    font-size: 18px; }

h2 {
  font-size: 160%;
  margin: 0;
  padding: 0;
  float: left; }
  h2.no_float {
    float: none;
    margin-top: 10px; }

#tabs {
  text-align: right;
  font-weight: bold; }
  #tabs a {
    background-color: #edd6a9;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    color: #312f2f;
    font-size: 90%;
    height: 23px;
    line-height: 21px;
    padding: 0 11px;
    margin: 8px 0 0 0;
    display: inline-block;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px; }
    #tabs a:hover {
      background-color: white;
      border-color: #662e00 #662e00 transparent;
      border-style: solid;
      border-width: 1px;
      margin: 7px 0 0 0;
      color: black;
      text-decoration: none; }
  #tabs .active_tab {
    background-color: white;
    border-color: #662e00 #662e00 white;
    border-style: solid;
    border-width: 1px;
    font-size: 120%;
    color: black;
    height: 25px;
    margin-top: 6px;
    padding-top: 2px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-topleft: 5px; }
    #tabs .active_tab:hover {
      margin-top: 6px; }
  #tabs .users_shoots {
    color: #537434; }

.buttons {
  float: right;
  margin: -10px 180px 0 0; }

a.button {
  background: url("/images/button_orange.png") center no-repeat;
  display: inline-block;
  width: 144px;
  height: 36px;
  padding-top: 10px;
  margin-right: 2px;
  color: #c83327;
  font-weight: bold;
  letter-spacing: -0.7px;
  font-size: 150%;
  text-align: center;
  cursor: pointer; }

/*content */
.subtitle {
  background-color: #ede1ca;
  margin-bottom: 4px;
  padding: 3px 0 3px 10px;
  font-weight: bold;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px; }
  .subtitle h2 {
    font-size: 17px; }
  .subtitle.for_sidebar {
    margin: 0;
    padding: 8px 4px; }
    .subtitle.for_sidebar.top {
      margin-top: 37px; }

table.main {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-size: 90%; }
  table.main th {
    font-size: 135%;
    color: #537434;
    padding-bottom: 5px; }
  table.main tr.border {
    border-bottom: 1px dotted #cccccc; }
table tr td {
  padding: 5px;
  overflow: hidden; }
  table tr td.center {
    text-align: center; }

table.info {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  font-size: 90%;
  text-align: left;
  padding: 0;
  margin-top: 20px; }
  table.info.info_small {
    font-size: 90%;
    table-layout: fixed; }
    table.info.info_small td {
      overflow: hidden; }
      table.info.info_small td.center {
        text-align: center; }
    table.info.info_small th {
      text-align: center;
      padding: 0; }
    table.info.info_small .label {
      font-weight: bold; }
    table.info.info_small .label_awards {
      font-size: 14px; }
    table.info.info_small .indent {
      padding-left: 30px;
      font-size: 13px; }
    table.info.info_small .button_blue {
      display: inline-block; }
  table.info.practice {
    margin-top: 0; }
    table.info.practice td {
      padding: 0 10px 5px 0; }
  table.info td {
    font-size: 120%;
    padding: 0 0 12px 0px; }
    table.info td.label_col {
      width: 90px;
      padding-right: 8px; }
      table.info td.label_col.label_col_narrow {
        width: 70px; }
    table.info td.weather_cell {
      padding: 0;
      width: 195px;
      vertical-align: top; }
    table.info td.location_content {
      width: 45%; }
  table.info p {
    margin: 0; }

table.answers {
  table-layout: fixed;
  border-collapse: collapse; }
  table.answers td {
    vertical-align: top; }
table.product_overview {
  font-size: 16px;
  max-width: 60%;
  float: left; }
  table.product_overview .label {
    font-size: 16px; }
  table.product_overview td {
    vertical-align: top; }
table .label {
  color: #537434;
  font-size: 130%;
  width: auto;
  margin-right: 5px;
  float: none;
  font-weight: normal; }
  table .label.even {
    color: #edbe5f; }
  table .label.label_small {
    font-size: 16px;
    font-weight: bold; }

table.facilities {
  text-align: center;
  border-collapse: collapse; }
  table.facilities tr.border {
    border-bottom: 1px dotted #cccccc; }
  table.facilities td {
    padding: 0 20px 0 0;
    font-size: 14px; }
    table.facilities td .table_content {
      padding-top: 5px; }

td.answer p {
  margin-top: 0; }

.even {
  background-color: #eeeeee; }

.featured {
  background: url("/images/featured.png") center no-repeat;
  width: 180px;
  height: 45px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 25px;
  margin-top: -10px; }
  .featured a {
    color: white; }

.shoot_info {
  font-size: 14px; }
  .shoot_info.with_width {
    float: left;
    width: 64%; }

.div_with_shoot_info {
  width: 70%;
  clear: left;
  border-bottom: 1px dotted #cccccc; }

.tiny_images img {
  padding: 2px;
  margin: 8px 4px;
  width: 75px;
  height: auto;
  border: 1px solid #eeeeee; }
  .tiny_images img.product_images {
    width: 90%;
    max-height: 150px; }

.very_tiny_images {
  padding: 4px; }
  .very_tiny_images.middle img {
    vertical-align: middle;
    border: none; }
  .very_tiny_images img {
    width: 29px;
    height: 29px; }

.signature {
  font-size: 12px;
  float: left;
  padding-bottom: 3px; }
  .signature.full {
    width: 100%; }
  .signature.narrow {
    width: 20%; }
  .signature .user_image img {
    width: 50px;
    height: 50px;
    float: left;
    margin: 2px 0 0; }
    .signature .user_image img.for_sidebar {
      width: 40px;
      height: 40px; }
  .signature .user_info {
    text-align: left;
    color: #777777;
    padding-left: 31px; }
    .signature .user_info.for_sidebar {
      padding-left: 45px; }

.comment {
  padding: 10px 5px 1px 15px; }

.contact_info {
  font-size: inherit;
  padding: 4px 0; }
  .contact_info .user {
    float: left;
    line-height: 130%; }
  .contact_info .rank {
    font-size: 80%;
    color: #777777; }
  .contact_info .message {
    margin-left: 10px; }
  .contact_info .phone {
    margin-left: 10px; }
  .contact_info .site {
    margin-left: 10px; }

.contact_icon {
  float: left;
  max-width: 20%;
  padding: 5px 15px 0 0;
  text-align: center; }
  .contact_icon img {
    vertical-align: top;
    width: 50px;
    height: 50px; }

a.underline:hover {
  text-decoration: underline; }

a.random_images img {
  width: 200px;
  height: auto;
  border-bottom: 2px solid #777777;
  margin: 5px 0 0;
  padding: 2px; }

.user_portrait {
  margin: 0 auto;
  padding: 4px;
  border: 1px solid #cccccc; }
  .user_portrait img {
    width: 165px;
    height: auto; }

.personal_info {
  font-size: 110%;
  line-height: 130%; }
  .personal_info.personal_info_float_left {
    float: left;
    margin-left: 20px;
    width: 74%;
    font-size: 13px; }
  .personal_info ul {
    padding: 0px;
    margin-top: 2px;
    list-style-type: none; }
    .personal_info ul li {
      margin: 3px 0; }

.main_image {
  text-align: center; }
  .main_image img {
    height: auto;
    padding: 2px;
    border: 1px solid #777777; }
  .main_image.float {
    float: right;
    width: 39%;
    margin-top: 5px; }
    .main_image.float img {
      height: 200px; }

.colored_box {
  text-align: center;
  display: inline-block;
  font-size: 16px;
  line-height: 85%;
  color: #f2f2f2;
  padding: 5px;
  overflow: hidden;
  vertical-align: middle;
  margin: 5px 0;
  float: left;
  -moz-border-radius: 5px; }
  .colored_box .text {
    font-size: 80%; }
  .colored_box.votes {
    background-color: #eeeeee;
    color: black; }
  .colored_box.answers {
    background-color: #548054; }
  .colored_box.views {
    background-color: #d9ecf9;
    color: black; }

.vote_answer {
  width: 25px;
  text-align: center;
  color: #999999;
  text-align: left;
  font-size: 150%; }

p.question_body {
  background-color: #eeeeee;
  padding: 8px; }

.orange {
  color: #c83327; }
  .orange.text {
    font-size: 90%; }

.text_content {
  padding: 0 10px;
  float: left; }

.plain_text_content ul {
  list-style-image: url("/images/tick_small.png");
  padding: 0 0 0 25px;
  margin: 5px 0; }

ul.squared {
  list-style-type: square;
  padding: 0 0 0 15px; }

/*form */
fieldset {
  margin-bottom: 10px; }

.event_form {
  margin-left: 15px;
  margin-bottom: 0; }
  .event_form .textfield {
    width: 295px; }
  .event_form select {
    width: 300px; }

.textfield {
  background-color: #eeeeee;
  border: 1px solid #777777;
  color: #777777;
  width: 40%;
  padding: 2px;
  margin-bottom: 5px; }
  .textfield.textfield_large {
    width: 100%; }
  .textfield.textfield_medium {
    width: 60%; }
  .textfield.textfield_50 {
    width: 53%; }
  .textfield.textfield_small {
    width: 150px; }
  .textfield.textfield_small:focus {
    background-color: white;
    border: 1px solid #777777;
    color: black; }
  .textfield:focus {
    background-color: white;
    border: 1px solid #777777;
    color: black; }

.textarea {
  background-color: #eeeeee;
  border: 1px solid #777777;
  color: #777777;
  width: 40%;
  padding: 2px;
  margin-bottom: 5px;
  height: 70px; }
  .textarea.textarea_large {
    width: 100%; }
  .textarea.textarea_medium {
    width: 60%; }
  .textarea.textarea_medium_event {
    width: 295px;
    height: 70px; }
  .textarea:focus {
    background-color: white;
    border: 1px solid #777777;
    color: black; }

.textarea_big {
  background-color: #eeeeee;
  border: 1px solid #777777;
  color: #777777;
  width: 40%;
  padding: 2px;
  margin-bottom: 5px;
  width: 100%;
  height: auto; }

.button_submit {
  background-color: #451f00;
  padding: 5px;
  color: white;
  font-weight: bold;
  font-size: 13px;
  margin: 0;
  -moz-border-radius: 3px;
  border: none;
  cursor: pointer; }

input.button_submit {
  display: inline;
  padding: 4px; }

a .button_submit {
  background-color: #451f00;
  padding: 5px;
  color: white;
  font-weight: bold;
  font-size: 13px;
  margin: 0;
  -moz-border-radius: 3px;
  border: none;
  cursor: pointer; }
a:hover {
  text-decoration: none; }
a.button_blue {
  background-color: #2277bb;
  -moz-border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  padding: 3px;
  margin: 1px;
  color: white;
  vertical-align: top; }
  a.button_blue:hover {
    background-color: #7abbe7;
    border: 1px solid #2277bb;
    margin: 0; }
a.add_child {
  background-color: #2277bb;
  -moz-border-radius: 3px;
  font-size: 10px;
  font-weight: bold;
  padding: 3px;
  margin: 1px;
  color: white;
  vertical-align: top; }
  a.add_child:hover {
    background-color: #7abbe7;
    border: 1px solid #2277bb;
    margin: 0; }

.label {
  width: 160px;
  float: left;
  font-weight: bold;
  margin-bottom: 4px; }
  .label.wide {
    width: 33%;
    font-size: 0.9em;
    padding-top: 4px; }

.checkbox {
  vertical-align: middle; }

.radio {
  line-height: 120%; }
  .radio input {
    vertical-align: middle;
    margin: 0; }

select {
  background-color: #eeeeee;
  border: 1px solid #777777;
  color: #777777;
  width: 40%;
  padding: 2px;
  margin-bottom: 5px;
  width: 40.7%; }
  select.wide {
    width: 61.5%; }
  select:focus {
    background-color: white;
    border: 1px solid #777777;
    color: black; }

/*jquery */
#locations_div {
  padding: 2px 2px 2px 0;
  margin-bottom: 4px;
  height: 18px;
  float: left; }

.wow_container {
  float: right; }

.ui-datepicker select {
  width: auto; }

.ui-widget-overlay {
  opacity: 0.6; }

.ui-dialog-content ol {
  margin: 0; }

/*facebook button */
input {
  border: none; }
  input.facebook_button {
    background: url("/images/facebook_button.png") 0px -1px #5872a7 no-repeat;
    height: 23px;
    padding: 0 1px 4px 22px;
    color: white;
    font-weight: bold;
    font-size: 12px;
    border-bottom: 2px solid #1a356e;
    border-top: 2px solid #879ac0;
    border-left: none;
    border-right: 1px solid #1a356e none; }

/*messages */
.errorExplanation {
  background: url("/images/exclamation.png") 2% 5% no-repeat #fcefa1;
  border: 1px solid #cd0a0a;
  padding: 14px 10px 10px 14px;
  margin: 10px; }
  .errorExplanation h2 {
    float: none;
    font-size: 120%;
    line-height: 100%;
    padding-left: 35px; }
  .errorExplanation p {
    margin-bottom: 2px; }
  .errorExplanation ul {
    margin: 0;
    list-style-image: url("/images/cross.png"); }

ul.error {
  background: url("/images/exclamation.png") 2% 5% no-repeat #fcefa1;
  border: 1px solid #cd0a0a;
  padding: 14px 10px 10px 14px;
  margin: 10px;
  background-position: 10px 5px;
  padding: 14px 10px 10px 50px;
  margin: 10px 0 0 0;
  list-style-type: none; }

.fieldWithErrors {
  display: inline; }
  .fieldWithErrors .textfield, .fieldWithErrors .textarea {
    border-color: red; }

.notice {
  background: url("/images/info.png") 10px 1px no-repeat #cfedff;
  border: 1px solid #2277bb;
  padding: 10px 10px 10px 45px;
  margin: -10px 0 15px 0;
  font-weight: bold; }

/*icons */
.flag {
  background-image: url("/images/flag_blue.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 1px 19px; }

.tag {
  background-image: url("/images/tag.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 1px 19px; }

.time {
  background-image: url("/images/time.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 1px 19px;
  background-position: top left; }

.favorite {
  background-image: url("/images/star_empty.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 1px 19px; }

.star {
  background-image: url("/images/star_empty.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 1px 19px;
  font-size: 80%;
  padding-bottom: 3px;
  padding-top: 3px;
  padding-right: 3px; }

.message {
  background-image: url("/images/email.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 1px 19px; }

.phone {
  background-image: url("/images/mobile.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 1px 19px;
  width: 24px;
  height: 24px; }

.site {
  background-image: url("/images/world.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 1px 19px; }

.add {
  background-image: url("/images/add.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 1px 19px; }
  .add a {
    color: #662e00; }

.best {
  background-image: url("/images/tick_small.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 1px 19px; }

.badge {
  background-image: url("/images/rosette.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 1px 19px;
  padding-left: 25px;
  padding-top: 2px; }

.erase {
  background-image: url("/images/erase.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 1px 19px; }
  .erase a {
    color: #662e00; }

.delete {
  background-image: url("/images/cross_16px.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 1px 19px;
  color: #662e00; }
  .delete.delete_right {
    margin: 0 0 5px 416px;
    font-weight: bold; }

.name {
  background-image: url("/images/user.png");
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0 0 1px 19px;
  background-position: top left; }
  .name.name_bigger {
    font-size: 14px;
    vertical-align: middle; }

.picture_delete_button img {
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0px 0px 9px -24px;
  cursor: pointer; }

.best_answer {
  background: url("/images/tick.png") top left no-repeat;
  padding: 2px 0 20px 25px;
  margin: 0 0 10px 10px;
  font-size: 16px;
  font-weight: 600;
  color: #537434; }

/*sidebar */
.sidebar {
  background-color: #f2f0eb;
  padding: 5px;
  margin-bottom: 15px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-bottomright: 5px; }
  .sidebar input.attend {
    background: url("/images/attend.png") center no-repeat;
    width: 50px;
    height: 50px;
    border: none;
    float: left;
    margin-left: 25px;
    cursor: pointer; }
  .sidebar input.attended {
    background: url("/images/attended.png") center no-repeat;
    width: 50px;
    height: 50px;
    border: none;
    float: left;
    margin-left: 25px;
    cursor: pointer; }

.add_to_favorites {
  float: right;
  cursor: pointer;
  margin-right: 25px; }
  .add_to_favorites img {
    border: none; }

/*footer */
#footer {
  background-color: #777777;
  border-top: 7px solid black;
  clear: both;
  padding: 15px;
  margin-top: 30px;
  color: #999999; }
  #footer .links a {
    color: white; }
    #footer .links a:hover {
      text-decoration: underline; }

#copyright {
  color: #444444; }
