body {
  margin: 0;
  padding: 0;
  font-family: Ubuntu, sans-serif;
  font-size: 12px;
  background-color: #FFF;
  color: #000; }

p {
  margin: 0.5em 0; }

hr {
  height: 1px;
  margin: 5px 0;
  border: none;
  color: #000;
  background-color: #000; }

a:link, a:visited {
  text-decoration: none;
  color: inherit; }
a.button, a.button:link, a.button:visited {
  display: block;
  margin: 10px 0 30px;
  padding: 3px 10px;
  background-color: #000;
  color: #FFF;
  font-weight: 500;
  text-transform: uppercase; }
a.button:hover {
  text-decoration: none; }

.larger {
  font-size: 16px !important; }

.smallUpper {
  font-family: Georgia, serif;
  text-transform: uppercase; }

.largeLower {
  font-family: Georgia, serif;
  font-size: 150%;
  text-transform: lowercase; }

h1 {
  font-size: 38px;
  height: 44px; }
  h1 .largeLower {
    font-size: 52px; }

.all-caps {
  font-weight: 500;
  text-transform: uppercase; }

.author-date {
  font-size: 11px;
  color: #666; }

.button-right {
  padding-right: 23px !important;
  background-image: url(/media/button-right.png);
  background-position: right center;
  background-repeat: no-repeat; }

.button-left {
  padding-left: 23px !important;
  background-image: url(/media/button-left.png);
  background-position: left center;
  background-repeat: no-repeat; }

.hide {
  visibility: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  position: absolute; }

td.right {
  text-align: right; }

/* Forms */
form fieldset {
  margin: 20px 0;
  padding: 0 10px 4px;
  border: 1px solid #999; }
  form fieldset legend {
    color: #999;
    text-transform: uppercase; }
  form fieldset table {
    margin: 0; }
    form fieldset table td {
      width: 60%; }
    form fieldset table b {
      font-size: 14px; }
form input, form textarea, form select {
  font-family: inherit;
  font-size: inherit;
  line-height: 16px; }
form textarea {
  resize: vertical; }
form input[type=text], form input[type=date], form input[type=time] {
  height: 16px; }
form table {
  width: 100%;
  margin: 20px 0; }
  form table + table {
    margin-top: -20px; }
  form table tr.date-time p {
    margin: 0;
    width: 50px; }
  form table tr.date-time td.right p {
    width: 130px; }
  form table tr.date-time input {
    width: 130px; }
  form table td, form table th {
    padding-top: 5px;
    vertical-align: top;
    line-height: 24px; }
    form table td input, form table th input {
      padding: 1px 3px;
      width: 450px; }
    form table td select, form table th select {
      width: 100%; }
      form table td select + ul, form table th select + ul {
        background-position: center 2px;
        background-repeat: no-repeat; }
      form table td select[name=topics] + ul, form table th select[name=topics] + ul {
        background-image: url(/media/placeholder-topics.png); }
      form table td select[name=cities] + ul, form table th select[name=cities] + ul {
        background-image: url(/media/placeholder-cities.png); }
    form table td textarea, form table th textarea {
      width: 570px;
      height: 80px;
      margin-bottom: 10px;
      padding: 3px; }
    form table td label, form table th label {
      display: block;
      width: 120px;
      margin: 2px 0 5px;
      font-weight: 500;
      text-transform: uppercase;
      line-height: 18px;
      -moz-user-select: none;
      -webkit-user-select: none;
      user-select: none; }
      form table td label.wide, form table th label.wide {
        width: 200px; }
      form table td label input, form table th label input {
        border: none; }
    form table td.right label, form table th.right label {
      margin-right: 10px; }
    form table td p input, form table th p input {
      margin: 0 10px 0 0; }
    form table td p label, form table th p label {
      display: inline;
      margin: 0;
      width: auto;
      font-weight: normal;
      text-transform: none;
      color: #000 !important; }
    form table td.multiple, form table th.multiple {
      width: 340px; }
      form table td.multiple select, form table th.multiple select {
        width: 340px !important; }
      form table td.multiple input, form table th.multiple input {
        width: 330px; }
    form table td.check p, form table th.check p {
      width: 240px;
      margin: 2px 0 4px;
      line-height: 18px; }
      form table td.check p input, form table th.check p input {
        display: inline;
        vertical-align: middle; }
    form table td.currency, form table th.currency {
      width: 460px; }
      form table td.currency select, form table th.currency select {
        width: 120px; }
      form table td.currency input, form table th.currency input {
        width: 332px;
        border-left: none; }

.author {
  clear: both;
  height: 50px;
  margin: 10px 0;
  padding-top: 10px;
  border-bottom: 1px solid #000; }
  .author img {
    margin-top: -10px; }

/* Articles */
article h2 {
  clear: left; }
article img {
  float: left; }
article.grid_12 img {
  margin-right: 10px;
  margin-bottom: 5px; }
article.grid_4 img {
  margin-bottom: 20px; }
article p {
  line-height: 1.4em; }
article dl {
  margin-top: 20px; }
article.errors {
  padding: 5px 10px;
  border: 1px solid #900;
  background-color: #FEE;
  color: #900; }
  article.errors ul {
    margin: 0; }
    article.errors ul li {
      background-image: url(/media/bullet-error.png);
      padding-left: 15px; }
article.full p, article.full blockquote {
  margin: 20px 0;
  font-size: 14px;
  line-height: 20px; }
article.full li {
  margin: -10px 0 20px 20px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px; }
  article.full li:before {
    content: normal; }
article.full h2 {
  font-size: 22px;
  font-weight: 500;
  line-height: normal; }
article.full h3 {
  margin: 30px 0 -10px;
  font-size: 14px;
  line-height: normal;
  text-transform: uppercase; }
article.full .author img {
  float: left;
  margin-right: 10px; }
article.full .author p {
  font-size: 12px;
  line-height: 16px;
  margin: 3px 0; }
  article.full .author p.author-date {
    margin: 1px 0; }
article.full p.intro {
  font-size: 16px;
  line-height: 22px; }
article.full p.author-date {
  margin: 10px 0;
  color: #999; }
  article.full p.author-date span {
    color: #333; }
article.full p.tags {
  font-size: 11px;
  line-height: 16px;
  margin: 1px 0; }
article.full p.share {
  margin: 15px 0 0;
  font-size: 11px;
  color: #666; }
  article.full p.share a {
    margin: 0 5px; }
    article.full p.share a span {
      display: none; }
  article.full p.share + p {
    margin: 10px 0 0; }
    article.full p.share + p a.addthis_button_facebook_like span {
      vertical-align: 0; }

.latest article h2 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 500; }

.recent article {
  margin-top: 10px;
  margin-bottom: 5px; }
  .recent article h2 {
    font-size: 18px;
    font-weight: 500; }
  .recent article h3 {
    font-size: 14px; }

blockquote {
  background-repeat: no-repeat;
  font-style: italic; }
  blockquote.pull-out {
    float: right;
    width: 220px;
    margin: 5px -120px 20px 20px !important;
    padding: 25px 0 15px;
    border-top: 2px solid #000;
    border-bottom: 1px solid #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    background-image: url(/media/quote-pullout.png);
    background-position: left top; }

#cycle {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: -20px; }
  #cycle-prev, #cycle-next, #cycle-play-pause {
    position: absolute;
    z-index: 50;
    display: none;
    overflow: hidden;
    width: 46px;
    height: 46px;
    text-indent: -1000px;
    background-position: left top;
    background-repeat: no-repeat; }
    #cycle-prev.aspect1_1, #cycle-next.aspect1_1, #cycle-play-pause.aspect1_1 {
      margin-top: -374px; }
    #cycle-prev.aspect4_3, #cycle-next.aspect4_3, #cycle-play-pause.aspect4_3 {
      margin-top: -301px; }
    #cycle-prev.aspect3_2, #cycle-next.aspect3_2, #cycle-play-pause.aspect3_2 {
      margin-top: -276px; }
    #cycle-prev.aspect16_9, #cycle-next.aspect16_9, #cycle-play-pause.aspect16_9 {
      margin-top: -247px; }
  #cycle-prev {
    background-image: url(/media/gallery-arrow-left.png); }
  #cycle-next {
    margin-left: 534px;
    background-image: url(/media/gallery-arrow-right.png); }
  #cycle-play-pause {
    margin-left: 480px;
    background-image: url(/media/gallery-play-pause.png); }
    #cycle-play-pause.play {
      background-position: left bottom; }
  #cycle.aspect1_1 {
    height: 670px; }
  #cycle.aspect4_3 {
    height: 525px; }
  #cycle.aspect3_2 {
    height: 477px; }
  #cycle.aspect16_9 {
    height: 416px; }

