/* $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: Arial, Helvetica, sans-serif;
  font-size:13px;
  color:#4f4b4a;
  line-height:20px;
  background:url(../images/bck.png) 0 0 repeat-x #545454;
  margin:0;
  padding:0;
}


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

h1 {
font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
h2 {
font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}
h3 {}
h4 {}
h5 {}
h6 {}

p {
  margin:0;
  padding:0;
}

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

a:link    {}
a:visited {}
a:hover   {
text-decoration:underline;
}
a:active  {}
a.active  {}

/* 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).
 */
#genesis-1c .two-sidebars .content-inner{margin:0 260px;}
#genesis-1c .sidebar-left .content-inner{margin-left:260px;}
#genesis-1c .sidebar-right .content-inner{margin-right:272px;}
#genesis-1c #sidebar-left{width:240px;margin-left:-100%;}
#genesis-1c #sidebar-right{width:272px;margin-left:-272px;}
	
.two-col-50 .region {
    width: 49%;
}
	
input.form-submit {
color: #69C;
background: #e9e9e9;
border: 1px solid #369;
padding: 5px 8px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-khtml-border-radius: 5px;
border-radius: 5px;
}	
	
	