/*
Theme Name: Idolator
Theme URI: http://spinmedia.com
Description:
Template: spinmedia-base
Version: 1.0
Author: SpinMedia
*/

/*-----------------------  Fonts ------------------------------*/
/*!
 *  Font Awesome 3.0.2
 *  the iconic font designed for use with Twitter Bootstrap
 *  -------------------------------------------------------
 *  The full suite of pictographic icons, examples, and documentation
 *  can be found at: http://fortawesome.github.com/Font-Awesome/
 *
 *  License
 *  -------------------------------------------------------
 *  - The Font Awesome font is licensed under the SIL Open Font License - http://scripts.sil.org/OFL
 *  - Font Awesome CSS, LESS, and SASS files are licensed under the MIT License -
 *    http://opensource.org/licenses/mit-license.html
 *  - The Font Awesome pictograms are licensed under the CC BY 3.0 License - http://creativecommons.org/licenses/by/3.0/
 *  - Attribution is no longer required in Font Awesome 3.0, but much appreciated:
 *    "Font Awesome by Dave Gandy - http://fortawesome.github.com/Font-Awesome"

 *  Contact
 *  -------------------------------------------------------
 *  Email: dave@davegandy.com
 *  Twitter: http://twitter.com/fortaweso_me
 *  Work: Lead Product Designer @ http://kyruus.com
 */

@font-face {
    font-family: 'TradeGothicBld';
    src: url('fonts/tradegothicltstd-bdcn20-webfont.eot');
    src: local('ngrak'),
        url('fonts/tradegothicltstd-bdcn20-webfont.woff') format('woff'),
        url('fonts/tradegothicltstd-bdcn20-webfont.ttf') format('truetype'),
        url('fonts/tradegothicltstd-bdcn20-webfont.svg#webfontWMfQsehl') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'XenophoneRegular';
    src: url('fonts/xeno-webfont.eot');
    src: url('fonts/xeno-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/xeno-webfont.woff') format('woff'),
         url('fonts/xeno-webfont.ttf') format('truetype'),
         url('fonts/xeno-webfont.svg#XenophoneRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=3.0.1');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
    url('fonts/fontawesome-webfont.woff?v=3.0.1') format('woff'),
    url('fonts/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/*  Font Awesome styles
    ------------------------------------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;

  /* sprites.less reset */
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline-block;
}
/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em;
}
.btn [class^="icon-"],
.nav [class^="icon-"],
.btn [class*=" icon-"],
.nav [class*=" icon-"] {
  display: inline;
  /* keeps button heights with and without icons the same */

}
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em;
}
.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block;
}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"] {
  /* keeps button heights with and without icons the same */

}
.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em;
}
li [class^="icon-"],
.nav li [class^="icon-"],
li [class*=" icon-"],
.nav li [class*=" icon-"] {
  display: inline-block;
  width: 1.25em;
  text-align: center;
}
li [class^="icon-"].icon-large,
.nav li [class^="icon-"].icon-large,
li [class*=" icon-"].icon-large,
.nav li [class*=" icon-"].icon-large {
  /* increased font size for icon-large */

  width: 1.5625em;
}
ul.icons {
  list-style-type: none;
  text-indent: -0.75em;
}
ul.icons li [class^="icon-"],
ul.icons li [class*=" icon-"] {
  width: .75em;
}
.icon-muted {
  color: #eeeeee;
}
.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.icon-2x {
  font-size: 2em;
}
.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.icon-3x {
  font-size: 3em;
}
.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.icon-4x {
  font-size: 4em;
}
.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em;
}
[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em;
}
.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em;
}
.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em;
}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em;
}
.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em;
}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em;
}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em;
}
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}
@-moz-keyframes spin {
  0% { -moz-transform: rotate(0deg); }
  100% { -moz-transform: rotate(359deg); }
}
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); }
}
@-o-keyframes spin {
  0% { -o-transform: rotate(0deg); }
  100% { -o-transform: rotate(359deg); }
}
@-ms-keyframes spin {
  0% { -ms-transform: rotate(0deg); }
  100% { -ms-transform: rotate(359deg); }
}
@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(359deg); }
}
@-moz-document url-prefix() {
  .icon-spin {
    height: .9em;
  }
  .btn .icon-spin {
    height: auto;
  }
  .icon-spin.icon-large {
    height: 1.25em;
  }
  .btn .icon-spin.icon-large {
    height: .75em;
  }
}
/*  Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
    readers do not read off random characters that represent icons */
.icon-glass:before                { content: "\f000"; }
.icon-music:before                { content: "\f001"; }
.icon-search:before               { content: "\f002"; }
.icon-envelope:before             { content: "\f003"; }
.icon-heart:before                { content: "\f004"; }
.icon-star:before                 { content: "\f005"; }
.icon-star-empty:before           { content: "\f006"; }
.icon-user:before                 { content: "\f007"; }
.icon-film:before                 { content: "\f008"; }
.icon-th-large:before             { content: "\f009"; }
.icon-th:before                   { content: "\f00a"; }
.icon-th-list:before              { content: "\f00b"; }
.icon-ok:before                   { content: "\f00c"; }
.icon-remove:before               { content: "\f00d"; }
.icon-zoom-in:before              { content: "\f00e"; }

.icon-zoom-out:before             { content: "\f010"; }
.icon-off:before                  { content: "\f011"; }
.icon-signal:before               { content: "\f012"; }
.icon-cog:before                  { content: "\f013"; }
.icon-trash:before                { content: "\f014"; }
.icon-home:before                 { content: "\f015"; }
.icon-file:before                 { content: "\f016"; }
.icon-time:before                 { content: "\f017"; }
.icon-road:before                 { content: "\f018"; }
.icon-download-alt:before         { content: "\f019"; }
.icon-download:before             { content: "\f01a"; }
.icon-upload:before               { content: "\f01b"; }
.icon-inbox:before                { content: "\f01c"; }
.icon-play-circle:before          { content: "\f01d"; }
.icon-repeat:before               { content: "\f01e"; }

/* \f020 doesn't work in Safari. all shifted one down */
.icon-refresh:before              { content: "\f021"; }
.icon-list-alt:before             { content: "\f022"; }
.icon-lock:before                 { content: "\f023"; }
.icon-flag:before                 { content: "\f024"; }
.icon-headphones:before           { content: "\f025"; }
.icon-volume-off:before           { content: "\f026"; }
.icon-volume-down:before          { content: "\f027"; }
.icon-volume-up:before            { content: "\f028"; }
.icon-qrcode:before               { content: "\f029"; }
.icon-barcode:before              { content: "\f02a"; }
.icon-tag:before                  { content: "\f02b"; }
.icon-tags:before                 { content: "\f02c"; }
.icon-book:before                 { content: "\f02d"; }
.icon-bookmark:before             { content: "\f02e"; }
.icon-print:before                { content: "\f02f"; }

.icon-camera:before               { content: "\f030"; }
.icon-font:before                 { content: "\f031"; }
.icon-bold:before                 { content: "\f032"; }
.icon-italic:before               { content: "\f033"; }
.icon-text-height:before          { content: "\f034"; }
.icon-text-width:before           { content: "\f035"; }
.icon-align-left:before           { content: "\f036"; }
.icon-align-center:before         { content: "\f037"; }
.icon-align-right:before          { content: "\f038"; }
.icon-align-justify:before        { content: "\f039"; }
.icon-list:before                 { content: "\f03a"; }
.icon-indent-left:before          { content: "\f03b"; }
.icon-indent-right:before         { content: "\f03c"; }
.icon-facetime-video:before       { content: "\f03d"; }
.icon-picture:before              { content: "\f03e"; }

.icon-pencil:before               { content: "\f040"; }
.icon-map-marker:before           { content: "\f041"; }
.icon-adjust:before               { content: "\f042"; }
.icon-tint:before                 { content: "\f043"; }
.icon-edit:before                 { content: "\f044"; }
.icon-share:before                { content: "\f045"; }
.icon-check:before                { content: "\f046"; }
.icon-move:before                 { content: "\f047"; }
.icon-step-backward:before        { content: "\f048"; }
.icon-fast-backward:before        { content: "\f049"; }
.icon-backward:before             { content: "\f04a"; }
.icon-play:before                 { content: "\f04b"; }
.icon-pause:before                { content: "\f04c"; }
.icon-stop:before                 { content: "\f04d"; }
.icon-forward:before              { content: "\f04e"; }

