/*
 * Node CSS
 *
 * Taken from modules/node/node.css
 *
 */

.node-unpublished {
  background-color: #fff4f4;
}
.preview .node {
  background-color: #ffffea;
}
#node-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#node-admin-buttons {
  float: left;
  margin-left: 0.5em;
  clear: right;
}
td.revision-current {
  background: #ffc;
}
.node-form .form-text {
  display: block;
  width: 95%;
}
.node-form .container-inline .form-text {
  display: inline;
  width: auto;
}
.node-form .standard {
  clear: both;
}
.node-form textarea {
  display: block;
  width: 95%;
}
.node-form .attachments fieldset {
  float: none;
  display: block;
}

/*
 * Defaults CSS
 * 
 * Taken from modules/system/defaults.css
 *
 */

/*
** HTML elements
*/
fieldset {
  margin-bottom: 1em;
  padding: .5em;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  height: 1px;
  border: 1px solid gray;
}
img {
  border: 0;
}
table {
  border-collapse: collapse;
}
th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}

/*
** Markup free clearing
** Details: http://www.positioniseverything.net/easyclearing.html
*/
.clear-block:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clear-block {
  display: inline-block;
}

/* Hides from IE-mac \*/
* html .clear-block {
  height: 1%;
}
.clear-block {
  display: block;
}
/* End hide from IE-mac */

/*
 * System CSS
 * 
 * Taken from modules/system/system.css
 *
 */

/*
** HTML elements
*/
th.active img {
  display: inline;
}
tr.even, tr.odd {
  background-color: #eee;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}
td.active {
  background-color: #ddd;
}
tbody {
  border-top: 1px solid #ccc;
}
tbody th {
  border-bottom: 1px solid #ccc;
}
thead th {
  text-align: left;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}

/*
** Other common styles
*/
.breadcrumb {
  padding-bottom: .5em
}
.error {
  color: #f00;
}
div.error {
  border: 1px solid #d77;
}
div.error, tr.error {
  background: #fcc;
  color: #200;
}
div.warning, tr.warning {
  background: #ffd;
}
div.ok, tr.ok {
  background: #dfd;
}
.item-list .icon {
  color: #555;
  float: right;
  padding-left: 0.25em;
  clear: right;
}
.item-list .title {
  font-weight: bold;
}
.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 0;
}
.item-list ul li {
  margin: 0 0 0.25em 1.5em;
  padding: 0;
  list-style: disc;
}
.form-item {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item, tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
  white-space: nowrap;
}
tr.merge-down, tr.merge-down td, tr.merge-down th {
  border-bottom-width: 0 !important;
}
tr.merge-up, tr.merge-up td, tr.merge-up th {
  border-top-width: 0 !important;
}
.form-item input.error, .form-item textarea.error, .form-item select.error {
  border: 2px solid red;
}
.form-item .description {
  font-size: 0.85em;
}
.form-item label {
  display: block;
  font-weight: bold;
}
.form-item label.option {
  display: inline;
  font-weight: normal;
}
.form-checkboxes, .form-radios {
  margin: 1em 0;
}
.form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.marker, .form-required {
  color: #f00;
}
.more-link {
  text-align: right;
}
.more-help-link {
  font-size: 0.85em;
  text-align: right;
}
.nowrap {
  white-space: nowrap;
}
.pager {
  clear: both;
  text-align: center;
}
.pager a, .pager strong.pager-current {
  padding: 0.5em;
}
.tips {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9em;
}
dl.multiselect dd.b, dl.multiselect dd.b .form-item, dl.multiselect dd.b select {
  font-family: inherit;
  font-size: inherit;
  width: 14em;
}
dl.multiselect dd.a, dl.multiselect dd.a .form-item {
  width: 8em;
}
dl.multiselect dt, dl.multiselect dd {
  float: left;
  line-height: 1.75em;
  padding: 0;
  margin: 0 1em 0 0;
}
dl.multiselect .form-item {
  height: 1.75em;
  margin: 0;
}

/*
** Inline items (need to override above)
*/
.container-inline div, .container-inline label {
  display: inline;
}

/*
** Menus
*/
ul.menu {
  list-style: none;
  border: none;
  text-align:left;
}
ul.menu li {
  margin: 0 0 0 0.5em;
}
li.expanded {
  list-style-type: circle;
  list-style-image: url(../../misc/menu-expanded.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.collapsed {
  list-style-type: disc;
  list-style-image: url(../../misc/menu-collapsed.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li.leaf {
  list-style-type: square;
  list-style-image: url(../../misc/menu-leaf.png);
  padding: 0.2em 0.5em 0 0;
  margin: 0;
}
li a.active {
  color: #000;
}
td.menu-disabled {
  background: #ccc;
}
ul.links {
  margin: 0;
  padding: 0;
}
ul.links.inline {
  display: inline;
}
ul.links li {
  display: inline;
  list-style-type: none;
  padding: 0 0.5em;
}
.block ul {
  margin: 0;
  padding: 0 0 0.25em 1em;
}

/*
** Tab navigation
*/
ul.primary {
  border-collapse: collapse;
  padding: 0 0 0 1em;
  white-space: nowrap;
  list-style: none;
  margin: 5px;
  height: auto;
  line-height: normal;
  border-bottom: 1px solid #bbb;
}
ul.primary li {
  display: inline;
}
ul.primary li a {
  background-color: #ddd;
  border-color: #bbb;
  border-width: 1px;
  border-style: solid solid none solid;
  height: auto;
  margin-right: 0.5em;
  padding: 0 1em;
  text-decoration: none;
}
ul.primary li.active a {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: #fff 1px solid;
}
ul.primary li a:hover {
  background-color: #eee;
  border-color: #ccc;
  border-bottom-color: #eee;
}
ul.secondary {
  border-bottom: 1px solid #bbb;
  padding: 0.5em 1em;
  margin: 5px;
}
ul.secondary li {
  display: inline;
  padding: 0 1em;
  border-right: 1px solid #ccc;
}
ul.secondary a {
  padding: 0;
  text-decoration: none;
}
ul.secondary a.active {
  border-bottom: 4px solid #999;
}

/*
** Autocomplete styles
*/
/* Suggestion list */
#autocomplete {
  position: absolute;
  border: 1px solid;
  overflow: hidden;
  z-index: 100;
}
#autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#autocomplete li {
  background: #fff;
  color: #000;
  white-space: pre;
  cursor: default;
}
#autocomplete li.selected {
  background: #0072b9;
  color: #fff;
}
/* Animated throbber */
html.js input.form-autocomplete {
  background-image: url(../../misc/throbber.gif);
  background-repeat: no-repeat;
  background-position: 100% 2px;
}
html.js input.throbbing {
  background-position: 100% -18px;
}

/*
** Collapsing fieldsets
*/
html.js fieldset.collapsed {
  border-bottom-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  margin-bottom: 0;
  height: 1em;
}
html.js fieldset.collapsed * {
  display: none;
}
html.js fieldset.collapsed legend {
  display: block;
}
html.js fieldset.collapsible legend a {
  padding-left: 15px;
  background: url(../../misc/menu-expanded.png) 5px 75% no-repeat;
}
html.js fieldset.collapsed legend a {
  background-image: url(../../misc/menu-collapsed.png);
  background-position: 5px 50%;
}
/* Note: IE-only fix due to '* html' (breaks Konqueror otherwise). */
* html.js fieldset.collapsed legend,
* html.js fieldset.collapsed legend *,
* html.js fieldset.collapsed table * {
  display: inline;
}
html.js fieldset.collapsible legend a {
  display: block;
}
/* Avoid jumping around due to margins collapsing into collapsible fieldset border */
html.js fieldset.collapsible .fieldset-wrapper {
  overflow: auto;
}

/*
** Resizable text areas
*/
.resizable-textarea {
  width: 95%;
}
.resizable-textarea .grippie {
  height: 9px;
  overflow: hidden;
  background: #eee url(../../misc/grippie.png) no-repeat center 2px;
  border: 1px solid #ddd;
  border-top-width: 0;
  cursor: s-resize;
}
html.js .resizable-textarea textarea {
  margin-bottom: 0;
  width: 100%;
  display: block;
}

/*
** Progressbar styles
*/
.progress {
  font-weight: bold;
}
.progress .bar {
  background: #fff url(../../misc/progress.gif);
  border: 1px solid #00375a;
  height: 1.5em;
  margin-top: 0.2em;
}
.progress .filled {
  background: #0072b9;
  height: 1em;
  border-bottom: 0.5em solid #004a73;
  width: 0%;
}
.progress .percentage {
  float: right;
}

/*
** Formatting for welcome page
*/
#first-time strong {
  display: block;
  padding: 1.5em 0 .5em;
}