figure {
  margin: 20px 0 30px; }
  figure figcaption {
    clear: both;
    padding: 5px 0;
    border-bottom: 1px solid #999;
    color: #000;
    line-height: 16px; }

/* SECTIONS */
body > section {
  padding-bottom: 20px; }

section {
  background-position: center top;
  background-repeat: repeat-x;
  /* section >> form */ }
  section a:link, section a:visited {
    color: #069; }
  section a:hover {
    text-decoration: underline; }
  section .more {
    float: right;
    margin: 5px 10px 10px; }
  section ul {
    clear: both;
    list-style: none;
    margin: 30px 0; }
    section ul li {
      margin: 5px 0;
      padding-left: 12px;
      background-image: url(/media/bullet-arrow.png);
      background-position: left 5px;
      background-repeat: no-repeat; }
    section ul a li {
      background-image: url(/media/bullet-arrow-link.png); }
  section ol {
    clear: left;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    counter-reset: item; }
    section ol li {
      margin-bottom: 10px;
      margin-left: 20px; }
      section ol li:before {
        display: inline-block;
        content: counter(item);
        counter-increment: item;
        width: 20px;
        margin-left: -20px;
        font-size: 14px;
        background-color: #FFF;
        z-index: 2;
        position: relative; }
      section ol li a {
        font-size: 12px;
        vertical-align: 2px; }
  section section {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 2px solid #000; }
    section section .grid_10 section {
      margin-top: 30px; }
    section section h2, section section h3, section section h4 {
      float: left;
      border-top-width: 2px;
      border-top-style: solid;
      border-top-color: inherit;
      font-weight: normal; }
    section section h2 {
      font-size: 24px;
      line-height: 26px;
      margin-bottom: 15px; }
    section section h3 {
      font-size: 18px;
      line-height: 22px;
      margin-bottom: 5px; }
    section section h4 {
      font-size: 10.5px;
      line-height: 16px;
      margin-bottom: 5px; }
    section section article h2, section section article h3, section section article h4 {
      float: none !important;
      border: none;
      font-weight: bold;
      color: #000 !important;
      line-height: normal !important; }
    section section article h2 {
      margin-bottom: 5px;
      font-size: 14px; }
    section section article h3 {
      margin: 15px 0 5px;
      font-size: 12px; }
    section section article h4 {
      font-size: inherit; }
    section section article hgroup h3, section section article hgroup h4 {
      margin: 15px 0 5px; }
    section section hgroup h3, section section hgroup h4 {
      margin: 6px 10px;
      border-top: none;
      color: #666; }
  section form input,
  section form textarea,
  section form select {
    border: 2px solid #DDD;
    background-color: #FFF; }
    section form input:-moz-ui-invalid,
    section form textarea:-moz-ui-invalid,
    section form select:-moz-ui-invalid {
      box-shadow: none;
      border-color: #F99; }
  section form input[type=checkbox] {
    width: auto !important; }
  section form input.submit {
    width: auto !important;
    border: none;
    padding: 3px 6px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    color: #FFF;
    background-color: #000; }
  section form select {
    background-color: #DDD; }
  section form select[multiple=multiple],
  section form .multiple select {
    background-color: #FFF; }
    section form select[multiple=multiple] option,
    section form .multiple select option {
      margin: 3px; }

#topics {
  padding: 20px 0;
  background-color: #EEE;
  background-image: url(/media/topics-bg-top.png); }

#monitor {
  padding: 20px 0;
  background-color: #CCC;
  background-image: url(/media/discussions-bg-top.png); }
  #monitor h3 {
    margin-top: 5px;
    font-size: 13px; }
  #monitor article h4 {
    font-weight: 500; }
  #monitor ol li:before {
    background-color: #CCC; }
  #monitor dl {
    clear: both;
    font-weight: 500; }
    #monitor dl dt a {
      color: #000; }
    #monitor dl dd {
      margin-bottom: 10px; }
  #monitor .author {
    margin-bottom: 0; }
    #monitor .author img {
      float: right; }
  #monitor blockquote {
    clear: both;
    margin-bottom: -95px;
    padding: 25px 0 100px;
    font-size: 18px;
    background-image: url(/media/quote-discuss.png);
    background-position: left 5px; }