.icon-fast-forward:before         { content: "\f050"; }
.icon-step-forward:before         { content: "\f051"; }
.icon-eject:before                { content: "\f052"; }
.icon-chevron-left:before         { content: "\f053"; }
.icon-chevron-right:before        { content: "\f054"; }
.icon-plus-sign:before            { content: "\f055"; }
.icon-minus-sign:before           { content: "\f056"; }
.icon-remove-sign:before          { content: "\f057"; }
.icon-ok-sign:before              { content: "\f058"; }
.icon-question-sign:before        { content: "\f059"; }
.icon-info-sign:before            { content: "\f05a"; }
.icon-screenshot:before           { content: "\f05b"; }
.icon-remove-circle:before        { content: "\f05c"; }
.icon-ok-circle:before            { content: "\f05d"; }
.icon-ban-circle:before           { content: "\f05e"; }

.icon-arrow-left:before           { content: "\f060"; }
.icon-arrow-right:before          { content: "\f061"; }
.icon-arrow-up:before             { content: "\f062"; }
.icon-arrow-down:before           { content: "\f063"; }
.icon-share-alt:before            { content: "\f064"; }
.icon-resize-full:before          { content: "\f065"; }
.icon-resize-small:before         { content: "\f066"; }
.icon-plus:before                 { content: "\f067"; }
.icon-minus:before                { content: "\f068"; }
.icon-asterisk:before             { content: "\f069"; }
.icon-exclamation-sign:before     { content: "\f06a"; }
.icon-gift:before                 { content: "\f06b"; }
.icon-leaf:before                 { content: "\f06c"; }
.icon-fire:before                 { content: "\f06d"; }
.icon-eye-open:before             { content: "\f06e"; }

.icon-eye-close:before            { content: "\f070"; }
.icon-warning-sign:before         { content: "\f071"; }
.icon-plane:before                { content: "\f072"; }
.icon-calendar:before             { content: "\f073"; }
.icon-random:before               { content: "\f074"; }
.icon-comment:before              { content: "\f075"; }
.icon-magnet:before               { content: "\f076"; }
.icon-chevron-up:before           { content: "\f077"; }
.icon-chevron-down:before         { content: "\f078"; }
.icon-retweet:before              { content: "\f079"; }
.icon-shopping-cart:before        { content: "\f07a"; }
.icon-folder-close:before         { content: "\f07b"; }
.icon-folder-open:before          { content: "\f07c"; }
.icon-resize-vertical:before      { content: "\f07d"; }
.icon-resize-horizontal:before    { content: "\f07e"; }

.icon-bar-chart:before            { content: "\f080"; }
.icon-twitter-sign:before         { content: "\f081"; }
.icon-facebook-sign:before        { content: "\f082"; }
.icon-camera-retro:before         { content: "\f083"; }
.icon-key:before                  { content: "\f084"; }
.icon-cogs:before                 { content: "\f085"; }
.icon-comments:before             { content: "\f086"; }
.icon-thumbs-up:before            { content: "\f087"; }
.icon-thumbs-down:before          { content: "\f088"; }
.icon-star-half:before            { content: "\f089"; }
.icon-heart-empty:before          { content: "\f08a"; }
.icon-signout:before              { content: "\f08b"; }
.icon-linkedin-sign:before        { content: "\f08c"; }
.icon-pushpin:before              { content: "\f08d"; }
.icon-external-link:before        { content: "\f08e"; }

.icon-signin:before               { content: "\f090"; }
.icon-trophy:before               { content: "\f091"; }
.icon-github-sign:before          { content: "\f092"; }
.icon-upload-alt:before           { content: "\f093"; }
.icon-lemon:before                { content: "\f094"; }
.icon-phone:before                { content: "\f095"; }
.icon-check-empty:before          { content: "\f096"; }
.icon-bookmark-empty:before       { content: "\f097"; }
.icon-phone-sign:before           { content: "\f098"; }
.icon-twitter:before              { content: "\f099"; }
.icon-facebook:before             { content: "\f09a"; }
.icon-github:before               { content: "\f09b"; }
.icon-unlock:before               { content: "\f09c"; }
.icon-credit-card:before          { content: "\f09d"; }
.icon-rss:before                  { content: "\f09e"; }

.icon-hdd:before                  { content: "\f0a0"; }
.icon-bullhorn:before             { content: "\f0a1"; }
.icon-bell:before                 { content: "\f0a2"; }
.icon-certificate:before          { content: "\f0a3"; }
.icon-hand-right:before           { content: "\f0a4"; }
.icon-hand-left:before            { content: "\f0a5"; }
.icon-hand-up:before              { content: "\f0a6"; }
.icon-hand-down:before            { content: "\f0a7"; }
.icon-circle-arrow-left:before    { content: "\f0a8"; }
.icon-circle-arrow-right:before   { content: "\f0a9"; }
.icon-circle-arrow-up:before      { content: "\f0aa"; }
.icon-circle-arrow-down:before    { content: "\f0ab"; }
.icon-globe:before                { content: "\f0ac"; }
.icon-wrench:before               { content: "\f0ad"; }
.icon-tasks:before                { content: "\f0ae"; }

.icon-filter:before               { content: "\f0b0"; }
.icon-briefcase:before            { content: "\f0b1"; }
.icon-fullscreen:before           { content: "\f0b2"; }

.icon-group:before                { content: "\f0c0"; }
.icon-link:before                 { content: "\f0c1"; }
.icon-cloud:before                { content: "\f0c2"; }
.icon-beaker:before               { content: "\f0c3"; }
.icon-cut:before                  { content: "\f0c4"; }
.icon-copy:before                 { content: "\f0c5"; }
.icon-paper-clip:before           { content: "\f0c6"; }
.icon-save:before                 { content: "\f0c7"; }
.icon-sign-blank:before           { content: "\f0c8"; }
.icon-reorder:before              { content: "\f0c9"; }
.icon-list-ul:before              { content: "\f0ca"; }
.icon-list-ol:before              { content: "\f0cb"; }
.icon-strikethrough:before        { content: "\f0cc"; }
.icon-underline:before            { content: "\f0cd"; }
.icon-table:before                { content: "\f0ce"; }

.icon-magic:before                { content: "\f0d0"; }
.icon-truck:before                { content: "\f0d1"; }
.icon-pinterest:before            { content: "\f0d2"; }
.icon-pinterest-sign:before       { content: "\f0d3"; }
.icon-google-plus-sign:before     { content: "\f0d4"; }
.icon-google-plus:before          { content: "\f0d5"; }
.icon-money:before                { content: "\f0d6"; }
.icon-caret-down:before           { content: "\f0d7"; }
.icon-caret-up:before             { content: "\f0d8"; }
.icon-caret-left:before           { content: "\f0d9"; }
.icon-caret-right:before          { content: "\f0da"; }
.icon-columns:before              { content: "\f0db"; }
.icon-sort:before                 { content: "\f0dc"; }
.icon-sort-down:before            { content: "\f0dd"; }
.icon-sort-up:before              { content: "\f0de"; }

.icon-envelope-alt:before         { content: "\f0e0"; }
.icon-linkedin:before             { content: "\f0e1"; }
.icon-undo:before                 { content: "\f0e2"; }
.icon-legal:before                { content: "\f0e3"; }
.icon-dashboard:before            { content: "\f0e4"; }
.icon-comment-alt:before          { content: "\f0e5"; }
.icon-comments-alt:before         { content: "\f0e6"; }
.icon-bolt:before                 { content: "\f0e7"; }
.icon-sitemap:before              { content: "\f0e8"; }
.icon-umbrella:before             { content: "\f0e9"; }
.icon-paste:before                { content: "\f0ea"; }
.icon-lightbulb:before            { content: "\f0eb"; }
.icon-exchange:before             { content: "\f0ec"; }
.icon-cloud-download:before       { content: "\f0ed"; }
.icon-cloud-upload:before         { content: "\f0ee"; }

.icon-user-md:before              { content: "\f0f0"; }
.icon-stethoscope:before          { content: "\f0f1"; }
.icon-suitcase:before             { content: "\f0f2"; }
.icon-bell-alt:before             { content: "\f0f3"; }
.icon-coffee:before               { content: "\f0f4"; }
.icon-food:before                 { content: "\f0f5"; }
.icon-file-alt:before             { content: "\f0f6"; }
.icon-building:before             { content: "\f0f7"; }
.icon-hospital:before             { content: "\f0f8"; }
.icon-ambulance:before            { content: "\f0f9"; }
.icon-medkit:before               { content: "\f0fa"; }
.icon-fighter-jet:before          { content: "\f0fb"; }
.icon-beer:before                 { content: "\f0fc"; }
.icon-h-sign:before               { content: "\f0fd"; }
.icon-plus-sign-alt:before        { content: "\f0fe"; }

