/* $Id: zen-classic.css,v 1.8 2008/04/20 15:19:10 johnalbin Exp $ */

/*
 * COMMON STYLES
 */

  body
  {
    background: #fff;
  }

  #page
  {
    color: #111;
    background-color: #fff;
  }

  #container
  {
    margin: 0 10px 10px 10px;
  }

  #header-region,
  #closure-blocks
  {
    margin: 0 10px;
  }

  #main .node .content
  {
    color: #333;
  }

  div.content, div.links
  {
    font-size: 92%;
  }

  .block h3
  {
    font-size: 122%;
  }

  .book .body
  {
    padding: 0 0 0.5em 0;
    margin: 0;
  }

/*
 * HEADER STYLES
 */

  #logo-title
  {
    margin: 10px 20px 0 20px;
    position: relative;
	display: none;
  }

  #logo
  {
    vertical-align: baseline;
  }

  #name-and-slogan
  {
    display: inline;
	display:none;
	
  }

  #site-name
  {
    margin: 0;
    display: inline;
    font-size: 246%;
  }

  #site-name a, #site-name a:hover
  {
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: #6DA6E2;
    margin: 0;
    padding: 0;
  }

  #site-slogan
  {
    color: #aaa;
    margin: 0;
    font-size: 85%;
    margin-left: 20px;
  }

  #search
  {
    position: absolute;
    padding: 0;
    top: 0;
    right: 0;
  }

  #mission
  {
    color: #666;
    font-weight: bold;
    padding: 2em;
    background: #D7E3F0 url(images/background.png);
    margin-bottom: 20px;
    font-size: 85%;
    border: solid 1px #B5C9D8;
  }

  .breadcrumb
  {
    margin: 0;
    padding: 0;
    font-size: 85%;
    margin-left: 10px; /* #header-region already has 10px */
  }

  /* "Skip to Main Content" link
   *
   * This link useful for both blind people and people with mobility impairments
   * who cannot use a mouse.
   */

  #skip-nav
  {
    margin: 0 !important;
    padding-left: 20px;
    font-size: 0.8em;
    line-height: 1;
	display: none;
  }

  #skip-nav a
  {
    padding: 1px 10px;
  }

  #skip-nav a:link, #skip-nav a:visited
  {
    color: #ffffff; /* same as background color */
  }

  #skip-nav a:hover, #skip-nav a:active, #skip-nav a:focus
  {
    color: #ffffff;
    background: #2763A5;
    text-decoration: none;
  }

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

/*
 * MENU STYLES
 */

  div.menu
  {
    margin-top: 0px;
  }
/*
  #primary
  {
    font-size: 85%;
    line-height: normal;
    padding: 0 0 1px 20px;
    border-bottom: 4px solid #2763A5;
  }

  #primary ul
  {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  #primary ul.links li,
  */
  #secondary ul.links li
  {
    display: inline;
    border-left: none;
    margin: 0;
    padding: 0;
  }
