/*------------------------------------------------------------------
Layout Style Sheet for Evanovich.com

version: 1.0
email: webmaster@evanovich.com
webiste: www.evanovich.com
------------------------------------------------------------------*/

/* CSS Document */
/* undohtml.css */
/* (CC) 2004 Tantek Celik. Some Rights Reserved.             */
/*   http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */

/* Purpose: undo some of the default styling of common (X)HTML browsers */

/* link underlines tend to make hypertext less readable, 
   because underlines obscure the shapes of the lower halves of words */
:link,:visited { text-decoration:none; }

/* no list-markers by default, since lists are used more often for semantics */
ul,ol { list-style:none; }

/* avoid browser default inconsistent heading font-sizes */
/* and pre/code too */
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
/* the default spacing on headings does not match nor align with 
   normal interline spacing at all, so let's get rid of it. */
/* zero out the spacing around pre, form, body, html, p, blockquote as well */
/* form elements are oddly inconsistent, and not quite CSS emulatable. */
/*  nonetheless strip their margin and padding as well */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0; }

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none; }

/* de-italicize address */
address { font-style:normal; }


/* Layout */
body {
	background: #f1f9b2 url(images/bg.gif) top left repeat-x;
}

#outer {
	width: 780px;
	position: relative; 
	margin: 0 auto;
}

#wrapper {
	width: 780px;
}

#header {
	margin-top: 30px;
}

#header .bar {
	background: transparent url(images/headerbar.jpg) top left repeat-x;
	height: 27px;
	width: 780px;
	padding: 2px 0 5px 0;
}

#header .bar img {
	float: left;
	margin: 3px 10px 3px 3px;
}

#main {
	background-color: #fff;
	padding: 3px 3px 20px 3px;
}

#main img {
	float: left;
	margin: 5px 10px 10px 20px;
}

#main p.contactinfo img {
	margin: 20px 10px 0 0;
}

.blurb {
	margin: 5px 20px 20px 140px;
}

.clear {
	clear: both;
}

/* Typography */

#header h1 {
	font: normal 1em "New York", Times, serif;
	text-transform: uppercase;
	color: #037891;
	margin-top: 3px;
	
}

#main {
	font: normal 12px Verdana, Geneva, sans-serif;
	color: #000;
}

#main p {
	margin-bottom: 3px;
}

#main h2 {
	font: normal 1.4em "New York", Times, serif;
	font-variant: small-caps;
	color: #fff;
	background-color: #2198a8;
	padding: 3px 3px 3px 20px;
	clear: both;
}

#main h3 {
	font: normal 1.5em "New York", Times, serif;
	color: #000;
	text-decoration: underline;
	margin: 3px 0 0 20px;
}

#main h4 {
	font: normal 1.5em "New York", Times, serif;
	color: #000;
	text-decoration: underline;
	margin: 3px 0 0 20px;
}

#main ul {
	margin: 0 20px 10px 20px;
	font-size: 13px;
}

#main li.publisher {
	text-decoration: underline;
	font-weight: bold;
	margin: 0 0 3px 0;
}

#main li.contactinfo {
	font-size: 11px;
}

#main p.contactinfo a:link, #main p.contactinfo a:visited, #main p.contactinfo a:hover {
	font-weight: normal;
}

#footer {
	clear: both;
	text-align: center;
	font-size: .8em;
	padding: 10px 0 20px 0;
}

#footer a:link {
	color: #000;
	text-decoration: underline
}

#main a:link, #main a:visited {
	font: normal 12px Verdana, Geneva, sans-serif;
	text-decoration: underline;
	color: #000;
}

#main a:hover {
	text-decoration: none;
}