.icon-double-angle-left:before    { content: "\f100"; }
.icon-double-angle-right:before   { content: "\f101"; }
.icon-double-angle-up:before      { content: "\f102"; }
.icon-double-angle-down:before    { content: "\f103"; }
.icon-angle-left:before           { content: "\f104"; }
.icon-angle-right:before          { content: "\f105"; }
.icon-angle-up:before             { content: "\f106"; }
.icon-angle-down:before           { content: "\f107"; }
.icon-desktop:before              { content: "\f108"; }
.icon-laptop:before               { content: "\f109"; }
.icon-tablet:before               { content: "\f10a"; }
.icon-mobile-phone:before         { content: "\f10b"; }
.icon-circle-blank:before         { content: "\f10c"; }
.icon-quote-left:before           { content: "\f10d"; }
.icon-quote-right:before          { content: "\f10e"; }

.icon-spinner:before              { content: "\f110"; }
.icon-circle:before               { content: "\f111"; }
.icon-reply:before                { content: "\f112"; }
.icon-github-alt:before           { content: "\f113"; }
.icon-folder-close-alt:before     { content: "\f114"; }
.icon-folder-open-alt:before      { content: "\f115"; }
/*-----------------------  END Fonts ------------------------------*/

/*-----------------------  Main layout style ------------------------------*/
body {
    font: 12px/1.5  Arial,'Liberation Sans', FreeSans, sans-serif;
}

a:hover {
    color: #85d5ff;
}

a, a:visited {
    text-decoration: none;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

#wrapper{
    padding: 0 15px 15px  11px;
}

#wrapper_header {
    padding: 13px 23px 0 21px;
    height: 65px;
    width: 940px;
    position: relative;
    background: #eee;
}

.header-logo {
    background: url(images/logo.png);
    width: 347px;
    height: 53px;
    display: block;
    margin-top: 2px;
}

#content {
    margin: 10px 0 0;
}

div#ad_728a {
    display: block;
    margin: 15px 0 0 10px;
}
div#ad_1 { 
    display: block;
	margin:0px; 
	background:#eee; 
}
.leaderboard>div { 
	width:auto; 
	text-align: center;
}

#content .post-title,
#content .post-title a{
    font-size: 20px;
    line-height: 24px;
}

/*-----------------------  MENU ------------------------------*/

ul#menu-main-menu {
    position: absolute;
    top: 15px;
    left: 383px;
    list-style-type: none;
    margin: 0px;
    margin: 33px 0 0;
    padding: 0px;
    height: 25px;
    width: 460px;
    *width: 381px;
}

ul#menu-main-menu li {
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    border-right: 1px solid #bebebe;
    height: 27px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 16px;
    font-style: italic;
    font-weight: normal;
    line-height: 18px;
    letter-spacing: 0;
    text-transform: lowercase;
}
ul#menu-main-menu li:last-child {
    border: none;
}
ul#menu-main-menu li a {
    padding: 0px 17px 0px 13px;
    color: #000000;
}
ul#menu-main-menu li a:hover {
    color: #e73d26;
    text-decoration: none;
}
ul#menu-main-menu li a.music-news {
    padding: 0 14px 0 17px;
    *padding: 0 11px 0 0;
}
ul#menu-main-menu li a.photos {
    padding: 0 15px 0 16px;
    *padding: 0 10px 0 16px;
}
ul#menu-main-menu li a.video {
    padding: 0 15px 0 14px;
    *padding: 0 10px 0 14px;
}
ul#menu-main-menu li a.wtf {
    padding: 0 15px 0 15px;
    *padding: 0 11px 0 14px;
}
ul#mmenu-main-menu li a.lists {
    padding: 0 15px 0 14px;
    *padding: 0 10px 0 14px;
}
/* -----------------------  Trending Menu ------------------------------*/
.trending-menu {
    color: #9C9C9C;
    margin-left: -1px;
}
.trending-menu span.trending-title {
    font-size: 13px;
    font-style: italic;
}
.trending-menu .menu {
    display: inline-block;
}
.trending-menu li {
    display: inline-block;
    margin: 0;
    padding: 0;
    background: url("images/top-trending_bulet.png") no-repeat left center transparent;
    padding: 0 6px 0 11px;
}
.trending-menu li:first-child {
    padding-left: 5px;
    background: none;
}
.trending-menu li a {
    font-size: 11px;
    color: #9C9C9C;
}
/* -----------------------  PhotoHub Menu ------------------------------*/
#navPhoto {
    margin: 4px 0 14px 6px;
    border: 0;
    background: #e5e5e5
}

#navPhoto ul {
    overflow: hidden;
    text-align: center;
    height: 25px;
    width: 936px;
    margin: 0;
    padding: 0;
    border: 0
}

#navPhoto ul li {
    height: 25px;
    float: left;
    display: block;
    line-height: 25px;
    border-left: 1px solid #bfbfbf
}

#navPhoto ul li a {
    padding: 0 11px;
    color: #7f7f7f;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 23px;
    height: 25px
}

#navPhoto ul li:first-child {
    border-left:0
}

#navPhoto ul li.current-menu-item,
#navPhoto ul li>a.active {
    background-color:#fff
}

#navPhoto ul li.current-menu-item a,
#navPhoto ul li>a.active {
    color:#000
}

#navPhoto ul li:hover a {
    color:#e73d26
}

#navPhoto ul li.menu-item-small-text a{
    font-size:10px
}

/* -----------------------  Header Login Btn ------------------------------*/
#header-login {
    right: 35px;
    top: 50px;
}
#header-login a {
    padding: 4px 10px;
    background-color: #5D615E;
}
#header-login a:hover {
    background-color: #009DEE;
}
/* --------------------- Content ------------------------------------*/

h2.pagetitle {
    font: 16pt arial;
    line-height: 17pt;
    color: #000;
    font-weight: bold;
    padding: 0;
    margin: 0;
    margin-left: 2px;
    margin-right: 7px;
    padding-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 0px;
}

#content div.post {
    margin-bottom: 0;
    margin-top: 10px;
}

.postmeta .author {
    max-width: 140px;
    overflow: hidden;
    height: 18px;
}

.edit-post-link a {
    color: #636363;
    font: 10px Arial;
}

.entry .more-link, .entry .more-link a {
    font-weight: bold;
    margin-bottom: 4px;
    text-align: right;
    text-decoration: none;
    white-space: nowrap;
}

.inline-gallery {
    clear: both;
}

.inline-gallery > ul {
    padding-left: 10px;
}

.inline-gallery .inline-gallery-title a {
    color: #000;
}
.inline-gallery .inline-gallery-title a:hover {
    color: #85d5ff;
}
.inline-gallery .more-link a {
    color: #009dee;
}
.inline-gallery .more-link a:hover {
    color: #85d5ff;
}
.socialBookMarks {
    float: right;
    display: block;
    height: 22px;
}
.socialBookMarks .bm_fb_plus {
    float: left;
    margin-left: 5px;
    width: 74px;
    height: 22px;
}
.socialBookMarks .bm_fb_like {
    float: left;
    margin-left: 5px;
    width: 90px;
    height: 22px;
}
.socialBookMarks .bm_tw_tweet {
    float: left;
    width: 95px;
}

#content .postmetadata {
    clear: both;
    width: 600px;
    margin-top: 26px;
    *overflow: hidden;
}

.tags, .gallery-mode .tags {
    font-size: 11px;
    width: 401px;
    margin: 11px 3px 6px 0;
    float: right;
    border-top: 1px solid #E5E5E5;
    border-bottom: 1px solid #E5E5E5;
    padding: 9px 0;
}

.post .addthis_wrapper
{
    float: left;
    height: 57px;
    width: 205px;
    margin-left: -25px
}
/* Search */
.serchtitle {
    font-size: 22px;
    font-weight: normal;
    padding: 0 0 1px 0;
    border-bottom: 2px dotted #dfdfdf;
    color: #b2b2b2;
    text-align: left;
    font-family: "Arial",Helvetica,sans-serif;
    text-transform: none;
}
.serchtitle span {
    color: #000;
}
.post.serch-result {
    border-bottom: 1px dotted #dfdfdf;
    border-top: none;
}
.post.serch-result .comment-count a {
    color: #e73d26;
}

.post.serch-result .comment-count a:hover {
    color: #FF7461;
}

.post.serch-result .posttitle a {
    color: #000;
}

.post.serch-result .posttitle a:hover {
    color: #e73d26;
}

/* AddThis start */
/* The addThis share button itself (plus sign) */
#content .addthis_toolbox{
    margin: 3px 0 0 3px;
    padding: 18px 0 10px 22px;
    position:relative;
    display: inline-table;
    background: url('images/addthis/bg.png') no-repeat top left;
    width: 205px;
    float: left;
    list-style: none !important;
}
.gallery-mode #content .addthis_toolbox{
    background: none;
    float: right;
    width: auto;
    margin: 7px 0 0;
    padding: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /*body:first-of-type #content .addthis_toolbox {width: 220px;} chrom,safari*/
    /*body:first-of-type #content.full-size-mode .addthis_toolbox {width: 190px;} */
}
#content.full-size-mode .addthis_toolbox {
    padding-top: 0px;
    margin: 3px 0 0 0;
    background: none;
}