/*
  #primary a
  {
    background: #6DA6E2 url(images/tabs.png) repeat-x;
    color: #FFF;
    font-weight: bold;
    display: block;
    float: left;
    padding: 5px 14px 5px 14px;
    margin: 0 1px 0 0;
    border: solid #6191C5 1px;
    border-width: 1px 1px 0 1px;
  }

  #primary a
  {
    background-position: 0% 0;
  }

  #primary a:hover
  {
    background-position: 0% -42px;
    text-decoration: none;
  }

  #primary a.active
  {
    background-position: 0% -84px;
  }
*/
  #secondary
  {
    padding-left: 20px;
    background: #6DA6E2; /*#347FD2;*/
    border-bottom: solid #2763A5 4px;
  }

  #secondary ul
  {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #secondary li a
  {
    float: left;
    display: block;
    color: #fff;
    font-size: 85%;
    text-decoration: none;
    padding: 0 5px 0 5px;
  }

  #secondary a:hover
  {
    background: #2763A5;
  }

  #secondary a.active
  {
    font-weight: bold;
  }

/*
 * LINK STYLES
 */
/*
  ul.links
  {
    text-align: left;
  }

  ul.links li
  {
    border-left: 1px solid #9cf;
  }
*/
  .taxonomy
  {
    margin: 0;
    padding: 0;
    display: inline;
  }

  .taxonomy ul.links li
  {
    border: none;
    padding: 0 .1em 0 .2em;
  }

  .taxonomy ul.links li:after
  {
    content: ",";
  }

  .taxonomy ul.links li.last:after
  {
    content: "";
  }

/*
  ul.links li.first
  {
    padding-left: 0;
    border: none;
  }

  .links
  {
    color: #999;
  }

  .links a
  {
    padding: 0 .1em 0 .1em;
  }
*/

  .submitted, .taxonomy
  {
    font-size: 85%;
    color: #999;
  }

/*
 * FORM STYLES
 */

  input, textarea, textfield
  {
    margin: 0;
    color: #000;
    font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    padding: 1px;
    font-size: 100%;
  }

  input.form-checkbox, input.form-radio
  {
    border: none;
  }

  #search .form-text, #user-login-form .form-text
  {
    color: #444;
    border: 1px solid #6191C5;
    padding: 2px;
  }

  .form-submit, .button
  {
    padding: 1px;
  }

  #search .button,
  #search .form-submit,
  #user-login-form .button,
  #user-login-form .form-submit
  {
    background-color: #68A0D9;
    color: #fff;
    font-weight: bold;
    border: 1px solid #4070A1;
  }

  #user-login-form
  {
    text-align: left;
  }

  #user-login-form .item-list ul
  {
    margin-top: 0;
    padding-bottom: 0;
  }

/*
 * OpenID
 *
 * The default styling for the OpenID login link seems to assume Garland's
 * styling of list items.
 */
  #user-login-form li.openid-link, /* The "Log in using OpenID" links. */
  #user-login li.openid-link
  {
    margin-top: 1em;
    margin-left: 0;
  	padding-left: 1.5em;
  	background-position: left center;
  }

  #user-login-form li.user-link, /* The "Cancel OpenID login" links. */
  #user-login li.user-link
  {
    margin-top: 1em;
  }

  #user-login li.user-link /* The Cancl OpenID link on the /user form. */
  {
    margin-left: 0;
  }

/*
 * ALERTS, STATUS, HELP MESSAGE STYLES
 */

  .messages
  {
    padding: 1.3em 1em .3em 52px;
    border: 2px solid #ddd;
    background: #eee;
    margin: 10px 0;
  }

  div.error
  {
    border: 2px solid #F00;
  }

  .messages ul
  {
    padding: 0 0 0 20px;
    margin: 0;
  }

/*
 * FOOTER STYLES
 */

  #footer-wrapper
  {
    margin: 0;
    margin-top: 15px;
  }

  #footer
  {
    background-color: #2763A5;
    border: solid 1px #004969;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    font-size: 85%;
    padding: 1em;
  }

  #footer *
  {
    color: #FFFFFF;
  }

  #footer a
  {
    color: #fff;
    font-weight: bold;
    border-bottom: 1px dotted #FFFFFF;
  }

  #footer a:hover
  {
    border-bottom: 1px solid #FFFFFF;
  }

  #footer img.drupal-powered
  {
    position: relative;
    top: .3em;
  }

  #footer .block
  {
    text-align: left;
  }
 
  #footer div.block div.edit
  {
    background-color: #2763A5;
  }

/*
 * ADMINISTRATION STYLES
 */

  .admin-panel
  {
    margin: 0;
    padding: 0;
  }

  .admin-panel .body
  {
    background-color: #eee;
    border: solid #6191C5 1px;
  }

  .admin-panel .body dl, .admin-panel .body p
  {
    padding: 10px;
  }

  .admin-panel h3
  {
    margin-bottom: 0;
    padding: 5px 5px 5px 30px;
    font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
    font-size: 122%;
    color: #fff;
    border-width: 0 2px 2px 2px;
  }

  table tr.odd
  {
    background: #ddd;
  }

  td.icon
  {
    text-align: center;
  }

/*
 * COMMENT STYLES
 */

  .comment
  {
    margin: 0 0 10px 0;
    padding: 10px;
    background: #EBF2F8;
  }

  .comment-unpublished
  {
    background-color: #FFF;
  }

  .comment-by-author
  {
    background: none;
    border: 1px solid #6191C5;
  }

  .comment  h3.title
  {
    font-size: 122%;
  }

  .comment  h3.title, .comment  h3.title a
  {
    color: #2266AB;
    font-weight: normal;
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
    margin-bottom: 3px;
    margin-top: 0;
  }

  .comment .picture, .node .picture
  {
    float: left;
    margin-right: 15px;
  }

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

  .comment .new
  {
    color: #FFC600;
    font-weight: bold;
    font-family: "Trebuchet MS", "Bitstream Vera Sans", Verdana, Arial, Helvetica, sans-serif;
  }

  .comment .links
  {
    text-align: right;
  }

/*
 * POLL STYLES
 */

  .poll .bar .foreground
  {
    background: #2763A5;
  }

  .poll .bar
  {
    padding: 2px;
    background: #BDCBDD;
  }

/*
 * BOOK STYLES
 */

  div.node div.content .book-navigation
  {
    background: #eee;
    margin: 0;
    padding: 0;
  }

  div.node div.content .book-navigation ul.menu
  {
    border: 0;
    border-top: 1px solid #2763A5;
    margin: 0;
    padding-bottom: 10px;
  }

  div.node div.content .book-navigation .page-links
  {
    background: #C1D4EA; /*#347FD2;*/
    border: 1px solid #2763A5;
    border-width: 1px 0 1px 0;
    padding: 5px;
    margin: 0;
  }

/*
 * FORUM STYLES
 */

  #forum table
  {
    width: 100%;
  }

/*
 * Pager styles
 */

  .pager
  {
    text-align: center;
    margin-top: 30px;
  }

  .pager  a, .pager-current
  {
    padding: 3px 8px 3px 8px;
    margin: 0 2px 0 2px;
    color: #2763A5;
    font-weight: bold;
    border: solid 1px #eee;
  }

  .pager-current
  {
    color: #fff;
    background-color: #2763A5;
  }

/*
 * Node, Block, Content styles
 */

  .node
  {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .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 h2.title
  {
    margin-bottom: .1em;
  }

  .node h2.title a
  {
    color: #555;
    font-size: 129%;
    font-weight: normal;
    font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
    line-height: 1.4em;
  }

  .node .content
  {
    padding-top: 10px;
    padding-bottom: 5px;
  }

  .sticky
  {
    border-bottom: solid 3px #ddd;
  }

  #sidebar-left .block,
  #sidebar-right .block
  {
    border-bottom: solid #ddd 1px;
    padding-bottom: 15px;
    margin: 0 0 1.5em 0;
  }

  #sidebar-left .block
  {
    padding-right: 15px;
  }

  #sidebar-right .block
  {
    padding-left: 15px;
  }

  .block .content
  {
    margin: 0.5em 0;
  }

  .block .item-list ul
  {
    padding-left: 0;
  }

/*
 * Status report colors.
 */

  table.system-status-report tr.error, table.system-status-report tr.error th
  {
    background-color: #fcc;
    border-color: #ebb;
    color: #200;
  }

  table.system-status-report tr.warning, table.system-status-report tr.warning th
  {
    background-color: #ffd;
    border-color: #eeb;
  }

  table.system-status-report tr.ok, table.system-status-report tr.ok th
  {
    background-color: #dfd;
    border-color: #beb;
  }


/* Added from h3tours */
 

body {
color:#000000;
font-family:arial;
font-size:12px;
font-weight:normal;
margin:0;
padding:0;
}
h1 {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
font-weight:bold;
margin:0;
padding:10px 0 4px;
}
h2 {
color:#A9030B;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
margin:0;
padding:1px 2px 5px 4px;
}
a {
color:#A9030B;
font-family:arial;
font-size:12px;
font-weight:normal;
padding:0;
text-decoration:underline;
}
a:hover {
color:#A9030B;
font-family:arial;
font-size:12px;
font-weight:normal;
padding:0;
text-decoration:none;
}
p {
color:#000000;
font-family:arial;
font-size:12px;
margin:0;
padding:10px 0 0;
}
.min_div {
background-color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
margin:auto;
width:990px;
}
.text {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-style:normal;
margin:0;
padding-left:0;
text-decoration:none;
}
.textright {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-style:normal;
padding-top:10px;
text-decoration:none;
}
.header {
background-image:url(/Harlem-Hip-Hop-Tours/sites/default/files/images/header.jpg);
background-position:left top;
background-repeat:no-repeat;
height:158px;
width:990px;
display:block;
}
.leftimg {
float:left;
padding:1px 24px 3px 3px;
}
.text1 {
padding-left:15px;
padding-right:5px;
}
.leftportion {
color:#000000;
float:left;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:normal;
padding:10px 4px 2px;
width:352px;
}
.midportion {
background-image:url(/Harlem-Hip-Hop-Tours/sites/default/files/images/mid.jpg);
background-position:center top;
background-repeat:no-repeat;
float:left;
height:316px;
margin:0;
padding:12px 4px 4px;
width:265px;
}
.rightportion {
background-image:url(/Harlem-Hip-Hop-Tours/sites/default/files/images/right_pic.jpg);
background-position:right center;
background-repeat:no-repeat;
height:210px;
margin:0;
padding:0;
width:358px;
}
.footer {
border-top:1px solid #BCBCBC;
height:40px;
margin:auto;
padding:10px 0 0;
text-align:center;
width:990px;
}
.footer_link {
color:#929292;
font-family:arial;
font-size:12px;
font-weight:normal;
text-decoration:none;
}
.footer_link:hover {
color:#000000;
font-family:arial;
font-size:12px;
font-weight:normal;
text-decoration:underline;
}
.pipe {
color:#929292;
font-family:arial;
font-size:12px;
font-weight:normal;
padding:0 4px;
}
.span_footer {
color:#929292;
font-family:arial;
font-size:12px;
}
#navcontainer {
float:left;
font-family:arial;
font-size:12px;
font-weight:bold;
height:28px;
margin:0;
padding:5px 0 0;
width:850px;
}
#navcontainer ul {
border:0 none;
font-family:arial;
list-style-type:none;
margin:0;
padding:0;
text-align:center;
}
#navcontainer ul li {
display:inline;
float:left;
font-family:arial;
height:22px;
margin:0;
padding:0 4px;
text-align:center;
}
#navcontainer ul li a {
color:#18181A;
display:inline;
font-family:arial;
font-size:12px;
font-weight:bold;
height:22px;
line-height:20px;
margin:0;
padding:0 4px;
text-align:center;
text-decoration:none;
}
#navcontainer ul li a:hover {
background-color:#93020B;
color:#FFFFFF;
font-family:arial;
font-size:12px;
font-weight:bold;
height:20px;
padding:0 4px;
}
#navcontainer li.active a {
background-color:#93020B;
color:#FFFFFF;
font-family:arial;
font-size:12px;
font-weight:bold;
height:20px;
padding:0 4px;
}
.rightpic {
padding-top:37px;
}
.midtxt {
border-bottom:1px solid #999999;
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
font-weight:bold;
padding:16px 0 9px;
text-align:left;
}
.midtxt1 {
color:#FFFFFF;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
text-align:justify;
}
.flagtxt {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:normal;
text-decoration:none;
}
.flagtxt:hover {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:10px;
font-weight:normal;
text-decoration:underline;
}
.index_scroll_div {
float:left;
height:230px;
overflow:auto;
width:225px;
}
.theatertxt {
border-bottom:1px solid #666666;
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:16px;
font-weight:bold;
padding:10px 2px 10px 4px;
}
.theatertxt1 {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
padding:10px 2px 10px 4px;
}
.formtxt {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
padding:8px 6px;
}
.formtxt1 {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
padding:10px 6px;
}
.formtxt2 {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
padding:8px 4px 8px 0;
}
.textbox {
color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
}
.boldtxt1 {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
font-weight:bold;
padding:10px 6px;
}
.black1 {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
padding:4px 0 0;
}
.list1 {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
line-height:19px;
list-style-position:inside;
list-style-type:square;
margin:0;
padding:4px;
}
.righttxt1 {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
font-weight:bold;
padding:0 2px 10px 0;
}
.theatertxt2 {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
padding:10px 2px 10px 4px;
text-decoration:underline;
}
.theatertxt2:hover {
color:#990000;
font-family:Arial,Helvetica,sans-serif;
font-size:14px;
padding:10px 2px 10px 4px;
text-decoration:underline;
}
.bg_gray {
background-image:url(/Harlem-Hip-Hop-Tours/sites/default/files/images/bg_gray.jpg);
background-position:center top;
background-repeat:no-repeat;
padding:20px 0 15px;
}
.bgtxt {
color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
}
.num1 {
color:#666666;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}
.boxtxt {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
padding:2px 4px 8px;
}
.boxtxt1 {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:13px;
font-weight:bold;
padding:0 2px 4px 4px;
}
.graytxt1 {
color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
padding:0 2px 4px 4px;
}
.leftimgTwo {
background-image:url(/Harlem-Hip-Hop-Tours/sites/default/files/images/box_gray_04.jpg);
background-repeat:repeat-y;
}
.rightimgTwo {
background-image:url(/Harlem-Hip-Hop-Tours/sites/default/files/images/box_gray_06.jpg);
background-repeat:repeat-y;
}
.topimgTwo {
background-image:url(/Harlem-Hip-Hop-Tours/sites/default/files/images/box_gray_02.jpg);
background-repeat:repeat-x;
}
.bottomimgTwo {
background-image:url(/Harlem-Hip-Hop-Tours/sites/default/files/images/box_gray_08.jpg);
background-repeat:repeat-x;
}
.midimageTwo {
background-color:#F7F7F7;
}
.radiotxt {
color:#333333;
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
padding:4px 3px;
}
.radiobtn {
color:#333333;
padding:4px 3px 4px 0;
}
.recbox_txt {
color:#A9030B;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:bold;
padding:2px 0 6px;
}
.recbox_txt1 {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
}
.recbox_txt2 {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
font-weight:normal;
list-style-position:outside;
list-style-type:square;
margin:0;
padding:0 2px 2px 15px;
}
.image_border {
border:1px solid #860309;
}
.white_image_border {
border:1px solid #FFFFFF;
}
.table_border {
border:1px solid #A9030B;
}
.text_field {
border:1px solid #999999;
color:#000000;
font-family:arial;
font-size:12px;
font-weight:normal;
height:17px;
text-decoration:none;
width:182px;
}
.drop_down {
border:1px solid #999999;
color:#000000;
font-family:arial;
font-size:12px;
font-weight:normal;
height:20px;
text-decoration:none;
width:186px;
}
.redleftimgTwo {
background-image:url(/Harlem-Hip-Hop-Tours/sites/default/files/images/red_box_04.jpg);
background-repeat:repeat-y;
}
.redrightimgTwo {
background-image:url(/Harlem-Hip-Hop-Tours/sites/default/files/images/red_box_06.jpg);
background-repeat:repeat-y;
}
.redtopimgTwo {
background-image:url(/Harlem-Hip-Hop-Tours/sites/default/files/images/red_box_02.jpg);
background-repeat:repeat-x;
}
.redbottomimgTwo {
background-image:url(/Harlem-Hip-Hop-Tours/sites/default/files/images/red_box_08.jpg);
background-repeat:repeat-x;
}
.redmidimageTwo {
background-color:#8C030B;
}
.padding_topbottom {
padding:8px 0 10px;
}
.white_text {
color:#FFFFFF;
font-family:arial;
font-size:12px;
font-weight:normal;
}
.white_link {
color:#FFFFFF;
font-family:arial;
font-size:12px;
font-weight:normal;
}
.white_link:hover {
color:#FFFFFF;
font-family:arial;
font-size:12px;
font-weight:normal;
}


#langbar tr, #langbar td { padding: 0px; }

#page {
margin: auto;
width:990px;
}