#market {
  padding: 20px 0;
  background-color: #666;
  background-image: url(/media/market-bg.png); }
  #market section {
    min-height: 301px;
    color: #FFF;
    background-color: black;
    background-image: none !important; }
    #market section h4 {
      padding-left: 10px; }
    #market section p {
      clear: both;
      margin-left: 10px;
      margin-right: 10px; }
    #market section dl {
      clear: both;
      margin: 10px; }
      #market section dl dt {
        margin-top: 5px;
        font-weight: bold;
        text-transform: uppercase; }
        #market section dl dt a {
          color: #FFF !important; }
    #market section form p {
      clear: none;
      margin-bottom: 10px; }
    #market section input {
      border: 0;
      background-color: #555;
      color: #CCC;
      width: 190px;
      padding: 5px; }
      #market section input.submit {
        float: left;
        width: auto;
        padding: 0;
        background-color: transparent;
        font-weight: 500;
        text-transform: uppercase;
        cursor: pointer; }
        #market section input.submit:hover {
          color: #FFF !important; }

#comments {
  padding: 20px 0;
  background-color: #DDD;
  background-image: url(/media/comments-bg-top.png); }
  #comments .container_16 {
    background-image: url(/media/comments-bg.png);
    background-repeat: no-repeat;
    background-position: 730px 10px; }
  #comments section {
    margin-bottom: 30px; }
  #comments article {
    margin: 10px 0 20px; }
  #comments .author {
    height: 50px;
    border: none; }
    #comments .author img {
      margin: 0 25px 0 10px; }
    #comments .author h4 {
      font-size: 12px;
      margin: 3px 0; }
    #comments .author p {
      font-size: 10px;
      line-height: 14px;
      margin: 3px 0; }
  #comments label {
    width: 100px; }
  #comments input,
  #comments textarea {
    border: 0;
    width: 460px;
    padding: 5px 10px;
    background-color: #FFF; }
  #comments textarea {
    height: 95px; }
  #comments input.submit {
    width: auto;
    background-color: #000;
    color: #FFF;
    text-transform: uppercase;
    padding: 2px 10px;
    margin: 5px 0; }

/* Header */
header {
  padding: 10px 0;
  color: #FFF;
  background-color: #000;
  background-image: url(/media/header-bg.png);
  background-position: center bottom;
  /* Login/out */
  /* Social Media */
  /* Advert */ }
  header a {
    color: #FFF; }
  header hgroup {
    padding-bottom: 15px; }
  header h1, header h2 {
    text-align: center;
    font-weight: normal; }
  header h1 {
    line-height: 30px; }
    header h1 a {
      outline: none; }
  header h2 {
    font-size: 14px; }
  header div.grid_3 p {
    margin: 4px 0;
    font-size: 10px;
    font-weight: 500; }
    header div.grid_3 p.loginout {
      text-transform: uppercase; }
  header p.social {
    padding-top: 5px; }
  header .advert {
    margin-bottom: 15px;
    text-align: center; }
    header .advert #google_ads_div_GloburbLeaderboard,
    header .advert #google_ads_div_GloburbLeaderboard_ad_container {
      margin: 0 auto;
      height: 90px;
      width: 728px;
      border: 1px solid #666; }

/* Social Media */
.social a {
  float: left;
  width: 15px;
  height: 15px;
  line-height: 0;
  margin-right: 5px;
  text-indent: -1000px;
  overflow: hidden;
  background-image: url(/media/icons-social.png);
  background-repeat: no-repeat; }

a.social-rss {
  margin-right: 10px;
  background-position: 0px top; }
  a.social-rss:hover {
    background-position: 0px bottom; }
a.social-twitter {
  background-position: -15px top; }
  a.social-twitter:hover {
    background-position: -15px bottom; }
a.social-facebook {
  background-position: -30px top; }
  a.social-facebook:hover {
    background-position: -30px bottom; }
a.social-linkedin {
  background-position: -45px top; }
  a.social-linkedin:hover {
    background-position: -45px bottom; }

a.rss {
  float: right;
  width: 19px;
  height: 19px;
  line-height: 0;
  text-indent: -1000px;
  overflow: hidden;
  background-image: url(/media/icon-rss.png);
  background-position: left top; }
  a.rss:hover {
    background-position: left bottom; }

.author + .rss {
  margin-top: 10px; }

header p.subscribe {
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase; }

/* Minor Menu */
#minor-menu ul {
  list-style: none;
  font-size: 10px;
  font-weight: 500;
  text-align: right;
  text-transform: uppercase; }
  #minor-menu ul li {
    margin: 4px 0; }