/*
** To be used with tableselect.js
*/
tr.selected td {
  background: #ffc;
}

/*
 * Users CSS
 *
 * Taken from modules/user/user.css
 *
 */
 
#permissions td.module {
  font-weight: bold;
}
#permissions td.permission {
  padding-left: 1.5em;
}
#access-rules .access-type, #access-rules .rule-type {
  margin-right: 1em;
  float: left;
}
#access-rules .access-type .form-item, #access-rules .rule-type .form-item {
  margin-top: 0;
}
#access-rules .mask {
  clear: both;
}
#user-login-form {
  text-align: center;
}
#user-admin-filter ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#user-admin-buttons {
  float: left;
  margin-left: 0.5em;
  clear: right;
}

/* Generated by user.module but used by profile.module: */
.profile {
  clear: both;
  margin: 1em 0;
}
.profile .picture {
  float: right;
  margin: 0 1em 1em 0;
}
.profile dt {
  margin: 1em 0 0.2em 0;
  font-weight: bold;
}
.profile dd {
  margin:0;
}


/*
 * Tabs CSS
 *
 * Adds styles for the primary and secondary tabs.
 *
 * Compare this with default CSS found in the system module's stylesheet (a copy
 * of which is in drupal5-reference.css, line 510.)
 *
 */

  div.tabs
  {
    margin: 0 0 5px 0;
  }

  ul.primary
  {
    margin: 0;
    padding: 0 0 0 10px;
    border-width: 0;
    list-style: none;
    white-space: nowrap;
    line-height: normal;
    background: url(images/tab-bar.png) repeat-x left bottom;
  }

  ul.primary li
  {
    float: left;
    margin: 0;
    padding: 0;
  }

  ul.primary li a
  {
    display: block;
    height: 24px;
    margin: 0;
    padding: 0 0 0 5px; /* width of tab-left.png */
    border-width: 0;
    font-weight: bold;
    text-decoration: none;
    color: #777;
    background-color: transparent;
    background: url(images/tab-left.png) no-repeat left -38px;
  }

  ul.primary li a .tab
  {
    display: block;
    height: 20px; /* 24px (parent) - 4px (padding) */
    margin: 0;
    padding: 4px 13px 0 6px;
    border-width: 0;
    line-height: 20px;
    background: url(images/tab-right.png) no-repeat right -38px;
  }

  ul.primary li a:hover
  {
    border-width: 0;
    background-color: transparent;
    background: url(images/tab-left.png) no-repeat left -76px;
  }

  ul.primary li a:hover .tab
  {
    background: url(images/tab-right.png) no-repeat right -76px;
  }

  ul.primary li.active a,
  ul.primary li.active a:hover
  {
    border-width: 0;
    color: #000;
    background-color: transparent;
    background: url(images/tab-left.png) no-repeat left 0;
  }

  ul.primary li.active a .tab,
  ul.primary li.active a:hover .tab
  {
    background: url(images/tab-right.png) no-repeat right 0;
  }

  ul.secondary
  {
    margin: 0;
    padding: 0 0 0 5px;
    border-bottom: 1px solid #c0c0c0;
    list-style: none;
    white-space: nowrap;
    background: url(images/tab-secondary-bg.png) repeat-x left bottom;
  }

  ul.secondary li
  {
    float: left;
    margin: 0 5px 0 0;
    padding: 5px 0;
    border-right: none;
  }

  ul.secondary a
  {
    display: block;
    height: 24px;
    margin: 0;
    padding: 0;
    border: 1px solid #c0c0c0;
    text-decoration: none;
    color: #777;
    background: url(images/tab-secondary.png) repeat-x left -56px;
  }

  ul.secondary a .tab
  {
    display: block;
    height: 18px; /* 24px (parent) - 6px (padding) */
    margin: 0;
    padding: 3px 8px;
    line-height: 18px;
  }

  ul.secondary a:hover
  {
    background: url(images/tab-secondary.png) repeat-x left bottom;
  }

  ul.secondary a.active,
  ul.secondary a.active:hover
  {
    border: 1px solid #c0c0c0;
    color: #000;
    background: url(images/tab-secondary.png) repeat-x left top;
  }

/****
 **** HTML ELEMENT STYLING
 ****/


/** fonts **/
  /*
   * Our font size and line height declarations are based on the following ALA
   * article:
   *   http://www.alistapart.com/articles/howtosizetextincss
   *
   * All modern browsrs use a 16px default font size. Specifying the font-size
   * and line-height in ems (relative to the 16px default font) allows the user
   * to resize the font in the browser and produces the most consistent results
   * across different browsers.
   */
  body
  {
    font-size: 100%; /* Fixes exaggerated text resizing in IE6 and IE7 */
  }

  #page
  {
    /*
     * To use a 12px font size on the page, delete the 14px declarations.
     * to use a 14px font size on the page, delete the 12px declarations.
     */

    /* Use a 12px base font size with a 16px line height */
    font-size: 0.75em; /* 16px x .75 = 12px */
    line-height: 1.333em; /* 12px x 1.333 = 16px */

    /* Use a 14px base font size with a 18px line height */
    font-size: 0.875em; /* 16px x .875 = 14px */
    line-height: 1.286em; /* 14px x 1.286 = 18px */
  }

  body, caption, th, td, input, textarea, select, option, legend, fieldset
  {
    /* The following font family declarations are based on the Microsoft core
     * web fonts which are common fonts available on most computer systems. The
     * Bitstream Vera fonts are commonly available on Linux systems where the MS
     * fonts are less common.
     *
     * A user's web browser will look at the comma-separated list and will
     * attempt to use each font in turn until it finds one that is available
     * on the user's computer. The final "generic" font (sans-serif or serif)
     * hints at what type of font to use if the web browser doesn't find any
     * of the fonts in the list.

    font-family: "Times New Roman", Times, Georgia, "Bitstream Vera Serif", serif;
    font-family: Times, "Times New Roman", Georgia, "Bitstream Vera Serif", serif;
    font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;

    font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;

    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;

     */

    font-family: Verdana, Helvetica, Arial, "Bitstream Vera Sans", sans-serif;/**/
  }

  pre, code
  {
    font-size: 1.1em; /* Monospace fonts can be hard to read */
    font-family: "Bitstream Vera Sans Mono", "Courier New", monospace;
  }

/** headings **/
  h1
  {
    font-size: 2em;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0.5em; /* 0.5em is equavalent to 1em in the page's base font.
                             Remember, a margin specified in ems is relative to
                             the element's font-size, not to the pages' base
                             font size. So, for example, if we want a 1em margin
                             (relative to the base font), we have to divide that
                             length by the element's font-size:
                             1em / 2em = 0.5em */
  }

  h2
  {
    font-size: 1.5em;
    line-height: 1.3em;
    margin-top: 0.667em; /* Equivalent to 1em in the page's base font: 1 / 1.5 = 0.667em */
    margin-bottom: 0.667em;
  }

  h3
  {
    font-size: 1.3em;
    line-height: 1.3em;
    margin-top: 0.769em; /* Equivalent to 1em in the page's base font: 1 / 1.3 = 0.769 */
    margin-bottom: 0.769em;
  }

  h4, h5, h6
  {
    font-size: 1.1em;
    line-height: 1.3em;
    margin-top: 0.909em; /* Equivalent to 1em in the page's base font: 1 / 1.1 = 0.909 */
    margin-bottom: 0.909em;
  }