h1.title {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:15px;
font-weight:bold;
margin:0;
padding:10px 0 4px;
}


#closure-blocks h2 {display:none;}

#closure-blocks ul.menu {display:inline; list-style-type: none;}
#closure-blocks ul.menu li
  {
    display: inline;
    border-left: none;
    margin: 0;
    padding: 0;
  }

#closure-blocks { text-align:center; border-top: 1px solid #BCBCBC ;}
#closure-blocks ul.menu { text-align: left; }
#closure-blocks ul.menu li { display:inline; border-left: 1px solid #9cf; padding-left: 10px; padding-right:10px;}
#closure-blocks ul.menu li.first { padding-left: 0; border: none; }
#footer {display:none;}


#page tr, #page td { padding: 0px; }
#langbar {margin-top:5px;}
#sidebar-right {display:block;}



img {
border:0 none;
}
form {
border:0 none;
margin:0;
padding:0;
}
.splash {
border:4px solid #7C7A7A;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:10px;
height:510px;
margin:50px auto 0;
width:720px;
}
#holder {
background-color:#FFFFFF;
border:4px solid #7C7A7A;
height:100%;
margin:20px auto 0;
padding:4px;
width:742px;
}
#jholder {
background-color:#FFFFFF;
border:4px solid #7C7A7A;
height:100%;
margin:20px auto 0;
padding:4px;
width:805px;
}
#masthead {
background-color:#FFFFFF;
background-image:url(/Harlem-Hip-Hop-Tours/sites/default/files/images/bg_masthead.jpg);
background-position:right center;
background-repeat:no-repeat;
height:178px;
margin-bottom:0;
}
#logo {
padding:4px;
width:145px;
}