/* Main Menu */
#main-menu {
  float: left;
  height: 34px;
  margin: 15px 7px 10px;
  padding: 0 3px;
  border-color: #FFF;
  background-image: url(/media/header-menu-bg.png);
  background-repeat: repeat-x;
  background-position: center bottom; }
  #main-menu ul {
    list-style: none; }
    #main-menu ul ul {
      clear: left;
      position: absolute;
      display: none;
      list-style: none;
      width: 405px;
      margin: 5px 0 0 -5px;
      padding: 3px 0;
      background-color: #EEE;
      box-shadow: 0 5px 5px #999999;
      -moz-box-shadow: 0 5px 5px #999999;
      -webkit-box-shadow: 0 5px 5px #999999; }
      #main-menu ul ul li {
        width: 190px;
        margin: 2px 5px 3px;
        padding: 0;
        border: none; }
        #main-menu ul ul li a {
          color: #000;
          text-transform: none;
          font-weight: normal; }
    #main-menu ul li {
      float: left;
      height: 13px;
      line-height: 13px;
      margin-right: 3px;
      padding: 5px;
      border-top-width: 3px;
      border-top-style: solid;
      border-top-color: inherit;
      /* Search */ }
      #main-menu ul li a {
        display: block;
        color: inherit;
        text-transform: uppercase;
        font-weight: 500; }
      #main-menu ul li:hover, #main-menu ul li.hover {
        background-color: #EEE; }
        #main-menu ul li:hover ul, #main-menu ul li.hover ul {
          display: block;
          z-index: 10; }
      #main-menu ul li.regions ul, #main-menu ul li.about ul {
        width: 200px; }
      #main-menu ul li.planning {
        width: 75px; }
      #main-menu ul li.governance {
        width: 98px; }
      #main-menu ul li.economy {
        width: 73px; }
      #main-menu ul li.communities {
        width: 93px; }
      #main-menu ul li.environment {
        width: 97px; }
      #main-menu ul li.international {
        width: 109px; }
      #main-menu ul li.regions {
        width: 66px; }
      #main-menu ul li.about {
        width: 59px; }
      #main-menu ul li#search {
        width: 161px;
        padding-right: 0;
        margin-right: 0;
        background-color: #333 !important; }
        #main-menu ul li#search input {
          float: right;
          height: 13px;
          padding: 0;
          border: 0;
          font-size: 12px;
          font-weight: 500;
          line-height: 10px;
          color: #FFF; }
          #main-menu ul li#search input::-webkit-input-placeholder {
            color: #FFF; }
          #main-menu ul li#search input#s {
            float: left;
            width: 120px;
            background-color: transparent; }