/** block-level elements **/
  p, ul, ol, dl, pre, table, fieldset, blockquote
  {
    /* margin: 1em 0; */
  }

/** lists **/
  /* standardize list item indentation */
  ul, ol
  {
    margin-left: 0;
    padding-left: 2em;
  }

  .block ul, /* Drupal overrides */
  .item-list ul
  {
    margin: 1em 0;
    padding: 0 0 0 2em;
  }

  ul ul, ul ol,
  ol ol, ol ul,
  .block ul ul, .block ul ol,
  .block ol ol, .block ol ul,
  .item-list ul ul, .item-list ul ol,
  .item-list ol ol, .item-list ol ul
  {
    margin: 0;
  }

  li
  {
    margin: 0;
    padding: 0;
  }

  .item-list ul li /* Drupal override */
  {
    margin: 0;
    padding: 0;
    list-style: inherit;
  }

  ul.menu li, /* Drupal override */
  li.expanded,
  li.collapsed,
  li.leaf
  {
    margin: 0;
    padding: 0;
  }

  ul          { list-style-type: disc; }
  ul ul       { list-style-type: circle; }
  ul ul ul    { list-style-type: square; }
  ul ul ul ul { list-style-type: circle; }
  ol          { list-style-type: decimal; }
  ol ol       { list-style-type: lower-alpha; }
  ol ol ol    { list-style-type: decimal; }

  dt
  {
    margin: 0;
    padding: 0;
  }

  dd
  {
    margin: 0 0 0 2em;
    padding: 0;
  }

/** links **/
  /* The order of link states are based on Eric Meyer's article:
   * http://meyerweb.com/eric/thoughts/2007/06/11/who-ordered-the-link-states
   */
  a:link
  {
  }

  a:visited
  {
  }

  a:hover,
  a:focus
  {
  }

  a:active
  {
  }

/** tables **/
  /* Override Drupal default CSS */
  table
  {
    border-collapse: collapse;
  }

  th,
  thead th,
  tbody th
  {
    text-align: center;
    padding-right: 0;
    border-bottom: none;
  }

  tbody
  {
    border-top: none;
  }

/** abbreviations **/
  abbr
  {
    border-bottom: 1px dotted #666;
    cursor: help;
    white-space: nowrap;
  }

  /* Date-based "abbreviations" show computer-friendly timestamps which are not
     human-friendly. */
  abbr.created
  {
    border: none;
    cursor: auto;
    white-space: normal;
  }

/** images **/
  img
  {
    border: 0;
  }

/** horizontal rules **/
  hr
  {
    height: 1px;
    border: 1px solid #666;
  }

/** forms **/
  form
  {
    margin: 0;
    padding: 0;
  }

  fieldset
  {
    margin: 1em 0;
    padding: 0.5em;
  }


/*
 * LAYOUT STYLES
 *
 * Define CSS classes to create a table-free, 3-column, 2-column, or single
 * column layout depending on whether blocks are enabled in the left or right
 * columns.
 *
 * This layout is based on the Border Politics Layout Method.
 *   http://drupal.org/node/201428
 *
 * Only CSS that affects the layout (positioning) of major elements should be
 * listed here.  Such as:
 *   display, position, float, clear, width, height, min-width, min-height
 *   margin, border, padding, overflow
 */


/** body **/
  body
  {
    margin: 0;
    padding:0 10px;
  }

  #page
  {
    /*
     * If you want to make the page a fixed width and centered in the viewport,
     * this is the standards-compliant way to do that. See also the ie.css file
     * for the necessary IE5 hack to center a div.
     */
    margin-left: auto;
    margin-right: auto;
    width: 960px;
  }

  #page-inner
  {
  }

  #navigation-top,
  #navigation
  {
    position: absolute; /* Take the named anchors out of the doc flow    */
    left: -10000px;     /* and prevent any anchor styles from appearing. */
  }

  #skip-to-nav
  {
    float: right;
    margin: 0 !important;
    font-size: 0.8em;
  }

  #skip-to-nav a:link, #skip-to-nav a:visited
  {
    color: #fff; /* Same as background color of page */
  }

  #skip-to-nav a:hover
  {
    color: #000;
    text-decoration: none;
  }

  /* Alternatively, the skip-to-nav link can be completely hidden until a user tabs
     to the link. Un-comment the following CSS to use this technique. */
  /*
  #skip-to-nav a, #skip-to-nav a:hover, #skip-to-nav a:visited
  {
    position: absolute;
    left: 0;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
  }

  #skip-to-nav a:active, #skip-to-nav a:focus
  {
    position: static;
    width: auto;
    height: auto;
  }
  */

/** header **/
  #header
  {
  }

  #header-inner
  {
  }

  #logo-title
  {
  }

  #logo
  {
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
  }

  h1#site-name, div#site-name
  {
    margin: 0;
    font-size: 2em;
    line-height: 1.3em;
  }

  #site-slogan
  {
  }

  #header-blocks
  {
    clear: both; /* Clear the logo */
  }

/** main (container for everything else) **/
  #main
  {
    position: relative;
  }

  #main-inner
  {
  }

