/* $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;
	text-align: center;
	margin-top:10px;
	margin-bottom:10px;
	background-color: #c9c8c8;
	background-position: center top;*/
	color: #666666;
}
#container {
	margin-left: auto;
	margin-right: auto;
	width: 1000px;
	text-align: left;
	background-color: #FFFFFF;
}

#page_header {
	height: 154px;
	clear: both;
	background-color: #c9c8c8;
	background-image: url(/info/sites/all/themes/genesis_euro/images/header.jpg);
	background-repeat: no-repeat;
}

#page_header table, #page_header tbody, #page_header th, #page_header td {
	padding: 0;
	margin: 0;
	border-collapse: separate;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


/**********************************************************
 *                 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;
	color: #666666;
}

a:link    {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
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).
 */





.vote-wrap {
	font-size: 0.7em;
	background: transparent url(/info/sites/all/themes/genesis_euro/images/drupal_it.png) no-repeat scroll left top;
	margin-top: 7px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 0px;
}
.vote-count {
	font-size: 1.5em;
	font-weight: bold;
}