/* Adverts */
section.advert {
  margin-bottom: 30px;
  border-color: #CCC; }
  section.advert h4 {
    color: #CCC !important;
    border-color: #CCC !important; }
  section.advert #google_ads_div_GloburbSquare,
  section.advert #google_ads_div_GloburbSquare_ad_container {
    width: 200px;
    height: 200px;
    margin-top: 30px;
    padding: 9px;
    border: 1px solid #CCC; }
  section.advert #google_ads_div_GloburbSkyscraper,
  section.advert #google_ads_div_GloburbSkyscraper_ad_container {
    width: 160px;
    height: 600px;
    margin-top: 30px;
    padding: 29px;
    border: 1px solid #CCC; }

/* Footer */
footer {
  padding: 10px 0;
  font-size: 10px;
  color: #FFF;
  background-color: #000; }
  footer a {
    margin: 0 5px;
    color: #FFF; }
    footer a:first-child {
      margin-left: 0; }
  footer #copyright {
    margin: 0;
    text-align: right;
    color: #999; }

#gu {
  clear: both;
  float: right;
  display: block;
  margin: 0 10px; }

/* Pages/Colours */
section section.default {
  border-color: #000 !important; }
  section section.default h2, section section.default h3, section section.default h4 {
    color: #000;
    border-color: #000; }

/* Planning */
section.planning,
section.planning h2,
section.planning h4,
#main-menu li.planning:hover {
  border-color: #009; }

section.planning h2,
section.planning blockquote.pull-out,
#main-menu li.planning:hover > a,
#main-menu li.planning a:hover,
footer a.planning:hover {
  color: #009; }

/* Governance */
section.governance,
section.governance h2,
section.governance h4,
#main-menu li.governance:hover {
  border-color: #093; }

section.governance h2,
section.governance blockquote.pull-out,
#main-menu li.governance:hover > a,
#main-menu li.governance a:hover,
footer a.governance:hover {
  color: #093; }

/* Economy */
section.economy,
section.economy h2,
section.economy h4,
#main-menu li.economy:hover {
  border-color: #C90; }

section.economy h2,
section.economy blockquote.pull-out,
#main-menu li.economy:hover > a,
#main-menu li.economy a:hover,
footer a.economy:hover {
  color: #C90; }

/* Communities */
section.communities,
section.communities h2,
section.communities h4,
#main-menu li.communities:hover {
  border-color: #924; }

section.communities h2,
section.communities blockquote.pull-out,
#main-menu li.communities:hover > a,
#main-menu li.communities a:hover,
footer a.communities:hover {
  color: #924; }

/* Environment */
section.environment,
section.environment h2,
section.environment h4,
#main-menu li.environment:hover {
  border-color: #690; }

section.environment h2,
section.environment blockquote.pull-out,
#main-menu li.environment:hover > a,
#main-menu li.environment a:hover,
footer a.environment:hover {
  color: #690; }

/* International */
section.international,
section.international h2,
section.international h4,
#main-menu li.international:hover {
  border-color: #609; }

section.international h2,
section.international blockquote.pull-out,
#main-menu li.international:hover > a,
#main-menu li.international a:hover,
footer a.international:hover {
  color: #609; }

/* Regions */
section.regions,
section.regions h2,
section.regions section,
#main-menu li.regions:hover {
  border-color: #636; }

section.regions h2,
#main-menu li.regions:hover > a,
#main-menu li.regions a:hover,
footer a.regions:hover {
  color: #636; }

section.regions .hot-spots h3,
section.regions .hot-spots h3 a {
  color: #636 !important; }

.regions .hot-spots {
  clear: both; }
  .regions .hot-spots h3 {
    clear: left;
    margin: 30px 0 10px;
    font-size: 14px;
    text-transform: uppercase; }
  .regions .hot-spots dl {
    margin: 10px 0;
    font-weight: 500; }
    .regions .hot-spots dl dt {
      margin: 10px 0 0; }
      .regions .hot-spots dl dt a {
        color: #000; }

/* About Page */
section.about,
section.about a:hover section,
section.about a:hover section h4,
#main-menu li.about:hover {
  border-color: #C46; }

section.about a:hover section {
  border-color: #C46 !important; }

a.about,
section.about h2,
section.about h3,
section.about h3 a,
section.about h4,
section.about label,
section.about a:hover section h4,
#main-menu li.about:hover > a,
#main-menu li.about a:hover,
#market section.about a {
  color: #C46; }

section.about a section h4 {
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase; }

section.about .grid_4 a:hover {
  text-decoration: none !important;
  cursor: pointer; }

section.about .grid_10 .grid_4 a:hover {
  text-decoration: underline !important; }

section.about article h2,
section.about article h3 {
  color: #C46 !important; }

section.about input.submit {
  background-color: #C46; }

section section.about hgroup {
  margin: 10px 0 -15px; }
  section section.about hgroup h3, section section.about hgroup h4 {
    margin: 0; }
  section section.about hgroup h3 {
    text-transform: none; }
  section section.about hgroup h4 {
    font-weight: 500;
    color: #888 !important; }
section section.about article h2 {
  margin: 20px 0 10px;
  font-size: 16px; }
section section.about article .author-date {
  margin-top: -5px; }
section section.about dl {
  margin: 5px 0 20px; }
  section section.about dl dt {
    font-weight: 500; }
  section section.about dl dd {
    margin-bottom: 10px;
    font-weight: normal;
    color: #888; }

.about form td textarea {
  width: 450px;
  height: 160px; }
.about section.advert {
  margin-top: 20px; }
.about .author {
  margin-bottom: -10px;
  border-bottom: 1px solid #000; }
  .about .author img {
    float: left;
    margin: 0 !important; }
.about .grid_10 .grid_4 .author {
  margin-top: 15px;
  height: 60px; }
.about .grid_10 .author {
  margin-top: -10px;
  height: 90px; }
.about .grid_4 .default {
  min-height: 0; }

/* Subscribe */
section.subscribe {
  border-color: #AC0; }

section.subscribe h2,
section.subscribe h3,
section.subscribe h4,
section.subscribe label,
header p.subscribe a:hover,
#market section.subscribe a,
#market section.subscribe input.submit {
  color: #AC0; }

section.subscribe input.submit,
section.subscribe a.button {
  background-color: #AC0; }

.subscribe form select {
  width: 380px; }
.subscribe form .check select,
.subscribe form .check ul.select-box {
  width: 220px; }
.subscribe .social {
  float: right;
  margin-right: 5px; }

/* Advertise */
section.advertise-page {
  border-color: #617; }

section.advertise-page h2,
section.advertise-page label,
section.advertise-page th,
#minor-menu li.advertise a:hover {
  color: #617; }

section.advertise-page input.submit {
  background-color: #617; }

.advertise-page form p {
  margin: 5px 0 0; }
.advertise-page form textarea {
  width: 450px; }
.advertise-page form input.file {
  width: 70px !important; }

/* Events/Jobs - Common */
section .grid_4 section.jobs article, section .grid_4 section.jobs dl,
section .grid_4 section.events article,
section .grid_4 section.events dl {
  clear: both;
  padding: 0 10px 10px; }
section .grid_4 section.jobs article h3,
section .grid_4 section.events article h3 {
  text-transform: uppercase; }
section .grid_4 section.jobs dl,
section .grid_4 section.events dl {
  font-weight: 500; }
  section .grid_4 section.jobs dl dt,
  section .grid_4 section.events dl dt {
    text-transform: uppercase; }
    section .grid_4 section.jobs dl dt a,
    section .grid_4 section.events dl dt a {
      color: #666; }
  section .grid_4 section.jobs dl dd,
  section .grid_4 section.events dl dd {
    margin-bottom: 5px; }

section.jobs .grid_10 h2,
section.events .grid_10 h2 {
  font-size: 16px;
  margin-top: 25px; }
section.jobs article.full h3,
section.events article.full h3 {
  margin: 10px 0 -15px;
  font-size: 14px; }
section.jobs p.job-info,
section.jobs p.event-info,
section.events p.job-info,
section.events p.event-info {
  font-size: 12px;
  line-height: normal;
  margin: 2px 0;
  font-weight: 500; }
section.jobs th,
section.events th {
  width: 160px;
  font-weight: 500; }

/* Jobs */
section.jobs h2,
section.jobs h2 a,
section.jobs h3,
section.jobs h3 a,
section.jobs h4,
section.jobs dd,
section.jobs label,
section.jobs th,
section.jobs .job-info b,
#market section.jobs a,
#market section.jobs dd,
#minor-menu li.jobs a:hover {
  color: #08A; }

section.jobs {
  border-color: #08A !important; }
  section.jobs h4 {
    border-color: #08A; }
  section.jobs .button,
  section.jobs input.submit {
    background-color: #08A; }

section section.jobs article h2, section section.jobs article h3 {
  color: #08A !important; }

.grid_4 section.jobs {
  height: 175px;
  margin-bottom: 20px;
  background-image: url(/media/jobs-bg.png);
  background-repeat: repeat; }
.grid_4 section + section.jobs {
  height: 140px; }
.grid_4 .default {
  min-height: 148px; }

.jobs form tr.mode select {
  width: 180px; }
.jobs form tr.mode td.mode select {
  width: 120px; }
.jobs form tr.mode td label {
  width: 150px; }
.jobs form tr.mode td.mode label {
  width: 60px; }
.jobs form tr.level input {
  width: 110px;
  margin-right: 10px; }

/* Events */
section.events h2,
section.events h2 a,
section.events h3,
section.events h3 a,
section.events h4,
section.events dd,
section.events label,
section.events th,
section.events .event-info b,
#market section.events a,
#market section.events dd,
#minor-menu li.events a:hover {
  color: #D60; }

section.events {
  border-color: #D60 !important; }
  section.events h4 {
    border-color: #D60; }
  section.events .button,
  section.events input.submit {
    background-color: #D60; }

section section.events article h2,
section section.events article h3 {
  color: #D60 !important; }

.grid_4 section.events {
  min-height: 175px;
  background-image: url(/media/events-bg.png);
  background-repeat: repeat; }
  .grid_4 section.events article h4 {
    color: #D60 !important;
    margin-top: -5px; }

.events article.full h3 {
  text-transform: none; }

/* Search Page */
.search form tr.date-time input {
  width: 110px; }
.search form tr.date-time label {
  width: 50px; }
.search form tr.date-time .right label {
  width: 40px; }
.search form td.keyword input {
  width: 140px; }
.search form td.keyword label {
  width: 70px; }
.search article h3 {
  margin: 30px 0 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
  font-size: 18px; }
.search article h4 {
  font-size: 16px;
  line-height: normal;
  margin: 15px 0 5px; }

/* Maps */
#map-large {
  width: auto;
  margin: 0 15px; }
  #map-large img {
    margin: 0; }
  #map-large ul {
    display: block;
    margin: 0;
    padding: 0; }
    #map-large ul li {
      position: absolute;
      margin: 0;
      padding: 0;
      background-image: none; }
      #map-large ul li a {
        position: absolute;
        z-index: 2;
        display: block;
        background-image: url(/media/blank.png);
        outline: none !important; }
        #map-large ul li a + img, #map-large ul li a + img + h4 {
          display: none; }
      #map-large ul li.selected a + img,
      #map-large ul li a:hover + img,
      #map-large ul li a:hover + img + h4 {
        display: block; }
      #map-large ul li h4 {
        position: absolute;
        padding: 2px 5px;
        border: none;
        background-color: #636;
        color: #FFF;
        box-shadow: 0 3px 5px #999999;
        -moz-box-shadow: 0 3px 5px #999999;
        -webkit-box-shadow: 0 3px 5px #999999; }
      #map-large ul li.map-na a {
        width: 270px;
        height: 150px; }
      #map-large ul li.map-na h4 {
        margin-left: 50px;
        margin-top: -300px; }
      #map-large ul li.map-lac a {
        margin-left: 50px;
        margin-top: 150px;
        width: 180px;
        height: 240px; }
      #map-large ul li.map-lac h4 {
        margin-left: 20px;
        margin-top: -160px; }
      #map-large ul li.map-eca a {
        margin-left: 270px;
        margin-top: 10px;
        width: 360px;
        height: 125px;
        z-index: 1; }
      #map-large ul li.map-eca h4 {
        margin-left: 350px;
        margin-top: -320px; }
      #map-large ul li.map-ame a {
        margin-left: 255px;
        margin-top: 135px;
        width: 175px;
        height: 210px; }
      #map-large ul li.map-ame h4 {
        margin-left: 245px;
        margin-top: -180px; }
      #map-large ul li.map-sa a {
        margin-left: 430px;
        margin-top: 145px;
        width: 70px;
        height: 95px;
        z-index: 3; }
      #map-large ul li.map-sa h4 {
        margin-left: 430px;
        margin-top: -200px; }
      #map-large ul li.map-ea a {
        margin-left: 455px;
        margin-top: 95px;
        width: 150px;
        height: 80px; }
      #map-large ul li.map-ea h4 {
        margin-left: 480px;
        margin-top: -270px; }
      #map-large ul li.map-ea a {
        margin-left: 455px;
        margin-top: 95px;
        width: 150px;
        height: 80px; }
      #map-large ul li.map-ea h4 {
        margin-left: 480px;
        margin-top: -270px; }
      #map-large ul li.map-seap a {
        margin-left: 500px;
        margin-top: 175px;
        width: 170px;
        height: 215px; }
      #map-large ul li.map-seap h4 {
        margin-left: 470px;
        margin-right: -50px;
        margin-top: -120px; }

#map-small {
  width: auto;
  margin-right: -5px; }
  #map-small img {
    margin: 0 auto; }
  #map-small ul {
    display: block;
    margin: 0;
    padding: 0; }
    #map-small ul li {
      position: absolute;
      margin: 0;
      padding: 0;
      background-image: none; }
      #map-small ul li h5 {
        position: absolute;
        padding: 2px 5px;
        font-size: 11px;
        font-weight: 500;
        background-color: #636;
        color: #FFF; }
      #map-small ul li a {
        position: absolute;
        z-index: 2;
        display: block;
        background-image: url(/media/blank.png); }
        #map-small ul li a + img, #map-small ul li a + img + h5 {
          display: none; }
        #map-small ul li a:hover + img, #map-small ul li a:hover + img + h5 {
          display: block; }
      #map-small ul li.map-na a {
        width: 90px;
        height: 50px; }
      #map-small ul li.map-na h5 {
        margin-top: -110px; }
      #map-small ul li.map-lac a {
        margin-left: 15px;
        margin-top: 50px;
        width: 70px;
        height: 85px; }
      #map-small ul li.map-lac h5 {
        margin-top: -50px; }
      #map-small ul li.map-eca a {
        margin-left: 90px;
        width: 120px;
        height: 45px;
        z-index: 1; }
      #map-small ul li.map-eca h5 {
        margin-left: 80px;
        margin-top: -120px; }
      #map-small ul li.map-ame a {
        margin-left: 85px;
        margin-top: 45px;
        width: 60px;
        height: 70px; }
      #map-small ul li.map-ame h5 {
        margin-left: 50px;
        margin-top: -60px; }
      #map-small ul li.map-sa a {
        margin-left: 140px;
        margin-top: 45px;
        width: 20px;
        height: 45px;
        z-index: 3; }
      #map-small ul li.map-sa h5 {
        margin-left: 125px;
        margin-top: -70px; }
      #map-small ul li.map-ea a {
        margin-left: 150px;
        margin-top: 30px;
        width: 50px;
        height: 30px; }
      #map-small ul li.map-ea h5 {
        margin-left: 160px;
        margin-right: -20px;
        margin-top: -95px; }
      #map-small ul li.map-seap a {
        margin-left: 160px;
        margin-top: 60px;
        width: 60px;
        height: 75px; }
      #map-small ul li.map-seap h5 {
        margin-left: 65px;
        margin-right: -20px;
        margin-top: -35px; }