/*
#navcontainer2 {
background-color:#8F1A1E;
float:left;
margin-bottom:1px;
width:100%;
}
#navcontainer ul li {
display:inline;
}
#navcontainer ul {
color:#FFFFFF;
font-family:verdana,geneva,arial,helvetica,sans-serif;
font-size:10px;
font-weight:bold;
margin:0;
padding:0 8px;
}
#navcontainer ul li a {
background-color:#8F1A1E;
border-right:0 solid #94B473;
color:#FFFFFF;
float:left;
margin-right:6px;
padding:5px;
text-decoration:none;
}
#navcontainer ul li a:hover {
background-color:#000000;
color:#FFFFFF;
}

*/

#navlist li a:hover {
background:#000000 none repeat scroll 0 0;
color:#FFFFFF;
text-align:left;
text-decoration:none;
}
#navlist li a:active {
background:#000000 none repeat scroll 0 0;
color:#FFFFFF;
text-align:left;
text-decoration:none;
}
.clear {
clear:both;
}
.padd20 {
padding-top:20px;
}
#main_div {
height:100%;
padding-bottom:8px;
width:100%;
}
#left_content {
color:#000000;
float:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
line-height:18px;
padding-left:15px;
padding-top:15px;
width:500px;
}
#left_content .big_red {
color:#8F1A1E;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
font-weight:bold;
margin-bottom:6px;
}
#left_content a {
color:#8F1A1E;
}
#left_content a:hover {
text-decoration:none;
}
#right_content {
background:#9F9B9B url(/Harlem-Hip-Hop-Tours/sites/default/files/images/bg_sidepanel.gif) no-repeat scroll center bottom;
float:right;
padding-top:35px;
text-align:center;
width:219px;
}
#right_content_F {
background:#9F9B9B none repeat scroll 0 0;
float:right;
padding-top:35px;
text-align:center;
width:219px;
}
#right_content_M {
background:#FFFFFF none repeat scroll 0 0;
float:right;
padding-top:35px;
text-align:center;
width:219px;
}
.standard_cell {
background-color:#EEEEEE;
padding:4px;
text-align:center;
}
.standard_cellb {
font-weight:bold;
padding:4px;
text-align:center;
}
.standard_bdr_btm1 {
border-bottom:1px solid #666666;
}
.standard_bdr_btm2 {
border-bottom:2px solid #666666;
}
.standard_bdr_rt1 {
border-right:1px solid #8F1A1E;
}
.price_bg {
background-color:#8F1A1E;
color:#FFFFFF;
}
.stripe_1 {
background-color:#E5E5E5;
font-weight:bold;
padding-left:4px;
}
.stripe_2 {
font-weight:bold;
padding-left:4px;
}
.stripe_other {
font-weight:bold;
}
.pic_holder {
clear:both;
margin:0 auto;
width:600px;
}
.feat_pic {
border:1px solid #8E8C8C;
float:left;
margin-bottom:6px;
margin-right:6px;
padding:4px;
width:265px;
}
.feat_picL {
border:1px solid #8E8C8C;
float:left;
margin-bottom:6px;
margin-right:6px;
padding:4px;
width:545px;
}
.history_pic {
border:1px solid #FFFFFF;
margin:20px auto;
padding:1px;
width:197px;
}
.blurb {
margin-left:auto;
margin-right:auto;
}
#footer {
border-top:5px solid #8F1A1E;
clear:left;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
padding:0 0;
}
#copyright {
color:#8E8C8C;
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:11px;
padding-top:5px;
}
#copyright p, #copyright a {
color:#8E8C8C;
font-size:11px;
text-decoration:none;
}
#copyright a:hover {
color:#000000;
font-size:11px;
text-decoration:underline;
}
#ecp_link {
float:right;
}


