/* $Id: style.css,v 1.1.2.3 2009/05/11 20:28:34 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: 'Boston Traffic', Arial, Helvetica, sans-serif;
  background-color: #000;
  color: #fff;
}


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

h1 {}
h2 {}
h3 {}
h4 {}
h5 {}
h6 {}

/* The main title on each page. */
h1#page-title {display: none;}

p {}

strong {}
em, dfn {}
dfn {}

sup, sub {}

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;
  color: #DC347F;
}

a:link    {}
a:visited {}
a:hover   {}
a:active  {}
a.active  {}
a.active-trail {}

/* Drupal sets this to black. */
li a.active {color: #FFF;}

/* Remove borders on linked images. */
a img {
  border: 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).
 */

tbody {border: none;}
tr.even, tr.odd {background-color: #000;}
thead th, th {border: none;}
.order-review-table .pane-title-row,
.order-review-table .review-button-row
 {
 background-color: #DC347F;
 }	
tr.even, tr.odd, td.active {background-color: #000; border-bottom: none;}
td {padding: 5px 30px 0px 0px;}
ul.primary {border-bottom: none;}
ul.primary li a {border: solid 1px #FFF; background-color: #000;}
#shadowbox_content {height: 407px !important;}
#shadowbox_body {height: 407px !important;}
.local-tasks ul.primary li.active a {background-color: #000;}
.filefield-file {text-align: center; margin-left: 120px; margin-right: 120px;}