/** content **/
  #main-column,
  .two-sidebars #main-column
  {
    float: left;
    width: 560px;
    margin-left: 200px; /* The width of #sidebar-left */
    margin-right: -760px; /* Negative value of #main-column's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #main-column-inner. */
  }

  .sidebar-left #main-column
  {
    width: 760px;
    margin-left: 200px; /* The width of #sidebar-left. */
    margin-right: -960px; /* Negative value of #main-column's width + left margin. */
  }

  .sidebar-right #main-column
  {
    width: 654px;
    margin-left: 0;
    margin-right: -654px; /* Negative value of #main-column's width + left margin. */
  }

  .no-sidebars #main-column
  {
    width: 654px;
    margin-left: 0;
    margin-right: -654px; /* Negative value of #main-column's width + left margin. */
  }
  
  #main-column-top
  {
  }
  
  #main-column-bottom
  {
    height:11px;
	background-position:bottom left;
	background-repeat:no-repeat;
	float:none;
	clear:both;
	margin:0;
	padding:0;
  }

  * html #main-column-bottom
  {
    height:5px;
	/*background-color:#00FF00;*/
  }

  #main-column-inner
  {
    margin: 0 24px 0 12px;
    padding: 0;
  }
  
  #content-area:after
  {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  .all-galleries
  {
    float:none;
	clear:both;
  }

/** navbar **/
  #navbar
  {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: -100%; /* Negative value of #navbar's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #navbar-inner. */
    height: 3.6em; /* The navbar can have any arbritrary height. We picked one
                      that is twice the line-height pluse 1em: 2 x 1.3 + 1 = 3.6
                      Set this to the same value as the margin-top below. */
  }

  .with-navbar #main-column,
  .with-navbar #sidebar-left,
  .with-navbar #sidebar-right
  {
    /* margin-top: 3.6em; /* Set this to the same value as the navbar height above. */
  }

  #navbar-inner
  {
    margin:3px;
  }

  #search-box
  {
    width: 200px;
    margin-right: -200px; /* Negative value of #search-box's width. */
    float: left;
  }

  #primary
  {
    margin-left: 200px; /* Width of search-box */
  }

  #secondary
  {
    margin-left: 200px; /* Width of search-box */
  }

  #navbar ul /* Primary and secondary links */
  {
    margin: 0;
    padding: 0;
    text-align: left;
  }

  #navbar li /* A simple method to get navbar links to appear in one line. */
  {
    float: left;
    padding: 0 10px 0 0;
  }

  /* There are many methods to get navbar links to appear in one line.
   * Here's an alternate method: */
  /*
  #navbar li
  {
    display: inline;
    padding: 0 10px 0 0;
  }
  */

/** sidebar-left **/
  #sidebar-left
  {
    float: left;
    width: 200px;
    margin-left: 0;
    margin-right: -200px; /* Negative value of #sidebar-left's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-left-inner. */
  }

  #sidebar-left-inner
  {
    margin: 0 20px 0 0;
    padding: 0;
  }

/** sidebar-right **/
  #sidebar-right
  {
    float: left;
    width: 302px;
    margin-left: 654px; /* Width of content + sidebar-left. */
    margin-right: -956px; /* Negative value of #sidebar-right's width + left margin. */
    padding: 0; /* DO NOT CHANGE. Add padding or margin to #sidebar-right-inner. */
  }

  #sidebar-right-inner
  {
    margin:0;
	/* margin: 0 0 0 20px; */
    padding: 0;
  }

/** footer **/
  #footer
  {
  }

  #footer-inner
  {
  }

  #closure-blocks
  {
  }

/** Prevent overflowing content **/
  #header,
  #main-column,
  #navbar,
  #sidebar-left,
  #sidebar-right,
  #footer,
  #closure-blocks
  {
    overflow: visible;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  #navbar
  {
    overflow: hidden; /* May need to be removed if using a dynamic drop-down menu */
  }

/**
 * Customizations
 *
 */
 
.node-right-column, #inner-right-column{
  position:relative;
  float:right;
  width:237px;
  padding:0;
  }

.main-column-narrow{
  position:relative;
  width:370px;
  float:left;
  }
  
.main-column-narrow textarea{
  width:365px;
  }

 /* table.Box_31154279_67709_Tb
  {
    position:relative;
	left:-100px;
	/*background-color:#00FF00;
  }*/



/*
 * InterTech CSS
 *
 */

Table { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 9pt; 
font-style: normal;
font-weight: normal; 
color: #000000}


Td { 
font-family: Arial, Helvetica, sans-serif; 
font-size: 9pt; 
font-style: normal;
font-weight: normal; 
color: #000000}


Td A { 
font-family: Arial, Helvetica, sans-serif; 
font-style: normal;
font-weight: bold; 
color: #333399;
text-decoration: none}

Td A:hover { 
font-family: Arial, Helvetica, sans-serif; 
font-style: normal;
font-weight: bold; 
color: #333399;
text-decoration: underline}


.Main_Tb {
margin-left: auto;
margin-right: auto;
}


/*
 * ZEN STYLES
 *
 * This is an example stylesheet. Sub-themes should NOT include the zen/zen.css
 * file, but instead copy this CSS to their own stylesheets.
 *
 * In this stylesheet, we have included all of the classes and IDs from this
 * theme's tpl.php files. We have also included many of the useful Drupal core
 * styles to make it easier for theme developers to see them.
 *
 * Many of these styles are over-riding Drupal's core stylesheets, so if you
 * remove a declaration from here, the styles may still not be what you want
 * since Drupal's core stylesheets are still styling the element. See the
 * drupal5-reference.css file for a list of all Drupal 5.x core styles.
 *
 * In addition to the style declarations in this file, other Drupal styles that
 * you might want to override or augment are those for:
 *
 *   Book Navigation  See line 74  of Zen's drupal5-reference.css file
 *   Forum            See line 197 of Zen's drupal5-reference.css file
 *   Menus            See line 667 of Zen's drupal5-reference.css file
 *   News Aggregator  See line 20  of Zen's drupal5-reference.css file
 *   Polls            See line 287 of Zen's drupal5-reference.css file
 *   Search           See line 320 of Zen's drupal5-reference.css file
 *   User Profiles    See line 945 of Zen's drupal5-reference.css file
 */


/** body **/
  body
  {
  }

  #page
  {
  }

  #page-inner
  {
  }

/** header **/
  #header
  {
  }

  #header-inner
  {
  }

  #logo-title /* Wrapper for logo, website name, and slogan */
  {
  }

  #logo /* Wrapper for logo */
  {
  }

  #logo-image /* The actual logo image */
  {
  }

  #site-name /* The name of the website */
  {
  }

  #site-name a:link,
  #site-name a:visited
  {
    color: #000;
    text-decoration: none;
  }

  #site-name a:hover
  {
    text-decoration: underline;
  }

  #site-slogan /* The slogan (or tagline) of a website */
  {
  }

  #header-blocks /* Wrapper for any blocks placed in the header region */
  {
  }

/** main (container for everything else) **/
  #main
  {
  }

  #main-inner
  {
  }

/** content **/
  #main-column
  {
  /*background-image:url(bg_centercol.gif);
  background-repeat:repeat-y;*/
  text-align:left;
  }

  #main-column-inner
  {
  }

  #mission /* The mission statement of the site (displayed on homepage) */
  {
  }

  #content-top /* Wrapper for any blocks placed in the "content top" region */
  {
  }

  #content-header /* Wrapper for breadcrumb, title, messages, tabs, and help */
  {
  }

  .breadcrumb /* The path to the current page in the form of a list of links */
  {
    padding-bottom: 0; /* Undo system.css */
  }

  h1.title, /* The title of the page */
  h2.title, /* Block title or the title of a piece of content when it is given in a list of content */
  h3.title /* Comment title */
  {
    margin: 0;
  }
   
  h1, h2, h3, h4, h5, h6
  {
    display:block;
  }
  
  h1.title
  {
	display:block;
	font-family:Arial,Helvetica,sans-serif;
	font-size:14pt;
	font-weight:bold;
	padding:0;
	text-align:left;
	text-decoration:none;
	margin:-30px 0 10px 0;
  }

  div.messages /* Important messages (status, warning, and error) for the user */
  {
    margin: 0 1em 5px 1em;
    border: 2px solid #ccc;
    padding: 5px;
    color: #000;
    background-color: #fff;
    font-style: italic;
  }

  div.status /* Normal priority messages */
  {
  }

  div.warning /* Medium priority messages */
  {
    border-color: #ff7;
  }

  div.warning,
  tr.warning,
  body.section-admin tr.warning
  {
    color: #000;
    background-color: #ffc;
  }

  div.error /* High priority messages. See also the .error declaration below. */
  {
    border-color: #c00;
  }

  div.error,
  tr.error,
  body.section-admin tr.error
  {
    color: #900;
    background-color: #fee;
  }

  div.tabs /* See also the tabs.css file. */
  {
  }

  .help /* Help text on a page */
  {
    margin: 1em 0;
  }

  .more-help-link /* Link to more help */
  {
    font-size: 0.85em;
    text-align: right;
  }

  #content-area /* Wrapper for the actual page content */
  {
  }

  .pager /* A list of page numbers when more than 1 page of content is available */
  {
    clear: both;
    margin: 1em 0;
    text-align: center;
  }

  .pager a, .pager strong.pager-current
  {
    padding: 0.5em;
  }

  .feed-icons /* The links to the RSS or Atom feeds for the current list of content */
  {
    margin: 1em 0;
	clear:both;
  }

  #content-bottom /* Wrapper for any blocks placed in the "content bottom" region */
  {
    clear:both;
	position:relative;
  }

/** navbar **/
  #navbar
  {
  }

  #navbar-inner
  {
  }

  #search-box /* Wrapper for the search form */
  {
  }

  #primary /* Primary links */
  {
  }

  #secondary /* Secondary links */
  {
  }

/** sidebar-left **/
  #sidebar-left
  {
  }

  #sidebar-left-inner
  {
  }

/** sidebar-right **/
  #sidebar-right
  {
  }

  #sidebar-right-inner
  {
  }

#sidebar-right .admin-sidebar-right .block-inner{
  padding:3px;
  background:#FFFFFF;
  border:1px solid #999;
  }

#sidebar-right .block-inner:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }

* html #sidebar-right .block-inner {
  height: 1%;
  }

/** footer **/
  #footer
  {
    font-size:10px;
  }

  #footer-inner
  {
  }

  #footer-message /* Wrapper for the footer message from Drupal's "Site information"
                     and for any blocks placed in the footer region */
  {
  }

/** closure **/
  #closure-blocks /* Wrapper for any blocks placed in the closure region */
  {
  }

/** Drupal nodes **/
  .node /* Node wrapper */
  {
  }

  .node-inner /* Additional wrapper for node */
  {
  }

  .sticky /* A sticky node (displayed before others in a list) */
  {
  }

  .node-unpublished /* Unpublished nodes */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .node-unpublished div.unpublished, /* The word "Unpublished" displayed beneath the content. */
  .comment-unpublished div.unpublished
  {
    height: 0;
    overflow: visible;
    color: #d8d8d8;
    font-size: 75px;
    line-height: 1;
    font-family: Impact, "Arial Narrow", Helvetica, sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    word-wrap: break-word; /* A very nice CSS3 property */
  }

  .node-mine /* A node created by the current user */
  {
  }

  .node-teaser /* A node displayed as teaser */
  {
    margin:6px 0 30px 0;
  }

  /* All nodes are given a node-type-FOO class that describes the type of
   * content that it is. If you create a new content type called
   * "my-custom-type", it will receive a "node-type-my-custom-type" class.
   */
  .node-type-page /* Page content node */
  {
  }

  .node-type-story /* Story content node */
  {
  }

  .node h2.title /* Node title */
  {
  }

  /* For the titles of nodes that appear on the featured image/audio landing page. */
  .field-type-nodereference h2.title{
	margin:9px 0 3px 9px;
  }

/*  .field-type-nodereference h2.title a:link, .field-type-nodereference h2.title a:visited{
    color:#333;
	text-decoration:none;
	font-size:13pt;
  }

  .field-type-nodereference h2.title a:hover{
    color:#999;
  }
*/

  .field-type-nodereference h2.title {
    display:none;
  }

  .marker /* "New" or "Updated" marker for content that is new or updated for the current user */
  {
    color: #c00;
  }

  .node .picture /* The picture of the node author */
  {
  }

  .node.node-unpublished .picture,
  .comment.comment-unpublished .picture
  {
    position: relative; /* Otherwise floated pictures will appear below the "Unpublished" text. */
  }

  .node .submitted /* The "posted by" information */
  {
  }

  .node .taxonomy /* Node taxonomy (categories) */
  {
  }

  .node .content /* Node's content wrapper */
  {
  }

  .node div.links, .comments-info /* Wrapper for node links */
  {
    /*margin: 1em 0;*/
	margin:0 0 1em 14px;/*0 0 1em 0;*/
	font-size:12px;
  }
	
	.node-type-featured_image .comments-info
	{
	  margin:0 0 1em 30px;
	}
	
	.node-type-featured_audio .comments-info
	{
	  margin:0 0 1em 20px;
	}

  ul.links /* Taxonomy links, node links, comment links */
  {
    margin: 0;
    padding: 0;
  }

  ul.links.inline, .comments-info
  {
    padding: 0 /*0 0 14px*/;
    display: inline;
	line-height:1.6em;
	margin:9px 0 0 0;
  }

  ul.links li
  {
    display: inline;
    list-style-type: none;
    padding: 0 0.5em 0 0; /*0 0.5em;*/
    line-height:1.6em;
}
  
  ul.links li a, .comments-info a
  {
    line-height:1.6em;
  }

  ul.links li a img
  {
    vertical-align:middle;
	margin:3px 0;
  }

  .preview .node /* Preview of the content before submitting new or updated content */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal comments **/
  #comments /* Wrapper for all comments */
  {
    margin: 1.5em 0;
	/* clear:both; */
  }

  #comments h2, #comments h2.title{
    font-size:14px;
  }

  #comments .content{
    font-size:12px;
	margin:0 9px;
	width:370px;
  }

  .node-type-gallery_image #comments input
  {
    max-width:365px;
  }

  .comment /* Wrapper for a single comment */
  {
  }

  .comment-inner /* Additional wrapper for a single comment */
  {
  }

  .comment.odd /* An odd-numbered comment in the list of comments */
  {
  }

  .comment.even /* An even-numbered comment in the list of comments */
  {
  }

  .comment-unpublished /* Unpublished comments */
  {
    /* background-color: #fff4f4; */ /* Drupal core uses a #fff4f4 background */
  }

  .comment-unpublished div.unpublished /* The word "Unpublished" displayed beneath the content. See also the div.unpublished declaration in the node section above. */
  {
  }

  .comment-by-author /* A comment created by the node's author */
  {
  }

  .comment-by-anon /* A comment created by an anonymous user */
  {
  }

  .comment-mine /* A comment created by the current user */
  {
  }

  .comment h3.title /* Comment title */
  {
  }

  .new /* "New" marker for comments that are new for the current user */
  {
    color: #c00;
  }

  .comment .picture /* The picture of the comment author */
  {
  }

  .comment .submitted /* The "posted by" information */
  {
  }

  .comment .content /* Comment's content wrapper */
  {
  }

  .comment div.links /* Wrapper for comment links. See also the ul.links declaration in the node section above. */
  {
    margin: 1em 0;
  }

  .indented /* Nested comments are indented */
  {
    /* margin-left: 25px; */ /* Drupal core uses a 25px left margin */
  }

  .preview .comment /* Preview of the comment before submitting new or updated comment */
  {
    /* background-color: #ffffea; */ /* Drupal core uses a #ffffea background */
  }

