/* @override 
	http://nypap/sites/all/themes/nypap/css/style.css?R
*/

/* $Id: style.css,v 1.1.2.10 2010/04/07 08:42:22 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: Helvetica,Arial,"Bitstream Vera Sans",sans-serif;
	background: #fff url(img/nypap_full-length_doct.jpg) no-repeat fixed;
	color: #333125;
	font-size: 110%;
	line-height: 140%;
}

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

h1 {
	
}
h2, h3, h4 {
	color: #9a6056;
}
h2 {
	font-size: 1.2em;
	margin-bottom: 12px;	
}

h3 {
	margin-bottom: 12px;
	margin-top: 28px;;
	
}

h4 {
	
}

h5 {
	
}

h6 {
	
}

p {
	font-size: 110%;
	line-height: 140%;
	}

strong {
	
}

em, dfn {
	
}

dfn {
	
}

sup, sub {
	
}

del {
	
}

ins {
	
}

blockquote {
	
}

cite {
	
}

q {
	
}

address {
	
}

ul {
	list-style-type: square;
}

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 {
	color: #516c46;
	text-decoration: none;
}

a:hover {
	color: #1242ae;
	text-decoration: none;
}

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;
	position: absolute;
}

/* Move content off screen where appropriate. */

.offscreen {
	position: absolute;
	left: -999em;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

/**********************************************************
 *                 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).
 */