#main_div #left_content {width:700px;}

.block-search h2 {display: none;}
.block-tagadelic h2 {display: none;}
#search-block-form label {display:none;}


h1.title {font-variant: small-caps; font-size: 22px; line-height: 140%; padding:0px; }



.more-link { display: none;}
tbody {border-top:none;}
div.tabs {padding-top:5px;}

.header_booknow {text-align:right;}


.front h1.title {display:none;}
.front .node-inner .meta {display:none;}
.node-teaser { width: 45%; float:left; padding:16px 30px 16px 0px;}
.node {clear:none;}
.image-attach-teaser { float:left; margin-left: 0px; margin-right:1em;}

.page-taxonomy-term-46-47-48-49-50 .node-teaser { width: 45%; float:left; padding:16px 30px 16px 0px;}
.page-taxonomy-term-46-47-48-49-50 .node {clear:none;}
.page-taxonomy-term-46-47-48-49-50 .image-attach-teaser { float:left; margin-left: 0px; margin-right:1em;}
.node7-table2 {border: 1px solid #FF0000;}
.lineht80  td { line-height:80%}


#node-2 .node-inner .meta {display:none;}
#node-3 .node-inner .meta {display:none;}
#node-4 .node-inner .meta {display:none;}
#node-5 .node-inner .meta {display:none;}
#node-6 .node-inner .meta {display:none;}


#node-7 td { line-height:130%;}
#node-7 .node-inner .meta {display:none;}
#node-7 .table_border {border:1px solid #A9030B;}
#node-7 tbody {border-top:none;}
#node-7 .table_border tbody {border-top:1px solid #A9030B;}
#node-7 .node7-redbox .lineht80  td { line-height:80%}
#node-7 .redtopimgTwo { line-height:80%}

#node-8 td { line-height:130%;} 
#node-8 .lineht80  td { line-height:80%}
#node-8 .node-inner .meta {display:none;}

.page-node-add-cust-request .teaser-checkbox {display:none;}
.page-node-add-cust-request .tips {display:none;}
.page-node-add-cust-request .body-field-wrapper p {display:none;}
.not-logged-in #navigation #secondary {display:none;}
.midimageTwo {line-height:130%; }

#zz2cols { }
#zzcolumn1 { float:right; width:220px; display:inline;}
#zzcolumn2 { float:left; display:inline; width:65%;}

#main_div #left_content {float:left; width:65%;}
#main_div #right_content {float: right; }



#h3tours-h3form1 .form-radios .form-item { width:33%; float:left;}
#h3tours-h3form1 { padding-top: 10px;}

/* #h3tours-h3form1 #tour_fs .form-item label { display:none;} */
/* #h3tours-h3form1 #tour_fs #tour_radios .form-radios label { display:block;} */

#h3tours-h3form1 #tour_fs .description { display:none;}
#h3tours-h3form1 #tour_bus .description { display:none; clear:both;}
#h3tours-h3form1 #busdepart_from { padding-top: 10px; clear:both;}


.page-h3form2 #tour_fs { display:none;}
#h3tours-h3form1 #tour_bus .form-radios .form-item { width:15%; float:left;}
.page-h3form2 #sidebar-right #block-block-10 {padding-top: 50px; }
.page-h3form1 #sidebar-right #block-block-10 {padding-top: 50px; }


.page-h3form3 #tour_fs { display:none;}
.page-h3form1 #contact_tourpkg { display:none;}

.page-h3form1 #corpgroup_name { display:none;}
.page-h3form2 #corpgroup_name { display:none;}
.page-h3form3 #school_name { display:none;}

.page-h3form3 #busdepart_from { display:none;}
.page-h3form3 #tour_bus { display:none;}

.front #page {width:994px;}
#right_content {display:none;}
.page-nodebare .node-inner .meta {display:none;}
.page-nodebare .node-type-tourpkg {padding-top: 10px;}

#imageData #bottomNav {float:right; top:29px;}
#bottomNavClose{top: 29px; }


.mytestdiv1 { background: #A9A9A9; }


.node-inner { background: #ffffff; }
.page-taxonomy .node-inner { padding:10px; background: #8C030B; }
.page-taxonomy-term-46-47-48-49-50 .node-inner { padding:10px; background: #A9A9A9; }

.views-row-3, .views-row-5, .views-row-7, .views-row-9, .views-row-11 {clear:both;}

#sidebar-right .block {padding-left: 5px; }

.jq_maphilight { border: none; }

.page-audio .node-inner { padding:10px; background: #8C030B; }
.node-type-audio .meta {display: none;}
.page-nodebare .node {padding-top: 10px;}

.node-type-audio h2.title a {color: #000000;}


.audio-node .item-list {display:block;}


.audio-node .audio-info {display:block;}


.audio-node .item-list ul {display:block;}

.audio-node .item-list ul li {display:block;}

#container {margin-left: 5px; margin-right:5px;}

.front #sidebar-right {width:340px;}
.front #main {margin-right:-340px;}

#h3tours-h3form1 #tour_radios .form-checkboxes .form-item { width:33%; float:left;}

.front #main #node-1 {margin-top:10px;}
h1.title {padding-bottom:5px;}