/** Drupal blocks **/
  .block /* Block wrapper */
  {
    margin-bottom: 1em;
  }

  .block.region-odd /* Zebra striping for each block in the region */
  {
  }

  .block.region-even /* Zebra striping for each block in the region */
  {
  }

  .block.odd /* Zebra striping independent of each region */
  {
  }

  .block.even /* Zebra striping independent of each region */
  {
  }

  .region-count-1 /* Incremental count for each block in the region */
  {
  }

  .count-1 /* Incremental count independent of each region */
  {
  }

  .block-inner /* Additional wrapper for block */
  {
  }

  .block h2.title /* Block title */
  {
  }

  .block .content /* Block's content wrapper */
  {
  }

  #block-aggregator-category-1 /* Block for the latest news items in the first category */
  {
  }

  #block-aggregator-feed-1 /* Block for the latest news items in the first feed */
  {
  }

  #block-block-1 /* First administrator-defined block */
  {
  }

  #block-blog-0 /* "Recent blog posts" block */
  {
  }

  #block-book-0 /* "Book navigation" block for the current book's table of contents */
  {
  }

  #block-comments-0 /* "Recent comments" block */
  {
  }

  #block-forum-0 /* "Active forum topics" block */
  {
  }

  #block-forum-1 /* "New forum topics" block */
  {
  }

  #block-menu-2 /* "Primary links" block */
  {
  }

  #block-node-0 /* "Syndicate" block for primary RSS feed */
  {
  }

  #block-poll-0 /* "Most recent poll" block */
  {
  }

  #block-profile-0 /* "Author information" block for the profile of the page's author */
  {
  }

  #block-search-0 /* "Search form" block */
  {
  }

  #block-statistics-0 /* "Popular content" block */
  {
  }

  #block-user-0 /* "User login form" block */
  {
  }

  #block-user-1 /* "Navigation" block for Drupal navigation menu */
  {
  }

  #block-user-2 /* "Who's new" block for a list of the newest users */
  {
  }

  #block-user-3 /* "Who's online" block for a list of the online users */
  {
  }

/** Drupal boxes **/
  /* Wrapper for Comment form, Comment viewing options, Menu admin, and
   * Search results.
   */
  .box /* Wrapper for box */
  {
  }

  .box-inner /* Additional wrapper for box */
  {
  }

  .box h2.title /* Box title */
  {
  }

  .box .content /* Box's content wrapper */
  {
  }

