/* $Id: style.css,v 1.1.2.9 2009/05/22 08:46:11 jmburnz Exp $ */

/**
 * @file style.css
 *
 * Use this file to override the Genesis core modular styles 
 * (such as the HTML elements in typography.css), module CSS 
 * and other Drupal styles. Anything that doesn't fit logically
 * into page.css, nodes.css, blocks.css or comments.css can go here.
 */

/**********************************************************
 *                    Body
 **********************************************************/
body {
  /*font-family: Verdana, Geneva, "DejaVu Sans", sans-serif;*/
  font-family: Optima, Albertus, Verdana, Arial, sans-serif; 
  /*background-color:#FDECB3;*/
  background-color:#90390E;
  background-image:url('/sites/rootlike.com/themes/genesis-rootlike/images/rti-tile-1-300.png');
  background-repeat: repeat;
  background-position: top left;
  text-align: justify;
}


/**********************************************************
 *                 HTML Elements
 **********************************************************/

h1 {color:#90390E;}
h2 {color:#90390E;}
h3 {color:#90390E;}
h4 {color:#90390E;}
h5 {color:#90390E;}
h6 {color:#90390E;}

p {}

strong {}
em, dfn {}
dfn {}

sup, sub {}
:1
:1

del {}
ins {}

blockquote {}
cite {}
q {}

address {}

ul {}
ol {}
li {}

dl {}
dd {}
dt {}


abbr {}
acronym {}

pre, code, tt {}
p code {}
samp {}
kbd {}
var {}


/**********************************************************
 *                 Global Link Styles
 **********************************************************/
a {
  margin: 0; 
  padding: 0;
}

a:link    {color:#90390E;}
a:visited {color:#90390E;}
a:hover   {color:#60290E;}
a:active  {color:#60290E;}
a.active  {color:#60290E;}

/* Set global a:active and a:focus styles. */
a:active,
a:focus {
  color: #C00000;
  border: 0;
}

/* Drupal sets this to black. */
li a.active {}

/* Remove borders on linked images. */
a img {
  border: none;
}


/**********************************************************
 *                 Accessibility Classes
 **********************************************************/

/* Hide content without positioning issues. */
.invisible {
  height: 0;
  overflow: hidden;
}

/* Move content off screen where appropriate. */
.offscreen {
  position: absolute;
  left: -999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

/* Completely remove content for all users.
   DO NOT use this for Skip links, display:none 
   hides content from screen readers! */
.remove {
  display: none;
}


/**********************************************************
 *                 Custom Styles
 **********************************************************/
/**
 * Here you can add custom stles for your theme that do not fit
 * into one if the modular stylesheets (such as the nodes, blocks,
 * page and comments stylesheets).
 */