/* Custom Select Element Styles */
ul.drop-down {
  background: #FFF;
  border: 2px solid #DDD;
  margin: 1px 0;
  line-height: 16px !important;
  list-style: none; }
  ul.drop-down li {
    height: 16px;
    padding: 1px 20px 1px 2px;
    margin: 0;
    cursor: default;
    overflow: hidden;
    white-space: no-wrap;
    background-color: #DDD;
    background-image: url(/media/arrow-down.png);
    background-position: right 4px;
    background-repeat: no-repeat; }
  ul.drop-down ul {
    position: absolute;
    z-index: 2;
    overflow: auto;
    width: 100%;
    margin: 0 -2px;
    border: 2px solid #DDD;
    border-top: none;
    max-height: 300px; }
    ul.drop-down ul li {
      padding: 2px;
      background-color: #FFF;
      background-image: none; }
      ul.drop-down ul li.selected {
        background-color: #DDD; }
      ul.drop-down ul li:hover {
        background-color: #666;
        color: #FFF; }
      ul.drop-down ul li.optgroup, ul.drop-down ul li.optgroup:hover {
        background-color: #FFF;
        color: #000;
        font-style: italic;
        font-weight: 500;
        text-align: center; }

ul.select-box {
  overflow: auto;
  border: 2px solid #DDD;
  margin: 2px 0;
  line-height: 16px !important;
  list-style: none; }
  ul.select-box li {
    background-image: none;
    background-color: #FFF;
    overflow: hidden;
    padding: 1px 2px;
    margin: 0;
    cursor: default; }
    ul.select-box li.selected {
      background-color: #999;
      color: #FFF; }
    ul.select-box li.optgroup, ul.select-box li.optgroup.selected {
      background-color: #FFF;
      color: #000;
      font-style: italic;
      font-weight: 500;
      text-align: center; }

.jspVerticalBar {
  border-left: 2px solid #DDD;
  background-color: #DDD; }
.jspTrack {
  border-width: 4px 6px;
  border-color: #DDD;
  border-style: solid; }
.jspDrag {
  background-color: #999; }
.jspArrow {
  margin-top: -2px;
  background-color: #DDD;
  background-position: center top; }
  .jspArrowUp {
    background-image: url(/media/arrow-up.png); }
  .jspArrowDown {
    background-image: url(/media/arrow-down.png); }
.jspDisabled {
  background-position: center bottom; }

/* Date input */
/* calendar root element */
#cal {
  /* head. contains title, prev/next month controls and possible month/year selectors */
  /* year/month selector */
  /* names of the days */
  /* container for weeks */
  /* current day */
  /* today */ }
  #calroot {
    z-index: 2;
    width: 198px;
    margin-top: 1px;
    padding: 2px;
    background-color: #fff;
    font-size: 11px;
    border: 2px solid #DDD; }
  #calhead {
    padding: 2px 0;
    height: 22px; }
  #caltitle {
    float: left;
    width: 155px;
    color: #0150D1;
    font-size: 14px;
    text-align: center;
    text-shadow: 0 1px 0 #ddd;
    line-height: 20px; }
  #calnext, #calprev {
    float: left;
    display: block;
    width: 20px;
    height: 20px;
    background: transparent url(/media/arrow-left.png) no-repeat scroll center center;
    cursor: pointer; }
  #calnext {
    background-image: url(/media/arrow-right.png);
    float: right; }
  #calprev.caldisabled, #calnext.caldisabled {
    visibility: hidden; }
  #caltitle select {
    font-size: 10px; }
  #caldays {
    height: 14px;
    border-bottom: 1px solid #999; }
    #caldays span {
      display: block;
      float: left;
      width: 28px;
      text-align: center; }
  #calweeks {
    background-color: #fff;
    margin-top: 4px; }
  #calcurrent {
    background-color: #999;
    color: #fff; }
  #caltoday {
    background-color: #333;
    color: #fff; }