#content .addthis_toolbox a{display: inline-block; height:28px; width:30px; padding:0;margin-top: -3px;}
#content .addthis_toolbox li{float:left;margin:0 0px 0 0;	}
#content .addthis_toolbox a span{
    display: inline-block;
    overflow: hidden; height: 25px; width: 25px;
    margin:0 0 0 4px;
}


#content .addthis_toolbox .addthis-all {color:#989898; text-decoration: none; width: 42px; display: inline-block;font-weight: bold;font-size: 13px; margin: -2px 8px 0 0;}
#content .addthis_toolbox .addthis-all div.share {display: inline;}
.gallery-mode #content .addthis_toolbox .addthis-all {
    margin: 0 8px 0 0;
}

#content .addthis_toolbox .addthis_button_compact span{background: url("images/addthis/more.png") no-repeat scroll 0 0 transparent;}
#content .addthis_toolbox .addthis_button_facebook  span{background: url("images/addthis/fb.png") no-repeat scroll 0 0 transparent;}
#content .addthis_toolbox .addthis_button_twitter  span{background: url("images/addthis/twit.png") no-repeat scroll 0 0 transparent;}
#content .addthis_toolbox .addthis_button_email  span{background: url("images/addthis/mail.png") no-repeat scroll 0 0 transparent;}

#content .addthis_toolbox .addthis_button_compact:hover span{background: url("images/addthis/more_hover.png") no-repeat scroll 0 0 transparent;}
#content .addthis_toolbox .addthis_button_facebook:hover  span{background: url("images/addthis/fb_hover.png") no-repeat scroll 0 0 transparent;}
#content .addthis_toolbox .addthis_button_twitter:hover  span{background: url("images/addthis/twit_hover.png") no-repeat scroll 0 0 transparent;}
#content .addthis_toolbox .addthis_button_email:hover  span{background: url("images/addthis/mail_hover.png") no-repeat scroll 0 0 transparent;}

/* The addThis share button itself (plus sign) */
#sidebar .addthis_toolbox,
.gallery-mode .addthis_tollbox {
    float:right; margin:7px 0 0 0; position:relative; display: inline-table;
}
#sidebar .addthis_toolbox a,
.gallery-mode .addthis_toolbox a {
    display: inline-block; height:28px; width:30px; padding:0;margin-top: -3px;
}
#sidebar .addthis_toolbox li,
.gallery-mode .addthis_toolbox li {
    float:left;margin:0 0px 0 0;
}
#sidebar .addthis_toolbox a span,
.gallery-mode .addthis_toolbox a span{
    display: inline-block;
    overflow: hidden; height: 25px; width: 26px;
    margin:0 0 0 4px;
}


#sidebar .addthis_toolbox .addthis-all,
.gallery-mode .addthis_toolbox .addthis-all {
    color:#989898; text-decoration: none; width: 42px; display: inline-block;font-weight: bold;font-size: 13px; margin: 0px 8px 0 0;
}
#sidebar .addthis_toolbox .addthis-all div.share,
.gallery-mode .addthis_toolbox .addthis-all div.share {display: inline;}

#sidebar .addthis_toolbox .addthis_button_compact span,
.gallery-mode .addthis_toolbox .addthis_button_compact span {
    background: url("images/addthis/more_gallery.png") no-repeat scroll 0 0 transparent !important;
}
#sidebar .addthis_toolbox .addthis_button_facebook  span,
.gallery-mode .addthis_toolbox .addthis_button_facebook  span {
    background: url("images/addthis/fb_gallery.png") no-repeat scroll 0 0 transparent !important;
}
#sidebar .addthis_toolbox .addthis_button_twitter  span,
.gallery-mode .addthis_toolbox .addthis_button_twitter  span {
    background: url("images/addthis/twit_gallery.png") no-repeat scroll 0 0 transparent !important;
}
#sidebar .addthis_toolbox .addthis_button_email  span,
.gallery-mode .addthis_toolbox .addthis_button_email  span {
    background: url("images/addthis/mail_gallery.png") no-repeat scroll 0 0 transparent !important;
}

#sidebar .addthis_toolbox .addthis_button_compact:hover span,
.gallery-mode .addthis_toolbox .addthis_button_compact:hover span {
    background: url("images/addthis/more_gallery_hover.png") no-repeat scroll 0 0 transparent !important;
}
#sidebar .addthis_toolbox .addthis_button_facebook:hover span,
.gallery-mode .addthis_toolbox .addthis_button_facebook:hover span {
    background: url("images/addthis/fb_gallery_hover.png") no-repeat scroll 0 0 transparent !important;
}
#sidebar .addthis_toolbox .addthis_button_twitter:hover span,
.gallery-mode .addthis_toolbox .addthis_button_twitter:hover span {
    background: url("images/addthis/twit_gallery_hover.png") no-repeat scroll 0 0 transparent !important;
}
#sidebar .addthis_toolbox .addthis_button_email:hover span,
.gallery-mode .addthis_toolbox .addthis_button_email:hover span {
    background: url("images/addthis/mail_gallery_hover.png") no-repeat scroll 0 0 transparent !important;
}

/* --------------------- Main Embeds ------------------------------------*/
.videoembed .video-playbutton {
    background: url("images/video_playbutton_sprite.png") repeat-x scroll 0 0 transparent;
}
.videoembed .video-overlay-logo {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background: url("images/logomark.png") no-repeat;
    width: 94px;
    height: 17px;
}

.entry .thumbs-container ul {
    padding-left: 0 !important;
}

.galleryembed .main_img {
    overflow: visible;
}

.galleryembed .main_img > a {
    display: block;
    overflow: hidden;
}

.mainembed .text-overlay     {
    background: #009EF0;
    border-bottom: 2px solid #016295;
    padding: 0px 6px;
    height: 23px;
    line-height: 20px;
}

.galleryembed .gallery-count {
    background: url(images/view_gallery_bg2.png);
    height: 46px;
    border: none;
    margin: 0px 0px -16px -8px;
    padding: 20px 0px 0px 12px;
}
.galleryembed .gallery-count a {
    padding: 1px 0 0 40px;
}

.galleryembed .gallery-count a {
    font-size: 15px;
}
.galleryembed.mainembed-400x470 .thumbs-container li {
    background-image: url(images/tall-thumbs-separator.png);
}

.galleryembed.mainembed-400x470 .thumbs-container li.thumb-0,
.galleryembed.mainembed-400x470 .thumbs-container li.thumb-2, 
.galleryembed.mainembed-400x470 .thumbs-container li.thumb-4,
.galleryembed.mainembed-400x470 .thumbs-container li.thumb-6 {
    padding-left: 0;
    background-position: 1px 7px;
}
.galleryembed .thumbs-container li.thumb-0,
.galleryembed .thumbs-container li.thumb-1 {
    background: none;
}
.galleryembed.mainembed-400x470 .thumbs-container {
    border: none;
    padding: 17px 0 0 0;
    background: url(images/tall-thumbs-top-border.png) transparent top no-repeat;
}

.galleryembed.mainembed-400x470 .thumbs-container ul {
    border: none;
    padding: 0 0 7px 0;
    background: url(images/tall-thumbs-bottom-border.png) transparent bottom no-repeat;
}

/* --------------------- Header Carousel ------------------------------------*/

.wraper-head-kr {
    overflow: hidden;
}
.wraper-head-kr.carousel-loaded {
    overflow: visible;
}

.header-carousel{
    background: #ffffff url('images/header-carousel-canvas.gif') bottom left repeat-x;
    height: 218px; 
    width: 931px;
    margin-left: 3px;
    padding: 15px 5px 5px 5px;
}

.header-carousel ul{
    width: 932px;
    /*height: 245px;*/
    height:220px;
    overflow: hidden;
}

.header-carousel li{
    background: transparent url('images/carousel-bg.png') no-repeat scroll top left;
    padding: 5px 7px 0 6px;    
    float: left;
    height: 216px;
}

.header-carousel li div.minty-overlay{
    position: absolute; 
    top: 2px;
    right: auto; 
    left: auto;
    *left: 6px;
    margin: 0 0 0 3px;
    padding: 0;
    background: transparent;
    cursor: pointer;
    width: 220px;
    height: 165px;    
}

.header-carousel li:hover div.minty-overlay{
    background: transparent url('images/carousel-rollover.png') top right no-repeat;
    cursor: pointer ;
}

.header-carousel li:hover .carousel-text a{
    color: #e73d26;
}

.header-carousel .jcarousel-next{
    background: transparent url('images/carousel-buttons.png') no-repeat -68px 0;
    width: 20px;
    height: 42px;
    margin-right: 8px;
}