/** Miscellaneous Drupal styles **/
  .error /* Errors that are separate from div.messages status messages (see above.) */
  {
    color: #c00;
  }

  .more-link /* Aggregator, blog, and forum more link */
  {
    text-align: right;
  }

  #user-login-form /* Drupal's default login form */
  {
    text-align: left;
  }

  tr.even, tr.odd /* Some tables have rows marked even or odd. See also the ".section-admin tr.even" declaration below. */
  {
    border-bottom: none;
    padding: 0;
  }

  tr.even
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  tr.odd
  {
    /* background-color: #eee; */ /* Drupal core uses a #eee background */
  }

  li a.active /* The active item in a Drupal menu */
  {
    color: #000;
  }


/** Drupal forms **/
  .form-item, /* Wrapper for a form element (or group of form elements) and its label */
  .form-checkboxes,
  .form-radios
  {
    margin: 1em 0;
  }

  .form-item input.error, /* Highlight the form elements that caused a form submission error */
  .form-item textarea.error,
  .form-item select.error
  {
    border: 2px solid #c00;
  }

  .form-item label /* The label for a form element */
  {
    display: block;
    font-weight: bold;
  }

  .form-item label.option /* The label for a radio button or checkbox */
  {
    display: inline;
    font-weight: normal;
  }

  .form-required /* The part of the label that indicates a required field */
  {
    color: #c00;
  }

  .form-item .description /* The descriptive help text (separate from the label) */
  {
    font-size: 0.85em;
  }

  .form-checkboxes .form-item, /* Pack groups of checkboxes and radio buttons closer together */
  .form-radios .form-item
  {
    margin: 0.4em 0;
  }

  .form-submit /* The submit button */
  {
  }

  .container-inline div, .container-inline label /* Inline labels and form divs */
  {
    display: inline;
  }

  .tips /* Tips for Drupal's input formats */
  {
    margin: 0;
    padding: 0;
    font-size: 0.9em;
  }

/** Drupal admin tables **/
  /* We overrode these styles in html-elements.css, but restore them for the
   * admin section of the site.
   */
  .section-admin tbody
  {
    border-top: 1px solid #ccc;
  }

  .section-admin .Main_Tb tbody
  {
    border-top: none;
  }

  .section-admin th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  .section-admin tbody th
  {
    border-bottom: 1px solid #ccc;
  }

  .section-admin thead th
  {
    text-align: left;
    padding-right: 1em;
    border-bottom: 3px solid #ccc;
  }

  .section-admin tr.even,
  .section-admin tr.odd
  {
    background-color: #eee;
    border-bottom: 1px solid #ccc;
    padding: 0.1em 0.6em;
  }
  
/**
 * Adapted from Suckerfish dropdowns 
 * http://htmldog.com/articles/suckerfish/dropdowns/
 *
 */

.view-function-menu-view, .view-function-menu-view ul {
  margin: 0;
  list-style: none;
}

.view-function-menu-view{
  height:240px;
  padding:4px 8px;
  width:286px;
  z-index:99;
  position:relative;
  float:left;
  }

* html .view-function-menu-view{
  height:200px;
  }

.view-function-menu-view ul{
  margin:0 3px;
  padding: 0;
  width: 280px;
  z-index:999;
  }

.view-function-menu-view a{
  display:block;
  height:30px;
  }

.view-function-menu-view .node ul a:link, .view-function-menu-view .node ul a:visited{
  font-size:12px;
  display: block;
  height:20px;
  width: 262px;
  padding:3px 9px;
  text-align:left;
  text-decoration:none;
}

.view-function-menu-view .node ul a:hover{
  }

.view-function-menu-view .node {
  float: left;
  width: 286px;
  height:30px;
  margin:2px 0px;
  padding:0;
}

.view-function-menu-view .node-type-song_request_form {
  padding:0 2px;
  }

.view-function-menu-view .node ul {
  position: absolute;
  width: 280px;
  left: -999em;
}

.view-function-menu-view .node:hover ul, .view-function-menu-view .sfhover ul {
	left: auto;
}

/*
#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}
*/

      #artistsearch .gobutton{
		left:234px;
		}
      * html #artistsearch .gobutton{
	    left:-28px;
		}



/**
 * Customizations
 *
 */
 
/*.Column_14336492_Td{
background-image: url(http://imgsrv.itm-3028.com/image/wnvz2/misc/bg_footer2.gif); 
background-repeat: no-repeat;
}
*/

table.Main_Tb{
  z-index:999;
  position:relative;
  }

table {
  color:#000000;
  font-family:Arial,Helvetica,sans-serif;
  font-size:9pt;
  font-style:normal;
  font-weight:normal;
  }

td a {
  color:#333399;
  font-family:Arial,Helvetica,sans-serif;
  font-style:normal;
  font-weight:bold;
  text-decoration:none;
  }

.nav{
  position:relative;
  z-index:999;
  height:27px;
  }

.nav li{
  float:left;
  }

.nav li, .nav li a, .nav li a:link{
  display:block;
  height:27px;
  margin:0;
  position:relative;
  }

* html .nav li, * html .nav li a, * html .nav li a:link{
  float:left;
  }

* html .nav li ul{
  position:relative;
  left:0px;
  float:none;
  }

.nav li ul li a, .nav li ul li a:link, .nav li ul li a:visited{
  display:block;
  position:inherit;
  height:21px;
  }

.nav .hover-menu{
  float:none;
  }

/*
.nav .hover-menu a, .nav .hover-menu a:link{
  width:100%;
  }
*/

#content-area h2{
  font-size:1.25em;
  line-height:1em;
  margin:0.33em;
  }

#content-area h3
{
  margin:0.769em 0.33em;
}

.node{
  clear:both;
  position:relative;
  }

.node-type-featured_audio .node
{
  position:static;
}

.featured-audio-description, .featured-image-description, .field-field-listen-page-description, .field-field-photos-page-description{
  margin:6px 3px 18px 3px;
  padding:6px;
  font-size:12px;
  }

.featured-image-description, .field-field-photos-page-description{
  border-bottom:1px solid #333;
  }

.node-type-gallery_image{
  text-align:center;
  }

.node-type-gallery_image .photo{
  background:#FFFFFF;
  border:1px solid #999;
  padding:3px 3px 3px 3px;
  margin:0 auto 6px auto;
  text-align:center;
  width:350px;
  }

.node-type-gallery_image .photo .caption, .view-photos-tag .view-data-node-data-field-image-caption-field-image-caption-value{
  font-size:0.85em;
  color:#333;
  }

#inner-right-column .block .gallery-list ul li, #view-watch ul li{
  margin:0 0 6px 0;
  float:none;
  clear:both;
  }

.gallery-list .taxonomy-image{
  float:left;
  margin:0 6px 0 0;
  clear:both;
  }

.gallery-list .gallery-name{
  margin:0px;
  }

.gallery-list .gallery-name a{
  font-size:13px;
  text-decoration:none;
  font-weight:bold;
  }

.gallery-list .gallery-name a:link, .gallery-list .gallery-name a:visited{
  }

.gallery-list .gallery-name a:hover{
  }

.gallery-list .gallery-name p{
  margin:3px 0 9px 0;
  font-size:12px;
  }

.view-photos-tag .view-data-node-title{
  margin:9px auto;
  }

.view-photos-tag .view-data-node-title a:link, .view-photos-tag .view-data-node-title a:visited{
  color:#333;
  text-decoration:none;
  font-size:21px;
  font-weight:bold;
  }

.view-photos-tag .view-data-node-title a:hover{
  color:#999;
  }

.node-type-gallery_image .links, .node-type-gallery_image #forward-form{
  font-size:12px;
  }