/* single week */
.cal {
  /* different states */ }
  .calweek {
    clear: left;
    height: 22px;
    /* single day */ }
    .calweek a {
      display: block;
      float: left;
      width: 27px;
      height: 20px;
      margin-left: 1px;
      font-size: 11px;
      text-decoration: none;
      text-align: center;
      line-height: 20px;
      color: #333; }
  .calweek a:hover, .calfocus {
    background-color: #ddd; }

/* sunday */
a.cal {
  /* offmonth day */
  /* unselecteble day */ }
  a.calsun {
    color: red; }
  a.caloff {
    color: #BBB; }
    a.caloff:hover {
      background-color: #DDD; }
  a.caldisabled {
    background-color: #efefef !important;
    color: #ccc !important;
    cursor: default; }

li.tag {
  float: left;
  list-style: none;
  margin-right: 3px;
  padding: 2px 4px;
  color: #999;
  line-height: 16px;
  cursor: default;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  white-space: no-wrap; }
  li.tag span {
    color: #000; }
  li.tag p {
    float: left;
    margin: 0;
    padding-right: 15px; }
  li.tag a img {
    display: none;
    float: left;
    margin: 2px 0 0 -13px;
    padding: 3px 2px; }
  li.tag:hover, li.tag_hover {
    border: 1px solid #CCC;
    background-color: #EEE;
    padding: 1px 3px; }
    li.tag:hover a img, li.tag_hover a img {
      display: block; }

td.tag_sector {
  width: 200px;
  padding-right: 8px; }
  td.tag_sector select {
    width: 200px; }
td.tag_topic {
  width: 200px;
  padding-right: 8px; }
  td.tag_topic select {
    width: 200px; }
  td.tag_topic input {
    width: 190px; }
td.tag_add {
  width: 44px; }
  td.tag_add a.button {
    display: block;
    width: 34px;
    height: 16px;
    margin: 1px 0;
    padding: 3px 5px;
    line-height: 16px;
    text-align: center;
    font-weight: 500;
    color: #FFF;
    cursor: default; }

.tag_list {
  border: 2px solid #DDD;
  padding: 2px; }

/* IE fixes */
.ie6 section ol li, .ie7 section ol li {
  margin-left: 25px; }
.ie6 header h1, .ie7 header h1 {
  line-height: 40px;
  margin-top: -5px; }
.ie6 header h2, .ie7 header h2 {
  margin-top: 5px; }
.ie6 #gu, .ie7 #gu {
  float: left;
  margin-left: 920px; }
.ie6 footer, .ie7 footer {
  height: 15px; }
.ie6 ul.select-box li, .ie7 ul.select-box li {
  margin-left: -15px; }

.ie6 #main-menu ul ul, .ie7 #main-menu ul ul, .ie8 #main-menu ul ul {
  margin-left: -6px;
  padding-bottom: 8px;
  border: 1px solid #000;
  border-top: none; }
.ie6 a.addthis_button_facebook_like, .ie7 a.addthis_button_facebook_like, .ie8 a.addthis_button_facebook_like {
  vertical-align: -4px; }
.ie6 #s, .ie7 #s, .ie8 #s {
  margin-top: 2px; }

.ie7 #main-menu {
  padding-bottom: 10px; }
.ie7 #topics,
.ie7 #monitor,
.ie7 #market {
  margin: 0 !important;
  border: none !important; }