.header-carousel .jcarousel-prev{
    background: transparent url('images/carousel-buttons.png') no-repeat 0 0;
    width: 20px;
    height: 42px;
    margin-left: 8px;
}

.header-carousel .jcarousel-prev:hover{
    background-color: transparent;
    background-position: -22px 0;
}

.header-carousel .jcarousel-next:hover{
    background-color: transparent;
    background-position: -46px 0;
}

.header-carousel .carousel-thumb > a {
    display: block;
}

.header-carousel .carousel-text{
    line-height: 18px;
    font-size: 15px;
    padding-top: 8px;
}

.header-carousel .carousel-text a{
    height: 39px;
    display: block;
    overflow: hidden;
}

.header-carousel .carousel-text a:hover{
    color: #e73d26;
}

.header-carousel.header-carousel-slim{
    background: #ffffff url('images/header-carousel-canvas-small.gif') bottom left repeat-x;
    height: 76px;
    padding-left: 5px;

}

.header-carousel.header-carousel-slim ul{
    width: 960px;
    height: 76px;
}

.header-carousel.header-carousel-slim li{
    background: transparent url('images/carousel-bg-small.png') no-repeat scroll top left;
    width: 224px !important;
    height: 68px;
    padding: 5px 5px 5px 7px;
}

.header-carousel.header-carousel-slim li div.minty-overlay{
    width: 80px;
    height: 45px;
} 

.header-carousel.header-carousel-slim li:hover div.minty-overlay{
    background: transparent url('images/carousel-rollover-small.png') top right no-repeat;
    cursor: pointer ;
}

.header-carousel.header-carousel-slim .carousel-thumb{
    float: left;
}

.header-carousel.header-carousel-slim .jcarousel-next{
    background: transparent url('images/carousel-buttons-small.png') no-repeat -52px 0;
    width: 15px;
    height: 24px;
    margin-right: 12px;
    top: 32%;
}

.header-carousel.header-carousel-slim .jcarousel-prev{
    background: transparent url('images/carousel-buttons-small.png') no-repeat 0 0;
    width: 15px;
    height: 24px;
    margin-left: 13px;
    top: 32%;
}

.header-carousel.header-carousel-slim .jcarousel-prev:hover{
    background-color: transparent;
    background-position: -17px 0;
}

.header-carousel.header-carousel-slim .jcarousel-next:hover{
    background-color: transparent;
    background-position: -35px 0;
}

.header-carousel.header-carousel-slim .carousel-text{
    border-right: 1px dotted #777;
    width: 130px;
    height: 64px;
    line-height: 14px;
    font-size: 13px;
    margin: 0px 0 0 90px;
    padding: 0 3px 0 0;
    overflow: hidden;
}

.header-carousel.header-carousel-slim .carousel-text a{
    height: 57px;
    width: 123px;
}

/* --------------------- Search Widget ------------------------------------*/

#header-search {
/*     float: right; */
    background-color: #e5e5e5;
    height: 25px;
    width: 275px;
    position: absolute;
    top: 1px;
    right: 24px;
    z-index: 3;
}

#header-search input#search_cond,#searchform input.textbox {
    background-color: transparent;
    color: #909090;
    border: none;
    float: left;
    width: 253px;
    font-style: italic;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    line-height: 14px;
    padding: 0;
    margin: 6px 0 0 15px;
    *margin: 7px 0 0 15px;
}

#header-search #searchsubmit-img {
    width: 25px;
    height: 25px;
    border: none;
    background-color: #e5e5e5;
}
#header-search #searchsubmit-img:hover {
    background-color: #d6d4cf;
}
#header-search button {
    display: none;
}



#searchform {
    background: url('images/search-tile.png') scroll 0 0 no-repeat;
    height: 29px;
    width: 300px;
    margin: 0;
}

#sidebar .mainsearchform_wrapper {
    margin: 13px 0 2px;
}

#sidebar.sidebar-photos-hub .mainsearchform_wrapper {
    margin: 0 0 2px;
}

#searchform input#s {
    background-color: #e5e5e5;
    color: #909090;
    border: none;
    float: left;
    width: 220px;
    font-style: italic;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 14px;
    line-height: 14px;
    padding: 4px 5px;
    margin: 0px 10px 0 5px;
}
#searchform #searchsubmit-img {
    width: 27px;
    height: 21px;
    border: none;
    background-color: #e5e5e5;
    margin: 4px 0 0;
}
#searchform #searchsubmit-img:hover {
    background-color: #d6d4cf;
}
#searchform button {
    display: none;
}

/* --------------------- Follow Widget ------------------------------------*/
#follow{
    display: block; 
    width:280px;
    height: 34px; 
    padding:0 10px; 
    margin: 10px 0 0 0;
}
#follow #follow-list{padding: 0; margin:0;width: 280px; margin-left: 0;}
#follow ul li {float:left;width: 34px; height: 34px; overflow:hidden;margin: 0 7px 0 0;display: inline;}
#follow ul li a {display: block; width:34px; height: 34px;}
#follow ul li.title {
    font: italic 14px Georgia;
    color: #5d615e;
    width: 110px;
    color: #bfbfbf;
    margin: 0px 8px 0 4px;
    padding: 8px 0 0;
}
#follow ul li.mobile {
    margin: 0;
}

#follow ul li.facebook a{background:url('images/facebook.png') no-repeat 0 0}
#follow ul li.twitter a {background:url('images/twitter.png') no-repeat 0 0}
#follow ul li.rss a     {background:url('images/rss.png') no-repeat 0 0}
#follow ul li.mobile a  {background:url('images/mobile.png') no-repeat 0 0}

/* --------------------- Photo Galleries Widget ------------------------------------*/
#sidebar .bmsbw-gallery-sidebar{
    width: 300px; 
    overflow:hidden;
    margin-bottom: 0;
}

#sidebar .bmsbw-gallery-sidebar .bmsbw-photoHead h3 {
    display: block !important;
}

#sidebar .bmsbw-gallery-sidebar .bmsbw-photoHead .bmsbw-title,
#sidebar .bmsbw-container .bmsbw-title {
    font-family: XenophoneRegular, Arial, sans-serif;
    font-weight: 100;
    color: #fff;
    font-size: 22px;
    background: url('images/sb-header.png') no-repeat scroll 0 0;
    height: 36px;
    width: 278px;
    display: block;
    padding: 0 0 0 23px;
    border: 0 none;
    text-transform: lowercase;
    letter-spacing: 1px;
    margin: 0;
    line-height: 32px;
}

.bmsbw-gallery-sidebar .bmsbw-inside {
    /*overflow: auto;*/
    width: 100%;
}

.bmsbw-gallery-sidebar table { width:auto; margin:0; padding:0; border:0; }

.bmsbw-gallery-sidebar table tbody tr td { padding:8px 3px 0 0; vertical-align:top; border:0; margin:0; }
.bmsbw-gallery-sidebar table tbody tr:first-child td { padding-top:8px; }
.bmsbw-gallery-sidebar table tbody tr td h2,
.bmsbw-gallery-sidebar table tbody tr td h2 a { font-size:11px;color:#000000;font-family:Arial, Helvetica, sans-serif;font-weight:bold;line-height:13px; }


.bmsbw-gallery-sidebar table tbody tr td h2 a:hover {color:#e73d26;}


.bmsbw-gallery-sidebar .bmsbw-94x94-keyhole {width:98px;height:99px;overflow:hidden; background: url('images/cgo-gallery-ing-shadow.png') 0 0 transparent;}
.bmsbw-gallery-sidebar .bmsbw-94x94-keyhole a img { padding: 2px 2px 3px 2px;}

.bmsbw-gallery-sidebar .bmsbw-inside .bmsbw-title-fix h2{padding-top: 5px;}
.bmsbw-gallery-sidebar  .bmsbw-bottom {padding: 20px 0 15px 0;}

/* --------------------- Poll Widget ------------------------------------*/

#sidebar .widget_polls-widget {
    float: left;
    margin: 20px 0 0;
}

#sidebar .widget_polls-widget h3 {
    display: none;
}

#sidebar .widget_polls-widget ul {
    padding-bottom: 6px;
    background: transparent url('images/sb-footer-line.jpg') bottom center repeat-x;
}

#sidebar .widget_polls-widget ul li {
    margin: 5px 0;
    padding: 3px 5px;
    display: none;
}

#sidebar .widget_polls-widget ul li label {
    padding-left: 5px;
    font-size: 11px;
}

#sidebar .widget_polls-widget .wp-polls ul {
    padding-bottom: 0px;
    background-image: none;
}

#sidebar .widget_polls-widget .wp-polls ul li {
    display: block;
    float: left;
}

#sidebar .widget_polls-widget .wp-polls {
    margin-top: 2px;
}

#sidebar .widget_polls-widget .polls_image {
    padding: 3px;
    border: 1px solid #CCCCCC;
    margin-bottom: 3px;
}