.popular-images, .tagcloud, #inner-right-column .block, #content-top .block, #content-bottom .block-multiblock{
  margin:0 0 6px 0;
  /*background:url(3rdRow_BKGD.gif);*/
  border:1px solid #FFF;
  }

.popular-images .content, .tagcloud .content, #inner-right-column .block .content, #content-top .block .content, #content-bottom .block-multiblock .content, #block-views-Popular_Audio .content, #view-watch .block .content, .popular-images .block .content{
  padding:6px;
  margin:0 4px 9px 4px;
  background:#FFF;
  position:relative;
  font-size:11px;
  }

#inner-right-column .block ul, .view-rest-of-gallery ul, .view-audio-show ul, .view-audio-host ul, .view-audio-tag ul, #content-top .block ul, #content-bottom .block-multiblock ul, #view-watch ul, .popular-images ul{
  padding:0;
  margin:0;
  }

#inner-right-column .block ul li, .view-rest-of-gallery ul li, #content-bottom .block-multiblock ul li, #view-watch ul li, .popular-images ul li{
  list-style:none;
  margin:0 2px 2px 0;
  padding:0;
  float:left;
  /*position:relative;*/
  }

#view-watch{
  position:relative;
  top:1px;
  }

#view-watch ul li{
  margin:0 25px;
  position:relative;
  width:320px;
  }

* html #view-watch ul li{
  margin:0 12px;
  }

#more-videos{
  margin:0 0 24px 31px; 
  display:block; 
  }

#more-photos{
  display:block; 
  margin:0 0 24px 6px; 
  }

#inner-right-column .block td, #content-top .block td, #content-bottom .block-multiblock td, #inner-right-column .block td a, #content-top .block td a, #content-bottom .block-multiblock td a{
  background:#FFF;
  font-family:Verdana,Helvetica,Arial,"Bitstream Vera Sans",sans-serif;
  font-size:11px;
  font-weight:normal;
  }

#inner-right-column .block td a, #content-top .block td a, #content-bottom .block-multiblock td a{
    font-weight:normal;
  }

#inner-right-column #block-views-Popular_Audio, #content-bottom #block-views-Popular_Audio{
  font-size:12px;
  }

#inner-right-column #block-views-Popular_Audio ul li, #content-bottom #block-views-Popular_Audio ul li{
  margin:0 0 12px 0;
  float:none;
  /*float:left;
  clear:both;*/
  }

#inner-right-column #block-views-Popular_Audio .view-data-audio-play-link, #content-bottom #block-views-Popular_Audio .view-data-audio-play-link{
  display:inline;
  margin:0 6px 0 0;
  }

#inner-right-column #block-views-Popular_Audio .view-data-node-title, #content-bottom #block-views-Popular_Audio .view-data-node-title{
  display:inline;
  }

.view-Popular-Audio .fivestar-widget-static{
  width:90px;
  margin:0 auto;
  }

.popular-images, .tagcloud, #inner-right-column .block{
  width:231px;
  }

.popular-images a, .tagcloud a, #inner-right-column .block a, #content-top .block a, #content-bottom .block-multiblock a{
  text-decoration:underline;
  }

#content-bottom .block-multiblock{
  width:201px;
  float:left;
  margin:6px 2px;
  border:none;
  }

.rest-of-gallery h2{
  font-size:15px;
  }

.popular-images h2, .tagcloud h2, #inner-right-column .block h2, #content-top .block h2, #content-bottom .block-multiblock h2, #view-watch .block h2{
  font-size:12px;
  font-family:Arial,Helvetica,sans-serif;
  font-weight:bold;
  height:18px;
  padding:4px 0 0 10px;
  margin:0px;
  line-height:14.4px;
  text-align:left;
  }

.rest-of-gallery, .custom-pager-gallery_image{
  width:310px;
  margin:0 auto;
  text-align:center;
  }

.view-rest-of-gallery{
  /*float:left;*/
  }
  
.view-rest-of-gallery ul li{
  /*line-height:1em;*/
  }

.view-photos-tag{
  text-align:center;
  }

.view-photos-tag ul{
  padding:0;
  margin:0;
  }

.view-photos-tag ul li{
  list-style:none;
  margin:0 auto 18px auto;
  width:358px;
  }

.view-photos-tag .view-item-photos-tag{
  border:1px solid #999;
  padding:3px;
  }

.view-audio-show ul li, .view-audio-host ul li, .view-audio-tag ul li{
  list-style:none;
  margin:0 2px 60px 0;
  }

ul.audio-info {
  padding:0 0 0 24px;
  }

ul.audio-info li{
  margin:0;
  }

.audioimage{
  float:left;
  margin:6px 6px 0 0;
  }

.audiotrack{
  margin:0 0 0 18px;
  font-size:11px;
  width:350px;
  position:relative;
  }

.audiotrack .audiotitle{
  display:block;
  margin:0px 0px 9px 0px;
/*  margin:0 0 0 6px;*/
  }

.audiotrack .playtime{
  padding:0 0 0 12px;
  display:block;
  float:right;
  position:static;
  top:0;
/*  position:relative;
  top:4px;
  position:absolute;
  right:10px;
  top:0px;*/
  }

.audiodescription{
  font-size:11px;
  /*margin:0 0 0 20px;*/
  margin:0;
  }

.audiodescription p{
  margin:0 0 12px 0;
  }

.allaudiolink{
  font-size:18px;
  text-align:center;
  text-decoration:underline;
  }

.allaudiolink a{
  }

.view-audio-landing-page .node-type-featured_audio{
  padding:0 0 9px 0;
  border-bottom:1px solid #333;
  margin:0 0 6px 0;
  }

/*
.view-rest-of-gallery ul, .view-Popular-Images ul{
  padding:0;
  margin:0;
  }

.view-rest-of-gallery ul li, .view-Popular-Images ul li{
  list-style:none;
  margin:0 2px 0 0;
  padding:0;
  float:left;
  }

.view-Gallery-View-narrow{
  width:370px;
  }
*/
.view-Gallery-View ul li{
  list-style:none;
  float:left;
  margin:6px 0;
  }
.view-item-Gallery-View, .view-Popular-Images ul li{
  width:100px;
  text-align:center;
  height:165px;
  }

#inner-right-column .view-Popular-Images ul li, .view-Popular-Images ul li{
  height:165px;
  margin:0 2px 6px 2px;
  }

.view-item-Gallery-View .view-data-node-title{
  margin:1px 0;
  }

.view-item-Gallery-View .view-data-node-title a, .view-Popular-Images .view-data-node-title a{
  text-decoration:none;
  font-size:10px;
  }

.view-Popular-Images div .view-label-votingapi-cache-vote-percent-average-value, .fivestar-widget label{
  font-size:0.80em;
  font-weight:bold;
  }

/*.fivestar-combo-stars{
  margin:12px 0 0 0;
  }

.fivestar-combo-stars .fivestar-form-item{
  margin:0;
  }*/


/*
 * Use the following revisions after you test extensively on siteadmindev...there are some problems in IE, still
 *

.node form.fivestar-widget{
  margin:0 auto;
  padding:9px 0;
  text-align:center;
  width:250px;
  }

.fivestar-combo-stars .fivestar-static-form-item{
  width:90px;
  }

* html .fivestar-combo-stars .fivestar-static-form-item{
  margin:0 40 0 0;
  }

.fivestar-combo-stars .fivestar-form-item .form-item{
  width:105px;
  }

* html .fivestar-combo-stars .fivestar-form-item .form-item{
  }
*/

.node form.fivestar-widget{
  margin:0 auto;
  padding:9px 0;
  text-align:center;
  width:240px;
  }

.fivestar-combo-stars .fivestar-static-form-item{
  margin:0 40px 0 0px;
  width:90px;
  }

* html .fivestar-combo-stars .fivestar-static-form-item{
  margin:0 40 0 0;
  position:static;
  }

.fivestar-combo-stars .fivestar-form-item .form-item{
  width:105px;
  }

