/*
-----------------------------------------------
BASE STYLE SHEET (base.css)

Site: KristinHannah.com
Company:  AuthorsOnTheWeb.com
Designer: Eric P. Rhodes (eric@bookreporter.com)
Author:   Eric P. Rhodes (eric@bookreporter.com)
Version:  03 January 2008
File Path: /css/base.css
----------------------------------------------- */

/* =Macro - base.css
------------------------------------------*/

body {
	color: #37456e;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 16px;
	font-family: Verdana, Geneva, sans-serif;
	}

a:link, a:visited { 
	color: #2392c5;
	text-decoration: none;
	}
	
a:hover { 
	color: #2392c5;
	text-decoration: underline;
	} 

blockquote {
	text-align: left;
	}

b, strong {
	font-weight: bold;
	}
	
cite {
	font-style: italic;
	}

div {
	text-align: left;
	}

em {
	}
	
h1 {
	display: none;
	visibility:hidden;
	} 

h2 {
	font-size: 16px;
	padding: 0;
	margin: 0;
	}
	
.angel_falls h2, .between_sisters h2, .comfort_and_joy h2, .distant_shores h2, .firefly_lane h2, .true_colors h2, .winter_garden h2,  .home_front h2, .night_road h2,.magic_hour h2, .on_mystic_lake h2, .summer_island h2, .the_things_we_do_for_love h2, .about_kristin h2, .firefly_fund h2:first-child,  .tributes h2:first-child, .book_clubs h2:first-child {
	font-size: 16px;
	padding-top: 16px;
	margin: 0px;
	}

h3, h4, h5, h6 {
	font-size: 12px;
	padding: 0;
	margin: 0;
	}

i {	
	font-style: italic;
	}

img {
	border: none;
	border-width: 0;
	display: block;
	}

img.right {
	padding: 0 0 5px 5px;
	}
	
img.left {
	padding: 0 5px 5px;
	}


ol, ul, li {
	text-align: left;
	margin: 0;
	padding: 0;
	}	
	
p {
	/*margin: 0px;
	padding: 0px;*/
	text-align: left;
	}

table tr td {
	text-align: left;
	border: none;
	border-width: 0;
	}

/* =Micro - base.css
------------------------------------------*/

.left {
	float: left;
	text-align: left;
	}
	
.right {
	float: right;
	text-align:right;
	}

	