#sidebar .widget_polls-widget div.wp-polls div.wp-polls-ans {
    margin-top: 10px;
}

#poll-img {
    display: none;
    background: transparent url('images/bg-sidebar-img-large.png') no-repeat scroll -2px -1px;
    padding: 7px 0 10px 5px;
    position: relative;
    width: 300px;
}

#poll-img .poll-img {
    border: none;
}

#sidebar .widget_polls-widget div.wp-polls p,
#sidebar .widget_polls-widget div.wp-polls .wp-polls-ans,
#sidebar .widget_polls-widget div.wp-polls .wp-polls-ans li {
    *width: 300px;
}

#sidebar .widget_polls-widget div.wp-polls .wp-polls-ans,
#sidebar .widget_polls-widget div.wp-polls ul,
#sidebar .widget_polls-widget div.wp-polls
.wp-polls-ans ul li {
    *margin: 0px;
    *padding: 0px;
}

#sidebar .widget_polls-widget div.wp-polls ul {
    *margin-top: 10px;
    width: 290px;
    clear: both;
}

.cmp-poll-answers > .poll-vote-selector {
    display: block;
    float: none;
}

#sidebar .widget_polls-widget .bmsbw-container {
    margin: 0;
}

.bmsbw-wp-polls .bmsbw-inside {
    width: 300px;
}

.bmsbw-wp-polls h3.bmsbw-title {
    border-bottom: 2px solid black;
    color: black;
    font-family: "TradeGothicBld",Arial,Helvetica,sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin: 0;
    padding-bottom: 5px;
    text-align: left;
    text-transform: uppercase;
}

.bmsbw-wp-polls p {
    margin: 10px 0 12px 0;
    text-align: left;
    font-weight: 800;
    color: #000;
    font-size: 12px;
}

.bmsbw-wp-polls ul {
    padding: 8px 0 0 0;
    width: 280px;
}

.bmsbw-wp-polls .wp-polls-ans ul {
    border-top: 1px solid #dfdfdf;
}

.bmsbw-wp-polls .wp-polls-ans li {
    position: relative;
    width: 100%;
}

.bmsbw-wp-polls .wp-polls-ans ul.wp-polls-ul {
    border-top: none;
}

.bmsbw-wp-polls .pollAnswer {
    position: relative;
    margin-left: 5px;
    margin-top: -1px;
    font-size: 11;
    color: #000;
    width: 262px;
    float: left;
}

.bmsbw-wp-polls .wp-polls-ans input[type="radio"] {
    float: left;
}

.bmsbw-wp-polls .bmsbw-bottom {
    padding-top: 8px;
    border-top: 1px solid #dfdfdf;
    text-align: left;
}

#sidebar .bmsbw-wp-polls .bmsbw-bottom {
    text-align: center;
}

.bmsbw-wp-polls a.button,
.bmsbw-wp-polls input[type="submit"],
.bmsbw-wp-polls input[type="button"],
.bmsbw-wp-polls input[type="reset"],
.bmsbw-wp-polls ul.button-nav li a,
.bmsbw-wp-polls div.generic-button a {
    width: 60px;
    height: 25px;
    color: #fff;
    border: none;
    -moz-box-shadow: none;
    cursor: pointer;
}

#sidebar .bmsbw-wp-polls input[type="button"] {
    width: 120px;
}

.bmsbw-wp-polls .Buttons {
    background-color: #b3034e;
    float: right;
}

.bmsbw-wp-polls .wp-polls-ul {
    margin: 0;
}

.wp-polls .pollbar {
    margin: 5px 0 8px 0;
}

.bmsbw-wp-polls .wp-polls-ans {
    padding-bottom: 10px;
}

.wp-polls img {
    width: 300px;
}

.bmsbw-wp-polls .bmsbw-bottom input {
    float: none;
}

.entry .bmsbw-wp-polls .bmsbw-inside {
    width: 600px;
}

.entry .bmsbw-wp-polls .bmsbw-inside img {
    display: block;
    margin: 0 auto;
}

.entry .bmsbw-wp-polls .pollAnswer {
    width: 555px;
}

.entry .bmsbw-wp-polls ul {
    clear: both;
    width: 580px;
    margin-left: 24px;
    padding-left: 0 !important;
}


.entry .bmsbw-wp-polls li {
    margin: 5px 0;
}

.entry .wp-polls-ans li {
    float: left;
    width: 100%;
}


.widget_smwidget__postlist {
    float: left;
}

/* --------------------- Pagination ------------------------------------*/

.navigation {
    margin: 30px 0 20px;
}
.navigation .page_nav {
    text-align: center;
}
.navigation .page_nav ol li {
    display: inline-block;
    margin: 0 2px 0 3px
}
.navigation .page_nav ol li.active_page a {
    color: #999;
}
.navigation .page_nav ol li,
.navigation .page_nav ol li a {
    font-size: 12px;
    font-weight:bold;
}

.navigation .page_nav ol li.next_page {
    margin: 0 20px;

}
.navigation .page_nav ol li.previous_page {
    margin: 0 20px;
}

.navigation .page_nav ol li.next_page,
.navigation .page_nav ol li.previous_page {
    height: 17px;
    width: 62px;
    margin: 0 10px;
    display: inline-block;
    position: relative;
    top: 6px;
}

.navigation .page_nav ol li.previous_page {
    background: white url('./images/pagination-prev.gif') no-repeat 0 -1px;
}
.navigation .page_nav ol li.next_page {
    background: white url('images/pagination-next.gif') no-repeat 0 -1px;
}
.navigation .page_nav ol li.next_page:hover,
.navigation .page_nav ol li.previous_page:hover {
    background-position: 0 -18px;
}

.navigation .page_nav ol li.next_page a,
.navigation .page_nav ol li.previous_page a {
    padding: 0;
    margin: 0;
    height: 17px;
    width: 62px;
    display: block;
    text-indent: -1000px;
    overflow: hidden;
}

.navigation .page_nav ol li.next_page_off,
.navigation .page_nav ol li.previous_page_off{
    display: none;
}


/*---------------------- Footer -------------------------------*/
#comscore_container {
    margin: 10px auto 0 !important;
    background-color: #222 !important;
}
#footer #comscore_container {
    background-color: #201f1f;
    width: 930px;
    font-weight: normal;
    background-image: url("http://cdn.buzznet.com/assets/pages/p2/ads/comscore_footer/comscore_background.png");
    background-repeat: repeat-x;
    color: #FFFFFF; font-family: Arial;
    font-size: 12px;
    padding: 7px 7px 8px 13px;
}
#footer #comscore_container .bold {
    font-weight: bold;
}
#footer #comscore_container .small_text {
    font-size: 10px;
}
#footer #comscore_header_text {
    color: #FFFFFF;
    padding: 0 0 4px 0;
}
#footer #comscore_body_text {
    color: #FFFFFF;
    font-size: 10px;
    line-height: 15px;
}
#footer #comscore_container a {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal
}
#footer #comscore_container a:link {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal
}
#footer #comscore_container a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: normal
}
#footer #comscore_container a:hover {
    color: #A7A7A7;
    text-decoration: none;
    font-weight: normal
}
.bmsbw-gallery-sidebar  .bmsbw-bottom {padding: 20px 0 15px 0;}


