/* $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
 **********************************************************/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.4em;
	letter-spacing:.05em;
	font-size: 85%;
  font-family: Arial,Helvetica,Verdana,"DejaVu Sans", sans-serif;
	background: #7e94bb url('CentralParkSpring2011.jpg') top repeat-y;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


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

h1 {
	display:inline-block;
  margin: .3em 0; 
  padding:0.5em;
  background-color:#FFFFFF;
	font-size:1.8em;
	line-height: 1em;
    font-weight: normal;
}
h2 {
  margin: .3em 0; 
	font-size:1.5em;
	line-height: 1em;
    font-weight: normal;
}
h3 {
  margin: .3em 0; 
	font-size:1.2em;
	line-height: 1em;
    font-weight: normal;
}
h4 {
  margin: .3em 0; 
	font-size:1em;
	font-weight: normal;
}
h5 {
  margin: .3em 0; 
}
h6 {
  margin: .3em 0; 
}

p {
  margin: .3em 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;
}

a:link    {
  color: #f44;
	}
a:visited {
  color: #f44;
	}
a:hover   {
  color: #f00;
	}
a:active  {
  color: #f88;
	}

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

#nav .primary-links {
	background-color:transparent;
	}
#nav .primary-links li{
	background-color:#33CC00;
	padding:4px;
	text-transform:uppercase;
	}
.menu a:link,
.menu a:visited {
text-decoration: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).
 */
	
	
.node-inner{
	background-color:#FFF;
	padding:2em;
	}
#genesis-1c .sidebar-left .content-inner {
margin-left: 260px;
float: left;
}
#sidebar-left .sidebar-inner {
	padding-left:20px;
	}
.sidebar-inner {
	background-color:#FFFF66;
	padding:0;
	}
#branding {
	display:inline-block;
  margin: .3em 0; 
  padding:0;
  background-color:#FFFFFF;
    font-weight: normal;
	width:149px
	}
#branding h1 {font-size: 1em;
	padding:0;
	margin:0;
	} /* reset h1, do not change! */

#site-name {
	text-align:center;
	}
#site-name a:link,
#site-name a:visited {
text-decoration:none;
    font-weight: normal;
}


#content,
#content-column {
	background-color:#FFFF66;
	height:100%;
	}
.node-terms {
	clear:both;
	}