* html .fivestar-combo-stars .fivestar-form-item .form-item{
  position:static;
  }

/*
.node form.fivestar-widget{
  padding:9px 0;
  }

.fivestar-combo-stars .fivestar-static-form-item{
  margin:0 40px 0 74px;
  width:90px;
  }

* html .fivestar-combo-stars .fivestar-static-form-item{
  margin:0 40 0 0;
  position:absolute;
  left:0;
  }

.fivestar-combo-stars .fivestar-form-item .form-item{
  width:105px;
  }

* html .fivestar-combo-stars .fivestar-form-item .form-item{
  position:relative;
  left:204px;
  }
*/

.fivestar-widget label, .fivestar-widget .fivestar-summary{
  text-align:center;
  }

.fivestar-widget .fivestar-summary{
  font-size:0.85em;
  }

.view-Gallery-View .fivestar-widget-static, .view-Popular-Images .fivestar-widget-static{
  width:85px;
  margin:0 auto;
  }

.view-Gallery-View:after, .rest-of-gallery:after, #content-area:after, #inner-right-column .block:after, #inner-right-column:after, #content-bottom:after, #content-top:after, #inner-right-column .block .content:after, #content-bottom .block .content:after, #view-watch ul:after, .popular-images .block .content:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }

.view-Gallery-View, .rest-of-gallery, #content-area, #inner-right-column .block, #inner-right-column, #content-bottom, #content-top, #inner-right-column .block .content, #content-bottom .block .content, #view-watch ul, .popular-images .block .content{
    display: inline-block;
  }

  /* Hides from IE-mac \*/
  * html .view-Gallery-View,  * html .rest-of-gallery,  * html #content-area,  * html #inner-right-column .block,  * html #inner-right-column,  * html #content-bottom,  * html #content-top,  * html #inner-right-column .block .content, * html #content-bottom .block .content, * html #view-watch ul, * html .popular-images .block .content{
    height: 1%;
  }
.view-Gallery-View, .rest-of-gallery, #content-area, #inner-right-column .block, #inner-right-column, #content-bottom, #content-top, #inner-right-column .block .content, #content-bottom .block .content, #view-watch ul, .popular-images .block .content{
    display: block;
  }
  /* End hide from IE-mac */


/*
.view-audio-show .view-data-node-title, .view-audio-host .view-data-node-title, .view-audio-tag .view-data-node-title{
  margin:15px 0 12px 0;
  }

.view-audio-show .view-data-node-title a, .view-audio-host .view-data-node-title a, .view-audio-tag .view-data-node-title a{
  font-size:20px;
  font-weight:bold;
  text-decoration:none;
  }
*/
.view-featured-audio{
  font-size:11px;
  }

.view-featured-audio .view-data-audio-play-link{
  display:inline;
  margin:0 6px 0 0;
  }

.view-featured-audio .view-data-node-title{
  display:inline;
  }

#inner-right-column .block .view-featured-audio ul li, #content-top .block ul li{
  display:block;
  float:none;
  list-style:none;
  }

/*
#inner-right-column .block .view-featured-audio ul li{
  margin:0 0 12px 6px;
  }
*/
	.view-audio-latest-five-iframe ul, .view-audio-latest-eight-iframe ul, .view-audio-latest-all-iframe ul{
	  list-style:none;
	  list-style-type:none;
	  margin:6px 0;
	  padding:0 6px;
	  }
	.view-audio-latest-five-iframe ul li, .view-audio-latest-eight-iframe ul li, .view-audio-latest-all-iframe ul li{
	  margin:6px 0;
	  }
	.view-audio-latest-five-iframe ul li a, .view-audio-latest-eight-iframe ul li a, .view-audio-latest-all-iframe ul li a{
	  padding:0 0 0 6px;
	  font-size:12px;
	  }

/*

.view-data-audio-download-link{
  margin:9px 0;
  text-transform:capitalize;
  font-size:11px;
  }

.view-label-audio-play-count, .view-label-audio-download-count{
  display:inline;
  line-height:1.5em;
  font-weight:bold;
  font-size:12px;
  padding:0 3px 0 0;
  }

.view-data-audio-play-count, .view-data-audio-download-count, .view-data-audio-download-link{
  display:inline;
  line-height:1.5em;
  font-size:12px;
  padding:0 12px 0 0;
  }
*/
ul.tips li{
  list-style-type:none;
  }

.view-label-node-comment-statistics-comment-count{
  font-weight:bold;
  font-size:12px;
  padding:0 3px 0 0;
  float:left;
  }

.view-data-node-comment-statistics-comment-count, .view-data-comments-add{
  float:left;
  font-size:12px;
  padding:0 12px 0 0;
  }

ul.custom-pager{
  margin:12px auto 24px auto;
  height:1em;
  }

/*.view-data-comments-add{
  margin:9px 0 0 0;
  display:inline;
  }

.all-galleries{
  background-color:#EEE;
  padding:6px;
  border:1px solid #999;
  margin:12px 0 0 0;
  }

.all-galleries:after{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }

.all-galleries h2.title{
  font-size:1.25em;
  }

.all-galleries .gallery-list{
  margin:9px 0 0 0;
  }

.all-galleries .gallery-list ul, .all-galleries .gallery-list ul li{
  padding:0;
  margin:0;
  }

.all-galleries .gallery-list ul li{
  width:110px;
  list-style:none;
  float:left;
  text-align:center;
  margin:0 6px;
  }

.all-galleries .gallery-list ul li .taxonomy-image{
  height:75px;
  margin:0 0 6px 0;
  }
*/

/** Style overrides for calendar module **/
.calendar-calendar div.day
{
  width:2em;
}


/*
 * Block Editing CSS
 *
 */

/*
 * Rollover edit links for blocks
 */

  div.block
  {
    position: relative;
  }

  div.block div.edit
  {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 40;
    border: 1px solid #eee;
    padding: 0 2px;
    font-size: 9px;
    background-color: #fff;
  }

  div.block:hover div.edit
  {
    display: block;
  }

/*
 * AddThis widget styles
 *
 */
  
  .addthis_toolbox
	{
	  margin:6px 0 6px 18px;
	}
	
	.node-type-gallery_image .addthis_toolbox 
	{
		float:none;
		margin:0 auto;
		position:static;
		width:250px;
	}

  .addthis_toolbox .custom_images a, .addthis_toolbox .custom_images .sharelabel
	{
	  background-image:url(images/SocialMedia_Share_set_24x24.png);
		display:block;
		float:left;
	  height:24px;
		margin:0 1px;
		padding:0;
		width:24px;
	}
	.addthis_toolbox .custom_images .addthis_separator
	{
	  display:block;
		float:left;
		padding:0 2px;
	}
	.addthis_toolbox .custom_images a.textonly, .addthis_toolbox .custom_images .sharelabel
	{
	  background-image:none !important;
		font-size:12px;
		height:20px;
		margin:0;
		padding:4px 0 0 0px;
		vertical-align:bottom;
		width:auto;
	}
  .addthis_toolbox .custom_images a.textonly .at300bs
	{
	  display:none;
	}
	.addthis_toolbox .custom_images a .at300bs
	{
	  background-image:none;
	}
	.addthis_toolbox .custom_images a.addthis_button_facebook
	{
	  background-position:-4px -2px;
	}
	.addthis_toolbox .custom_images a.addthis_button_myspace
	{
	  background-position:-32px -2px;
	}
	.addthis_toolbox .custom_images a.addthis_button_twitter
	{
	  background-position:-60px -2px;
	}
	.addthis_toolbox .custom_images a.addthis_button_email
	{
	  background-position:-88px -2px;
	}
	.addthis_toolbox .custom_images a.addthis_button_expanded
	{
	  background-position:-115px -2px;
	}
	.addthis_toolbox .custom_images .clear
	{
	  clear:both;
		display:block;
	}