#sidebar .featured-video, 
#sidebar .spotlight {
    border: none !important;
    padding: 0px 0px 5px !important;
    background: transparent url('images/sb-footer-line.jpg') bottom center repeat-x;
}
#sidebar .bmsbw-most-recent-filtered.more-than-one-item {
    background: none;
}
#sidebar .featured-video .bmsbw-title,
#sidebar .spotlight .bmsbw-title {
    border: none;
    height: 37px;
}
#sidebar .featured-video .bmsbw-valign-fix-image a,
#sidebar .spotlight .bmsbw-valign-fix-image a {
    padding: 3px;
    border: 1px solid #CCC;
}
#sidebar .featured-video .bmsbw-inside,
#sidebar .spotlight .bmsbw-inside {
    padding-top: 7px;
}
#sidebar .featured-video .bmsbw-valign-fix-title h2,
#sidebar .spotlight .bmsbw-inside h2{
    padding: 3px 0;
}
#sidebar .featured-video .bmsbw-valign-fix-title h2 a,
#sidebar .spotlight .bmsbw-inside h2 a{
    font-weight: bold;
}
.bmsbw-container.bmsbw-most-recent-filtered {margin:15px 0;clear:both;}
.bmsbw-container.bmsbw-most-recent-filtered table tr td, table tr th {padding:0;}
.bmsbw-most-recent-filtered .bmsbw-inside {margin:0}
.bmsbw-most-recent-filtered .bmsbw-inside h2{margin-bottom:0}
.bmsbw-container.bmsbw-most-recent-filtered h3.hidden {padding: 0; margin: 0;}
.bmsbw-container.bmsbw-most-recent-filtered ul{}
.bmsbw-container.bmsbw-most-recent-filtered li{margin:0;font-size:12px;text-align:left;}
.bmsbw-container.bmsbw-most-recent-filtered li a{font-size:12px;color:#000;font-family:Arial, Helvetica, sans-serif;font-weight:100;line-height:18px;}
.bmsbw-container.bmsbw-most-recent-filtered li a:hover,
.bmsbw-most-recent-filtered .bmsbw-gallery-sidebar table tbody tr td h2 a:hover { color:#e73d26; }
.bmsbw-most-recent-filtered .bmsbw-valign-fix-image a.bmsbw-40x30-keyhole {display: block; width: 40px; height: 30px; overflow: hidden;}

td.bmsbw-valign-fix-image, td.bmsbw-valign-fix-image a {display:block; overflow:hidden;}
td.bmsbw-valign-fix-image a img {float:left}

td.bmsbw-valign-fix-image, td.bmsbw-valign-fix-image a {display:block; overflow:hidden;}
td.bmsbw-valign-fix-image a img {float:left}
td.bmsbw-valign-fix-title {width:100%;}
td.bmsbw-valign-fix-title h2 {padding-left:10px;}

/* --------------------- Gallery Metadata Widget ------------------------------------*/
#sidebar .widget_gallery_metadata_sidebar_widget .bmsbw-container {
    background-color:  #DADDE2;
    border: medium none;
    margin: 0 0 0 -46px;
    width: 342px;
}
.gallery-mode .widget_gallery_metadata_sidebar_widget .bmsbw-container {    
    background-color:  #DADDE2;
    border: medium none;
    width: 342px;
}

#sidebar .widget_gallery_metadata_sidebar_widget .bmsbw-gutter-curve-wrapper {
    background-color:  #DADDE2;
    border: 0 none;
    height: 6px;
    margin: 0 0 0 -40px;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 200px;
}
#sidebar .widget_gallery_metadata_sidebar_widget .bmsbw-top-curve {
    background-color: white;
    border: 1px solid white;
    border-bottom-left-radius: 18px 6px;
    bottom: 0;
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    width: 322px;
}
#sidebar  .widget_gallery_metadata_sidebar_widget .bmsbw-bottom-curve {
    background-color: white;
    border: 1px solid white;
    border-top-left-radius: 18px 6px;
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 320px;
}
#sidebar .widget_gallery_metadata_sidebar_widget  .bmsbw-container .cat-image.module,
.gallery-mode .widget_gallery_metadata_sidebar_widget  .bmsbw-container .cat-image.module {
    margin-left: 46px;
    padding: 15px 10px 15px 0;
    line-height: 19px;
    width: 285px
}

#sidebar .cat-image.module .headline,
.gallery-mode .cat-image.module .headline {
    border: none;
    font-size: 19px;
    word-spacing: normal;
    overflow-x: hidden;
    text-transform: none;
}

#sidebar .cat-image.module p{padding-bottom: 12px;}
#sidebar .cat-image.module .back-to-story a:hover{color:#540027; text-decoration: none;}
#sidebar .cat-image.module p a:hover{color: #8d0253;text-decoration: none}*/
#sidebar .date-block{margin:0 0 7px; font-weight: normal;}
#sidebar .date-block .back-to-story,
.gallery-mode .date-block .back-to-story {
    margin: 0 3px 0 0;
}
#sidebar .date-block .more-comments,
.gallery-mode .date-block .more-comments {
    margin: 0 0 0 3px;
    letter-spacing: -0.5px;
}

#sidebar h5.date-block{
    font-size: 12px;
}

#sidebar .bmsbw-container .tags,
.gallery-mode .bmsbw-container .tags {
    color: #999A9E
}
#sidebar .bmsbw-container .tags a,
.gallery-mode .bmsbw-container .tags a {
    font-size: 11px;
    color: #5E5E5E;
}

#sidebar .tags,
.gallery-mode .tags {
    width: auto;
    border: none;
    padding: 0px;
    float: none;
}

.attachment #sidebar{
    margin-top: 19px;
}

#sidebar .addthis_wrapper,
.gallery-mode .addthis_wrapper
{
    float: right;
    width: 172px;
}

#sidebar .bm_fb_like,
.gallery-mode .bm_fb_like {
    float:left;
    width: 100px;
    margin-top:6px
}

#below_ads_medrec_300b, #below_ads_medrec_300c{
    float: left;
    margin-top: 15px;
}
/* --------------------- Most Popular Widget ------------------------------------*/
#buzzbox_comments_list{/*border-top:10px solid #000000;*/}
#buzzbox{width:300px;padding:0;background-color:#FFFFFF;margin-top:15px;background:transparent url('images/sb-footer-line.jpg') bottom center repeat-x;padding-bottom: 4px;}
div.content_box{padding:0 0 10px;}
#buzzbox_title{height:37px;list-style:none outside none;margin:0;overflow:hidden;padding:0;width:300px;font-family:'GnuolaneBook',Arial,Sans-Serif;font-size:20px;color:#000000;font-weight:normal;text-transform:uppercase;}
#buzzbox_title ul{
    height:37px;
    list-style:none outside none;
    margin:0;
    padding:0;
    /*width:300px;*/
    width: 127px;
    border-bottom:1px solid #000000;
    background:url('images/most_popular_head.jpg') no-repeat scroll -340px 0px;
}
#buzzbox_title li{
    height:37px;
    width: 300px;
    float:left;
    text-indent: -1000px;
}
li#buzzbox_comments{float:right;width:170px;margin:0 0 0 3px;}
li#buzzbox_views{float:left;width:123px;margin:0 3px 0 0;}
/*#buzzbox_title ul li.TAB_ON, #buzzbox_title ul li:hover{background:#DBEBEA;} */
#buzzbox table.buzzbox{border:none;background:url('images/most_popular_delim.gif') no-repeat left bottom;font-size:11px;line-height:12px;margin:10px 0 0;padding:0;text-align:left;width:300px;height: 71px;}
#buzzbox table.buzzbox tr{border-bottom:none;}
#buzzbox table.buzzbox th, #buzzbox table.buzzbox td{margin:0;padding:0;}
#buzzbox .buzz-thumb{float:left;margin:0;display:block;height:60px;overflow:hidden;width:50px;}
#buzzbox .buzzbox_item:first-child {margin-top:-3px,*margin-top:-4px,}
#buzzbox .buzzbox_item li{border-bottom:1px dotted #000000;padding:10px;float:left;width:300px;}
#buzzbox a.buzzbox_link{float:left;width:160px;color:#000000;text-decoration:none;font-family:Arial,Sans-Serif;font-size:12px;font-weight:bold;line-height:14px;}
#buzzbox a.buzzbox_link:hover {color: #E73D26;}
#buzzbox .buzzbox_comment_count{color:#000000;float:left;font-family:Arial,Sans-Serif;font-size:11px;line-height:15px;margin:2px 0 5px;width:130px;}
#buzzbox .buzzbox_comment_count a{font-size:11px;font-weight:normal;text-decoration:none;}
#buzzbox table.buzzbox td.buzzbox_title{padding:0 10px 0;vertical-align:top;width:160px;}
#buzzbox table.buzzbox td.buzzbox_image{width:60px;}
#buzzbox table.buzzbox td.buzzbox_image div.img_wrapp80x60,#buzzbox table.buzzbox td.buzzbox_image div.img_wrapp80x60 a,#buzzbox table.buzzbox td.buzzbox_image div.img_wrapp80x60 a img{width:80px;height:60px;padding-bottom:10px;overflow:hidden;}
#buzzbox .buzzbox_item table.buzzbox td.buzzbox_image div.buzzbox_image_wrap { width:80px;height:60px;padding-bottom:10px;overflow:hidden; }
#buzzbox .buzzbox_item table.buzzbox td.buzzbox_rank { vertical-align: top; font-size: 18px; padding-right: 5px; }
#buzzbox .buzzbox_item table.buzzbox td.buzzbox_rank .buzzbox_rank_arrow{ margin-top: -8px; width: 0; height: 0; border-style: solid; border-width: 30px 40px 0 0; border-color: #19c5ea transparent transparent transparent; }
#buzzbox .buzzbox_item table.buzzbox td.buzzbox_rank .buzzbox_rank_text{margin-top: -26px; text-indent: 4px;color:white;}
#buzzbox .buzzbox_item_big table.buzzbox { margin-top: 5px; }
#buzzbox .buzzbox_item_big table.buzzbox td.buzzbox_title{ position: relative; z-index: 2; vertical-align: bottom; }
#buzzbox .buzzbox_item_big table.buzzbox td.buzzbox_title div.buzzbox_title_container { width: 245px; height: 65px; background: black; margin: 0 0 10px -255px; opacity: 0.85; }
#buzzbox .buzzbox_item_big a.buzzbox_link { color: white; font-size: 14px; margin: 5px 0 0 13px; width: 220px; line-height: 1.3; letter-spacing: 0.25; }
#buzzbox .buzzbox_item_big span.buzzbox_comment_count { background: black; width: 55px; height: 25px; margin: 40px 0 0 -288px; }
#buzzbox .buzzbox_item_big span.buzzbox_comment_count a { display: none; }
#buzzbox .buzzbox_item_big table.buzzbox td.buzzbox_image div.buzzbox_image_wrap { position: relative; z-index: 1; width: 300px; height: 225px; overflow: hidden; margin: 0 0 10px -60px; }
#buzzbox .buzzbox_item_big table.buzzbox td.buzzbox_image div.buzzbox_image_wrap img{
    width: 300px;
    height: 225px;
}
#buzzbox .buzzbox_item_big table.buzzbox td.buzzbox_rank { position: relative; z-index: 3; vertical-align: bottom; font-size: 24px; padding: 0 5px 35px 0; }
#buzzbox .buzzbox_item_big table.buzzbox td.buzzbox_rank .buzzbox_rank_arrow{ width: 0; height: 0; border-style: solid; border-width: 0 0 40px 55px; border-color: transparent transparent #19c5ea transparent; }
#buzzbox .buzzbox_item_big table.buzzbox td.buzzbox_rank .buzzbox_rank_text{margin-top: 20px; text-indent: -18px;color:white; }
#buzzbox .bmsbw-bottom{display:none;}

