/* $Id: html-elements.css,v 1.1.2.2 2009/02/13 19:42:10 johnalbin Exp $ */

/****
 **** 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.
   */
   
   
   
   
   /* Generated by Font Squirrel (http://www.fontsquirrel.com) on February 9, 2011 */

@font-face {
    font-family: 'UbuntuBold';
    src: url('fonts/ubuntu/Ubuntu-B-webfont.eot?') format('eot'),
         url('fonts/ubuntu/Ubuntu-B-webfont.woff') format('woff'),
         url('fonts/ubuntu/Ubuntu-B-webfont.ttf') format('truetype'),
         url('fonts/ubuntu/Ubuntu-B-webfont.svg#webfontCKhwRblf') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuRegular';
    src: url('fonts/ubuntu/Ubuntu-R-webfont.eot?') format('eot'),
         url('fonts/ubuntu/Ubuntu-R-webfont.woff') format('woff'),
         url('fonts/ubuntu/Ubuntu-R-webfont.ttf') format('truetype'),
         url('fonts/ubuntu/Ubuntu-R-webfont.svg#webfont5QrTZHwg') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuItalic';
    src: url('fonts/ubuntu/Ubuntu-I-webfont.eot?') format('eot'),
         url('fonts/ubuntu/Ubuntu-I-webfont.woff') format('woff'),
         url('fonts/ubuntu/Ubuntu-I-webfont.ttf') format('truetype'),
         url('fonts/ubuntu/Ubuntu-I-webfont.svg#webfontwdgWd3TL') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'UbuntuBoldItalic';
    src: url('fonts/ubuntu/Ubuntu-BI-webfont.eot?') format('eot'),
         url('fonts/ubuntu/Ubuntu-BI-webfont.woff') format('woff'),
         url('fonts/ubuntu/Ubuntu-BI-webfont.ttf') format('truetype'),
         url('fonts/ubuntu/Ubuntu-BI-webfont.svg#webfontLmVyebAO') format('svg');
    font-weight: normal;
    font-style: normal;

}



/* end font squirrel declarations */
  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, Tahoma, Arial, Helvetica, "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: 1.6em;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottomm: 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 */
                             
    margin-bottom: 0.2em;
    font-family: 'UbuntuBold', 'Charcoal CY', 'Arial Black',  Verdana, Helvetica, sans-serif;
    font-weight:normal;
  }

  h2
  {
    font-size: 1.38em;
    line-height: 1.1em;
    mmmmargin-top: 0.667em; /* Equivalent to 1em in the page's base font: 1 / 1.5 = 0.667em */
    margin-bottom: 0.667em;
    font-family: 'UbuntuBold', 'Charcoal CY', 'Arial Black',  Verdana, Helvetica, sans-serif;
    font-weight:normal;
	margin-top:14px;

  }

  h3
  {
    font-size: 1.20em;
    line-height: 1.1em;
    mmmargin-top: 0.769em; /* Equivalent to 1em in the page's base font: 1 / 1.3 = 0.769 */
    mmmargin-bottommmm: 0.769em;   
    margin-bottom: 0.2em;  
    font-family: 'UbuntuBold', 'Charcoal CY', 'Arial Black',  Verdana, Helvetica, sans-serif;
	    margin-top:14px;
    margin-bottom:0;
	font-weight:normal;
  }

  h4 {
    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;  
    font-family: 'UbuntuRegular', 'Charcoal CY', Arial,  Verdana, Helvetica, sans-serif;
  }
    
  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;
  }

  #main .block ul, /* Drupal overrides */
  #main .item-list ul,
   #main #content-area ul {
    mmmmargin: 1em 0;
    padding: 0;
    list-style:none;
    tttttext-indent:1em;
  }
  #main .block ul li,
  #main .item-list ul li,
  #main #content-area ul li {
    background-image: url(images/greyBullet.png);
    background-position: 0 6px;
    background-repeat: no-repeat; 
    padding-left:1em;
	list-style-type:none;
  }
  
  #main #content-area ul li.print_html {
  	background-image: url(icons/general/print.png);
	padding:12px 0 14px 44px;
	margin-bottom:6px;
	display:inline-block;
  }
  #main #content-area ul li.print_html a img {
	display:none;
  }
  
  #main #content-area .feed-source a.feed-icon,
   #main #content .feed-icons a.feed-icon {
  	background-image: url(icons/general/RSS.png);
	background-repeat:no-repeat;
	padding:6px 0 0 6px;
	margin-bottom:0;
	display:inline-block;
  }
  
   #main #content-area .feed-source a.feed-icon img,
   #main #content .feed-icons a.feed-icon img {
 	vvisibility:hidden;
	opacity:0.0;
	filter:alpha(opacity=0); /* get rid of this and set vis=hidden in IE.css if this has black fringes */
	width:38px;
	height:38px;
  } 

/* block view side panel lists */
  #main .block .view-Events .item-list ul {
    text-indent:0;
  }
  #main .block .view-Events .item-list ul li span.views-field-title {
    display:inline-block;
    padding-left:1em;
  }
  #main .block .view-Events .item-list ul li.views-row {
    padding:0 0 0.4em 0;
  }
  #main .block .view-Events .item-list ul.pager li {
    background-image:none;
    display:inline-block;
    padding:0.3em 0.1em 0.9em 0;
	float:left;
	margin-bottom:1em;
  }
  #main .block .view-Events .item-list ul.pager {
    text-align:left;
    text-indent:0.5em;
    font-family: 'UbuntuBold', 'Charcoal CY', 'Arial Black', Verdana, Helvetica, sans-serif;
    font-size:1.1em;
	height:1.5em;
  }
/*end side panel lists */


 #main #content-area .item-list ul.pager li {
    background-image:none;
    display:inline-block;
    padding:0.3em 1em 0.9em 0;
    text-indent:0;
	float:left;
	margin-bottom:1em;
  }
  #main #content-area .item-list ul.pager {
    text-align:left;
    text-indent:0.5em;
    font-family: 'UbuntuBold', 'Charcoal CY', 'Arial Black', Verdana, Helvetica, sans-serif;
    font-size:1.1em;
	height:1.5em;
	margin-top:0.6em;
  }
  
  
  
  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  {
  	color:#8F1958;
  	text-decoration:none;
  }

  a:hover,
  a:focus  {
  	color:#3788B2;
  	text-decoration:underline;
  }

  a:active  {
  	color:#D87807;
  	text-decoration:underline;
  }

/** tables **/
  /* Override Drupal default CSS */
  table
  {
    border-collapse: collapse;
    /* width: 100%; */ /* Prevent cramped-looking tables */
  }

  th,
  thead th,
  tbody th
  {
    text-align: left;
    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-top: 0 solid white;
	border-right: 0 solid white;
	border-bottom: 1px dashed #977;
	border-left: 0 solid white;
	cccolor:#977;
	bbbackground-color:#977;
  }

/** forms **/
  form
  {
    margin: 0;
    padding: 0;
  }

  fieldset
  {
    margin: 1em 0;
    padding: 0.5em;
  }