/* $Id: style.css,v 1.1.2.1 2009/06/05 17:54:53 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;
}


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

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

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;
}

a:link    {}
a:visited {}
a:hover   {}
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).
 */








.customheader {
	width: 700px;
	line-height: 0;
}
.customheader table, .customheader td, .customheader th {
	margin: 0px;
	padding: 0px;
}

td, th {
	border: 0 none;
}
table {
	border-collapse: separate;
}


#block-block-8 {
	width: 220px;
	float: left;
	clear: none;
	border: 1px solid #cccccc;
	margin: 3px;
	padding: 0px;
	width: 342px;
}
#block-block-9 {
	width: 220px;
	float: left;
	clear: right;
	border: 1px solid #cccccc;
	margin: 3px;
	padding: 0px;
	width: 342px;
}

#content-top h2 {
	margin: 0px;
	padding: 0px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 7px;
	color: #666666;
	background-color: #dddddd;
}





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

.node h2.title {
	margin-bottom:.1em;
}

.node h2.title a {
	color: #555;
	font-size: 129%;
	font-weight:normal;
	font-family:verdana;
	line-height:1.4em;
}
.searchbar {
	display: none;
}



#sidebar-right a {
        text-decoration: underline;
        color: #666666;
}
#sidebar-right .block {
        margin: 0px;
        margin-left: 10px;
        padding: 0px;
        font-size: 0.85em;
        background-color: #f7f7f7;
}
#sidebar-right .block h2 {
        margin: 0px;
        padding: 5px;
        color: #666666;
	font-size: 1.2em;
        background-color: #dddddd;
}
#sidebar-right .block .content {
        padding-top: 10px;
        padding-bottom: 10px;
}
#sidebar-right ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#sidebar-right li {
	list-style-image: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}






#block-tabbed_block-0 {
	padding-top: 5px;
}
#block-tabbed_block-0 .tabbed_block-container {
	padding-top: 5px;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
}

.block-tabbed_block .tabbed_block-nav a {
	width: auto;
	padding: 20px;
	line-height: 0;
	height: auto;
	font-size: 1em;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 0 none;
}
.divborder {
}






#nav {
	margin: 3px;
}
#nav .primary-links {
        font-size: 85%;
        padding: 0px;
        margin: 0px;
        width: 700px;
        padding: 5px 0px 5px 0px;
        background: #FFFFFF url(/sites/all/themes/genesis_pe/images/tabsbg.png) repeat-x;
}
#nav .primary-links li a {
	padding: 0.5em;
}
#nav .primary-links li {
	line-height: 0;
}
#nav a {
        color:#FFF;
        font-weight: bold;
        padding: 5px 14px 5px 14px;
        margin: 0px;
        background: url(/sites/all/themes/genesis_pe/images/tabs.gif) repeat-x;
}
#nav a {
        background-position:0% 0px;
}
#nav a:hover {
        background-position:0% -42px;
        text-decoration:none;
}
#nav a.active {
        background-position: 0% -84px;
}




.node h2.title a {
	color: #224c06;
}

/*
     