/* --------------------- Sidebar ------------------------------------*/
#sidebar{
    margin: 0;
    margin-right: 4px;    
}

#sidebar .bmsbw-container{
    margin: 15px 0 0 0;
}


/* --------------------- Newsletter ------------------------------------*/
#newsletter {
    color: #666;
    border-bottom: 1px dashed #d0d0d0;
    padding: 15px 0;
    width: 300px;
    margin-bottom: 10px;
    float: left;
}

#newsletter h3 {
    color: #d02d18;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: normal;
}

#newsletter h3 span {
    display: block;
    font-size: 15px;
    line-height: 15px;
}

#newsletter input[type="email"] {
    width: 65%;
    float: left;
    padding: 3px;
    margin-top: 0;
}

#newsletter form {
    padding: 15px 0;
}

#newsletter #wp-submit {
    background-color: #009DEE;
    border: 0 none;
    color: #FFFFFF;
    float: right;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
}

.sailthruScout {
    float: left;
    width: 33.3%;
}

.sailthruScout.last {
    padding: 0 0 0 9px;
    border: 0;
}

.sailthruScout .image_container {
    height: 200px;
    overflow: hidden;
    margin: 10px;
    position: relative;
}

.sailthruScout a {
    font-size: 13px;
    font-weight: normal;
    line-height: 16px;
    color: #fff;
    display: inline-block;
}

.sailthruScout:hover .image_container {
    border: 10px solid #009dee;
    height: 180px;
}

#sailthru_footer .header {
    color: #fff;
    padding-top: 10px;
    text-transform: uppercase;
}

#sailthru_footer {
    margin-bottom: -10px;
    padding-bottom: 10px;
    margin-top: 20px;
    background: #606060;
}

/* --------------------- Profile Page ------------------------------------*/
.lgn p {
    margin: 0;
    line-height: 19px;
}.lgn h3.username a, .lgn h3.username_main a {
    color: #5D615E;
}.lgn h3.username a:hover, .lgn h3.username_main a:hover {
    color: #E73D26;
}.lgn form#your-profile h3, .lgn h3.username {
    background-color: #D6D4CF;
    color: #5D615E;
    font-family: "Arial Black";
    font-size: 13px;
    font-weight: bold;
    line-height: 14px;
    margin: 10px 0 5px;
    padding: 6px 8px;
    text-transform: uppercase;
}.lgn hr.separator {
    display: block !important;
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #e5e5e5;
    border-style: none none dotted;
    border-width: medium medium 2px;
    color: #FFFFFF;
    height: 2px;
    margin: 0;
    padding: 0;
    width: 600px;
    clear: both;
}.lgn h2.reg_title img.avatar {
    max-height: 30px;
    left: 0;
    position: absolute;
    top: 0;
    max-width: 30px;
}.lgn .reg_title div.avatar {
    display:inline;
    left:0px;
    top:0px;
    position:absolute;
}
.lgn h2.reg_title {
    background-color: transparent;
    color: #5D615E;
    font-family: "Arial Black";
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 5px;
    padding: 5px 0 10px 41px;
    position: relative;
    text-transform: uppercase;
}

.lgn .posttitle {
    margin: 0 0 7px;
}

div.entry.lgn ul {
    /*list-style-position: inside;
    margin-left: 1em;*/
}

.entry.lgn {
    margin: 0 0 31px 3px;
}

.entry.lgn .entry {
    width: 600px;
}

.lgn form {
    text-align: left;
}

.lgn ul.profile_activity_items > li {
    border-bottom: 1px solid #D1D1D1;
    margin: 0 0 5px;
    padding: 0 0 5px;
    *width: 100%;
    clear: both;
    display: block;
}

.lgn form#your-profile input.input_field {
    background-color: #FFFFFF;
    border: 1px solid #DEDEDE;
    clear: left;
    float: left;
    padding: 2px 5px;
}

.lgn form#your-profile label {
    clear: left;
    float: left;
    padding: 3px 5px 0 0;
}

.lgn form#your-profile input.focused {
    border: 1px solid #dede9e;
    background-color: #ffffdf;
}

.lgn form#your-profile span.instruction {
    float: left;
    font-size: 11px;
    font-style: italic;
    color: #b1b1b1;
    font-family: Georgia, "Times New Roman", serif;
    padding: 3px 5px;
}
.lgn form#your-profile p.clear {
    padding: 5px 0;
}

.lgn #searchform input#search_cond {
    background-color: #E5E5E5;
    border: medium none;
    color: #909090;
    float: left;
    font-family: Georgia,"Times New Roman",serif;
    font-size: 14px;
    font-style: italic;
    line-height: 14px;
    margin: 0 10px 0 5px;
    padding: 4px 5px;
    width: 220px;
}

.lgn #cycnav li a, .lgn a.user-friend-remove, .lgn a.user-friend-follow, .lgn .submit input#cycsubmit, .lgn .submit input#wp-submit, .lgn a.btn_pill {
    background-color: #5D615E;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF !important;
    font-family: Arial,sans-serif;
    font-size: 10px;
    font-weight: normal;
    height: 16px;
    letter-spacing: 0.5px;
    padding: 3px 10px;
    text-transform: uppercase;
}

.lgn .wp-pagenavi{
    margin: 15px 0 30px 0;
    text-align: center;
    padding: 0;
    float: left;
    width: 600px;
}
.lgn .pagelist .current, .lgn .pagelist a {text-decoration: none;padding: 0 4px; float:left;}


#disqus_thread {
    width: 600px;
}

#buzzworthy {
    width: 600px;
    padding-bottom: 10px;
    border-bottom: #999999 1px solid;
}

blockquote {
	padding: 2px 45px 2px 28px;
	background: url("images/quote.gif") no-repeat scroll 4px 5px transparent;
	color: #636363;
	overflow: hidden;
}

/*---------------------- Archives page -------------------------------*/
#wrapper #content.archives {
    width: 610px;
}

#content.archives .archives-content .archive_categories {
    float: none;
    width: auto;
}

div#content.archives .archives-content .archive_categories ul.category_list {
    margin: 10px;
}

div#content.archives .archives-content .archive_syndication {
    margin: 0px;
}

div#content.archives .archives-content .archive_year_month {
    width: auto;
}

div#content.archives .archives-content ul.category_list li.cat-item {
    width: 235px;
    margin-right: 10px;
}

.archive.date .post_date {
    color: #4a4a4a;
    margin: 0 0 0 3px;
}
.archive.date .pagetitle {
    text-transform: none !important;
    border-bottom: 2px dotted #ebebeb !important;
    margin: 0 7px 7px 0 !important;
    padding: 0 0 8px !important;
}
div#content.archives ul.archive_list,
div#content.archives ul.category_list {
    list-style-type:none;
    margin:10px;
    overflow:auto;
    padding:0;
}
div#content.archives ul.archive_list li {
    float: left;
    width: 163px;
}
div#content.archives ul.category_list li {
    float: left;
    margin-right: 10px;
    width: 235px;
}
div#content.archives h2 {
    clear: both;
    font-size: 20px;
    border-top: 2px dotted #E5E5E5;
    padding-top: 10px;
}
div#content.archives hr {
    margin-bottom: 10px;
}