.ie7 footer {
  margin-bottom: -20px; }
.ie7 #map-large a + img {
  padding-top: 1px; }

#dsq-content h3 {
  border-top: none;
  float: none; }
#dsq-content ul {
  clear: none; }
  #dsq-content ul li {
    background-image: none; }
#dsq-content button {
  border-style: none !important;
  border-radius: 0 !important;
  background: #000 !important;
  text-transform: uppercase !important;
  color: #FFF !important;
  font-family: Ubuntu, sans-serif;
  font-weight: 500; }
#dsq-content #dsq-new-post {
  border-top: 2px solid #000; }
  #dsq-content #dsq-new-post h3 {
    float: left;
    width: 124px;
    overflow: hidden;
    text-indent: -1000px;
    border-top: 2px solid #000;
    background-image: url(/media/add-comment.png);
    background-position: left center;
    background-repeat: no-repeat; }
#dsq-content #dsq-comments-title h3 {
  font-size: 12px; }
#dsq-content .dsq-textarea-wrapper {
  clear: both;
  border-style: none !important;
  border-radius: 0 !important;
  background: #FFF !important; }
#dsq-content .dsq-toolbar-item {
  border-radius: 0 !important; }
#dsq-content .dsq-login-button {
  background: url(/media/login-bullet.png) 0 4px no-repeat !important;
  height: 12px !important;
  margin-right: 5px !important; }
  #dsq-content .dsq-login-button a {
    float: left;
    margin-left: 9px !important;
    background-image: url(/media/login-buttons.png);
    background-repeat: no-repeat;
    height: 12px !important; }
  #dsq-content .dsq-login-buttons {
    float: left !important;
    margin-top: 0 !important;
    padding-top: 1px !important; }
  #dsq-content .dsq-login-button-disqus {
    background: none !important; }
    #dsq-content .dsq-login-button-disqus a {
      margin-left: 0 !important;
      width: 44px !important;
      background-position: 0 0; }
      #dsq-content .dsq-login-button-disqus a:hover {
        background-position: 0 -11px; }
  #dsq-content .dsq-login-button-facebook a {
    width: 64px !important;
    background-position: -43px 0; }
    #dsq-content .dsq-login-button-facebook a:hover {
      background-position: -43px -11px; }
  #dsq-content .dsq-login-button-twitter a {
    width: 52px !important;
    background-position: -106px 0; }
    #dsq-content .dsq-login-button-twitter a:hover {
      background-position: -106px -11px; }
  #dsq-content .dsq-login-button-google a {
    width: 50px !important;
    background-position: -157px 0; }
    #dsq-content .dsq-login-button-google a:hover {
      background-position: -157px -11px; }
  #dsq-content .dsq-login-button-yahoo a {
    width: 43px !important;
    background-position: -206px 0; }
    #dsq-content .dsq-login-button-yahoo a:hover {
      background-position: -206px -11px; }
#dsq-content #dsq-authenticate {
  width: 100%;
  height: 15px; }
  #dsq-content #dsq-authenticate p {
    background-image: url(/media/login-optional.png) !important;
    float: left !important;
    text-indent: -1000px;
    width: 81px;
    height: 13px;
    margin-right: 5px !important; }
