/* $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: Trebuchet MS, 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).
 */
	
	
	
	
.vote-count {
	font-size: 1.1em;
}
	
.block-title {
	background: url(/info/sites/all/themes/x4new/images/header.jpg) no-repeat;
}

body > #container {
	width: 810px;
}

#genesis-1b #sidebar-left {
	width: 165px;
}

#sidebar-left .block h2 {
	color: #ffffff;
	font-size: 0.9em;
	padding: 5px;
}
#sidebar-left .block h2 span {
	padding: 0 0 0 9px;
}
#sidebar-left .block .block-content {
	border-right: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding: 3px;
}



li.leaf {
	list-style-image: none;
	list-style-type: none;
}
li.collapsed {
	list-style-image: none;
	list-style-type: none;
}
ul.menu li {
	padding: 0.35em 0 0;
	margin: 0px;
}
ul.menu, ul.menu ul, ul.menu ul ul, ul.menu ul ul ul {
	margin: 0px;
}

ul.menu a {
	color:#4C4C4C;
	display:block;
	font-size:0.9em;
	margin:0 5px 0 2px;
	padding:5px 0 5px 5px;
	text-decoration: none;
}
ul.menu a:hover {
	color: #036ea2;
	background-color: #e9e9e9;
}

.node-title a {
	color: #487c06;
}



#nav .primary-links {
	background: #006699;
}
#nav .primary-links a {
	color: #ffffff;
}
#nav .primary-links li.active-trail a {
	color: #cccccc;
}


#footer-message {
	text-align: center;
}
